Modify the logic of bonding with LE type
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / include / oal-manager.h
index ac05875..2b02fee 100755 (executable)
@@ -251,6 +251,15 @@ gboolean oal_get_debug_mode(void);
 void server_event_catch_register(oal_event_callback dbg_cb);
 #endif
 
+/**
+ * @brief Get stack name
+ *
+ * @return stack name
+ *
+ * @pre OAL API must be initialized with oal_bt_init().
+ */
+const char *oal_get_stack_name(void);
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */