Index: chromeos/dbus/fake_bluetooth_device_client.h |
=================================================================== |
--- chromeos/dbus/fake_bluetooth_device_client.h (revision 199511) |
+++ chromeos/dbus/fake_bluetooth_device_client.h (working copy) |
@@ -131,6 +131,11 @@ |
static const char kUnconnectableDeviceAddress[]; |
static const uint32 kUnconnectableDeviceClass; |
+ static const char kUnpairableDevicePath[]; |
+ static const char kUnpairableDeviceName[]; |
+ static const char kUnpairableDeviceAddress[]; |
+ static const uint32 kUnpairableDeviceClass; |
+ |
private: |
// Property callback passed when we create Properties* structures. |
void OnPropertyChanged(const dbus::ObjectPath& object_path, |
@@ -151,6 +156,9 @@ |
void RejectSimulatedPairing( |
const dbus::ObjectPath& object_path, |
const ErrorCallback& error_callback); |
+ void FailSimulatedPairing( |
+ const dbus::ObjectPath& object_path, |
+ const ErrorCallback& error_callback); |
void AddInputDeviceIfNeeded( |
const dbus::ObjectPath& object_path, |
Properties* properties); |