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

  /external/chromium_org/device/bluetooth/
bluetooth_device.h 232 // The ConnectErrorCallback is used for methods that can fail with an error,
235 typedef base::Callback<void(enum ConnectErrorCode)> ConnectErrorCallback;
290 const ConnectErrorCallback& error_callback) = 0;
bluetooth_chromeos_unittest.cc 239 void ConnectErrorCallback(enum BluetoothDevice::ConnectErrorCode error) {
907 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
960 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
993 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
    [all...]

Completed in 123 milliseconds