+ Collaboration diagram for Enumerations:

Enumerations

enum  ble_gattc_attr_type_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

◆ ble_gattc_attr_type_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.

Definition at line 72 of file ble_gattc.h.