Home
last modified time | relevance | path

Searched refs:s_handle (Results 1 – 21 of 21) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_cl.cc95 if (p_clcb->s_handle > p_clcb->e_handle || p_clcb->s_handle == 0) { in gatt_act_discovery()
104 cl_req.browse.s_handle = p_clcb->s_handle; in gatt_act_discovery()
117 cl_req.find_type_value.s_handle = p_clcb->s_handle; in gatt_act_discovery()
163 msg.browse.s_handle = p_clcb->s_handle; in gatt_act_read()
176 msg.handle = p_clcb->s_handle; in gatt_act_read()
187 msg.read_blob.handle = p_clcb->s_handle; in gatt_act_read()
194 msg.read_blob.handle = p_clcb->s_handle; in gatt_act_read()
210 msg.handle = p_clcb->s_handle; in gatt_act_read()
238 p_clcb->s_handle = attr.handle; in gatt_act_write()
255 p_clcb->s_handle = attr.handle; in gatt_act_write()
[all …]
Dgatt_api.cc62 tGATT_HDL_LIST_ELEM& gatt_add_an_item_to_list(uint16_t s_handle) { in gatt_add_an_item_to_list() argument
66 if (s_handle > it->asgn_range.s_handle) break; in gatt_add_an_item_to_list()
217 list.asgn_range.s_handle = s_hdl; in GATTS_AddService()
230 num_handles, list.asgn_range.s_handle, list.asgn_range.e_handle, in GATTS_AddService()
286 list.svc_db, p_incl_decl->asgn_range.s_handle, in GATTS_AddService()
299 if (list.asgn_range.s_handle < it->s_hdl) break; in GATTS_AddService()
305 elem.s_hdl = list.asgn_range.s_handle; in GATTS_AddService()
384 GATTS_StopService(it->asgn_range.s_handle); in GATTS_DeleteService()
391 it->asgn_range.s_handle, it->asgn_range.e_handle); in GATTS_DeleteService()
393 if ((it->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl) && in GATTS_DeleteService()
[all …]
Dgatt_db.cc228 UINT16_TO_STREAM(p, incl_handle.s_handle); in read_attr_value()
278 BT_HDR* p_rsp, uint16_t s_handle, uint16_t /* e_handle */, const Uuid& type, in gatts_db_read_attr_value_by_type() argument
287 if (attr.handle >= s_handle && type == attr.uuid) { in gatts_db_read_attr_value_by_type()
335 uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle, in gatts_add_included_service() argument
339 log::verbose("s_hdl=0x{:04x} e_hdl=0x{:04x} service uuid = {}", s_handle, in gatts_add_included_service()
342 if (service.IsEmpty() || s_handle == 0 || e_handle == 0) { in gatts_add_included_service()
350 attr.p_value->incl_handle.s_handle = s_handle; in gatts_add_included_service()
Dgatt_attr.cc490 p_clcb->s_handle = p_data->value.dclr_value.val_handle; in gatt_disc_res_cback()
496 p_clcb->s_handle = p_data->handle; in gatt_disc_res_cback()
547 param.service.s_handle = 1; in gatt_svc_read_cl_supp_feat_req()
731 p_clcb->s_handle, p_clcb->e_handle) != GATT_SUCCESS) { in gatt_cl_start_config_ccc()
741 ccc_value.handle = p_clcb->s_handle; in gatt_cl_start_config_ccc()
830 param.service.s_handle = 1; in read_sr_supported_feat_req()
857 param.service.s_handle = 1; in read_sr_sirk_req()
Dgatt_int.h106 uint16_t s_handle; /* starting handle */ member
362 uint16_t s_handle; /* starting handle of the active request */ member
401 uint16_t s_handle; member
661 uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle,
673 BT_HDR* p_rsp, uint16_t s_handle, uint16_t e_handle,
Datt_protocol.cc183 UINT16_TO_STREAM(p, p_value_type->s_handle); in attp_build_read_by_type_value_cmd()
601 if (!GATT_HANDLE_IS_VALID(p_msg->browse.s_handle) || in attp_send_cl_msg()
603 p_msg->browse.s_handle > p_msg->browse.e_handle) { in attp_send_cl_msg()
608 p_cmd = attp_build_browse_cmd(op_code, p_msg->browse.s_handle, in attp_send_cl_msg()
Dgatt_sr_hash.cc87 UINT16_TO_STREAM(p_data, attr_it->p_value->incl_handle.s_handle); in fill_database_info()
Dgatt_utils.cc232 if (elem.asgn_range.s_handle == handle) return &elem; in gatt_find_hdl_buffer_by_handle()
252 (start_handle == it->asgn_range.s_handle)) { in gatt_find_hdl_buffer_by_app_id()
1703 cb_data.att_value.handle = p_clcb->s_handle; in gatt_end_operation()
1717 cb_data.handle = cb_data.att_value.handle = p_clcb->s_handle; in gatt_end_operation()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc409 uint16_t s_handle, uint16_t e_handle, in BTA_GATTC_ReadUsingCharUuid() argument
421 p_buf->s_handle = s_handle; in BTA_GATTC_ReadUsingCharUuid()
Dbta_gattc_cache.cc505 p_data->value.incl_service.s_handle, in bta_gattc_disc_res_cback()
725 read_param.char_type.s_handle = 0x0001; in bta_gattc_read_db_hash()
898 uint16_t att_handle, uint16_t s_handle, in bta_gattc_fill_gatt_db_el() argument
903 p_attr->start_handle = s_handle; in bta_gattc_fill_gatt_db_el()
Dbta_gattc_act.cc1016 read_param.char_type.s_handle = p_data->api_read.s_handle; in bta_gattc_read()
1503 uint16_t s_handle = ((uint16_t)(*(p)) + (((uint16_t)(*(p + 1))) << 8)); in bta_gattc_process_srvc_chg_ind() local
1506 log::error("service changed s_handle=0x{:x}, e_handle=0x{:x}", s_handle, in bta_gattc_process_srvc_chg_ind()
1512 bta_gattc_clear_notif_registration(p_srcb, conn_id, s_handle, e_handle); in bta_gattc_process_srvc_chg_ind()
Dbta_gattc_int.h138 uint16_t s_handle; member
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h585 uint16_t s_handle; member
669 uint16_t s_handle; /* starting handle */ member
770 uint16_t s_handle; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc471 uint16_t s_handle, in btif_gattc_read_using_char_uuid() argument
476 s_handle, e_handle, auth_req, in btif_gattc_read_using_char_uuid()
760 p_data->value.incl_service.s_handle, in btif_test_discovery_result_cback()
762 p_data->value.incl_service.s_handle, in btif_test_discovery_result_cback()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h341 uint16_t s_handle; member
685 uint16_t s_handle, uint16_t e_handle,
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h255 uint16_t s_handle,
/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_dis.cc228 param.service.s_handle = 1; in dis_gatt_c_read_dis_req()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc266 param.service.s_handle = 1; in send_cl_read_request()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dgatt_sr_test.cc86 BT_HDR* p_rsp, uint16_t s_handle, uint16_t e_handle, const Uuid& type, in gatts_db_read_attr_value_by_type() argument
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1231 s_handle: u16, in read_using_characteristic_uuid()
1240 s_handle, in read_using_characteristic_uuid()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1457 jlong uuid_msb, jint s_handle, jint e_handle, jint authReq) { in gattClientReadUsingCharacteristicUuidNative() argument
1461 sGattIf->client->read_using_characteristic_uuid(conn_id, uuid, s_handle, in gattClientReadUsingCharacteristicUuidNative()