HCBle class
Constructors
Properties
-
adapterState
→ Stream<
BleAdapterState> -
no setter
-
bondedList
→ Stream<
List< BLEDevice> > -
no setter
-
connectedDevice
→ Stream<
BLEDevice> -
연결된 디바이스를 찾는다.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- logger ↔ Logger
-
getter/setter pair
-
newStateDevice
→ Stream<
BLEDevice?> -
no setter
- notifyEventChannel → EventChannel
-
데이터 받는 채널
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scanDeviceStream
→ Stream<
BLEDevice> -
no setter
Methods
-
bondStateStream(
String address) → Stream< BondState> -
checkConnection(
String address) → Future< bool> -
connect(
String address) → Future< bool?> - Method Channel
-
getNotifyStream(
) → Stream -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notify(
bool? state) → Future< bool?> -
sendData(
String requestString) → Future< String?> -
setBondFilterAsName(
String filterName) → void -
setCharacteristicNotifyUUID(
String charNotifyUUID) → Future< bool?> -
setCharacteristicUUID(
String charUUID) → Future< bool?> -
setDescriptionUUID(
String desUUID) → Future< bool?> -
setScanFilterAsName(
String filterName) → void -
setServiceUUID(
String svcUUID) → Future< bool?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited