- characteristic
- The characteristic for which to enable notifications
- enable
- Set to true to enable notifications/indications
Documentation for this section has not yet been entered.
Enable or disable notifications/indications for a given characteristic.
Once notifications are enabled for a characteristic, a BluetoothGattCallback.OnCharacteristicChanged(BluetoothGatt, Android.Bluetooth.BluetoothGattCharacteristic) callback will be triggered if the remote device indicates that the given characteristic has changed.
Requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#BLUETOOTH permission.