#include <ble_manager.h>
Data Fields | |
ble_event_callback_t | characteristic_found |
If GATT Client founds the characteristics as part of char discovery process this event will be triggered Refer at_ble_characteristic_found_t. More... | |
ble_event_callback_t | characteristic_read_by_uuid_response |
If GATT Client discovers the characteristic using UUID this event will be triggered Refer at_ble_characteristic_read_response_t. More... | |
ble_event_callback_t | characteristic_read_multible_response |
If GATT Client characteristic read with multiple response this event will be triggered Refer at_ble_characteristic_read_response_t. More... | |
ble_event_callback_t | characteristic_write_response |
If GATT Client writes onto GATT server characteristics this event will be triggered Refer at_ble_characteristic_write_response_t. More... | |
ble_event_callback_t | descriptor_found |
If GATT Client founds the descriptor as part of discovery process this event will be triggered Refer at_ble_descriptor_found_t. More... | |
ble_event_callback_t | discovery_complete |
If GATT Client Discovery completes this event will be triggered Refer at_ble_discovery_complete_t. More... | |
ble_event_callback_t | included_service_found |
If GATT Client founds the included service as part of service discovery process this event will be triggered Refer at_ble_included_service_found_t. More... | |
ble_event_callback_t | indication_recieved |
GATT Client receives the indication from GATT Server. at_ble_indication_recieved_t. More... | |
ble_event_callback_t | notification_recieved |
GATT Client receives the notification from GATT Server. at_ble_notification_recieved_t. More... | |
ble_event_callback_t | primary_service_found |
If GATT Client founds the primary service as part of service discovery process this event will be triggered Refer at_ble_primary_service_found_t. More... | |
ble_event_callback_t ble_gatt_client_event_cb::characteristic_found |
If GATT Client founds the characteristics as part of char discovery process this event will be triggered Refer at_ble_characteristic_found_t.
ble_event_callback_t ble_gatt_client_event_cb::characteristic_read_by_uuid_response |
If GATT Client discovers the characteristic using UUID this event will be triggered Refer at_ble_characteristic_read_response_t.
ble_event_callback_t ble_gatt_client_event_cb::characteristic_read_multible_response |
If GATT Client characteristic read with multiple response this event will be triggered Refer at_ble_characteristic_read_response_t.
ble_event_callback_t ble_gatt_client_event_cb::characteristic_write_response |
If GATT Client writes onto GATT server characteristics this event will be triggered Refer at_ble_characteristic_write_response_t.
ble_event_callback_t ble_gatt_client_event_cb::descriptor_found |
If GATT Client founds the descriptor as part of discovery process this event will be triggered Refer at_ble_descriptor_found_t.
ble_event_callback_t ble_gatt_client_event_cb::discovery_complete |
If GATT Client Discovery completes this event will be triggered Refer at_ble_discovery_complete_t.
ble_event_callback_t ble_gatt_client_event_cb::included_service_found |
If GATT Client founds the included service as part of service discovery process this event will be triggered Refer at_ble_included_service_found_t.
ble_event_callback_t ble_gatt_client_event_cb::indication_recieved |
GATT Client receives the indication from GATT Server. at_ble_indication_recieved_t.
ble_event_callback_t ble_gatt_client_event_cb::notification_recieved |
GATT Client receives the notification from GATT Server. at_ble_notification_recieved_t.
ble_event_callback_t ble_gatt_client_event_cb::primary_service_found |
If GATT Client founds the primary service as part of service discovery process this event will be triggered Refer at_ble_primary_service_found_t.