Home
last modified time | relevance | path

Searched refs:BTM_NON_DISCOVERABLE (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c198 if (inq_mode != BTM_NON_DISCOVERABLE) { in BTM_SetDiscoverability()
210 if (inq_mode != BTM_NON_DISCOVERABLE) { in BTM_SetDiscoverability()
1317 p_inq->discoverable_mode = BTM_NON_DISCOVERABLE; in btm_inq_db_reset()
Dbtm_sec.c2653 if (btm_cb.btm_inq_vars.discoverable_mode == BTM_NON_DISCOVERABLE) { in btm_sec_conn_req()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h192 #define BTA_DM_NON_DISC BTM_NON_DISCOVERABLE /* Device is not discoverable. */
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h212 #define BTM_NON_DISCOVERABLE 0 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c569 BTM_SetDiscoverability(BTM_NON_DISCOVERABLE, 0, 0); in bta_dm_disable()