GATTC Browse attribute information. More...
#include <ble_gattc.h>
Public Attributes | |
ble_gattc_attr_type_t | attr_type |
ble_gattc_browse_attr_char_t | attr_char |
ble_gattc_browse_inc_srvc_t | inc_srvc |
ble_gattc_browse_attr_t | attr |
GATTC Browse attribute information.
Definition at line 183 of file ble_gattc.h.
ble_gattc_browse_attr_t ble_gattc_browse_attr_info::attr |
Information about Attribute. When union attr_type is BLE_GATTC_BROWSE_ATTR_VAL or BLE_GATTC_BROWSE_ATTR_DESC.
Definition at line 188 of file ble_gattc.h.
ble_gattc_browse_attr_char_t ble_gattc_browse_attr_info::attr_char |
Information about Characteristic. When union attr_type is BLE_GATTC_BROWSE_ATTR_CHAR
Definition at line 186 of file ble_gattc.h.
ble_gattc_attr_type_t ble_gattc_browse_attr_info::attr_type |
Attribute type. See ble_gattc_attr_type_t.
Definition at line 185 of file ble_gattc.h.
ble_gattc_browse_inc_srvc_t ble_gattc_browse_attr_info::inc_srvc |
Information about Included Service. When union attr_type is BLE_GATTC_BROWSE_INC_SRVC
Definition at line 187 of file ble_gattc.h.