Hi Szymon,
On Fri, Feb 28, 2014, Szymon Janc wrote:
quoted hunk ↗ jump to hunk
---
android/socket.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/android/socket.c b/android/socket.c
index ee98b54..f6863c8 100644
--- a/android/socket.c
+++ b/android/socket.c
@@ -47,8 +47,9 @@
#define RFCOMM_CHANNEL_MAX 30
+#define HSP_AG_DEFAULT_CHANNEL 11
#define OPP_DEFAULT_CHANNEL 12
-#define HFAG_DEFAULT_CHANNEL 13
+#define HFP_AG_DEFAULT_CHANNEL 13
#define PBAP_DEFAULT_CHANNEL 19
Wasn't our plan to mirror the BlueZ doc/assigned-numbers.txt here? At
least the OPP and HSP channels don't match up with that.
Johan