Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h281 #define BTM_BLE_STATE_ACTIVE_SCAN_BIT 0x0100 macro
287 … BTM_BLE_STATE_ALL_SCAN_MASK (BTM_BLE_STATE_PASSIVE_SCAN_BIT|BTM_BLE_STATE_ACTIVE_SCAN_BIT)
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c3885 btm_ble_set_topology_mask(BTM_BLE_STATE_ACTIVE_SCAN_BIT); in btm_ble_start_scan()
4013 btm_ble_clear_topology_mask(BTM_BLE_STATE_ACTIVE_SCAN_BIT); in btm_ble_stop_discover()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c5337 btm_ble_clear_topology_mask(BTM_BLE_STATE_ACTIVE_SCAN_BIT); in bta_dm_ble_scan()