aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/SDP.c
AgeCommit message (Collapse)Author
2012-05-13AppConfigHeaders: Remove outdated incomplete BluetoothHost demo - updated ↵Dean
Bluetooth stack code is in the ExplorerBot project (http://www.fourwalledcubicle.com/ExplorerBot.php). git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2207 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file contributor copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2026 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file header copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2025 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-01Update copyright year on all source files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1622 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1541 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify ↵Dean
tool made by Laszlo Monda git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-29Spell check all source files once again to find any typos.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1420 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-21Update all demos, projects and bootloaders to indent all function ↵Dean
parameters, one per line, for better readability. Add missing const qualifiers to the demos. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1400 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-11Correct misspellings in the Bluetooth demo code.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1369 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-11Add more doxygen function documentation to the RFCOMM layer.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1368 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-11Oops - ACL layer Bluetooth_SendPacket() function should check and allow NULL ↵Dean
channels, since that indicates a control channel request. Fix up Doxgen documentation for the Bluetooth stack code. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1367 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-11Rename Bluetooth stack function parameters to clearly indicate what sort of ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1366 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-06-29Add RFCOMM service routine, to send pending configuration requests on RFCOMM ↵Dean
channels. Add in RFCOMM channel config flags, to determine which configuration commands have been sent and received. Add a new RFCOMM_SendChannelSignals() function to transmit a change in V24 terminal handshake lines to the receiving device. Prevent SABM packets sent to the control DLCI in the RFCOMM layer from creating a new channel entry, as the control DLCI does not have connection data associated with it. Fix up MSC control packet handling so that received responses can be acknowledged correctly, so that the RFCOMM layer can record when the receiving device has ACKed a sent change in V24 terminal handshake lines. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1356 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-06-23Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame ↵Dean
element, as the Bluetooth adaptions to RFCOMM only allow UIH frames to be used. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1348 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-06-22Use a bitmask instead of an array of bools in the SDP UUID List matching ↵Dean
algorithm to reduce the compiled code size and stack used. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1347 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-06-13Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h ↵Dean
files to SDP.c/.h. Fix compile errors in RFCOMM.c/.h. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1333 d5102386-fcda-11dd-9fdb-3debd5008f28