mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-14 07:44:36 +08:00
obex: Update the FTP version to 1.3 in SDP record
This change is required in below PTS testcase: 1. FTP/SR/SGSIT/ATTR/BV-02-C Attribute GSIT - Bluetooth Profile Descriptor List Current FTP version 1.2 is being deprecated and withdrawn from BT Sig, so it is mandatory to update the version to 1.3. No additional changes are needed for supporting the new version.
This commit is contained in:
parent
b22bbf873f
commit
f0302d90a1
@ -36,7 +36,7 @@ AVCTP 1.3 CT, TG
|
||||
AVRCP 1.5 CT, TG
|
||||
|
||||
GOEP 2.0 Client, Server
|
||||
FTP 1.2 Client, Server
|
||||
FTP 1.3 Client, Server
|
||||
OPP 1.2 Client, Server
|
||||
SYNCH 1.1 Client
|
||||
PBAP 1.1 Client, Server
|
||||
|
@ -2126,7 +2126,7 @@ static struct default_settings {
|
||||
.mode = BT_IO_MODE_ERTM,
|
||||
.authorize = true,
|
||||
.get_record = get_ftp_record,
|
||||
.version = 0x0102,
|
||||
.version = 0x0103,
|
||||
}, {
|
||||
.uuid = OBEX_SYNC_UUID,
|
||||
.name = "Synchronization",
|
||||
|
Loading…
Reference in New Issue
Block a user