Microchip® Advanced Software Framework

app_anp_data Struct Reference

#include <ancs_profile.h>

Data Fields

at_ble_descriptor_found_t ancs_desc
 information of descriptor found More...
 
at_ble_characteristic_found_t char_info
 information of characteristics found More...
 
at_ble_connected_t conn_params
 Connection related information. More...
 
uint8_t devicedb
 To check the service discovery status. More...
 
uint8_t discover_role
 To check the type of discovery. More...
 

at_ble_descriptor_found_t app_anp_data::ancs_desc

information of descriptor found

at_ble_characteristic_found_t app_anp_data::char_info

information of characteristics found

Referenced by anp_client_characteristic_found_handler().

at_ble_connected_t app_anp_data::conn_params

Connection related information.

Referenced by anp_client_connected_state_handler(), and anp_client_discovery_complete_handler().

uint8_t app_anp_data::devicedb
uint8_t app_anp_data::discover_role

To check the type of discovery.

Referenced by anp_info_init().