summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add support for pairable optionMarcel Holtmann2008-11-211-0/+15
|
* Introduce Pairable property.Luiz Augusto von Dentz2008-11-206-2/+117
| | | | | | | | | | | As the name suggest it tells when an adapter enter or leaves bondable mode, it works as follow: Pairable=true & Discoverable=true: limited IAC Pairable=true & Discoverable=false: pairable but inquiry scan disabled Pairable=false & Discoverable=true: inquiry scan enabled (with Generic IAC) but new pairings cannot be created (same as if there was no agent) Pairable=false & Discoverable=false: inquiry scan disabled & non-pairable (as if there was no agent)
* Fix +BSRF syntaxJohan Hedberg2008-11-191-1/+1
|
* Remove unused functionsJohan Hedberg2008-11-192-35/+0
|
* Move set_limited_discoverable() from dbus-hci.c to adapter.cJohan Hedberg2008-11-193-39/+38
| | | | | The function was only used from within adapter.c so it makes sense to have it static inside adapter.c
* Fix D-Bus signals emmission for CreateDeviceJohan Hedberg2008-11-191-3/+1
|
* Once a driver has been removed break out and proceed to the next oneJohan Hedberg2008-11-181-3/+3
|
* Fix parameters to debug()Johan Hedberg2008-11-181-1/+1
|
* Clarify the agent parameter usage with CreatePairedDeviceJohan Hedberg2008-11-181-0/+6
|
* Prevent duplicated uuids from being probed.Luiz Augusto von Dentz2008-11-171-0/+5
| | | | | | | Since probe takes the device object and the uuid list it make no sense to have duplicated uuid being probed, since the driver wouldn't detect any difference between them (fetching from the cache would return the very same record).
* Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz2008-11-177-27/+35
|
* Make use of sdp_copy_record.Luiz Augusto von Dentz2008-11-171-10/+1
|
* Introduce sdp_copy_record.Luiz Augusto von Dentz2008-11-172-0/+125
| | | | | To prevent use of sdp_gen_record_pdu + sdp_extract_pdu for copying records.
* Fix possible invalid read.Luiz Augusto von Dentz2008-11-131-4/+4
| | | | | | The unitSize were being used as the string length when in fact it is always one byte bigger than the length where the extra byte is allocated for the dtd.
* Don't install manual pages for old daemons if not enabledMarcel Holtmann2008-11-131-2/+2
|
* Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-clone into ↵Johan Hedberg2008-11-123-23/+44
|\ | | | | | | vudentz
| * Make bt_name2string to handle UUID128 and HEX string formats.Luiz Augusto von Dentz2008-11-111-7/+29
| |
| * Emit DeviceCreated for temporary devices.Luiz Augusto von Dentz2008-11-112-16/+15
| | | | | | | | | | | | DeviceCreated should be emitted for temporary devices since there could be meaningful information for user applications. This also affects DeviceRemoved since it now should be emitted for temporary devices too.
* | Remove prototype for non-existent functionJohan Hedberg2008-11-121-2/+0
| |
* | Remove duplicate (and incorrect) call to adapter_get_addressJohan Hedberg2008-11-111-1/+0
|/
* Code cleanup.Luiz Augusto von Dentz2008-11-101-3/+1
|
* Fix bug which makes DeviceCreated to not being emitted.Luiz Augusto von Dentz2008-11-101-12/+12
| | | | | DeviceCreated was not being emitted when the remote device initiate the connection.
* Release 4.184.18Marcel Holtmann2008-11-092-1/+12
|
* Remove debug prints that were added by mistake in the previous commitJohan Hedberg2008-11-081-12/+2
|
* Remove duplicate call to btd_device_get_recordJohan Hedberg2008-11-082-3/+13
|