Microchip® Advanced Software Framework

at_ble_generic_att_desc_t Struct Reference

#include <at_ble_api.h>

Data Fields

uint16_t desc_val_length
 descriptor value initial length More...
 
uint16_t desc_val_max_length
 maximum possible length of the descriptor value More...
 
at_ble_handle_t handle
 Here the stack will store the handle for future use. More...
 
at_ble_attr_permissions_t perm
 descriptor permissions More...
 
at_ble_uuid_t uuid
 descriptor uuid More...
 

uint16_t at_ble_generic_att_desc_t::desc_val_length

descriptor value initial length

Referenced by hid_serv_init().

uint16_t at_ble_generic_att_desc_t::desc_val_max_length

maximum possible length of the descriptor value

Referenced by hid_serv_init().

at_ble_handle_t at_ble_generic_att_desc_t::handle

Here the stack will store the handle for future use.

Referenced by hid_serv_init().

at_ble_attr_permissions_t at_ble_generic_att_desc_t::perm

descriptor permissions

Referenced by hid_serv_init().

at_ble_uuid_t at_ble_generic_att_desc_t::uuid

descriptor uuid

Referenced by hid_serv_init().