Enumerations

enum  gatt_attr_t {
  BLE_GATTC_BROWSE_NONE, BLE_GATTC_BROWSE_INC_SRVC, BLE_GATTC_BROWSE_ATTR_CHAR, BLE_GATTC_BROWSE_ATTR_VAL,
  BLE_GATTC_BROWSE_ATTR_DESC
}
 GATT Client Service Discover Attribute type IDs. More...
 

Detailed Description

Enumeration Type Documentation

◆ gatt_attr_t

GATT Client Service Discover Attribute type IDs.

Enumerator
BLE_GATTC_BROWSE_NONE 

No Attribute Information.

BLE_GATTC_BROWSE_INC_SRVC 

Included Service information.

BLE_GATTC_BROWSE_ATTR_CHAR 

Characteristic Declaration.

BLE_GATTC_BROWSE_ATTR_VAL 

Attribute Value definition.

BLE_GATTC_BROWSE_ATTR_DESC 

Attribute Descriptor.