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