diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-08 10:30:05 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-08 10:30:05 +0300 |
commit | 17370895fde2d210bb50dfaa1c89fe6601de3467 (patch) | |
tree | 2797d5e061b7948a53f270f9ccfcc31b1c0ad6f5 /serial/port.c | |
parent | fa141e676e82cd20082779c086d1fef6427fdc20 (diff) | |
parent | 393416b170d6e4b2b7406418d63c7be2aefda70f (diff) |
Merge branch 'master' of ssh://master.kernel.org/pub/scm/bluetooth/bluez
Diffstat (limited to 'serial/port.c')
-rw-r--r-- | serial/port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/port.c b/serial/port.c index 0c70dc07..4abd954e 100644 --- a/serial/port.c +++ b/serial/port.c @@ -53,7 +53,7 @@ #include "manager.h" #include "storage.h" -#define SERIAL_PORT_INTERFACE "org.bluez.serial.Port" +#define SERIAL_PORT_INTERFACE "org.bluez.Serial" #define ERROR_INVALID_ARGS "org.bluez.Error.InvalidArguments" #define ERROR_DOES_NOT_EXIST "org.bluez.Error.DoesNotExist" |