Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
ble_ans_c_init_t Struct Reference
[Alert Notification Service Client]
Alert Notification init structure. More...
#include <ble_ans_c.h>
Data Fields | |
ble_ans_c_evt_handler_t | evt_handler |
Event handler to be called for handling events in the Battery Service. | |
ble_srv_error_handler_t | error_handler |
Function to be called in case of an error. | |
uint32_t | message_buffer_size |
Size of buffer to handle messages. | |
uint8_t * | p_message_buffer |
Pointer to buffer for passing messages. |
Detailed Description
Alert Notification init structure.
This contains all options and data needed for initialization of the client.
Definition at line 162 of file ble_ans_c.h.
Field Documentation
Function to be called in case of an error.
Definition at line 165 of file ble_ans_c.h.
Event handler to be called for handling events in the Battery Service.
Definition at line 164 of file ble_ans_c.h.
uint32_t message_buffer_size |
Size of buffer to handle messages.
Definition at line 166 of file ble_ans_c.h.
uint8_t* p_message_buffer |
Pointer to buffer for passing messages.
Definition at line 167 of file ble_ans_c.h.
Generated on Tue Jul 12 2022 18:47:35 by
