Searched refs:BTM_DISCOVERABLE_MASK (Results 1 – 3 of 3) sorted by relevance
259 btm_cb.btm_inq_vars.discoverable_mode &= (~BTM_DISCOVERABLE_MASK); in BTM_SetDiscoverability()659 if (p_inq->discoverable_mode & BTM_DISCOVERABLE_MASK) in BTM_SetConnectability()
1684 if ((disc_mode & BTM_DISCOVERABLE_MASK) == 0 && in btm_ble_update_dmt_flag_bits()
168 #define BTM_DISCOVERABLE_MASK (BTM_LIMITED_DISCOVERABLE|BTM_GENERAL_DISCOVERABLE) macro