![]() |
nRF5 SDK
v15.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
Eddystone Configuration Service initialization structure. More...
#include <nrf_ble_escs.h>
Data Fields | |
nrf_ble_escs_init_params_t * | p_init_vals |
Initialization parameters for the service. | |
nrf_ble_escs_write_evt_handler_t | write_evt_handler |
Event handler to be called for authorizing write requests. | |
nrf_ble_escs_read_evt_handler_t | read_evt_handler |
Event handler to be called for authorizing read requests. | |
Eddystone Configuration 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 nrf_ble_escs_init function.