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

  /external/chromium_org/device/bluetooth/
bluetooth_device.cc 84 uint32 bluetooth_class = GetBluetoothClass(); local
85 switch ((bluetooth_class & 0x1f00) >> 8) {
91 switch ((bluetooth_class & 0xfc) >> 2) {
105 switch ((bluetooth_class & 0xfc) >> 2) {
123 switch ((bluetooth_class & 0xc0) >> 6) {
126 switch ((bluetooth_class & 0x01e) >> 2) {
142 switch ((bluetooth_class & 0x01e) >> 2) {
bluetooth_task_manager_win.h 52 uint32 bluetooth_class; member in struct:device::BluetoothTaskManagerWin::DeviceState
bluetooth_device_win.cc 32 bluetooth_class_ = state.bluetooth_class;
bluetooth_adapter_chromeos.cc 239 if (property_name == properties->bluetooth_class.name() ||
bluetooth_adapter_win_unittest.cc 27 state->bluetooth_class = 0;
bluetooth_task_manager_win.cc 68 state->bluetooth_class = device_info.ulClassofDevice;
bluetooth_device_chromeos.cc 150 return properties->bluetooth_class.value();
bluetooth_chromeos_unittest.cc 786 properties->bluetooth_class.ReplaceValue(0x002580);
    [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 43 dbus::Property<uint32> bluetooth_class; member in struct:chromeos::BluetoothAdapterClient::Properties
fake_bluetooth_device_client.cc 201 properties->bluetooth_class.ReplaceValue(kPairedDeviceClass);
586 properties->bluetooth_class.ReplaceValue(kAppleMouseClass);
610 properties->bluetooth_class.ReplaceValue(kAppleKeyboardClass);
634 properties->bluetooth_class.ReplaceValue(kVanishingDeviceClass);
655 properties->bluetooth_class.ReplaceValue(kMicrosoftMouseClass);
680 properties->bluetooth_class.ReplaceValue(kMotorolaKeyboardClass);
704 properties->bluetooth_class.ReplaceValue(kSonyHeadphonesClass);
724 properties->bluetooth_class.ReplaceValue(kPhoneClass);
743 properties->bluetooth_class.ReplaceValue(kWeirdDeviceClass);
763 properties->bluetooth_class.ReplaceValue(kUnconnectableDeviceClass)
    [all...]
bluetooth_device_client.h 43 dbus::Property<uint32> bluetooth_class; member in struct:chromeos::BluetoothDeviceClient::Properties
bluetooth_adapter_client.cc 32 RegisterProperty(bluetooth_adapter::kClassProperty, &bluetooth_class);
bluetooth_device_client.cc 33 RegisterProperty(bluetooth_device::kClassProperty, &bluetooth_class);

Completed in 206 milliseconds