Add packet reception and send routines to the ACL layer of the incomplete Bluetooth Host demo.
This commit is contained in:
parent
ee74b4948f
commit
b9c7d19615
5 changed files with 68 additions and 17 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue