ble_peripheral 2.1.0
ble_peripheral: ^2.1.0 copied to clipboard
Ble peripheral is a Flutter plugin that allows you to use your device as Bluetooth Low Energy (BLE) peripheral
2.1.0 #
- Add
notifyEncryptionRequiredandindicateEncryptionRequiredin CharacteristicProperties - Fix
isAdvertisingresult on Android - Add
removeService,clearServices,getServices - BreakingChange:
onBondStateChangewill returnBondStateenum instead of integer - BreakingChange:
setAdvertingStartedCallbackchanged 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