summaryrefslogtreecommitdiffstats
path: root/btif/src/btif_pan.c
diff options
context:
space:
mode:
authorzzy <zhenye@broadcom.com>2012-04-27 12:20:16 -0700
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:19 -0700
commit7f58927df0ee3f2f38367efe62c8901a760eeaa4 (patch)
treeba920ae2e186b57109772740976524dfd5d0512a /btif/src/btif_pan.c
parent2dd1d06380fe8635f247390e22b93324eb30d893 (diff)
downloadexternal_bluetooth_bluedroid-7f58927df0ee3f2f38367efe62c8901a760eeaa4.zip
external_bluetooth_bluedroid-7f58927df0ee3f2f38367efe62c8901a760eeaa4.tar.gz
external_bluetooth_bluedroid-7f58927df0ee3f2f38367efe62c8901a760eeaa4.tar.bz2
Enable pannap panu sdp by default add network service class bit and other minors improvements
Change-Id: Iacbd7adb74836394256e97185efa68d0f3952009
Diffstat (limited to 'btif/src/btif_pan.c')
-rw-r--r--btif/src/btif_pan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/btif/src/btif_pan.c b/btif/src/btif_pan.c
index c489149..fe71195 100644
--- a/btif/src/btif_pan.c
+++ b/btif/src/btif_pan.c
@@ -152,8 +152,7 @@ void btif_pan_init()
BTA_PanEnable(bta_pan_callback);
btpan_cb.enabled = 1;
- //panu by default
- btpan_enable(BTPAN_ROLE_PANU);
+ btpan_enable(BTPAN_ROLE_PANU | BTPAN_ROLE_PANNAP);
//debug("set to BTPAN_ROLE_PANNAP for testing");
//btpan_enable(BTPAN_ROLE_PANNAP);
}