nRF Connect SDK API 2.8.99
|
Nordic UART Service (NUS) shell transport API. More...
Data Structures | |
struct | shell_bt_nus_ctrl_blk |
Instance control block (RW data). More... | |
struct | shell_bt_nus |
Instance structure. More... | |
Macros | |
#define | SHELL_BT_NUS_DEFINE(_name, _tx_ringbuf_size, _rx_ringbuf_size) |
Macro for creating an instance of the module. | |
Functions | |
int | shell_bt_nus_init (void) |
Initialize the NUS shell transport instance. | |
void | shell_bt_nus_enable (struct bt_conn *conn) |
Enable the NUS shell transport instance. | |
void | shell_bt_nus_disable (void) |
Disable the NUS shell transport instance. | |
Variables | |
const struct shell_transport_api | shell_bt_nus_transport_api |
Nordic UART Service (NUS) shell transport API.