summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-0912-116/+172
* Check for NULL streamJohan Hedberg2008-10-091-0/+3
* Don't remove service discovery timer even if device disconnectsJohan Hedberg2008-10-091-5/+0
* Fix parameter passing to headset_set_stateJohan Hedberg2008-10-091-1/+1
* Don't detect profile removal on during reverse service discoveryJohan Hedberg2008-10-093-9/+16
* Fix the service discovery-upon-pairing logicJohan Hedberg2008-10-083-11/+20
* Fix possible memleak which could happen if bt_search_service fails.Luiz Augusto von Dentz2008-10-081-21/+32
* Check for headset connected state when unregisteringJohan Hedberg2008-10-081-0/+6
* Fix typoJohan Hedberg2008-10-081-1/+1
* Move dev->sink initialization as acceptor to correct placeJohan Hedberg2008-10-081-3/+19
* Create audio device objects on incoming connections if necessaryJohan Hedberg2008-10-084-14/+34
* Add separate function for creating new audio device objectsJohan Hedberg2008-10-082-9/+55
* Reject non-voice calls in headset.cJohan Hedberg2008-10-082-15/+16
* Minor coding style fixJohan Hedberg2008-10-081-1/+1
* Properly extract the phone number from the ATD stringJohan Hedberg2008-10-081-1/+15
* Fail cleanly if we don't have knowledge of a connecting deviceJohan Hedberg2008-10-081-5/+11
* Fix use of uninitialized address variableJohan Hedberg2008-10-081-1/+2
* Don't do double g_io_channel_unref if btd_request_authorization failsJohan Hedberg2008-10-081-2/+2
* Fix channel mode string from dual to dual-channel.Luiz Augusto von Dentz2008-10-071-1/+1
* Fix channel mode string to joint-stereo.Luiz Augusto von Dentz2008-10-071-1/+1
* Send a proper reply to AT+CMEEJohan Hedberg2008-10-071-1/+1
* Assert that device->headset != NULL for each active deviceJohan Hedberg2008-10-071-0/+3
* Send a proper reply to call waiting notification requestJohan Hedberg2008-10-071-1/+1
* Fix removing of entries from a GSListJohan Hedberg2008-10-071-2/+4
* Check for NULL return of adapter_find_deviceJohan Hedberg2008-10-071-0/+4
* Fix bonding process state tracking for auto-accept caseJohan Hedberg2008-10-071-0/+3
* Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-cloneMarcel Holtmann2008-10-061-2/+2
|\
| * Fix bug on sco_connect which attempt to close an invalid file descriptor.Luiz Augusto von Dentz2008-10-061-2/+2
* | Release 4.124.12Marcel Holtmann2008-10-062-1/+9
* | Update library versionMarcel Holtmann2008-10-061-1/+1
* | Don't allow NULL strings in dictionaries (just ignore them)Marcel Holtmann2008-10-061-0/+6
* | Include protocol UUIDs in the pattern otherwise complex searches failMarcel Holtmann2008-10-061-3/+9
* | Print the UUIDs associated with a record patternMarcel Holtmann2008-10-061-0/+11
|/
* Fix coding styleMarcel Holtmann2008-10-061-2/+1
* Merge branch 'master' of ssh://master.kernel.org/pub/scm/bluetooth/bluezMarcel Holtmann2008-10-061-0/+2
|\
| * Cancel any pending authorization request if the connection gets dropedJohan Hedberg2008-10-061-0/+2
* | Fix *_bind helpers to call bind() before setsockopt().Luiz Augusto von Dentz2008-10-061-20/+21
* | Make sco_connect to use sco_bind.Luiz Augusto von Dentz2008-10-061-46/+34
|/
* Check for HAL errorsMarcel Holtmann2008-10-061-0/+6
* Fix DBusPendingCall memory leakJohan Hedberg2008-10-061-0/+2
* Don't call pending_connect_finalize in headset_cancel_streamJohan Hedberg2008-10-061-2/+0
* pending_connect_finalize() takes care of unreffing p->msgJohan Hedberg2008-10-061-4/+1
* Fix D-Bus method return creation logic in hfp_slc_complete()Johan Hedberg2008-10-061-7/+9
* Merge branch 'master' of ssh://master.kernel.org/pub/scm/bluetooth/bluezMarcel Holtmann2008-10-051-1/+8
|\
| * Cleanup SCO server socket in audio_exit()Johan Hedberg2008-10-051-1/+8
* | Re-arrange the order in EXTRA_DISTMarcel Holtmann2008-10-051-4/+4
|/
* Add test-telephony to EXTRA_DISTJohan Hedberg2008-10-041-1/+2
* Release 4.114.11Marcel Holtmann2008-10-042-1/+6
* Add support for connecting/disconnecting headsets.Mika Linnanoja2008-10-041-1/+27
* Remove uninitialized variable compiler warning with some gcc versionsJohan Hedberg2008-10-041-7/+11