BleGattServerPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- BleGattServerPlatform
- Implementers
Constructors
Properties
-
callbackHandler
→ Map<
String, Function?> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addService(
BleGattService gattService) → Future< void> -
enableBluetooth(
) → Future< bool?> -
isBluetoothEnabled(
) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyCharacteristic(
BleDevice device, BleGattCharacteristic characteristic, Uint8List value) → Future< void> -
sendResponse(
BleDevice device, int requestId, int status, int offset, Uint8List? value) → Future< void> -
startAdvertising(
BleAdvertisement advertisement) → Future< void> -
startServer(
) → Future< void> -
stopAdvertising(
) → Future< void> -
stopServer(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ BleGattServerPlatform
-
getter/setter pair