BLEPeripheralServer class
Constructors
- BLEPeripheralServer.new({JSObject? $$context$$})
Properties
- $$context$$ ↔ JSObject
-
getter/setter pair
- 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(
AddServiceOption option) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
offCharacteristicReadRequest(
[OffCharacteristicReadRequestCallback? listener]) → void -
offCharacteristicSubscribed(
[OffCharacteristicSubscribedCallback? listener]) → void -
offCharacteristicUnsubscribed(
[OffCharacteristicUnsubscribedCallback? listener]) → void -
offCharacteristicWriteRequest(
[OffCharacteristicWriteRequestCallback? listener]) → void -
onCharacteristicReadRequest(
OnCharacteristicReadRequestCallback listener) → void -
onCharacteristicSubscribed(
OnCharacteristicSubscribedCallback listener) → void -
onCharacteristicUnsubscribed(
OnCharacteristicUnsubscribedCallback listener) → void -
onCharacteristicWriteRequest(
OnCharacteristicWriteRequestCallback listener) → void -
removeService(
RemoveServiceOption option) → void -
startAdvertising(
StartAdvertisingObject Object) → void -
stopAdvertising(
[StopAdvertisingOption? option]) → void -
toString(
) → String -
A string representation of this object.
inherited
-
writeCharacteristicValue(
WriteCharacteristicValueObject Object) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited