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

  /external/chromium_org/chromeos/dbus/
bluetooth_adapter_client.h 39 dbus::Property<uint32> bluetooth_class; member in struct:chromeos::BluetoothAdapterClient::Properties
bluetooth_device_client.h 39 dbus::Property<uint32> bluetooth_class; member in struct:chromeos::BluetoothDeviceClient::Properties
  /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

Completed in 208 milliseconds