HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothSocketConnectFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_api.h 238 class BluetoothSocketConnectFunction :
244 BluetoothSocketConnectFunction();
247 virtual ~BluetoothSocketConnectFunction();
bluetooth_socket_api.cc 525 BluetoothSocketConnectFunction::BluetoothSocketConnectFunction() {}
527 BluetoothSocketConnectFunction::~BluetoothSocketConnectFunction() {}
529 void BluetoothSocketConnectFunction::ConnectToService(
534 base::Bind(&BluetoothSocketConnectFunction::OnConnect, this),
535 base::Bind(&BluetoothSocketConnectFunction::OnConnectError, this));

Completed in 47 milliseconds