ble_proximity_signal_android 0.2.0
ble_proximity_signal_android: ^0.2.0 copied to clipboard
Android implementation of the ble_proximity_signal plugin
Changelog #
0.2.0 #
- Implement
checkPermissions/requestPermissions(ActivityAware runtime flow withpermanentlyDenieddetection) andcheckAvailability. - Emit adapter on/off changes on the
ble_proximity_signal/availabilitystream via aBluetoothAdapter.ACTION_STATE_CHANGEDreceiver. - Reduce the Dart implementation to a thin
MethodChannelBleProximitySignalsubclass.
0.1.0+1 #
- Initial release.
- Android BLE advertising with service UUID + service data token.
- Scanning with optional UUID filtering and local name token fallback.
- Raw scan payload includes device identifiers and debug hex payloads.
- Debug GATT discovery helper for service/characteristic dumps.