HomeSort by relevance Sort by last modified time
    Searched refs:conn_paired_only (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 156 UINT8 conn_paired_only; member in struct:__anon2436
753 BOOLEAN conn_paired_only; /* allow connectable to paired device only or not */ member in struct:__anon2488
bta_dm_act.c 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);
    [all...]
bta_dm_api.c 241 p_msg->conn_paired_only = conn_filter;
    [all...]

Completed in 451 milliseconds