Searched refs:group_value (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_cl.c | 422 STREAM_TO_UINT16 (result.value.group_value.e_handle, p); in gatt_process_find_type_value_rsp() 423 …SC_INFO("%s handle %x, end handle %x", __func__, result.handle, result.value.group_value.e_handle); in gatt_process_find_type_value_rsp() 424 memcpy (&result.value.group_value.service_type, &p_clcb->uuid, sizeof(tBT_UUID)); in gatt_process_find_type_value_rsp() 434 …p_clcb->s_handle = (result.value.group_value.e_handle == 0) ? 0 : (result.value.group_value.e_hand… in gatt_process_find_type_value_rsp() 832 record_value.group_value.e_handle = handle; in gatt_process_read_by_type_rsp() 833 … if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type, value_len, &p)) { in gatt_process_read_by_type_rsp() 838 …L SVC end handle %x, uuid %s", record_value.group_value.e_handle, gatt_uuid_to_str(&record_value.g… in gatt_process_read_by_type_rsp()
|
D | gatt_attr.c | 525 p_clcb->e_handle = p_data->value.group_value.e_handle; in gatt_disc_res_cback()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 985 p_data->value.group_value.e_handle, in bta_gattc_disc_res_cback() 986 p_data->value.group_value.service_type, in bta_gattc_disc_res_cback() 993 p_data->value.group_value.e_handle, in bta_gattc_disc_res_cback() 994 p_data->value.group_value.service_type, in bta_gattc_disc_res_cback()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 543 tGATT_GROUP_VALUE group_value; /* Service UUID type. member
|