Home
last modified time | relevance | path

Searched refs:group_value (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_cl.cc408 STREAM_TO_UINT16(result.value.group_value.e_handle, p); in gatt_process_find_type_value_rsp()
409 result.value.group_value.service_type = p_clcb->uuid; in gatt_process_find_type_value_rsp()
420 p_clcb->s_handle = (result.value.group_value.e_handle == 0) in gatt_process_find_type_value_rsp()
422 : (result.value.group_value.e_handle + 1); in gatt_process_find_type_value_rsp()
856 record_value.group_value.e_handle = handle; in gatt_process_read_by_type_rsp()
857 if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type, in gatt_process_read_by_type_rsp()
Dgatt_attr.cc485 p_clcb->e_handle = p_data->value.group_value.e_handle; in gatt_disc_res_cback()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc747 p_data->value.group_value.e_handle, p_data->handle, in btif_test_discovery_result_cback()
748 p_data->value.group_value.e_handle); in btif_test_discovery_result_cback()
750 p_data->value.group_value.service_type.ToString()); in btif_test_discovery_result_cback()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc498 p_data->handle, p_data->value.group_value.e_handle, in bta_gattc_disc_res_cback()
499 p_data->value.group_value.service_type, true); in bta_gattc_disc_res_cback()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h675 tGATT_GROUP_VALUE group_value; /* Service UUID type. member