Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_cl.cc445 if (!gatt_parse_uuid_from_cmd(&result.type, uuid_len, &p)) break; in gatt_process_read_info_rsp()
764 if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type, in gatt_process_read_by_type_rsp()
845 if (!gatt_parse_uuid_from_cmd(&record_value.dclr_value.char_uuid, in gatt_process_read_by_type_rsp()
Dgatt_sr.cc597 if (!gatt_parse_uuid_from_cmd(p_uuid, uuid_len, &p)) { in gatts_validate_packet_format()
647 if (!gatt_parse_uuid_from_cmd(&value, len, &p_data)) { in gatts_process_primary_service_req()
Dgatt_int.h431 extern bool gatt_parse_uuid_from_cmd(bluetooth::Uuid* p_uuid, uint16_t len,
Dgatt_utils.cc477 bool gatt_parse_uuid_from_cmd(Uuid* p_uuid_rec, uint16_t uuid_size, in gatt_parse_uuid_from_cmd() function