HomeSort by relevance Sort by last modified time
    Searched full:bluetooth_options (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.cc 79 BluetoothProfileManagerClient::Options bluetooth_options; local
80 bluetooth_options.name = options.name;
81 bluetooth_options.service = uuid;
82 bluetooth_options.channel = options.channel;
83 bluetooth_options.psm = options.psm;
84 bluetooth_options.require_authentication = options.require_authentication;
85 bluetooth_options.require_authorization = options.require_authorization;
86 bluetooth_options.auto_connect = options.auto_connect;
87 bluetooth_options.version = options.version;
88 bluetooth_options.features = options.features
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
bluetooth_pair_device.html 27 <script src="bluetooth_options.js"></script>

Completed in 1874 milliseconds