+/** Bluetooth stack initialization function. This function must be called once to initialize the Bluetooth stack,\r
+ * ready for connection to remote devices.\r
+ *\r
+ * \note This function only begins the initialization process; the stack is initialized as the main Bluetooth stack\r
+ * management task is repeatedly called. The initialization process ends when the IsInitialized element of the\r
+ * \ref Bluetooth_State structure becomes true and the \ref Bluetooth_StackInitialized() callback fires.\r
+ */\r
+void Bluetooth_Stack_Init(void)\r