-
- Downloads
Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/.h...
Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/.h set of files for clarity in the Incomplete BluetoothHost demo. Add a new stack callback for opened ACL channels, make the demo save the RFCOMM channel when opened so that it does not have to search for it on each iteration of the main program loop.
Showing
- Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c 156 additions, 0 deletionsDemos/Host/Incomplete/BluetoothHost/BluetoothEvents.c
- Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.h 70 additions, 0 deletionsDemos/Host/Incomplete/BluetoothHost/BluetoothEvents.h
- Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c 3 additions, 109 deletionsDemos/Host/Incomplete/BluetoothHost/BluetoothHost.c
- Demos/Host/Incomplete/BluetoothHost/BluetoothHost.h 2 additions, 4 deletionsDemos/Host/Incomplete/BluetoothHost/BluetoothHost.h
- Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c 2 additions, 0 deletions...s/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
- Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h 2 additions, 0 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h
- Demos/Host/Incomplete/BluetoothHost/makefile 1 addition, 0 deletionsDemos/Host/Incomplete/BluetoothHost/makefile
- LUFA.pnproj 1 addition, 1 deletionLUFA.pnproj
- Projects/AVRISP-MKII/makefile 4 additions, 4 deletionsProjects/AVRISP-MKII/makefile
Loading
Please register or sign in to comment