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