Searched refs:BTM_DISCOVERABLE_MASK (Results 1 – 3 of 3) sorted by relevance
244 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()
2518 if ((disc_mode & BTM_DISCOVERABLE_MASK) == 0 && in btm_ble_update_dmt_flag_bits()
215 #define BTM_DISCOVERABLE_MASK (BTM_LIMITED_DISCOVERABLE|BTM_GENERAL_DISCOVERABLE) macro