summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-04Release 4.114.11Marcel Holtmann2-1/+6
2008-10-04Add support for connecting/disconnecting headsets.Mika Linnanoja1-1/+27
2008-10-04Remove uninitialized variable compiler warning with some gcc versionsJohan Hedberg1-7/+11
2008-10-04Change SCO server socket into a generic oneJohan Hedberg2-56/+56
2008-10-04Add test script for dummy telephony pluginJohan Hedberg1-0/+78
2008-10-03Add example agent implementation in CMarcel Holtmann2-1/+409
2008-10-03Remove old passkey-agent and auth-agentMarcel Holtmann3-775/+1
2008-10-03Add first draft of AVRCP D-Bus interface specificationMarcel Holtmann2-3/+136
2008-10-03Fix uninitialized reply of multiple GetProperties methodsMarcel Holtmann4-0/+16
2008-10-03Release 4.104.10Marcel Holtmann2-1/+7
2008-10-02Update documentation.Luiz Augusto von Dentz3-23/+122
2008-10-02Mark old plugins API as deprecated.Luiz Augusto von Dentz5-25/+34
2008-10-02Add code to emit PropertyChanged on network interface.Luiz Augusto von Dentz1-0/+28
2008-10-02Add property support for network interface.Luiz Augusto von Dentz1-0/+48
2008-10-02Add code to emit PropertyChanged on input interface.Luiz Augusto von Dentz1-0/+10
2008-10-02Add property support for input interface.Luiz Augusto von Dentz1-0/+30
2008-10-02Add code to emit PropertyChanged on control interface.Luiz Augusto von Dentz1-1/+16
2008-10-02Add property support for control interface.Luiz Augusto von Dentz1-0/+29
2008-10-02Add code to emit PropertyChanged on sink interface.Luiz Augusto von Dentz1-2/+26
2008-10-02Add property support for sink interface.Luiz Augusto von Dentz1-0/+36
2008-10-02Add code to emit PropertyChanged on headset interface.Luiz Augusto von Dentz1-3/+31
2008-10-02Add property support for headset interface.Luiz Augusto von Dentz1-8/+115
2008-10-02Check HFP status before checking cli_active variableJohan Hedberg1-0/+3
2008-10-02Use send_foreach_headset() for RING indicationJohan Hedberg1-41/+38
2008-10-02Implement call waiting notification supportJohan Hedberg2-7/+62
2008-10-02Update active call status when call is answeredJohan Hedberg1-1/+2
2008-10-02Add some debug prints for the connected/disconnected callbacksJohan Hedberg1-0/+2
2008-10-02Make the features bits reflect what's actually supported currentlyJohan Hedberg1-1/+3
2008-10-02Remove unnecessary empty lineJohan Hedberg1-1/+0
2008-10-02Enable proper support for CME errorsJohan Hedberg1-5/+30
2008-10-02Add support for subscriber number notificationJohan Hedberg3-0/+41
2008-10-02Add support for simple call tracking in dummy driverJohan Hedberg2-2/+58
2008-10-02Add support for current call list queryJohan Hedberg3-0/+44
2008-10-02Pass context to telephony driver in order to allow multiple headsetsJohan Hedberg4-306/+282
2008-10-02Add defines for Extended Audio Gateway Error Result CodesJohan Hedberg1-0/+25
2008-10-01Fix AVDTP_STATE_OPEN to happen only after connected and thus prevent emitting...Luiz Augusto von Dentz1-2/+2
2008-10-01Prevent passing stdin (0) as a audio transport to applications.Luiz Augusto von Dentz1-1/+1
2008-10-01Fix another potential invalid read.Luiz Augusto von Dentz1-1/+1
2008-10-01Fix potential invalid read.Luiz Augusto von Dentz1-1/+1
2008-10-01Add skeleton for Maemo telephony driverMarcel Holtmann2-1/+28
2008-09-30Remove device discovery timer on device removal.Luiz Augusto von Dentz1-0/+3
2008-09-30Prevent emitting duplicate signals for DiscoverableTimeout property.Luiz Augusto von Dentz1-0/+3
2008-09-30Fix memory leaks with HAL messagesMarcel Holtmann1-0/+6
2008-09-29Release 4.94.9Marcel Holtmann2-1/+6
2008-09-29Read the class of device before setting a new oneMarcel Holtmann1-5/+7
2008-09-29Set device class before storing itMarcel Holtmann1-1/+1
2008-09-29Send alias update when remote name result is availableMarcel Holtmann1-5/+14
2008-09-29Set major and minor class in one goMarcel Holtmann1-2/+1
2008-09-29Add support for setting major and minor class togetherMarcel Holtmann2-1/+21
2008-09-29Make sure to always add Alias and Icon propertyMarcel Holtmann3-67/+89