Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h205 #define BTM_LIMITED_DISCOVERABLE 1 macro
207 #define BTM_DISCOVERABLE_MASK (BTM_LIMITED_DISCOVERABLE|BTM_GENERAL_DISCOVERABLE)
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c211 if (inq_mode & BTM_LIMITED_DISCOVERABLE) { in BTM_SetDiscoverability()
253 is_limited = (inq_mode & BTM_LIMITED_DISCOVERABLE) ? TRUE : FALSE; in BTM_SetDiscoverability()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h192 #define BTA_DM_LIMITED_DISC BTM_LIMITED_DISCOVERABLE /* Limited discoverable. */