![]() |
nRF Connect SDK API 3.3.99
|
| uint8_t(* bt_nus_client_cb::received) (struct bt_nus_client *nus, const uint8_t *data, uint16_t len) |
Data received callback.
The data has been received as a notification of the NUS TX Characteristic.
| [in] | nus | NUS Client instance. |
| [in] | data | Received data. |
| [in] | len | Length of received data. |
| BT_GATT_ITER_CONTINUE | To keep notifications enabled. |
| BT_GATT_ITER_STOP | To disable notifications. |