Refactor BLE plugin structure and rename to 'ble' for consistency across platforms
This commit is contained in:
@@ -14,4 +14,4 @@
|
||||
// }
|
||||
// ```
|
||||
|
||||
export 'src/ble_relay_host.dart';
|
||||
export 'src/ble_relay_host.dart';
|
||||
@@ -11,7 +11,7 @@ const String kBleRelayServiceUuid = '0000fff0-0000-1000-8000-00805f9b34fb';
|
||||
const String kBleRelayCharacteristicUuid = '0000fff1-0000-1000-8000-00805f9b34fb';
|
||||
|
||||
/// Method-channel name (must match Android/iOS/macOS native implementations).
|
||||
const String _kChannelName = 'com.dalimaster.ble_relay_host';
|
||||
const String _kChannelName = 'com.dalimaster.ble';
|
||||
|
||||
/// An abstraction over the platform BLE GATT-server implementation.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user