ble_gatt_client
|
#include <uuid.h>
Public Types | |
enum | { BT_UUID_UNSPEC = 0, BT_UUID16 = 16, BT_UUID32 = 32, BT_UUID128 = 128 } |
Data Fields | |
enum bt_uuid_t:: { ... } | type |
union { | |
uint16_t u16 | |
uint32_t u32 | |
uint128_t u128 | |
} | value |
anonymous enum |
enum { ... } bt_uuid_t::type |
Referenced by bt_gatt_iter_next_characteristic(), bt_gatt_iter_next_included_service(), bt_gatt_iter_next_read_by_type(), bt_gatt_read_by_type(), bt_uuid128_create(), bt_uuid16_create(), bt_uuid16_to_uuid128(), bt_uuid32_create(), bt_uuid32_to_uuid128(), bt_uuid_len(), bt_uuid_to_le(), bt_uuid_to_string(), bt_uuid_to_uuid128(), discover_services(), get_uuid_len(), and uuid_to_le().
uint128_t bt_uuid_t::u128 |
Definition at line 152 of file uuid.h.
Referenced by bt_gatt_iter_next_service(), bt_uuid128_cmp(), bt_uuid128_create(), bt_uuid16_to_uuid128(), bt_uuid32_to_uuid128(), bt_uuid_to_le(), bt_uuid_to_string(), and uuid_to_le().
uint16_t bt_uuid_t::u16 |
Definition at line 150 of file uuid.h.
Referenced by bt_uuid16_create(), bt_uuid16_to_uuid128(), bt_uuid_to_le(), bt_uuid_to_string(), and uuid_to_le().
uint32_t bt_uuid_t::u32 |
Definition at line 151 of file uuid.h.
Referenced by bt_uuid32_create(), bt_uuid32_to_uuid128(), and bt_uuid_to_string().
union { ... } bt_uuid_t::value |