- Jun 15, 2010
-
-
Dean Camera authored
Fix HID parser documentation for the default maximum report/path/etc. elements so that it matches the current code values.
-
Dean Camera authored
-
- Jun 14, 2010
-
-
Dean Camera authored
-
- Jun 13, 2010
-
-
Dean Camera authored
Split out the RFCOMM Control Channel command processing code into a seperate set of files for clarity.
-
Dean Camera authored
Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h files to SDP.c/.h. Fix compile errors in RFCOMM.c/.h.
-
Dean Camera authored
-
- Jun 12, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Minor fixes to demos to add in some missing comments, printf() formatting. Make incomplete Bluetooth demo indicate connections visually via the board LEDs.
-
Dean Camera authored
Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pipes, rather than performing token check first.
-
- Jun 10, 2010
-
-
Dean Camera authored
Oops - light weight ring buffer documentation used \ref instead of \param to document function parameters.
-
Dean Camera authored
-
- Jun 08, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Jun 07, 2010
-
-
Dean Camera authored
Add stub RFCOMM command handlers. Move out RFCOMM frame length and data pointer calculations to the master RFCOMM frame reception routine, instead of inside each frame type handler function.
-
Dean Camera authored
More RFCOMM layer implementation - fix FCS calculation, add in start of control channel command processing.
-
Dean Camera authored
Make the RFCOMM_SendFrame() function correctly generate frames from the input parameters, change addressing to use the raw DLCI address plus flags.
-
- Jun 06, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Add the svn:eol-style property onto new files which where missing it to ensure uniform line endings.
-
- Jun 04, 2010
-
-
Dean Camera authored
Document Bluetooth files with overall file Doxygen comments. Add more initial RFCOMM layer code to receive and respond to SABM packets.
-
- Jun 03, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Start implementation of RFCOMM decoding layer. Add new service initialize routines for each Bluetooth service - currently unused, but will eventually reset the service state of RFCOMM when a new connection is made.
-
Dean Camera authored
Delay needed in bluetooth code due to the send function not waiting for the pipe bank to become ready before writing. Add in a call to Pipe_WaitUntilReady() to fix the issue.
-
Dean Camera authored
Extra protocol value in the RFCOMM protocol is the channel number, not the PSM - update typedef name and size. Add delay to the Connection Request signal processing routine - without this, the host will not create the RFCOMM channel correctly. Need to investigate why this delay is needed.
-
Dean Camera authored
Add PSM value to the RFCOMM service so that the host knows what PSM to use on channels when trying to access it.
-
Dean Camera authored
Reduce the size of the attribute search list from 15 ranges to 8 to save RAM.
-
- Jun 02, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C++ compatibility (thanks to Michael Hennebry).
-
Dean Camera authored
Fix byte ordering of UUIDs in the SDP server - host can now successfully pair to the Bluetooth device and discover the exposed Serial Port Profile RFCOMM service.
-
Dean Camera authored
The SDP UUID lists should be searched and ALL UUIDs matched for a record to be retrieved, not partial matches. Change the SDP code so that the entire list must be matched against a service attribute table's contents before it is returned. Change matching algorithm so that it recursively searches through the entire attribute table, and not just pre-specified sequence attributes. Add browse lists and proper descriptions to the Serial Port service.
-
Dean Camera authored
Add L2CAP service attribute table. Fix up ProtocolDescriptorList attributes, and add macros for used UUIDs to reduce typing and make the code easier to read.
-
- Jun 01, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Remove incorrect Language ID offset attribute from the SDP server - client assumes 0x0100 offset for primary language anyway, and the format of the offset was incorrect anyway.
-
Dean Camera authored
Service Attribute SDP requests should have only one Data Element Sequence container around the single service's retrieved attributes, not two.
-
Dean Camera authored
-