ble_peripheral 2.2.1 ble_peripheral: ^2.2.1 copied to clipboard
Ble peripheral is a Flutter plugin that allows you to use your device as Bluetooth Low Energy (BLE) peripheral
2.2.1 #
- Fix windows crash if no manufacturer data was provided
2.2.0 #
- Add windows support
2.1.0 #
- Add
notifyEncryptionRequired
andindicateEncryptionRequired
in CharacteristicProperties - Fix
isAdvertising
result on Android - Add
removeService
,clearServices
,getServices
- BreakingChange:
onBondStateChange
will returnBondState
enum instead of integer - BreakingChange:
setAdvertingStartedCallback
changed tosetAdvertisingStatusUpdateCallback
2.0.0 #
- Fix onReadRequest handler on android
- BreakingChange: added deviceId in onReadRequest and onWriteRequest callbacks
1.0.0 #
- Refactored Apis
- Fix android permission issues
- Update callback handlers issue
- Add onMtuChange callback
- Fix AddServices
- Update Readme
- Some more bug fixes
0.0.1 #
- Initial version