summaryrefslogtreecommitdiffstats
path: root/stack/bnep
diff options
context:
space:
mode:
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;
}