Searched refs:BluetoothDeviceWin (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_win.cc29 BluetoothDeviceWin::BluetoothDeviceWin( function in class:device::BluetoothDeviceWin
43 BluetoothDeviceWin::~BluetoothDeviceWin() {
46 void BluetoothDeviceWin::Update(
59 void BluetoothDeviceWin::UpdateServices(
78 bool BluetoothDeviceWin::IsEqual(
136 void BluetoothDeviceWin::SetVisible(bool visible) {
140 uint32 BluetoothDeviceWin::GetBluetoothClass() const {
144 std::string BluetoothDeviceWin
[all...]
H A Dbluetooth_device_win_unittest.cc67 device_.reset(new BluetoothDeviceWin(*device_state_,
77 empty_device_.reset(new BluetoothDeviceWin(*empty_device_state_,
85 scoped_ptr<BluetoothDeviceWin> device_;
87 scoped_ptr<BluetoothDeviceWin> empty_device_;
H A Dbluetooth_device_win.h22 class BluetoothDeviceWin : public BluetoothDevice { class in namespace:device
24 explicit BluetoothDeviceWin(
30 virtual ~BluetoothDeviceWin();
132 DISALLOW_COPY_AND_ASSIGN(BluetoothDeviceWin);
H A Dbluetooth_socket_win.h24 class BluetoothDeviceWin;
37 void Connect(const BluetoothDeviceWin* device,
H A Dbluetooth_adapter_win.cc261 BluetoothDeviceWin* device_win =
262 new BluetoothDeviceWin(*device_state,
273 BluetoothDeviceWin* device_win =
274 static_cast<BluetoothDeviceWin*>(devices_[device_state->address]);
H A Dbluetooth_socket_win.cc98 const BluetoothDeviceWin* device,

Completed in 85 milliseconds