Bluetooth demo can now create and maintain logical channels - need to determine why Windows machines refuse to connect.
This commit is contained in:
parent
2a072db703
commit
797130bddc
5 changed files with 86 additions and 36 deletions
|
@ -103,7 +103,7 @@
|
|||
#include "BluetoothACLPackets.h"
|
||||
|
||||
/* Function Prototypes: */
|
||||
Bluetooth_Channel_t* Bluetooth_GetChannelData(uint16_t ChannelNumber, bool SearchBySource);
|
||||
Bluetooth_Channel_t* Bluetooth_GetChannelData(uint16_t ChannelNumber, bool SearchByRemoteChannel);
|
||||
Bluetooth_Channel_t* Bluetooth_InitChannelData(uint16_t RemoteChannelNumber, uint16_t PSM);
|
||||
|
||||
void Bluetooth_Stack_Init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue