Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h214 #define BTM_BLE_GENERAL_DISCOVERABLE 0x0200 macro
215 #define BTM_BLE_MAX_DISCOVERABLE BTM_BLE_GENERAL_DISCOVERABLE
216 …BLE_MASK (BTM_BLE_NON_DISCOVERABLE|BTM_BLE_LIMITED_DISCOVERABLE|BTM_BLE_GENERAL_DISCOVERABLE)
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h197 #define BTA_DM_BLE_GENERAL_DISCOVERABLE BTM_BLE_GENERAL_DISCOVERABLE /* Device is LE General …
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2541 } else if (disc_mode & BTM_BLE_GENERAL_DISCOVERABLE) { in btm_ble_set_adv_flag()