Home
last modified time | relevance | path

Searched refs:p_ble_cb (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/stack/btm/
H A Dbtm_ble_privacy.cc519 tBTM_BLE_CB* p_ble_cb = &btm_cb.ble_ctr_cb; in btm_ble_suspend_resolving_list_activity() local
526 p_ble_cb->suspended_rl_state = BTM_BLE_RL_IDLE; in btm_ble_suspend_resolving_list_activity()
530 p_ble_cb->suspended_rl_state |= BTM_BLE_RL_ADV; in btm_ble_suspend_resolving_list_activity()
540 if (p_ble_cb->is_ble_scan_active()) { in btm_ble_suspend_resolving_list_activity()
542 p_ble_cb->suspended_rl_state |= BTM_BLE_RL_SCAN; in btm_ble_suspend_resolving_list_activity()
546 p_ble_cb->suspended_rl_state |= BTM_BLE_RL_INIT; 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() local
565 if (p_ble_cb->suspended_rl_state & BTM_BLE_RL_ADV) { in btm_ble_resume_resolving_list_activity()
578 if (p_ble_cb->suspended_rl_state & BTM_BLE_RL_SCAN) { in btm_ble_resume_resolving_list_activity()
583 if (p_ble_cb->suspended_rl_state & BTM_BLE_RL_INIT) { in btm_ble_resume_resolving_list_activity()
[all …]
H A Dbtm_ble_gap.cc1243 tBTM_BLE_CB* p_ble_cb = &btm_cb.ble_ctr_cb; in btm_ble_start_inquiry() local
1251 if (p_ble_cb->is_ble_inquiry_active()) { in btm_ble_start_inquiry()
1256 if (!p_ble_cb->is_ble_scan_active()) { in btm_ble_start_inquiry()
1281 p_ble_cb->set_ble_inquiry_active(); in btm_ble_start_inquiry()
2145 p_ble_cb->reset_ble_inquiry(); in btm_ble_stop_inquiry()
2148 if (!p_ble_cb->is_ble_scan_active()) { in btm_ble_stop_inquiry()
2179 alarm_cancel(p_ble_cb->observer_timer); in btm_ble_stop_observe()
2181 p_ble_cb->reset_ble_observe(); in btm_ble_stop_observe()
2183 p_ble_cb->p_obs_results_cb = NULL; in btm_ble_stop_observe()
2184 p_ble_cb->p_obs_cmpl_cb = NULL; in btm_ble_stop_observe()
[all …]
H A Dbtm_ble.cc2068 tBTM_BLE_CB* p_ble_cb = &btm_cb.ble_ctr_cb; in btm_ble_set_random_address() local
2073 if (p_ble_cb->is_ble_scan_active()) { in btm_ble_set_random_address()
2084 if (p_ble_cb->is_ble_scan_active()) { in btm_ble_set_random_address()