NUS Client structure. More...
#include <ble_nus_c.h>
Data Fields |
|
| uint8_t | uuid_type |
| uint16_t | conn_handle |
| ble_nus_c_handles_t | handles |
| ble_nus_c_evt_handler_t | evt_handler |
| ble_srv_error_handler_t | error_handler |
| nrf_ble_gq_t * | p_gatt_queue |
Detailed Description
NUS Client structure.
Field Documentation
| uint16_t ble_nus_c_s::conn_handle |
Handle of the current connection. Set with ble_nus_c_handles_assign when connected.
| ble_srv_error_handler_t ble_nus_c_s::error_handler |
Function to be called in case of an error.
| ble_nus_c_evt_handler_t ble_nus_c_s::evt_handler |
Application event handler to be called when there is an event related to the NUS.
| ble_nus_c_handles_t ble_nus_c_s::handles |
Handles on the connected peer device needed to interact with it.
| nrf_ble_gq_t * ble_nus_c_s::p_gatt_queue |
Pointer to BLE GATT Queue instance.
| uint8_t ble_nus_c_s::uuid_type |
UUID type.
- components/ble/ble_services/ble_nus_c/ble_nus_c.h