Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_cl.c481 if (!gatt_parse_uuid_from_cmd(&result.type, uuid_len, &p)) { in gatt_process_read_info_rsp()
833 … if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type, value_len, &p)) { in gatt_process_read_by_type_rsp()
897 … if (!gatt_parse_uuid_from_cmd(&record_value.dclr_value.char_uuid, (UINT16)(value_len - 3), &p)) { in gatt_process_read_by_type_rsp()
Dgatt_sr.c890 if (gatt_parse_uuid_from_cmd (p_uuid_filter, uuid_len, &p) == FALSE || in gatts_validate_packet_format()
937 if (gatt_parse_uuid_from_cmd(&value, len, &p_data) == FALSE) { in gatts_process_primary_service_req()
Dgatt_utils.c1230 BOOLEAN gatt_parse_uuid_from_cmd(tBT_UUID *p_uuid_rec, UINT16 uuid_size, UINT8 **p_data) in gatt_parse_uuid_from_cmd() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h626 extern BOOLEAN gatt_parse_uuid_from_cmd(tBT_UUID *p_uuid, UINT16 len, UINT8 **p_data);