Searched refs:scan_activity (Results 1 – 4 of 4) sorted by relevance
464 if (!BTM_BLE_IS_SCAN_ACTIVE(p_cb->scan_activity)) in btm_ble_start_select_conn()513 p_cb->scan_activity |= BTM_LE_SELECT_CONN_ACTIVE; in btm_ble_start_select_conn()525 p_cb->scan_activity &= ~BTM_LE_SELECT_CONN_ACTIVE; in btm_ble_start_select_conn()530 if (!BTM_BLE_IS_SCAN_ACTIVE(p_cb->scan_activity)) in btm_ble_start_select_conn()
371 if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) in BTM_BleObserve()382 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) in BTM_BleObserve()413 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()423 else if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) in BTM_BleObserve()1974 if (BTM_BLE_IS_INQ_ACTIVE(p_ble_cb->scan_activity) || in btm_ble_start_inquiry()1975 BTM_BLE_IS_SEL_CONN_ACTIVE (p_ble_cb->scan_activity)) in btm_ble_start_inquiry()1981 if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) in btm_ble_start_inquiry()2010 p_ble_cb->scan_activity |= mode; in btm_ble_start_inquiry()2346 if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) in btm_ble_is_discoverable()2349 if (BTM_BLE_IS_SEL_CONN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity) && in btm_ble_is_discoverable()[all …]
300 UINT8 scan_activity; /* LE scan activity mask */ member
604 if (BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) in btm_ble_suspend_resolving_list_activity()