summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | We got one segfault due to hs == NULL but I couldn't figure out how on earth in could happen. The best I can do right now is to have an assert to catch it instead of a direct segfault.
* 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
| | | | | | | | In theory the device might have been removed if the D-Bus client exited before the remote side accepted the pairing. This is just a short term fix since security.c is still storing the link key. In the long run we should move the link key storing to dbus-hci.c and only do it when we get auth complete or connect complete.
* Fix bonding process state tracking for auto-accept caseJohan Hedberg2008-10-071-0/+3
| | | | | | Without this fix the temporary flag was never cleared (for the auto-accept case) and so the device was incorrectly removed at the end of the bonding process.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > ACL data: handle 11 flags 0x02 dlen 34 L2CAP(d): cid 0x0040 len 30 [psm 1] SDP SSA Req: tid 0x6c len 0x19 pat uuid-16 0x110a (AudioSource) uuid-16 0x0100 (L2CAP) uuid-16 0x0019 (AVDTP) max 100 aid(s) 0x0004 (ProtocolDescList) 0x0009 (BTProfileDescList) 0x0311 (SuppFeatures) cont 00 < ACL data: handle 11 flags 0x02 dlen 14 L2CAP(d): cid 0x0040 len 10 [psm 1] SDP SSA Rsp: tid 0x6c len 0x5 count 2 cont 00 Without this fix even searching for the L2CAP UUID fails.
* | 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
| | | | | The pending connect is still needed when rfcomm_connect_cb gets informed of the failed connect attempt.
* 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
|
* Change SCO server socket into a generic oneJohan Hedberg2008-10-042-56/+56
| | | | | | Due to a kernel bug we can't initiate SCO connections if there's a server socket bound to the same adapter. Therefore use a global socket bound to BDADDR_ANY instead.
* Add test script for dummy telephony pluginJohan Hedberg2008-10-041-0/+78
|
* Add example agent implementation in CMarcel Holtmann2008-10-032-1/+409
|
* Remove old passkey-agent and auth-agentMarcel Holtmann2008-10-033-775/+1
|
* Add first draft of AVRCP D-Bus interface specificationMarcel Holtmann2008-10-032-3/+136
|
* Fix uninitialized reply of multiple GetProperties methodsMarcel Holtmann2008-10-034-0/+16
|
* Release 4.104.10Marcel Holtmann2008-10-032-1/+7
|
* Update documentation.Luiz Augusto von Dentz2008-10-023-23/+122
|
* Mark old plugins API as deprecated.Luiz Augusto von Dentz2008-10-025-25/+34
|
* Add code to emit PropertyChanged on network interface.Luiz Augusto von Dentz2008-10-021-0/+28
|
* Add property support for network interface.Luiz Augusto von Dentz2008-10-021-0/+48
|
* Add code to emit PropertyChanged on input interface.Luiz Augusto von Dentz2008-10-021-0/+10
|
* Add property support for input interface.Luiz Augusto von Dentz2008-10-021-0/+30
|
* Add code to emit PropertyChanged on control interface.Luiz Augusto von Dentz2008-10-021-1/+16
|
* Add property support for control interface.Luiz Augusto von Dentz2008-10-021-0/+29
|
* Add code to emit PropertyChanged on sink interface.Luiz Augusto von Dentz2008-10-021-2/+26
|
* Add property support for sink interface.Luiz Augusto von Dentz2008-10-021-0/+36
|
* Add code to emit PropertyChanged on headset interface.Luiz Augusto von Dentz2008-10-021-3/+31
|
* Add property support for headset interface.Luiz Augusto von Dentz2008-10-021-8/+115
|