Searched refs:incl_service (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_cl.c | 842 STREAM_TO_UINT16(record_value.incl_service.s_handle, p); in gatt_process_read_by_type_rsp() 843 STREAM_TO_UINT16(record_value.incl_service.e_handle, p); in gatt_process_read_by_type_rsp() 845 if (!GATT_HANDLE_IS_VALID(record_value.incl_service.s_handle) || in gatt_process_read_by_type_rsp() 846 !GATT_HANDLE_IS_VALID(record_value.incl_service.e_handle)) { in gatt_process_read_by_type_rsp() 852 STREAM_TO_UINT16(record_value.incl_service.service_type.uu.uuid16, p); in gatt_process_read_by_type_rsp() 853 record_value.incl_service.service_type.len = LEN_UUID_16; in gatt_process_read_by_type_rsp() 855 …record_value.incl_service.s_handle, record_value.incl_service.e_handle, gatt_uuid_to_str(&record_v… in gatt_process_read_by_type_rsp() 857 p_clcb->s_handle = record_value.incl_service.s_handle; in gatt_process_read_by_type_rsp() 1001 … memcpy(p_clcb->read_uuid128.result.value.incl_service.service_type.uu.uuid128, p, len); in gatt_process_read_rsp() 1002 p_clcb->read_uuid128.result.value.incl_service.service_type.len = LEN_UUID_128; in gatt_process_read_rsp() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 1002 p_data->value.incl_service.s_handle, in bta_gattc_disc_res_cback() 1003 p_data->value.incl_service.e_handle, in bta_gattc_disc_res_cback() 1004 p_data->value.incl_service.service_type); in bta_gattc_disc_res_cback() 1008 p_data->value.incl_service.s_handle, in bta_gattc_disc_res_cback() 1009 p_data->value.incl_service.e_handle, in bta_gattc_disc_res_cback() 1010 p_data->value.incl_service.service_type, in bta_gattc_disc_res_cback() 1016 &p_data->value.incl_service.service_type, in bta_gattc_disc_res_cback() 1018 p_data->value.incl_service.s_handle, in bta_gattc_disc_res_cback() 1019 p_data->value.incl_service.e_handle, in bta_gattc_disc_res_cback()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 542 tGATT_INCL_SRVC incl_service; /* include service value */ member
|