Searched refs:gatt_parse_uuid_from_cmd (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_cl.c492 if (!gatt_parse_uuid_from_cmd(&result.type, uuid_len, &p))
819 if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type, value_len, &p))
894 if (!gatt_parse_uuid_from_cmd(&record_value.dclr_value.char_uuid, (UINT16)(value_len - 3), &p))
H A Dgatt_int.h562 extern BOOLEAN gatt_parse_uuid_from_cmd(tBT_UUID *p_uuid, UINT16 len, UINT8 **p_data);
H A Dgatt_sr.c707 if (gatt_parse_uuid_from_cmd (p_uuid_filter, uuid_len, &p) == FALSE ||
758 if (gatt_parse_uuid_from_cmd(&value, len, &p_data) == FALSE)
H A Dgatt_utils.c1122 ** Function gatt_parse_uuid_from_cmd
1129 BOOLEAN gatt_parse_uuid_from_cmd(tBT_UUID *p_uuid_rec, UINT16 uuid_size, UINT8 **p_data) function
1185 GATT_TRACE_WARNING("gatt_parse_uuid_from_cmd invalid uuid size");

Completed in 51 milliseconds