Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_test.c168 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle, in btif_test_discovery_result_cback()
169 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle); in btif_test_discovery_result_cback()
171 format_uuid(p_data->value.incl_service.service_type, str_buf)); in btif_test_discovery_result_cback()
/system/bt/stack/gatt/
Dgatt_cl.c829 STREAM_TO_UINT16(record_value.incl_service.s_handle, p); in gatt_process_read_by_type_rsp()
830 STREAM_TO_UINT16(record_value.incl_service.e_handle, p); in gatt_process_read_by_type_rsp()
832 if (!GATT_HANDLE_IS_VALID(record_value.incl_service.s_handle) || in gatt_process_read_by_type_rsp()
833 !GATT_HANDLE_IS_VALID(record_value.incl_service.e_handle)) in gatt_process_read_by_type_rsp()
841 STREAM_TO_UINT16(record_value.incl_service.service_type.uu.uuid16, p); in gatt_process_read_by_type_rsp()
842 record_value.incl_service.service_type.len = LEN_UUID_16; in gatt_process_read_by_type_rsp()
846 p_clcb->s_handle = record_value.incl_service.s_handle; in gatt_process_read_by_type_rsp()
1014 … memcpy(p_clcb->read_uuid128.result.value.incl_service.service_type.uu.uuid128, p, len); in gatt_process_read_rsp()
1015 p_clcb->read_uuid128.result.value.incl_service.service_type.len = LEN_UUID_128; in gatt_process_read_rsp()
/system/bt/bta/gatt/
Dbta_gattc_cache.c892 p_data->value.incl_service.s_handle, in bta_gattc_disc_res_cback()
893 p_data->value.incl_service.e_handle, in bta_gattc_disc_res_cback()
894 p_data->value.incl_service.service_type); in bta_gattc_disc_res_cback()
898 p_data->value.incl_service.s_handle, in bta_gattc_disc_res_cback()
899 p_data->value.incl_service.e_handle, in bta_gattc_disc_res_cback()
900 p_data->value.incl_service.service_type, in bta_gattc_disc_res_cback()
905 &p_data->value.incl_service.service_type, in bta_gattc_disc_res_cback()
907 p_data->value.incl_service.s_handle, in bta_gattc_disc_res_cback()
/system/bt/stack/include/
Dgatt_api.h529 tGATT_INCL_SRVC incl_service; /* include service value */ member