Searched refs:BTM_CONNECTABLE_MASK (Results 1 – 3 of 3) sorted by relevance
215 if (btm_cb.btm_inq_vars.connectable_mode & BTM_CONNECTABLE_MASK) in BTM_SetDiscoverability()593 p_inq->connectable_mode &= (~BTM_CONNECTABLE_MASK); in BTM_SetConnectability()
999 (connect_mode & BTM_CONNECTABLE_MASK) == 0) in btm_ble_update_dmt_flag_bits()
151 #define BTM_CONNECTABLE_MASK (BTM_NON_CONNECTABLE | BTM_CONNECTABLE) macro