summaryrefslogtreecommitdiffstats
path: root/stack/bnep
diff options
context:
space:
mode:
authorzzy <zhenye@broadcom.com>2012-04-14 18:31:16 -0700
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:17 -0700
commit8e6e9356d5386501d5e0988ce23d0c9aaed31a64 (patch)
tree04f80006d3cdf0c3efe047677a317419eafcd802 /stack/bnep
parent2fe476a7b55eea667c854bb40e48648e8a0d5f1d (diff)
downloadexternal_bluetooth_bluedroid-8e6e9356d5386501d5e0988ce23d0c9aaed31a64.zip
external_bluetooth_bluedroid-8e6e9356d5386501d5e0988ce23d0c9aaed31a64.tar.gz
external_bluetooth_bluedroid-8e6e9356d5386501d5e0988ce23d0c9aaed31a64.tar.bz2
added bt pan profile
Diffstat (limited to 'stack/bnep')
-rw-r--r--stack/bnep/bnep_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack/bnep/bnep_api.c b/stack/bnep/bnep_api.c
index 28a7c6b..7c4dee9 100644
--- a/stack/bnep/bnep_api.c
+++ b/stack/bnep/bnep_api.c
@@ -70,7 +70,7 @@ tBNEP_RESULT BNEP_Register (tBNEP_REGISTER *p_reg_info)
return BNEP_SECURITY_FAIL;
bnep_cb.profile_registered = TRUE;
-
+ BTM_GetLocalDeviceAddr (bnep_cb.my_bda);
return BNEP_SUCCESS;
}