- device
- The remote device to receive the notification/indication
- characteristic
- The local characteristic that has been updated
- confirm
- true to request confirmation from the client (indication), false to send a notification
Documentation for this section has not yet been entered.
Type Reason !:NoType:IllegalArgumentException
Send a notification or indication that a local characteristic has been updated.
A notification or indication is sent to the remote device to signal that the characteristic has been updated. This function should be invoked for every client that requests notifications/indications by writing to the "Client Configuration" descriptor for the given characteristic.
Requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#BLUETOOTH permission.