From 7f6b2712329b0a8dd5cda6c1fd621e18625a064a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 14 Nov 2012 14:50:38 +0200 Subject: [PATCH] core: Add default RFCOMM channel definitions to profile.c --- src/profile.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/profile.c b/src/profile.c index 23aa420b5..3ecfd2897 100644 --- a/src/profile.c +++ b/src/profile.c @@ -52,7 +52,18 @@ #include "device.h" #include "profile.h" +#define DUN_DEFAULT_CHANNEL 1 #define SPP_DEFAULT_CHANNEL 3 +#define HFP_HF_DEFAULT_CHANNEL 7 +#define OPP_DEFAULT_CHANNEL 9 +#define FTP_DEFAULT_CHANNEL 10 +#define BIP_DEFAULT_CHANNEL 11 +#define HSP_AG_DEFAULT_CHANNEL 12 +#define HFP_AG_DEFAULT_CHANNEL 13 +#define SYNC_DEFAULT_CHANNEL 14 +#define PBAP_DEFAULT_CHANNEL 15 +#define MAS_DEFAULT_CHANNEL 16 +#define MNS_DEFAULT_CHANNEL 17 struct ext_profile { struct btd_profile p; -- 2.47.3