Minor documentation fixes.
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / Lib /
2011-08-22 Dean CameraRenamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-06-05 Dean CameraFixed compile errors in the incomplete BluetoothHost...
2011-06-01 Dean CameraSpell check library source code files.
2011-04-10 Dean CameraRemove redundant type information for bitfield elements...
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-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-29 Dean CameraSpell check all source files once again to find any...
2010-07-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
2010-07-12 Dean CameraAdd missing eol-style properties to new source files.
2010-07-11 Dean CameraCorrect misspellings in the Bluetooth demo code.
2010-07-11 Dean CameraAdd more doxygen function documentation to the RFCOMM...
2010-07-11 Dean CameraOops - ACL layer Bluetooth_SendPacket() function should...
2010-07-11 Dean CameraRename Bluetooth stack function parameters to clearly...
2010-07-08 Dean CameraAdd a new RFCOMM_ChannelOpened() callback event for...
2010-07-08 Dean CameraAdd a new RFCOMM service callback for when new data...
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-26 Dean CameraMake Bluetooth ACL channel searches skip over closed...
2010-06-23 Dean CameraSplit RFCOMM channel signals into Remote and Local...
2010-06-23 Dean CameraAdd TEST RFCOMM command handler. Remove the RFCOMM...
2010-06-22 Dean CameraUse a bitmask instead of an array of bools in the SDP...
2010-06-22 Dean CameraAdded new pgm_read_ptr() macro to Common.h for reading...
2010-06-15 Dean CameraRename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariabl...
2010-06-15 Dean CameraChanged the RFCOMM-specific ItemProtocolChannel_t type...
2010-06-15 Dean CameraAdd RFCOMM channel configuration parsing and channel...
2010-06-13 Dean CameraSplit out the RFCOMM Control Channel command processing...
2010-06-13 Dean CameraRename the incomplete Bluetooth Host demo's ServiceDisc...
2010-06-13 Dean CameraMore RFCOMM layer additions - begin to add multiplexer...
2010-06-12 Dean CameraMinor fixes to demos to add in some missing comments...
2010-06-07 Dean CameraAdd stub RFCOMM command handlers. Move out RFCOMM frame...
2010-06-07 Dean CameraMore RFCOMM layer implementation - fix FCS calculation...
2010-06-07 Dean CameraMake the RFCOMM_SendFrame() function correctly generate...
2010-06-06 Dean CameraRefactor out RFCOMM packet send code into a seperate...
2010-06-06 Dean CameraAdd the svn:eol-style property onto new files which...
2010-06-04 Dean CameraDocument Bluetooth files with overall file Doxygen...
2010-06-03 Dean CameraMinor documentation cleanups.
2010-06-03 Dean CameraStart implementation of RFCOMM decoding layer. Add...
2010-06-03 Dean CameraDelay needed in bluetooth code due to the send function...
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-06-02 Dean CameraFix byte ordering of UUIDs in the SDP server - host...
2010-06-02 Dean CameraThe SDP UUID lists should be searched and ALL UUIDs...
2010-06-02 Dean CameraAdd L2CAP service attribute table. Fix up ProtocolDescr...
2010-06-01 Dean CameraClean up the Service tables, add incomplete ProtocolDes...
2010-06-01 Dean CameraRemove incorrect Language ID offset attribute from...
2010-06-01 Dean CameraService Attribute SDP requests should have only one...
2010-06-01 Dean CameraDocument inline SDP data read/write functions.
2010-06-01 Dean CameraMuch faster attribute range lookup - look through short...
2010-06-01 Dean CameraFix the encoding of UUIDs in the SDP server so that...
2010-06-01 Dean CameraMove SDP service tables out into a new set of files...
2010-06-01 Dean CameraAdd Service Attribute request processing to the SDP...
2010-05-31 Dean CameraFix endianness issues in the Service Discovery Protocol...
2010-05-29 Dean CameraFixed incorrect signature for the ATMEGA32U2 in the...
2010-05-25 Dean CameraFixed RNDISEthernet demos crashing when calculating...
2010-05-23 Dean CameraAdd UUID Class matching to the Service Discovery Protoc...
2010-05-23 Dean CameraSDP Service improvements; fixed UUID for SDP service...
2010-05-21 Dean CameraAdd comments and partial Doxygen documentation to the...
2010-05-21 Dean CameraOops - when adding a sequence header to the SDP respons...
2010-05-21 Dean CameraAdd incomplete code to properly handle attribute respon...
2010-05-20 Dean CameraService Discovery ServiceSearchAttribute requests requi...
2010-05-20 Dean CameraShort UUIDs are measured in bytes, not bits -- update...
2010-05-20 Dean CameraMore SDP code improvements - responses to ServiceSearch...
2010-05-18 Dean CameraSwitch over the BluetoothHost demo's Service Discovery...
2010-05-17 Dean CameraBegin processing code for Service Discovery Protocol...
2010-05-11 Dean CameraFix nasty bug in USBInterrupt.c which would cause a...
2010-05-10 Dean CameraRefactor Service Discovery Protocol code in the incompl...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-07 Dean CameraChange over unix line-endings to dos line endings.
2010-04-29 Dean CameraThe Audio_Device_IsSampleReceived() and Audio_Device_Is...
2010-04-22 Dean CameraAdded ability to search by Channel PSM to the GetChanne...
2010-04-20 Dean CameraFixed HID Device Class Driver not allocating a temporar...
2010-04-19 Dean CameraAdd start of a SDP service table, which will be linked...
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-12 Dean CameraAdd some more documentation to the half-completed Bluet...
2010-04-12 Dean CameraFix Bluetooth stack CONNECTION RESPONSE packets - for...
2010-04-11 Dean CameraAdd HCI debugging with verbosity control to the Bluetoo...
2010-04-11 Dean CameraFix up Bluetooth Demo's options processing on incoming...
2010-04-10 Dean CameraAdd LUFA-side channel open/close routines, add signalli...
2010-04-10 Dean CameraBluetooth demo can now create and maintain logical...
2010-04-06 Dean CameraMake Bluetooth signalling handler routines use the...
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-06 Dean CameraAdd information request/response signal handler to...
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...
2010-03-23 Dean CameraAdded incomplete MIDIToneGenerator project.
next