X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/dea897ef571bf33bc80c0e1dbf35601009582f3d..70983caea5dc6d817c3a887d66a2f43fce535bbd:/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h?ds=inline diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h index 131c4aaf2..c1c938636 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h @@ -156,6 +156,8 @@ 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);