#include <cscp.h>
Data Fields | |
uint16_t | buff_len |
To check the buffer length. More... | |
uint8_t * | buff_ptr |
To check the buffer pointer. More... | |
at_ble_connected_t | conn_params |
Connection related information. More... | |
at_ble_characteristic_found_t | csc_char |
Information of characteristics found. More... | |
at_ble_descriptor_found_t | csc_desc |
Information of descriptor found. More... | |
at_ble_primary_service_found_t | csc_serv |
Instance for SPOG service. More... | |
uint8_t | devicedb |
To check the service discovery status. More... | |
uint8_t | discover_role |
To check the type of discovery. More... | |
uint16_t app_csc_data::buff_len |
To check the buffer length.
Referenced by csc_prf_buf_init(), csc_prf_init(), and csc_prf_send_data().
uint8_t* app_csc_data::buff_ptr |
To check the buffer pointer.
Referenced by csc_prf_buf_init(), and csc_prf_init().
at_ble_connected_t app_csc_data::conn_params |
Connection related information.
Referenced by csc_prf_connected_state_handler(), csc_prf_discovery_complete_handler(), and csc_prf_send_data().
at_ble_characteristic_found_t app_csc_data::csc_char |
Information of characteristics found.
Referenced by csc_prf_characteristic_found_handler(), and csc_prf_discovery_complete_handler().
at_ble_descriptor_found_t app_csc_data::csc_desc |
Information of descriptor found.
Referenced by csc_prf_descriptor_found_handler(), and csc_prf_write_notification_handler().
at_ble_primary_service_found_t app_csc_data::csc_serv |
Instance for SPOG service.
Referenced by csc_prf_connected_state_handler(), csc_prf_discovery_complete_handler(), and csc_prf_service_found_handler().
uint8_t app_csc_data::devicedb |
To check the service discovery status.
Referenced by csc_prf_connected_state_handler(), csc_prf_disconnect_event_handler(), and csc_prf_discovery_complete_handler().
uint8_t app_csc_data::discover_role |
To check the type of discovery.
Referenced by csc_prf_characteristic_found_handler(), csc_prf_connected_state_handler(), csc_prf_descriptor_found_handler(), csc_prf_discovery_complete_handler(), and csc_prf_service_found_handler().