nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ ble_nus_client_tx_notif_disable()

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.

Parameters
[in]nus_clientNUS client structure.
Return values
NRF_SUCCESSOn success.
NRF_ERROR_NULLIf nus_client is NULL.
Returns
In addition, this function may return any error returned by the following functions:
  • nrf_ble_gq_item_add()