Home | History | Annotate | Download | only in dm

Lines Matching refs:conn_paired_only

647     if (p_data->set_visibility.conn_paired_only != BTA_DM_IGNORE)
650 if (p_data->set_visibility.conn_paired_only == BTA_DM_CONN_ALL)
651 bta_dm_cb.conn_paired_only = FALSE;
653 bta_dm_cb.conn_paired_only = TRUE;
658 if (p_data->set_visibility.pair_mode != BTA_DM_IGNORE || p_data->set_visibility.conn_paired_only != BTA_DM_IGNORE)
659 BTM_SetPairableMode((BOOLEAN)(!(bta_dm_cb.disable_pair_mode)),bta_dm_cb.conn_paired_only);