OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tGATT_ATTR32
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_db.c
266
else if (((
tGATT_ATTR32
*)(p_attr16->p_next))->uuid_type == GATT_ATTR_UUID_TYPE_32)
268
gatt_convert_uuid32_to_uuid128 (p, ((
tGATT_ATTR32
*)(p_attr16->p_next))->uuid);
362
attr_uuid.uu.uuid32 = ((
tGATT_ATTR32
*)p_attr)->uuid;
[
all
...]
gatt_int.h
191
either tGATT_ATTR16,
tGATT_ATTR32
or tGATT_ATTR128 */
197
}
tGATT_ATTR32
;
gatt_sr.c
662
gatt_convert_uuid32_to_uuid128(p, ((
tGATT_ATTR32
*) p_attr)->uuid);
[
all
...]
Completed in 42 milliseconds