Home
last modified time | relevance | path

Searched refs:ble_ctr_cb (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/bt/stack/btm/
H A Dbtm_ble_privacy.cc249 btm_cb.ble_ctr_cb.resolving_list_avail_size = in btm_ble_clear_resolving_list_complete()
288 btm_cb.ble_ctr_cb.resolving_list_avail_size--; in btm_ble_add_resolving_list_entry_complete()
519 tBTM_BLE_CB* p_ble_cb = &btm_cb.ble_ctr_cb; in btm_ble_suspend_resolving_list_activity()
563 tBTM_BLE_CB* p_ble_cb = &btm_cb.ble_ctr_cb; in btm_ble_resume_resolving_list_activity()
663 uint8_t rl_state = btm_cb.ble_ctr_cb.rl_state; in btm_ble_disable_resolving_list()
669 btm_cb.ble_ctr_cb.rl_state &= ~rl_mask; in btm_ble_disable_resolving_list()
707 btm_cb.ble_ctr_cb.privacy_mode); in btm_ble_resolving_list_load_dev()
805 uint8_t rl_mask = btm_cb.ble_ctr_cb.rl_state; in btm_ble_resolving_list_remove_dev()
835 uint8_t rl_state = btm_cb.ble_ctr_cb.rl_state; in btm_ble_enable_resolving_list()
837 btm_cb.ble_ctr_cb.rl_state |= rl_mask; in btm_ble_enable_resolving_list()
[all …]
H A Dbtm_ble_gap.cc420 btm_cb.ble_ctr_cb.p_obs_cmpl_cb = p_cmpl_cb; in BTM_BleObserve()
442 btm_cb.ble_ctr_cb.set_ble_observe_active(); in BTM_BleObserve()
680 tBTM_BLE_CB* p_cb = &btm_cb.ble_ctr_cb; in BTM_BleConfigPrivacy()
1243 tBTM_BLE_CB* p_ble_cb = &btm_cb.ble_ctr_cb; in btm_ble_start_inquiry()
1441 if (btm_cb.ble_ctr_cb.is_ble_observe_active()) in btm_ble_is_discoverable()
2141 tBTM_BLE_CB* p_ble_cb = &btm_cb.ble_ctr_cb; in btm_ble_stop_inquiry()
2176 tBTM_BLE_CB* p_ble_cb = &btm_cb.ble_ctr_cb; in btm_ble_stop_observe()
2456 btm_cb.ble_ctr_cb.link_count[link_role]++; in btm_ble_update_link_topology_mask()
2458 btm_cb.ble_ctr_cb.link_count[link_role]--; in btm_ble_update_link_topology_mask()
2554 tBTM_BLE_CB* p_cb = &btm_cb.ble_ctr_cb; in btm_ble_init()
[all …]
H A Dbtm_ble_bgconn.cc130 if (!btm_cb.ble_ctr_cb.is_connection_state_connecting()) { in btm_ble_stop_auto_conn()
138 btm_cb.ble_ctr_cb.reset_acceptlist_process_in_progress(); in btm_ble_stop_auto_conn()
330 tBTM_BLE_CB* p_cb = &btm_cb.ble_ctr_cb; in btm_ble_start_auto_conn()
352 if (!btm_cb.ble_ctr_cb.is_connection_state_idle() || in btm_ble_start_auto_conn()
365 if (btm_cb.ble_ctr_cb.rl_state != BTM_BLE_RL_IDLE && in btm_ble_start_auto_conn()
395 tBTM_BLE_INQ_CB* p_inq = &btm_cb.ble_ctr_cb.inq_var; in btm_update_scanner_filter_policy()
411 btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type, scan_policy); in btm_update_scanner_filter_policy()
504 tBTM_BLE_CB* p_cb = &btm_cb.ble_ctr_cb; in BTM_SetLeConnectionModeToFast()
518 tBTM_BLE_CB* p_cb = &btm_cb.ble_ctr_cb; in BTM_SetLeConnectionModeToSlow()
554 if (btm_cb.ble_ctr_cb.wl_state & BTM_BLE_ACCEPTLIST_INIT) { in BTM_AcceptlistAdd()
[all …]
H A Dbtm_ble_addr.cc67 if (btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type == BLE_ADDR_RANDOM) { in btm_ble_refresh_raddr_timer_timeout()
84 tBTM_LE_RANDOM_CB* p_cb = &btm_cb.ble_ctr_cb.addr_mgnt_cb; in btm_gen_resolve_paddr_low()
95 interval_ms = btm_cb.ble_ctr_cb.rpa_tout * 1000; in btm_gen_resolve_paddr_low()
H A Dbtm_int_types.h216 tBTM_BLE_CB ble_ctr_cb; member
314 memset(&ble_ctr_cb, 0, sizeof(ble_ctr_cb)); in Init()
H A Dbtm_ble.cc1716 btm_cb.ble_ctr_cb.inq_var.directed_conn = BTM_BLE_ADV_IND_EVT; in btm_ble_connected()
2020 if (btm_cb.ble_ctr_cb.privacy_mode != BTM_PRIVACY_NONE) { in btm_ble_reset_id_impl()
2067 tBTM_LE_RANDOM_CB* p_cb = &btm_cb.ble_ctr_cb.addr_mgnt_cb; in btm_ble_set_random_address()
2068 tBTM_BLE_CB* p_ble_cb = &btm_cb.ble_ctr_cb; in btm_ble_set_random_address()
2069 const bool adv_mode = btm_cb.ble_ctr_cb.inq_var.adv_mode; in btm_ble_set_random_address()
H A Dbtm_ble_batchscan.cc336 addr_type = btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type; in btm_ble_set_batchscan_param()
H A Dbtm_devctl.cc188 btm_cb.ble_ctr_cb.set_connection_state_idle(); in BTM_reset_complete()
/aosp12/system/bt/stack/acl/
H A Dbtm_ble_connection_establishment.cc86 btm_cb.ble_ctr_cb.set_connection_state_connecting(); in btm_send_hci_create_connection()
98 btm_cb.ble_ctr_cb.set_connection_state_connecting(); in btm_ble_create_ll_conn_complete()
102 btm_cb.ble_ctr_cb.set_connection_state_idle(); in btm_ble_create_ll_conn_complete()
215 btm_cb.ble_ctr_cb.set_connection_state_cancelled(); in btm_ble_create_conn_cancel()
238 if (btm_cb.ble_ctr_cb.is_connection_state_cancelled()) { in btm_ble_create_conn_cancel_complete()
239 btm_cb.ble_ctr_cb.set_connection_state_idle(); in btm_ble_create_conn_cancel_complete()
H A Dble_acl.cc44 btm_cb.ble_ctr_cb.set_connection_state_idle(); in acl_ble_common_connection()
148 btm_cb.ble_ctr_cb.set_connection_state_idle(); in acl_ble_connection_fail()
152 btm_cb.ble_ctr_cb.inq_var.adv_mode = BTM_BLE_ADV_DISABLE; in acl_ble_connection_fail()
H A Dbtm_acl.cc406 bda, btm_cb.ble_ctr_cb.addr_mgnt_cb.private_addr); in btm_acl_created()
2400 if (btm_cb.ble_ctr_cb.privacy_mode == BTM_PRIVACY_NONE) { in btm_ble_refresh_local_resolvable_private_addr()
2406 p_acl->conn_addr = btm_cb.ble_ctr_cb.addr_mgnt_cb.private_addr; in btm_ble_refresh_local_resolvable_private_addr()
H A Dbtm_pm.cc854 if (!btm_cb.ble_ctr_cb.is_connection_state_idle()) { in btm_pm_device_in_active_or_sniff_mode()
/aosp12/system/bt/main/shim/
H A Dbtm_api.cc654 if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in BTM_BleObserve()
660 btm_cb.ble_ctr_cb.p_obs_cmpl_cb = p_cmpl_cb; in BTM_BleObserve()
662 btm_cb.ble_ctr_cb.set_ble_observe_active(); in BTM_BleObserve()
673 btm_cb.ble_ctr_cb.reset_ble_observe(); in BTM_BleObserve()
675 if (btm_cb.ble_ctr_cb.p_obs_cmpl_cb) { in BTM_BleObserve()
676 (btm_cb.ble_ctr_cb.p_obs_cmpl_cb)( in BTM_BleObserve()
712 btm_cb.ble_ctr_cb.reset_ble_observe(); in BTM_BleObserve()
714 if (btm_cb.ble_ctr_cb.p_obs_cmpl_cb) { in BTM_BleObserve()
717 btm_cb.ble_ctr_cb.p_obs_results_cb = nullptr; in BTM_BleObserve()
718 btm_cb.ble_ctr_cb.p_obs_cmpl_cb = nullptr; in BTM_BleObserve()
[all …]