Searched refs:bluetooth_class (Results 1 – 16 of 16) sorted by relevance
84 uint32 bluetooth_class = GetBluetoothClass(); in GetDeviceType() local85 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()
52 uint32 bluetooth_class; member
32 bluetooth_class_ = state.bluetooth_class; in BluetoothDeviceWin()
68 state->bluetooth_class = device_info.ulClassofDevice; in GetDeviceState()
238 if (property_name == properties->bluetooth_class.name() || in DevicePropertyChanged()
27 state->bluetooth_class = 0; in MakeDeviceState()
150 return properties->bluetooth_class.value(); in GetBluetoothClass()
792 properties->bluetooth_class.ReplaceValue(0x002580); in TEST_F()
13 uint32 bluetooth_class, in MockBluetoothDevice() argument18 : bluetooth_class_(bluetooth_class), in MockBluetoothDevice()
22 uint32 bluetooth_class,
200 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 …]
39 dbus::Property<uint32> bluetooth_class; member
31 RegisterProperty(bluetooth_adapter::kClassProperty, &bluetooth_class); in Properties()
32 RegisterProperty(bluetooth_device::kClassProperty, &bluetooth_class); in Properties()
181 optional uint32 bluetooth_class = 1; field