Searched refs:p_ble_cb (Results 1 – 3 of 3) sorted by relevance
519 tBTM_BLE_CB* p_ble_cb = &btm_cb.ble_ctr_cb; in btm_ble_suspend_resolving_list_activity() local526 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() local565 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 …]
1243 tBTM_BLE_CB* p_ble_cb = &btm_cb.ble_ctr_cb; in btm_ble_start_inquiry() local1251 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 …]
2068 tBTM_BLE_CB* p_ble_cb = &btm_cb.ble_ctr_cb; in btm_ble_set_random_address() local2073 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()