Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c272 btm_cb.btm_inq_vars.discoverable_mode &= (~BTM_DISCOVERABLE_MASK); in BTM_SetDiscoverability()
682 if (p_inq->discoverable_mode & BTM_DISCOVERABLE_MASK) in BTM_SetConnectability()
Dbtm_ble_gap.c1466 if ((disc_mode & BTM_DISCOVERABLE_MASK) == 0 && in btm_ble_set_adv_flag()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h168 #define BTM_DISCOVERABLE_MASK (BTM_LIMITED_DISCOVERABLE|BTM_GENERAL_DISCOVERABLE) macro