Bluetooth demo can now create and maintain logical channels - need to determine why Windows machines refuse to connect.

This commit is contained in:
Dean Camera 2010-04-10 05:58:37 +00:00
parent 2a072db703
commit 797130bddc
5 changed files with 86 additions and 36 deletions

View file

@ -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);