Microchip® Advanced Software Framework

at_ble_att_cfg_t Struct Reference

#include <at_ble_api.h>

Data Fields

uint8_t b1EnableServiceChanged
 Service change feature present in GATT attribute database. More...
 
uint8_t b1EnableSpcs
 Slave Preferred Connection Parameters present in GAP attribute database. More...
 
uint8_t b2AppearancePerm
 Device Appearance write permission requirements for peer device. More...
 
uint8_t b2NamePerm
 Device Name write permission requirements for peer device. More...
 
uint8_t b2Rfu
 Unused 2 bits; For Future use. More...
 

uint8_t at_ble_att_cfg_t::b1EnableServiceChanged

Service change feature present in GATT attribute database.

Referenced by ble_device_config(), and ble_set_dev_config().

uint8_t at_ble_att_cfg_t::b1EnableSpcs

Slave Preferred Connection Parameters present in GAP attribute database.

Referenced by ble_device_config(), and ble_set_dev_config().

uint8_t at_ble_att_cfg_t::b2AppearancePerm

Device Appearance write permission requirements for peer device.

See Also
at_ble_att_write_perm_t

Referenced by ble_device_config(), and ble_set_dev_config().

uint8_t at_ble_att_cfg_t::b2NamePerm

Device Name write permission requirements for peer device.

See Also
at_ble_att_write_perm_t

Referenced by ble_device_config(), and ble_set_dev_config().

uint8_t at_ble_att_cfg_t::b2Rfu

Unused 2 bits; For Future use.

Referenced by ble_device_config(), and ble_set_dev_config().