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

/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_event_router.h38 class BluetoothEventRouter : public device::BluetoothAdapter::Observer, class in namespace:extensions
42 explicit BluetoothEventRouter(content::BrowserContext* context);
43 virtual ~BluetoothEventRouter();
119 static const char* service_name() { return "BluetoothEventRouter"; }
157 base::WeakPtrFactory<BluetoothEventRouter> weak_ptr_factory_;
159 DISALLOW_COPY_AND_ASSIGN(BluetoothEventRouter);
H A Dbluetooth_event_router.cc39 BluetoothEventRouter::BluetoothEventRouter(content::BrowserContext* context) function in class:extensions::BluetoothEventRouter
53 BluetoothEventRouter::~BluetoothEventRouter() {
62 bool BluetoothEventRouter::IsBluetoothSupported() const {
67 void BluetoothEventRouter::GetAdapter(
77 void BluetoothEventRouter::StartDiscoverySession(
94 base::Bind(&BluetoothEventRouter::OnStartDiscoverySession,
101 void BluetoothEventRouter::StopDiscoverySession(
121 BluetoothApiPairingDelegate* BluetoothEventRouter
[all...]

Completed in 76 milliseconds