Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h280 #define BTM_BLE_STATE_PASSIVE_SCAN_BIT 0x0080 macro
287 #define BTM_BLE_STATE_ALL_SCAN_MASK (BTM_BLE_STATE_PASSIVE_SCAN_BIT|BTM_BLE_STATE_ACTIVE_SC…
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c3887 btm_ble_set_topology_mask(BTM_BLE_STATE_PASSIVE_SCAN_BIT); in btm_ble_start_scan()
4014 btm_ble_clear_topology_mask(BTM_BLE_STATE_PASSIVE_SCAN_BIT); in btm_ble_stop_discover()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c5338 btm_ble_clear_topology_mask(BTM_BLE_STATE_PASSIVE_SCAN_BIT); in bta_dm_ble_scan()