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

  /external/chromium_org/device/bluetooth/
bluetooth_device.cc 81 uint32 bluetooth_class = GetBluetoothClass(); local
82 switch ((bluetooth_class & 0x1f00) >> 8) {
88 switch ((bluetooth_class & 0xfc) >> 2) {
102 switch ((bluetooth_class & 0xfc) >> 2) {
120 switch ((bluetooth_class & 0xc0) >> 6) {
123 switch ((bluetooth_class & 0x01e) >> 2) {
139 switch ((bluetooth_class & 0x01e) >> 2) {
bluetooth_task_manager_win.h 58 uint32 bluetooth_class; member in struct:device::BluetoothTaskManagerWin::DeviceState
bluetooth_device_win.cc 41 bluetooth_class_ = state.bluetooth_class;
bluetooth_task_manager_win.cc 70 state->bluetooth_class = device_info.ulClassofDevice;
139 : bluetooth_class(0),
bluetooth_adapter_win_unittest.cc 27 state->bluetooth_class = 0;
bluetooth_device_chromeos.cc 180 return properties->bluetooth_class.value();
bluetooth_adapter_chromeos.cc 372 if (property_name == properties->bluetooth_class.name() ||
bluetooth_chromeos_unittest.cc     [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 13 uint32 bluetooth_class,
18 : bluetooth_class_(bluetooth_class),
mock_bluetooth_device.h 22 uint32 bluetooth_class,
  /external/chromium_org/chromeos/dbus/
bluetooth_adapter_client.h 39 dbus::Property<uint32> bluetooth_class; member in struct:chromeos::BluetoothAdapterClient::Properties
fake_bluetooth_device_client.cc 230 properties->bluetooth_class.ReplaceValue(kPairedDeviceClass);
538 properties->bluetooth_class.ReplaceValue(kLegacyAutopairClass);
548 properties->bluetooth_class.ReplaceValue(kDisplayPinCodeClass);
558 properties->bluetooth_class.ReplaceValue(kVanishingDeviceClass);
564 properties->bluetooth_class.ReplaceValue(kConnectUnpairableClass);
574 properties->bluetooth_class.ReplaceValue(kDisplayPasskeyClass);
584 properties->bluetooth_class.ReplaceValue(kRequestPinCodeClass);
590 properties->bluetooth_class.ReplaceValue(kConfirmPasskeyClass);
596 properties->bluetooth_class.ReplaceValue(kRequestPasskeyClass);
602 properties->bluetooth_class.ReplaceValue(kUnconnectableDeviceClass)
    [all...]
bluetooth_device_client.h 39 dbus::Property<uint32> bluetooth_class; member in struct:chromeos::BluetoothDeviceClient::Properties
bluetooth_adapter_client.cc 31 RegisterProperty(bluetooth_adapter::kClassProperty, &bluetooth_class);
bluetooth_device_client.cc 32 RegisterProperty(bluetooth_device::kClassProperty, &bluetooth_class);
  /external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider_unittest.cc 225 device1.bluetooth_class());
238 device2.bluetooth_class());

Completed in 731 milliseconds