Home
last modified time | relevance | path

Searched refs:s_hdl (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/bt/stack/gatt/
H A Dgatt_sr.cc521 if (el.s_hdl < s_hdl || el.s_hdl > e_hdl || in gatt_build_primary_service_rsp()
551 UINT16_TO_STREAM(p, el.s_hdl); in gatt_build_primary_service_rsp()
593 if (attr.handle < s_hdl) continue; in gatt_build_find_info_rsp()
632 STREAM_TO_UINT16(s_hdl, p); in read_handles()
636 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) || in read_handles()
679 uint16_t s_hdl = 0, e_hdl = 0; in gatts_process_primary_service_req() local
742 uint16_t s_hdl = 0, e_hdl = 0; in gatts_process_find_info() local
763 if (el.s_hdl <= e_hdl && el.e_hdl >= s_hdl) { in gatts_process_find_info()
894 if (el.s_hdl <= e_hdl && el.e_hdl >= s_hdl) { in gatts_process_read_by_type_req()
907 s_hdl = err_hdl; in gatts_process_read_by_type_req()
[all …]
H A Dgatt_api.cc140 gatt_cb.last_service_handle = el.s_hdl; in gatt_update_last_srv_info()
172 uint16_t s_hdl = 0; in GATTS_AddService() local
189 s_hdl = gatt_cb.hdl_cfg.gatt_start_hdl; in GATTS_AddService()
191 s_hdl = gatt_cb.hdl_cfg.gap_start_hdl; in GATTS_AddService()
197 if (s_hdl < gatt_cb.hdl_cfg.app_start_hdl) in GATTS_AddService()
198 s_hdl = gatt_cb.hdl_cfg.app_start_hdl; in GATTS_AddService()
204 if (num_handles > (0xFFFF - s_hdl + 1)) { in GATTS_AddService()
213 list.asgn_range.s_handle = s_hdl; in GATTS_AddService()
230 service->attribute_handle = s_hdl; in GATTS_AddService()
302 elem.s_hdl = list.asgn_range.s_handle; in GATTS_AddService()
[all …]
H A Dgatt_db.cc55 bool is_pri, uint16_t s_hdl, uint16_t num_handle) { in gatts_init_service_db() argument
58 VLOG(1) << StringPrintf("%s: s_hdl= %d num_handle= %d", __func__, s_hdl, in gatts_init_service_db()
62 db.next_handle = s_hdl; in gatts_init_service_db()
63 db.end_handle = s_hdl + num_handle; in gatts_init_service_db()
H A Datt_protocol.cc128 static BT_HDR* attp_build_browse_cmd(uint8_t op_code, uint16_t s_hdl, in attp_build_browse_cmd() argument
142 UINT16_TO_STREAM(p, s_hdl); in attp_build_browse_cmd()
H A Dgatt_int.h280 uint16_t s_hdl; /* service starting handle */ member
630 uint16_t s_hdl, uint16_t num_handle);
H A Dgatt_utils.cc737 if (it->s_hdl <= handle && it->e_hdl >= handle) { in gatt_sr_find_i_rcb_by_handle()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c919 uint32_t s_hdl = 0; in mm_channel_fsm_fn_stopped() local
928 uint32_t s_hdl = 0; in mm_channel_fsm_fn_stopped() local
938 uint32_t s_hdl = 0; in mm_channel_fsm_fn_stopped() local
1401 uint32_t s_hdl = 0; in mm_channel_link_stream() local
1425 return s_hdl; in mm_channel_link_stream()
1431 s_hdl = stream->my_hdl; in mm_channel_link_stream()
1434 return s_hdl; in mm_channel_link_stream()
1578 uint32_t s_hdl = 0; in mm_channel_add_stream() local
1591 return s_hdl; in mm_channel_add_stream()
1605 s_hdl = stream_obj->my_hdl; in mm_channel_add_stream()
[all …]
H A Dmm_camera.c1024 uint32_t s_hdl = 0; in mm_camera_link_stream() local
1041 (void*)&s_hdl); in mm_camera_link_stream()
1046 return s_hdl; in mm_camera_link_stream()
1065 uint32_t s_hdl = 0; in mm_camera_add_stream() local
1076 (void *)&s_hdl); in mm_camera_add_stream()
1080 return s_hdl; in mm_camera_add_stream()