diff options
Diffstat (limited to 'device/bluetooth/bluetooth_device_chromeos.h')
-rw-r--r-- | device/bluetooth/bluetooth_device_chromeos.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth_device_chromeos.h b/device/bluetooth/bluetooth_device_chromeos.h index 160a3ad..e0dfda0 100644 --- a/device/bluetooth/bluetooth_device_chromeos.h +++ b/device/bluetooth/bluetooth_device_chromeos.h @@ -185,6 +185,11 @@ class BluetoothDeviceChromeOs void ForgetCallback(const ErrorCallback& error_callback, const dbus::ObjectPath& adapter_path, bool success); + // Called by BluetoothAdapterClient when a call to CancelDeviceCreation() + // completes, |success| indicates whether or not the request succeeded. + void OnCancelDeviceCreation(const dbus::ObjectPath& adapter_path, + bool success); + // Called if the call to GetServiceRecords from ProvidesServiceWithName fails. void SearchServicesForNameErrorCallback( const ProvidesServiceCallback& callback); |