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

  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_api.cc 589 BluetoothSocketSendFunction::BluetoothSocketSendFunction()
592 BluetoothSocketSendFunction::~BluetoothSocketSendFunction() {}
594 bool BluetoothSocketSendFunction::Prepare() {
604 void BluetoothSocketSendFunction::AsyncWorkStart() {
614 base::Bind(&BluetoothSocketSendFunction::OnSuccess, this),
615 base::Bind(&BluetoothSocketSendFunction::OnError, this));
618 void BluetoothSocketSendFunction::OnSuccess(int bytes_sent) {
624 void BluetoothSocketSendFunction::OnError
    [all...]
bluetooth_socket_api.h 292 class BluetoothSocketSendFunction : public BluetoothSocketAsyncApiFunction {
296 BluetoothSocketSendFunction();
299 virtual ~BluetoothSocketSendFunction();

Completed in 373 milliseconds