enable Notifications
Enables notifications for a characteristic and registers a callback for received values.
Delegates to BleConnection.enableNotifications.
Parameters
service Uuid
The UUID of the GATT service containing the characteristic.
characteristic Uuid
The UUID of the characteristic to enable notifications for.
callback
The callback function invoked with the ByteArray value each time a notification is received.