OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gatt_parse_uuid_from_cmd
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c
478
if (!
gatt_parse_uuid_from_cmd
(&result.type, uuid_len, &p))
794
if (!
gatt_parse_uuid_from_cmd
(&record_value.group_value.service_type, value_len, &p))
870
if (!
gatt_parse_uuid_from_cmd
(&record_value.dclr_value.char_uuid, (UINT16)(value_len - 3), &p))
[
all
...]
gatt_int.h
555
extern BOOLEAN
gatt_parse_uuid_from_cmd
(tBT_UUID *p_uuid, UINT16 len, UINT8 **p_data);
gatt_sr.c
723
if (
gatt_parse_uuid_from_cmd
(p_uuid_filter, uuid_len, &p) == FALSE ||
773
if (
gatt_parse_uuid_from_cmd
(&value, len, &p_data) == FALSE)
[
all
...]
gatt_utils.c
1047
** Function
gatt_parse_uuid_from_cmd
1054
BOOLEAN
gatt_parse_uuid_from_cmd
(tBT_UUID *p_uuid_rec, UINT16 uuid_size, UINT8 **p_data)
function
[
all
...]
Completed in 1055 milliseconds