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

  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.h 54 scoped_ptr<bool> require_authentication; member in struct:chromeos::BluetoothProfileManagerClient::Options
bluetooth_profile_manager_client.cc 107 if (options.require_authentication.get() != NULL) {
111 dict_writer.AppendVariantOfBool(*(options.require_authentication));
  /external/chromium_org/device/bluetooth/
bluetooth_socket_chromeos.cc 112 options_->require_authentication.reset(new bool(false));

Completed in 279 milliseconds