From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- plugins/ftp.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/plugins/ftp.c b/plugins/ftp.c index 9b102d0..56cedb9 100644 --- a/plugins/ftp.c +++ b/plugins/ftp.c @@ -81,7 +81,7 @@ <sequence> \ <sequence> \ <uuid value=\"0x1106\"/> \ - <uint16 value=\"0x0100\" name=\"version\"/> \ + <uint16 value=\"0x0102\" name=\"version\"/> \ </sequence> \ </sequence> \ </attribute> \ @@ -89,6 +89,9 @@ <attribute id=\"0x0100\"> \ <text value=\"%s\" name=\"name\"/> \ </attribute> \ + <attribute id=\"0x0200\"> \ + <uint16 value=\"%u\" name=\"psm\"/> \ + </attribute> \ </record>" static const uint8_t FTP_TARGET[TARGET_SIZE] = { @@ -517,6 +520,7 @@ static struct obex_service_driver ftp = { .name = "File Transfer server", .service = OBEX_FTP, .channel = FTP_CHANNEL, + .port = OBEX_PORT_RANDOM, .secure = TRUE, .record = FTP_RECORD, .target = FTP_TARGET, -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html