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

  /system/bt/bta/dm/
bta_dm_int.h 167 UINT8 conn_paired_only; member in struct:__anon71669
877 BOOLEAN conn_paired_only; /* allow connectable to paired device only or not */ member in struct:__anon71729
    [all...]
bta_dm_act.c 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);
    [all...]
bta_dm_api.c 190 p_msg->conn_paired_only = conn_filter;
    [all...]

Completed in 129 milliseconds