Home | History | Annotate | Download | only in btm

Lines Matching refs:scan_activity

506     if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) {
516 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) {
536 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE;
545 } else if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) {
1470 if (BTM_BLE_IS_INQ_ACTIVE(p_ble_cb->scan_activity)) {
1475 if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) {
1501 p_ble_cb->scan_activity |= mode;
1665 if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity))
1976 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) return;
2031 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) return;
2148 } else if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) {
2310 p_ble_cb->scan_activity &= ~BTM_BLE_INQUIRY_MASK;
2313 if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity))
2345 p_ble_cb->scan_activity &= ~BTM_LE_OBSERVE_ACTIVE;
2350 if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) btm_ble_stop_scan();