Searched defs:BluetoothAdapterWin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_win.cc27 return BluetoothAdapterWin::CreateAdapter(init_callback);
31 base::WeakPtr<BluetoothAdapter> BluetoothAdapterWin::CreateAdapter(
33 BluetoothAdapterWin* adapter = new BluetoothAdapterWin(init_callback);
38 BluetoothAdapterWin::BluetoothAdapterWin(const InitCallback& init_callback) function in class:device::BluetoothAdapterWin
48 BluetoothAdapterWin::~BluetoothAdapterWin() {
55 void BluetoothAdapterWin::AddObserver(BluetoothAdapter::Observer* observer) {
60 void BluetoothAdapterWin
[all...]
H A Dbluetooth_adapter_win.h31 class BluetoothAdapterWin : public BluetoothAdapter, class in namespace:device
99 explicit BluetoothAdapterWin(const InitCallback& init_callback);
100 virtual ~BluetoothAdapterWin();
142 base::WeakPtrFactory<BluetoothAdapterWin> weak_ptr_factory_;
144 DISALLOW_COPY_AND_ASSIGN(BluetoothAdapterWin);

Completed in 378 milliseconds