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 309 void ConnectErrorCallback(BluetoothDevice::ConnectErrorCode error) {
    [all...]
bluetooth_device.h 293 // The ConnectErrorCallback is used for methods that can fail with an error,
296 typedef base::Callback<void(enum ConnectErrorCode)> ConnectErrorCallback;
326 const ConnectErrorCallback& error_callback) = 0;
398 const ConnectErrorCallback& error_callback) = 0;
bluetooth_gatt_chromeos_unittest.cc 396 void ConnectErrorCallback(BluetoothDevice::ConnectErrorCode error) {
438 base::Bind(&BluetoothGattChromeOSTest::ConnectErrorCallback,
460 base::Bind(&BluetoothGattChromeOSTest::ConnectErrorCallback,
483 base::Bind(&BluetoothGattChromeOSTest::ConnectErrorCallback,
    [all...]

Completed in 48 milliseconds