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

  /external/chromium_org/device/bluetooth/
bluetooth_chromeos_unittest.cc 312 void ConnectErrorCallback(BluetoothDevice::ConnectErrorCode error) {
    [all...]
bluetooth_device.h 267 // The ConnectErrorCallback is used for methods that can fail with an error,
270 typedef base::Callback<void(enum ConnectErrorCode)> ConnectErrorCallback;
300 const ConnectErrorCallback& error_callback) = 0;
372 const ConnectErrorCallback& error_callback) = 0;
bluetooth_gatt_chromeos_unittest.cc 371 void ConnectErrorCallback(BluetoothDevice::ConnectErrorCode error) {
413 base::Bind(&BluetoothGattChromeOSTest::ConnectErrorCallback,
435 base::Bind(&BluetoothGattChromeOSTest::ConnectErrorCallback,
458 base::Bind(&BluetoothGattChromeOSTest::ConnectErrorCallback,
    [all...]

Completed in 70 milliseconds