HomeSort by relevance Sort by last modified time
    Searched defs:bluetooth_class (Results 1 - 4 of 4) 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
  /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

Completed in 49 milliseconds