Modify the logic of bonding with LE type
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / oal-manager.c
index 56b821f..0d28d52 100644 (file)
@@ -263,3 +263,8 @@ gboolean oal_get_debug_mode(void)
        /*TODO Unsupported */
        return FALSE;
 }
+
+const char *oal_get_stack_name(void)
+{
+       return module ? module->name : NULL;
+}