summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reset correct timeout id variableJohan Hedberg2008-11-291-1/+1
|
* Fix discov_timeout_handler to do WRITE_SCAN_ENABLE asynchronouslyJohan Hedberg2008-11-291-16/+11
|
* Use the write_scan_enable helper function from discov_timeout_handlerJohan Hedberg2008-11-291-52/+34
|
* Fix adapter_up behavior for offmode=devdown caseJohan Hedberg2008-11-291-20/+15
|
* Minor coding style fixJohan Hedberg2008-11-291-1/+1
|
* Make adapter_update_devices private to adapter.cJohan Hedberg2008-11-292-20/+19
|
* Make adapter_remove_discov_timeout private to adapter.cJohan Hedberg2008-11-293-16/+14
|
* Clean up scan mode related codeJohan Hedberg2008-11-293-35/+7
|
* Further cleanup of set_mode()Johan Hedberg2008-11-291-24/+36
| | | | | | The set_mode() function is excessively large so try to split out smaller logical parts of it into their own functions (write_scan_enable in this case).
* Remove unnecessary adapter_set_mode functionJohan Hedberg2008-11-292-12/+3
|
* Fix/cleanup set_mode() and its usageJohan Hedberg2008-11-291-65/+91
|
* Remove unnecessary parenthesisJohan Hedberg2008-11-291-1/+1
|
* Remove usage of the string "limited"Johan Hedberg2008-11-291-2/+1
|
* Remove bogus parameterJohan Hedberg2008-11-291-1/+1
|
* Remove unused variableJohan Hedberg2008-11-291-3/+0
|
* RequestMode end result should depend on the Discoverable propertyJohan Hedberg2008-11-291-4/+7
|
* Mode restoring for offmode=devdown should be per-adapterJohan Hedberg2008-11-291-6/+10
|
* adapter_up() cleanupJohan Hedberg2008-11-291-41/+37
|
* Add support for Powered property to test-adapterJohan Hedberg2008-11-291-0/+15
|
* More session related cleanupJohan Hedberg2008-11-291-15/+14
|
* Rename old mode_request() to request_session()Johan Hedberg2008-11-291-19/+5
|
* g_dbus_send_message already takes care of calling dbus_message_set_no_replyJohan Hedberg2008-11-291-4/+0
|
* Use valid number type for HFPJohan Hedberg2008-11-291-3/+4
|
* Add some common phone number type definitionsJohan Hedberg2008-11-291-0/+7
|
* Fix AT result code syntaxJohan Hedberg2008-11-281-14/+14
| | | | | According to ITU-T V.250 there should be a space after the colon in AT result codes.
* Update test-adapter.Luiz Augusto von Dentz2008-11-281-17/+0
|
* Update adapter documentation.Luiz Augusto von Dentz2008-11-281-33/+0
|
* Remove methods and properties marked as deprecated from Adapter interface.Luiz Augusto von Dentz2008-11-281-75/+0
|
* Add support for PairableTimeout property on adapter-test.Luiz Augusto von Dentz2008-11-271-0/+10
|
* Introduce PairableTimeout Property and fix use of g_timeout_add.Luiz Augusto von Dentz2008-11-277-74/+208
| | | | | | | PairableTimeout work similarly to DiscoverableTimeout where the user application can set the amount of time to stay in Pairable. It also fixes the use of g_timeout_add to g_timeout_add_seconds for both PairableTimeout and DiscoverableTimeout.
* Add documentation for PairableTimeout property.Luiz Augusto von Dentz2008-11-271-0/+6
|
* Implement support for AT+NRECJohan Hedberg2008-11-273-0/+24
| | | | | This patch adds support for the AT+NREC command which can be used for disabling noice reduction and echo canceling features on the AG side.
* Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-clone into ↵Johan Hedberg2008-11-263-8/+33
|\ | | | | | | vudentz
| * Fix proble with concurrent clients connecting audio socket.Luiz Augusto von Dentz2008-11-263-8/+33
| | | | | | | | | | Concurrent connections is needed in order to support clients holding different access locks of the headset, eg. arecord | aplay.
* | Don't expect reply when sending D-Bus messagesMarcel Holtmann2008-11-261-0/+3
| |
* | Add function for checking if a service is presentMarcel Holtmann2008-11-262-0/+45
|/
* Remove unused variableJohan Hedberg2008-11-261-1/+0
|
* Lock headset on stream start rather than stream configuration.Luiz Augusto von Dentz2008-11-251-5/+5
|
* Fix headset configuration and start.Luiz Augusto von Dentz2008-11-252-21/+34
|
* Fix bug which invalidates a device pointer before unlocking.Luiz Augusto von Dentz2008-11-251-3/+2
|
* Make hfp/hsp to suspend properly.Luiz Augusto von Dentz2008-11-253-1/+58
|
* Fix headset_request_stream to check for stream locks.Luiz Augusto von Dentz2008-11-253-19/+32
| | | | | A stream should only be configured if there is no other application holding the lock.
* Add discovering option to test-adapter.Luiz Augusto von Dentz2008-11-241-0/+6
|
* Remove deprecated PeriodicDiscovery property from test-adapter.Luiz Augusto von Dentz2008-11-241-16/+0
|
* Change "device" in information print into "node"Ville Tervo2008-11-241-1/+1
|
* Use correct property types for Device and UUIDJohan Hedberg2008-11-221-2/+2
|
* Release 4.194.19Marcel Holtmann2008-11-212-1/+9
|
* Update library versionMarcel Holtmann2008-11-211-1/+1
|
* Fix bdaddr parameter to adapter_pairing_initiatorJohan Hedberg2008-11-211-1/+1
|
* Add support for discoverable optionMarcel Holtmann2008-11-211-0/+15
|