Home
last modified time | relevance | path

Searched refs:pending_discovery (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc122 p_srvc_cb->pending_discovery.Clear(); in bta_gattc_init_cache()
232 if (p_srvc_cb->pending_discovery.StartNextServiceExploration()) { in bta_gattc_explore_next_service()
234 p_srvc_cb->pending_discovery.CurrentlyExploredService(); in bta_gattc_explore_next_service()
249 p_srvc_cb->pending_discovery.DescriptorHandlesToRead(); in bta_gattc_explore_next_service()
302 p_srvc_cb->gatt_database = p_srvc_cb->pending_discovery.Build(); in bta_gattc_explore_srvc_finished()
335 p_srvc_cb->pending_discovery.NextDescriptorRangeToExplore(); in bta_gattc_start_disc_char_dscp()
373 bool no_pending_disc = !p_srvc_cb->pending_discovery.InProgress(); in bta_gattc_sdp_callback()
407 p_srvc_cb->pending_discovery.AddService(start_handle, end_handle, in bta_gattc_sdp_callback()
497 p_srvc_cb->pending_discovery.AddService( in bta_gattc_disc_res_cback()
503 p_srvc_cb->pending_discovery.AddIncludedService( in bta_gattc_disc_res_cback()
[all …]
Dbta_gattc_utils.cc353 p_tcb->pending_discovery.Clear(); in bta_gattc_srcb_alloc()
878 << p_known_server->pending_discovery.ToString() in bta_gatt_client_dump()
Dbta_gattc_int.h244 gatt::DatabaseBuilder pending_discovery; member
Dbta_gattc_act.cc968 p_clcb->p_srcb->pending_discovery.Clear(); in bta_gattc_disc_cmpl()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc.cc383 tBTA_DM_API_DISCOVER pending_discovery = in bta_dm_execute_queued_discovery_request() local
386 log::info("Start pending discovery {} [{}]", pending_discovery.bd_addr, in bta_dm_execute_queued_discovery_request()
387 pending_discovery.transport); in bta_dm_execute_queued_discovery_request()
390 std::make_unique<tBTA_DM_MSG>(tBTA_DM_API_DISCOVER{pending_discovery})); in bta_dm_execute_queued_discovery_request()
Dbta_dm_disc_legacy.cc1005 tBTA_DM_API_DISCOVER pending_discovery = in bta_dm_execute_queued_request() local
1011 std::make_unique<tBTA_DM_MSG>(tBTA_DM_API_DISCOVER{pending_discovery})); in bta_dm_execute_queued_request()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs610 pending_discovery: bool, field
671 pending_discovery: false, in new()
1344 if self.pending_discovery { in resume_discovery()
1345 self.pending_discovery = false; in resume_discovery()
2333 self.pending_discovery = true; in start_discovery()
2352 self.pending_discovery = false; in cancel_discovery()