![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
Nordic UART Service initialization structure. More...
#include <bm/bluetooth/services/ble_nus.h>
Data Fields | ||
| ble_nus_evt_handler_t | evt_handler | |
| struct { | ||
| struct { | ||
| ble_gap_conn_sec_mode_t read | ||
| ble_gap_conn_sec_mode_t write | ||
| } nus_rx_char | ||
| struct { | ||
| ble_gap_conn_sec_mode_t read | ||
| ble_gap_conn_sec_mode_t cccd_write | ||
| } nus_tx_char | ||
| } | sec_mode | |
Nordic UART Service initialization structure.
This structure contains the initialization information for the service. The application must fill this structure and pass it to the service using the ble_nus_init function.