X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/1f682ca2de8df89e3fef0077b33070cf2c85e798..55db57e1ede3c44a3b027cb442fa12e969b37f4b:/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 564a2ba3e..88cc02035 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h @@ -127,6 +127,7 @@ bool Bluetooth_ConnectionRequest(uint8_t* RemoteAddress); void Bluetooth_ConnectionComplete(void); void Bluetooth_DisconnectionComplete(void); + bool Bluetooth_ChannelConnectionRequest(uint16_t PSM); void Bluetooth_PacketReceived(void* Data, uint16_t DataLen, Bluetooth_Channel_t* Channel); Bluetooth_Channel_t* Bluetooth_GetChannelData(uint16_t ChannelNumber, bool SearchByRemoteChannel); Bluetooth_Channel_t* Bluetooth_OpenChannel(uint16_t PSM);