GATTC Browse information about Characteristic. More...
#include <ble_gattc.h>
Public Attributes | |
ble_gattc_attr_type_t | attr_type |
uint8_t | prop |
uint16_t | handle |
uint8_t | uuid_len |
uint8_t | uuid [BLE_ATT_UUID_128_LEN] |
GATTC Browse information about Characteristic.
Definition at line 143 of file ble_gattc.h.
ble_gattc_attr_type_t ble_gattc_browse_attr_char_t::attr_type |
Attribute type. See BLE_GATTC_BROWSE_ATTR_CHAR for Characteristic Declaration.
Definition at line 145 of file ble_gattc.h.
uint16_t ble_gattc_browse_attr_char_t::handle |
Value handle.
Definition at line 147 of file ble_gattc.h.
uint8_t ble_gattc_browse_attr_char_t::prop |
Value property.
Definition at line 146 of file ble_gattc.h.
uint8_t ble_gattc_browse_attr_char_t::uuid[BLE_ATT_UUID_128_LEN] |
Characteristic UUID.
Definition at line 149 of file ble_gattc.h.
uint8_t ble_gattc_browse_attr_char_t::uuid_len |
Characteristic UUID length.
Definition at line 148 of file ble_gattc.h.