OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:att_get_uuid16
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluez/attrib/
gatt.c
177
bt_uuid_t uuid16 =
att_get_uuid16
(&data[4]);
278
bt_uuid_t uuid16 =
att_get_uuid16
(&value[5]);
att.h
229
static inline bt_uuid_t
att_get_uuid16
(const void *ptr)
function
att.c
160
*uuid =
att_get_uuid16
(&pdu[5]);
278
*uuid =
att_get_uuid16
(&pdu[5]);
385
*uuid =
att_get_uuid16
(&pdu[5]);
gatttool.c
439
uuid =
att_get_uuid16
(&value[2]);
interactive.c
244
uuid =
att_get_uuid16
(&value[2]);
client.c
814
uuid =
att_get_uuid16
(&info[2]);
Completed in 39 milliseconds