Home | History | Annotate | Download | only in dm

Lines Matching refs:conn_paired_only

588     if (p_data->set_visibility.conn_paired_only != BTA_DM_IGNORE)
591 if (p_data->set_visibility.conn_paired_only == BTA_DM_CONN_ALL)
592 bta_dm_cb.conn_paired_only = FALSE;
594 bta_dm_cb.conn_paired_only = TRUE;
599 if (p_data->set_visibility.pair_mode != BTA_DM_IGNORE || p_data->set_visibility.conn_paired_only != BTA_DM_IGNORE)
600 BTM_SetPairableMode((BOOLEAN)(!(bta_dm_cb.disable_pair_mode)),bta_dm_cb.conn_paired_only);