Microchip® Advanced Software Framework

at_ble_included_service_t Struct Reference

Service Definition.

#include <at_ble_api.h>

Data Fields

at_ble_handle_t end_group_handle
 End group handle. More...
 
at_ble_handle_t service_handle
 The included service handle. More...
 
at_ble_uuid_t uuid
 UUID of the included Service, only 16 bit UUID are allowed. More...
 

at_ble_handle_t at_ble_included_service_t::end_group_handle

End group handle.

Referenced by at_ble_service_define().

at_ble_handle_t at_ble_included_service_t::service_handle

The included service handle.

Referenced by at_ble_service_define().

at_ble_uuid_t at_ble_included_service_t::uuid

UUID of the included Service, only 16 bit UUID are allowed.

Referenced by at_ble_service_define().