Searched refs:BTM_LE_OBSERVE_ACTIVE (Results 1 – 3 of 3) sorted by relevance
90 #define BTM_LE_OBSERVE_ACTIVE 0x80 macro95 #define BTM_BLE_IS_OBS_ACTIVE(x) ((x)&BTM_LE_OBSERVE_ACTIVE)
436 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()2082 p_ble_cb->scan_activity &= ~BTM_LE_OBSERVE_ACTIVE; in btm_ble_stop_observe()
434 if (btm_cb.ble_ctr_cb.scan_activity & BTM_LE_OBSERVE_ACTIVE) { in BTM_BleObserve()442 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()453 btm_cb.ble_ctr_cb.scan_activity &= ~BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()488 if (!(btm_cb.ble_ctr_cb.scan_activity & BTM_LE_OBSERVE_ACTIVE)) { in BTM_BleObserve()493 btm_cb.ble_ctr_cb.scan_activity &= ~BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()