![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| uint32_t ble_nus_client_tx_notif_enable | ( | struct ble_nus_client * | nus_client | ) |
#include <ble_nus_client.h>
Request the peer to start sending notification of TX characteristic.
This function enables notifications of the NUS TX characteristic at the peer by writing to the CCCD of the NUS TX characteristic.
| nus_client | NUS client structure. |
| NRF_SUCCESS | On success. |
| NRF_ERROR_NULL | If nus_client is NULL. |