summaryrefslogtreecommitdiff
path: root/android/socket.c
diff options
context:
space:
mode:
authorAndrzej Kaczmarek <andrzej.kaczmarek@tieto.com>2014-02-11 17:58:20 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-02-12 13:50:49 +0100
commit4e3ad171df3ea75b4efede0ca0c90ade703e352f (patch)
treeff57e140a05ed456871fa49a11cc65d9628a4d2a /android/socket.c
parent5b2756dd9b4f8252eb8d00dfc2f26be00cdbf870 (diff)
downloadbluez-4e3ad171df3ea75b4efede0ca0c90ade703e352f.tar.gz
android/socket: Update channel numbers
OPP and PBAP channel numbers are set to same values as in Bluedroid. Both MAP and SPP use channel numbers assigned dynamically.
Diffstat (limited to 'android/socket.c')
-rw-r--r--android/socket.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/android/socket.c b/android/socket.c
index 435d9b9fd..92b021cf5 100644
--- a/android/socket.c
+++ b/android/socket.c
@@ -47,11 +47,9 @@
#define RFCOMM_CHANNEL_MAX 30
-#define SPP_DEFAULT_CHANNEL 3
-#define OPP_DEFAULT_CHANNEL 9
+#define OPP_DEFAULT_CHANNEL 12
#define HFAG_DEFAULT_CHANNEL 13
-#define PBAP_DEFAULT_CHANNEL 15
-#define MAS_DEFAULT_CHANNEL 16
+#define PBAP_DEFAULT_CHANNEL 19
#define SVC_HINT_OBEX 0x10
@@ -406,7 +404,7 @@ static const struct profile_info {
0x00, 0x00, 0x11, 0x32, 0x00, 0x00, 0x10, 0x00,
0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB
},
- .channel = MAS_DEFAULT_CHANNEL,
+ .channel = 0,
.svc_hint = SVC_HINT_OBEX,
.sec_level = BT_IO_SEC_MEDIUM,
.create_record = create_mas_record
@@ -415,7 +413,7 @@ static const struct profile_info {
0x00, 0x00, 0x11, 0x01, 0x00, 0x00, 0x10, 0x00,
0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB
},
- .channel = SPP_DEFAULT_CHANNEL,
+ .channel = 0,
.svc_hint = 0,
.sec_level = BT_IO_SEC_MEDIUM,
.create_record = create_spp_record