setNotifiable static method
- @Deprecated("Use [subscribeNotifications] or [subscribeIndications] or [unsubscribe] instead")
- String deviceId,
- String service,
- String characteristic,
- BleInputProperty bleInputProperty,
Implementation
@Deprecated(
"Use [subscribeNotifications] or [subscribeIndications] or [unsubscribe] instead")
static Future<void> setNotifiable(
String deviceId,
String service,
String characteristic,
BleInputProperty bleInputProperty,
) async {
return _sendBleInputPropertyCommand(
deviceId,
service,
characteristic,
bleInputProperty,
);
}