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

/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter.cc12 BluetoothAdapter::BluetoothAdapter() { function in class:device::BluetoothAdapter
15 BluetoothAdapter::~BluetoothAdapter() {
19 BluetoothAdapter::DeviceList BluetoothAdapter::GetDevices() {
21 const_cast<const BluetoothAdapter *>(this)->GetDevices();
31 BluetoothAdapter::ConstDeviceList BluetoothAdapter::GetDevices() const {
41 BluetoothDevice* BluetoothAdapter
[all...]
H A Dbluetooth_adapter.h21 // BluetoothAdapter represents a local Bluetooth adapter which may be used to
27 class BluetoothAdapter : public base::RefCounted<BluetoothAdapter> { class in namespace:device
37 virtual void AdapterPresentChanged(BluetoothAdapter* adapter,
43 virtual void AdapterPoweredChanged(BluetoothAdapter* adapter,
49 virtual void AdapterDiscoveringChanged(BluetoothAdapter* adapter,
55 virtual void DeviceAdded(BluetoothAdapter* adapter,
61 virtual void DeviceChanged(BluetoothAdapter* adapter,
67 virtual void DeviceRemoved(BluetoothAdapter* adapter,
83 virtual void AddObserver(BluetoothAdapter
[all...]

Completed in 43 milliseconds