Remove legacy AS4 project files, now that they can be automatically generated by...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / BluetoothHost.c
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2011-07-08 Dean CameraUpdated all host mode demos and projects to use the...
2011-01-30 Dean CameraRenamed all driver termination *_ShutDown() functions...
2011-01-30 Dean CameraRemoved SerialStream module, rolled functionality into...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-07-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
2010-07-11 Dean CameraRename Bluetooth stack function parameters to clearly...
2010-07-08 Dean CameraMove out Bluetooth stack callback functions to a sepera...
2010-07-02 Dean CameraMove out RFCOMM channel structure init code to a sepera...
2010-06-29 Dean CameraAdd RFCOMM service routine, to send pending configurati...
2010-06-22 Dean CameraAdded new pgm_read_ptr() macro to Common.h for reading...
2010-06-12 Dean CameraMinor fixes to demos to add in some missing comments...
2010-06-03 Dean CameraMinor documentation cleanups.
2010-06-03 Dean CameraStart implementation of RFCOMM decoding layer. Add...
2010-06-03 Dean CameraExtra protocol value in the RFCOMM protocol is the...
2010-06-03 Dean CameraAdd PSM value to the RFCOMM service so that the host...
2010-06-03 Dean CameraAdd start of RFCOMM service layer to the incomplete...
2010-05-21 Dean CameraAdd comments and partial Doxygen documentation to the...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-04-22 Dean CameraAdded ability to search by Channel PSM to the GetChanne...
2010-04-19 Dean CameraMake bluetooth SDP code correctly unpack the search...
2010-04-18 Dean CameraAdd const keyword to the demo function parameters where...
2010-04-18 Dean CameraAdd bluetooth channel connection callback to the incomp...
2010-04-15 Dean CameraMinor documentation improvements.
2010-04-15 Dean CameraRename FunctionAttributes.h to Attributes.h, as some...
2010-04-13 Dean CameraDocument the Bluetooth ACL layer. Remove unneeded param...
2010-04-11 Dean CameraFix up Bluetooth Demo's options processing on incoming...
2010-04-06 Dean CameraAdd bidirectional channel configuration -- remote devic...
2010-04-06 Dean CameraAdd packet reception and send routines to the ACL layer...
2010-04-05 Dean CameraAdd Bluetooth signalling echo request/response handlers...
2010-04-05 Dean CameraAdd user callback function to the Bluetooth host demo...
2010-04-01 Dean CameraMore improvements to the incomplete BluetoothHost demo...
2010-03-31 Dean CameraMassive cleanups to the incomplete BluetoothHost demo...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-08-06 Dean CameraMake Endpoint control transfers more reliable; early...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-07-19 Dean CameraDon't send terminal RESET codes via serial - just set...
2009-07-19 Dean CameraUse sane ANSI terminal escape codes for the Host mode...
2009-07-13 Dean CameraAdded new HOST_STATE_WaitForDeviceRemoval host state...
2009-07-11 Dean CameraAdded incomplete PrinterHost demo application.
2009-06-18 Dean CameraAdded new USB_Host_ClearPipeStall() convenience functio...
2009-06-08 Dean CameraConverted Host mode demos to schedulerless. Fixed host...
2009-06-05 Dean CameraAdd master device Host demo makefile.