Add packet reception and send routines to the ACL layer of the incomplete Bluetooth Host demo.

This commit is contained in:
Dean Camera 2010-04-06 03:56:45 +00:00
parent ee74b4948f
commit b9c7d19615
5 changed files with 68 additions and 17 deletions

View file

@ -190,10 +190,6 @@
/* Function Prototypes: */
void Bluetooth_ProcessHCICommands(void);
void Bluetooth_ProcessHCIEvents(void);
bool Bluetooth_ConnectionRequest(uint8_t* RemoteAddress);
void Bluetooth_ConnectionComplete(void);
void Bluetooth_DisconnectionComplete(void);
#if defined(INCLUDE_FROM_BLUETOOTHHCICOMMANDS_C)
static uint8_t Bluetooth_SendHCICommand(void* Parameters, uint16_t ParameterLength);