Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h210 #define BTM_BLE_LIMITED_DISCOVERABLE 0x0100 macro
213 #define BTM_BLE_DISCOVERABLE_MASK (BTM_BLE_NON_DISCOVERABLE|BTM_BLE_LIMITED_DISCOVERABLE|BTM_…
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2505 if (disc_mode & BTM_BLE_LIMITED_DISCOVERABLE) { in btm_ble_set_adv_flag()
2610 if (status == BTM_SUCCESS && mode == BTM_BLE_LIMITED_DISCOVERABLE) { in btm_ble_set_discoverability()
4129 btm_cb.btm_inq_vars.discoverable_mode &= ~BTM_BLE_LIMITED_DISCOVERABLE; in btm_ble_timeout()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h196 #define BTA_DM_BLE_LIMITED_DISCOVERABLE BTM_BLE_LIMITED_DISCOVERABLE /* Device is LE Limited …