summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add check for invalid auth requirementJohan Hedberg2009-02-041-1/+2
* Copy remote auth requirements if the kernel returns 0xffJohan Hedberg2009-02-041-0/+3
* Don't store the link key for "no bonding" casesJohan Hedberg2009-02-042-5/+14
* Proper fix for the SLC checkJohan Hedberg2009-02-041-1/+2
* Fix new key type passingJohan Hedberg2009-02-041-1/+1
* Move link key writing from security.c to dbus-hci.cJohan Hedberg2009-02-043-13/+26
* Fix SLC completion checkJohan Hedberg2009-02-041-1/+1
* Store the old link key type for changed combination keysMarcel Holtmann2009-02-041-5/+12
* Don't make use of debug combination keys for further connectionsMarcel Holtmann2009-02-041-1/+3
* Don't clear the authentication request completely on SSP completeJohan Hedberg2009-02-041-3/+0
* Add icon for other audio devicesMarcel Holtmann2009-02-041-0/+2
* Delay AVRCP connection when remote device connects A2DPJohan Hedberg2009-02-044-3/+53
* Add missing three-way calling feature bitJohan Hedberg2009-02-041-1/+2
* Refactor adapter and device struct fetching into a single functionJohan Hedberg2009-02-031-149/+56
* Add support for HCI_Simple_Pairing_Complete eventJohan Hedberg2009-02-035-0/+53
* Fix authentication replies when disconnectedJohan Hedberg2009-02-033-6/+8
* Set up a stream for incoming connections if the sink doesn't do itJohan Hedberg2009-02-023-26/+70
* Fix callheld indicator updatingJohan Hedberg2009-02-021-0/+14
* Add delay to have 2.1 setup settle before requesting features againMarcel Holtmann2009-02-031-0/+1
* Decrease AVDTP idle timeout to 1 secondJohan Hedberg2009-02-021-1/+1
* Set AVRCP version 1.0 since nothing else is implementedJohan Hedberg2009-02-021-2/+2
* Release 4.284.28Marcel Holtmann2009-02-022-1/+11
* Fix setting revents in bluetooth_playback_poll_reventsJohan Hedberg2009-02-011-2/+1
* Remove BT_SUSPEND_STREAM and BT_RESUME_STREAM since they are not usedJohan Hedberg2009-02-011-2/+0
* Mention Lennart's contributionsMarcel Holtmann2009-02-021-0/+1
* Use 'unsigned' instead of uint8_t for bitfieldsLennart Poettering2009-02-011-22/+22
* make check_mmx_support() a proper C functionLennart Poettering2009-02-011-1/+1
* Don't try to send an invalid SCO fd over the unix socketJohan Hedberg2009-02-011-2/+7
* Use %zd instead of %ld for size_tMarcel Holtmann2009-01-301-2/+2
* Fix another signed/unsigned comparison warningMarcel Holtmann2009-01-301-1/+1
* Fix signed/unsigned comparison issue within GStreamer pluginMarcel Holtmann2009-01-304-6/+6
* Fix signed/unsigned comparison issues within AVDTP/A2DP codeMarcel Holtmann2009-01-304-19/+19
* Fix signed/unsigned comparison of ALSA pluginMarcel Holtmann2009-01-302-9/+11
* Fix SDP code to allow compilation with -Wsign-compareMarcel Holtmann2009-01-302-31/+32
* Fix SBC to compile cleanly with -Wsign-compareMarcel Holtmann2009-01-302-6/+9
* Fix for SBC encoding with block sizes other than 16Siarhei Siamashka2009-01-291-6/+13
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-2927-60/+73
* Add -Wno-sign-compare until the SDP functions get fixedMarcel Holtmann2009-01-291-0/+2
* Add -Wno-sign-compare for the library and fix the other warningsMarcel Holtmann2009-01-294-6/+7
* Fix signed/unsigned integer comparison for helpersMarcel Holtmann2009-01-294-5/+5
* Fix signed/unsigned integer comparisonMarcel Holtmann2009-01-291-2/+4
* SBC encoder scale factors calculation optimized with __builtin_clzSiarhei Siamashka2009-01-293-16/+50
* Implement AVDTP signal fragmentation supportJohan Hedberg2009-01-281-293/+487
* Fix uninitialized address variableJohan Hedberg2009-01-281-0/+2
* Performance optimizations for input data processing in SBC encoderSiarhei Siamashka2009-01-285-203/+258
* Don't auto-disconnect explicitly created A2DP connectionsJohan Hedberg2009-01-273-1/+18
* Set the Alias only after checking the EIR dataJohan Hedberg2009-01-271-11/+11
* Fix DBusError usage with dbus_message_get_argsJohan Hedberg2009-01-261-2/+2
* Use of -funroll-loops option to improve SBC encoder performanceSiarhei Siamashka2009-01-233-17/+41
* Audio quality improvement for 16-bit fixed point SBC encoderSiarhei Siamashka2009-01-232-347/+270