Home
last modified time | relevance | path

Searched refs:bluetooth_class (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_device.cc84 uint32 bluetooth_class = GetBluetoothClass(); in GetDeviceType() local
85 switch ((bluetooth_class & 0x1f00) >> 8) { in GetDeviceType()
91 switch ((bluetooth_class & 0xfc) >> 2) { in GetDeviceType()
105 switch ((bluetooth_class & 0xfc) >> 2) { in GetDeviceType()
123 switch ((bluetooth_class & 0xc0) >> 6) { in GetDeviceType()
126 switch ((bluetooth_class & 0x01e) >> 2) { in GetDeviceType()
142 switch ((bluetooth_class & 0x01e) >> 2) { in GetDeviceType()
Dbluetooth_task_manager_win.h52 uint32 bluetooth_class; member
Dbluetooth_device_win.cc32 bluetooth_class_ = state.bluetooth_class; in BluetoothDeviceWin()
Dbluetooth_task_manager_win.cc68 state->bluetooth_class = device_info.ulClassofDevice; in GetDeviceState()
Dbluetooth_adapter_chromeos.cc238 if (property_name == properties->bluetooth_class.name() || in DevicePropertyChanged()
Dbluetooth_adapter_win_unittest.cc27 state->bluetooth_class = 0; in MakeDeviceState()
Dbluetooth_device_chromeos.cc150 return properties->bluetooth_class.value(); in GetBluetoothClass()
Dbluetooth_chromeos_unittest.cc792 properties->bluetooth_class.ReplaceValue(0x002580); in TEST_F()
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_device.cc13 uint32 bluetooth_class, in MockBluetoothDevice() argument
18 : bluetooth_class_(bluetooth_class), in MockBluetoothDevice()
Dmock_bluetooth_device.h22 uint32 bluetooth_class,
/external/chromium_org/chromeos/dbus/
Dfake_bluetooth_device_client.cc200 properties->bluetooth_class.ReplaceValue(kPairedDeviceClass); in FakeBluetoothDeviceClient()
588 properties->bluetooth_class.ReplaceValue(kAppleMouseClass); in DiscoverySimulationTimer()
612 properties->bluetooth_class.ReplaceValue(kAppleKeyboardClass); in DiscoverySimulationTimer()
636 properties->bluetooth_class.ReplaceValue(kVanishingDeviceClass); in DiscoverySimulationTimer()
657 properties->bluetooth_class.ReplaceValue(kMicrosoftMouseClass); in DiscoverySimulationTimer()
682 properties->bluetooth_class.ReplaceValue(kMotorolaKeyboardClass); in DiscoverySimulationTimer()
706 properties->bluetooth_class.ReplaceValue(kSonyHeadphonesClass); in DiscoverySimulationTimer()
726 properties->bluetooth_class.ReplaceValue(kPhoneClass); in DiscoverySimulationTimer()
745 properties->bluetooth_class.ReplaceValue(kWeirdDeviceClass); in DiscoverySimulationTimer()
765 properties->bluetooth_class.ReplaceValue(kUnconnectableDeviceClass); in DiscoverySimulationTimer()
[all …]
Dbluetooth_adapter_client.h39 dbus::Property<uint32> bluetooth_class; member
Dbluetooth_device_client.h39 dbus::Property<uint32> bluetooth_class; member
Dbluetooth_adapter_client.cc31 RegisterProperty(bluetooth_adapter::kClassProperty, &bluetooth_class); in Properties()
Dbluetooth_device_client.cc32 RegisterProperty(bluetooth_device::kClassProperty, &bluetooth_class); in Properties()
/external/chromium_org/chrome/common/metrics/proto/
Dsystem_profile.proto181 optional uint32 bluetooth_class = 1; field