Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h96 #define BTM_BLE_IS_INQ_ACTIVE(x) ((x) & BTM_BLE_INQUIRY_MASK) macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2738 if (BTM_BLE_IS_INQ_ACTIVE(p_ble_cb->scan_activity) || in btm_ble_start_inquiry()