Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c244 btm_cb.btm_inq_vars.discoverable_mode &= (~BTM_DISCOVERABLE_MASK); in BTM_SetDiscoverability()
642 if (p_inq->discoverable_mode & BTM_DISCOVERABLE_MASK) { in BTM_SetConnectability()
Dbtm_ble_gap.c2518 if ((disc_mode & BTM_DISCOVERABLE_MASK) == 0 && in btm_ble_update_dmt_flag_bits()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h215 #define BTM_DISCOVERABLE_MASK (BTM_LIMITED_DISCOVERABLE|BTM_GENERAL_DISCOVERABLE) macro