Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/.h set...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / Lib / BluetoothStack.h
index 131c4aa..c1c9386 100644 (file)
                void                 Bluetooth_DisconnectionComplete(void);
                bool                 Bluetooth_ChannelConnectionRequest(const uint16_t PSM);
                void                 Bluetooth_PacketReceived(void* Data, uint16_t DataLen, Bluetooth_Channel_t* const Channel);
+               void                 Bluetooth_ChannelOpened(Bluetooth_Channel_t* const Channel);
+
                Bluetooth_Channel_t* Bluetooth_GetChannelData(const uint16_t SearchValue, const uint8_t SearchKey);
                Bluetooth_Channel_t* Bluetooth_OpenChannel(const uint16_t PSM);
                void                 Bluetooth_CloseChannel(Bluetooth_Channel_t* const Channel);