Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer code...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / Lib / BluetoothStack.h
index a7323fa..0fc2dd2 100644 (file)
@@ -72,7 +72,7 @@
                {\r
                        bool                IsConnected;\r
                        uint16_t            ConnectionHandle;\r
-                       uint8_t             DeviceAddress[6];\r
+                       uint8_t             RemoteAddress[6];\r
                        Bluetooth_Channel_t Channels[BLUETOOTH_MAX_OPEN_CHANNELS];\r
                } Bluetooth_Connection_t;\r
                \r
@@ -87,6 +87,7 @@
                Bluetooth_Channel_t* Bluetooth_GetChannelData(uint16_t ChannelNumber, bool SearchBySource);\r
                Bluetooth_Channel_t* Bluetooth_InitChannelData(uint16_t RemoteChannelNumber, uint16_t PSM);\r
                \r
+               void Bluetooth_State_Init(void);\r
                void Bluetooth_Stack_Task(void);\r
 \r
        /* External Variables: */\r