#include <ble_manager.h>
Data Fields | |
ble_event_callback_t | custom_event |
Custom Event are used by application or in IRQ's to post the task which can be handled at user application. at_ble_event_user_defined_post. More... | |
ble_event_callback_t | device_ready |
Device Ready event's are used to inform the application the BLE device is ready for accepting the user request, AT_BLE_DEVICE_READY. More... | |
ble_event_callback_t | event_max |
BLE Maximum events are reached AT_BLE_EVENT_MAX. More... | |
ble_event_callback_t | platform_event_ready |
BLE Platform (interrupt) event sent from peripheral ISR callback. This interrupt event is processed at application on reception on platform event, AT_PLATFORM_EVENT. More... | |
ble_event_callback_t ble_custom_event_cb::custom_event |
Custom Event are used by application or in IRQ's to post the task which can be handled at user application. at_ble_event_user_defined_post.
ble_event_callback_t ble_custom_event_cb::device_ready |
Device Ready event's are used to inform the application the BLE device is ready for accepting the user request, AT_BLE_DEVICE_READY.
ble_event_callback_t ble_custom_event_cb::event_max |
BLE Maximum events are reached AT_BLE_EVENT_MAX.
ble_event_callback_t ble_custom_event_cb::platform_event_ready |
BLE Platform (interrupt) event sent from peripheral ISR callback. This interrupt event is processed at application on reception on platform event, AT_PLATFORM_EVENT.