Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_cl.cc872 STREAM_TO_UINT16(record_value.incl_service.s_handle, p); in gatt_process_read_by_type_rsp()
873 STREAM_TO_UINT16(record_value.incl_service.e_handle, p); in gatt_process_read_by_type_rsp()
875 if (!GATT_HANDLE_IS_VALID(record_value.incl_service.s_handle) || in gatt_process_read_by_type_rsp()
876 !GATT_HANDLE_IS_VALID(record_value.incl_service.e_handle)) { in gatt_process_read_by_type_rsp()
884 record_value.incl_service.service_type = in gatt_process_read_by_type_rsp()
887 p_clcb->s_handle = record_value.incl_service.s_handle; in gatt_process_read_by_type_rsp()
1057 p_clcb->read_uuid128.result.value.incl_service.service_type = in gatt_process_read_rsp()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc760 p_data->value.incl_service.s_handle, in btif_test_discovery_result_cback()
761 p_data->value.incl_service.e_handle, in btif_test_discovery_result_cback()
762 p_data->value.incl_service.s_handle, in btif_test_discovery_result_cback()
763 p_data->value.incl_service.e_handle); in btif_test_discovery_result_cback()
765 p_data->value.incl_service.service_type.ToString()); in btif_test_discovery_result_cback()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc504 p_data->handle, p_data->value.incl_service.service_type, in bta_gattc_disc_res_cback()
505 p_data->value.incl_service.s_handle, in bta_gattc_disc_res_cback()
506 p_data->value.incl_service.e_handle); in bta_gattc_disc_res_cback()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h674 tGATT_INCL_SRVC incl_service; /* include service value */ member