Add bluetooth channel connection callback to the incomplete BluetoothHost demo.
This commit is contained in:
parent
1f682ca2de
commit
55db57e1ed
5 changed files with 34 additions and 7 deletions
|
@ -127,6 +127,7 @@
|
|||
bool Bluetooth_ConnectionRequest(uint8_t* RemoteAddress);
|
||||
void Bluetooth_ConnectionComplete(void);
|
||||
void Bluetooth_DisconnectionComplete(void);
|
||||
bool Bluetooth_ChannelConnectionRequest(uint16_t PSM);
|
||||
void Bluetooth_PacketReceived(void* Data, uint16_t DataLen, Bluetooth_Channel_t* Channel);
|
||||
Bluetooth_Channel_t* Bluetooth_GetChannelData(uint16_t ChannelNumber, bool SearchByRemoteChannel);
|
||||
Bluetooth_Channel_t* Bluetooth_OpenChannel(uint16_t PSM);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue