Home
last modified time | relevance | path

Searched refs:BTM_BLE_SCANNING (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h113 BTM_BLE_SCANNING = 1, enumerator
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2180 if (ble_inq_cb->state & BTM_BLE_SCANNING) { in BTM_Recovery_Pre_State()
3883 btm_cb.ble_ctr_cb.inq_var.state |= BTM_BLE_SCANNING; in btm_ble_start_scan()
3909 btm_cb.ble_ctr_cb.inq_var.state &= ~BTM_BLE_SCANNING; in btm_ble_stop_scan()
4007 btm_cb.ble_ctr_cb.inq_var.state &= ~BTM_BLE_SCANNING; in btm_ble_stop_discover()
Dbtm_ble.c2937 if (p_cb->state & BTM_BLE_SCANNING) {