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
|
@ -143,7 +143,8 @@
|
|||
|
||||
/* Function Prototypes: */
|
||||
void Bluetooth_ProcessACLPackets(void);
|
||||
|
||||
void Bluetooth_SendPacket(uint8_t* Data, uint16_t DataLen, Bluetooth_Channel_t* Channel);
|
||||
|
||||
#if defined(INCLUDE_FROM_BLUETOOTH_ACLPACKETS_C)
|
||||
static inline void Bluetooth_SignalPacket_ConnectionRequest(Bluetooth_ACL_Header_t* ACLPacketHeader,
|
||||
Bluetooth_DataPacket_Header_t* DataHeader,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue