Rename Bluetooth stack function parameters to clearly indicate what sort of...
Rename Bluetooth stack function parameters to clearly indicate what sort of Bluetooth channel (ACL, RFCOMM) is required for each parameter, to make the code easier to read. Add a new RFCOMM_ChannelSignalsReceived() Bluetooth stack callback from the RFCOMM layer for when the remote device sends new terminal control signals. Fix RFCOMM_SendData() not aborting correctly when the requested RFCOMM channel is not found.
Showing
- Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c 20 additions, 20 deletionsDemos/Host/Incomplete/BluetoothHost/BluetoothEvents.c
- Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.h 2 additions, 1 deletionDemos/Host/Incomplete/BluetoothHost/BluetoothEvents.h
- Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c 1 addition, 2 deletionsDemos/Host/Incomplete/BluetoothHost/BluetoothHost.c
- Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c 48 additions, 9 deletions...s/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
- Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c 1 addition, 41 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c
- Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h 4 additions, 4 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c 30 additions, 25 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h 13 additions, 12 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c 21 additions, 18 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h 7 additions, 7 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.h
- Demos/Host/Incomplete/BluetoothHost/Lib/SDP.c 3 additions, 3 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/SDP.c
- Demos/Host/Incomplete/BluetoothHost/Lib/SDP.h 3 additions, 3 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/SDP.h
Loading
Please register or sign in to comment