Searched defs:bluetooth_class (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.cc13 uint32 bluetooth_class,
18 : bluetooth_class_(bluetooth_class),
12 MockBluetoothDevice(MockBluetoothAdapter* adapter, uint32 bluetooth_class, const std::string& name, const std::string& address, bool paired, bool connected) argument
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_adapter_client.h39 dbus::Property<uint32> bluetooth_class; member in struct:chromeos::BluetoothAdapterClient::Properties
H A Dbluetooth_device_client.h39 dbus::Property<uint32> bluetooth_class; member in struct:chromeos::BluetoothDeviceClient::Properties
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device.cc81 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) {
H A Dbluetooth_task_manager_win.h71 uint32 bluetooth_class; member in struct:device::BluetoothTaskManagerWin::DeviceState

Completed in 163 milliseconds