GATT UUID structure. More...
#include <ble_gatt.h>
Public Attributes | |
uint8_t | uuid_len |
UUID length. More... | |
uint8_t * | uuid |
UUID value. More... | |
GATT UUID structure.
Definition at line 80 of file ble_gatt.h.
uint8_t* ble_uuid_t::uuid |
UUID value.
Definition at line 83 of file ble_gatt.h.
uint8_t ble_uuid_t::uuid_len |
UUID length.
Definition at line 82 of file ble_gatt.h.