Microchip® Advanced Software Framework

app_csc_data Struct Reference

#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
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().

uint8_t app_csc_data::devicedb