Searched refs:gatt_parse_uuid_from_cmd (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_cl.cc | 445 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()
|
D | gatt_sr.cc | 597 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()
|
D | gatt_int.h | 431 extern bool gatt_parse_uuid_from_cmd(bluetooth::Uuid* p_uuid, uint16_t len,
|
D | gatt_utils.cc | 477 bool gatt_parse_uuid_from_cmd(Uuid* p_uuid_rec, uint16_t uuid_size, in gatt_parse_uuid_from_cmd() function
|