Searched refs:BluetoothSocketCreateFunction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_api.h68 class BluetoothSocketCreateFunction : public BluetoothSocketAsyncApiFunction { class in namespace:extensions::core_api
72 BluetoothSocketCreateFunction();
75 virtual ~BluetoothSocketCreateFunction();
H A Dbluetooth_socket_api.cc181 BluetoothSocketCreateFunction::BluetoothSocketCreateFunction() {} function in class:extensions::core_api::BluetoothSocketCreateFunction
183 BluetoothSocketCreateFunction::~BluetoothSocketCreateFunction() {}
185 bool BluetoothSocketCreateFunction::Prepare() {
193 void BluetoothSocketCreateFunction::Work() {

Completed in 1392 milliseconds