InPlay API
ble_gatt_att_desc_t Struct Reference

Attribute Description. More...

#include <in_ble_gatt.h>

Data Fields

uint8_t uuid [BLE_UUID_128_LEN]
 Attribute UUID (LSB First)
 
uint16_t prop
 Attribute Properties,. More...
 
uint16_t max_len
 
uint16_t ext_prop
 Attribute extended properties,. More...
 

Detailed Description

Attribute Description.

Field Documentation

◆ ext_prop

uint16_t ext_prop

Attribute extended properties,.

See also
enum in_ble_att_ext_prop

◆ max_len

uint16_t max_len

Maximum length of the attribute

Note: For Included Services and Characteristic Declarations, this field contains targeted handle.

For Characteristic Extended Properties, this field contains 2 byte value

Not used Client Characteristic Configuration and Server Characteristic Configuration, this field is not used.

◆ prop

uint16_t prop

Attribute Properties,.

See also
enum in_ble_att_char_prop and
enum in_ble_att_perm_prop