Home
last modified time | relevance | path

Searched refs:BTM_LE_OBSERVE_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h95 #define BTM_LE_OBSERVE_ACTIVE 0x0080 /* observe is in progress */ macro
101 #define BTM_BLE_IS_OBS_ACTIVE(x) ((x) & BTM_LE_OBSERVE_ACTIVE)
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c520 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()
3969 p_ble_cb->scan_activity &= ~BTM_LE_OBSERVE_ACTIVE; in btm_ble_stop_observe()