summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use tabs for indentationMarcel Holtmann2008-12-201-4/+4
|
* More coding style fixesJohan Hedberg2008-12-2010-112/+113
|
* Coding style fixesJohan Hedberg2008-12-204-14/+14
|
* More length header fixesJohan Hedberg2008-12-201-13/+16
|
* Fix length header values in messagesJohan Hedberg2008-12-202-41/+60
|
* Add more signal handling to monitor scriptMarcel Holtmann2008-12-201-3/+34
|
* Send DefaultAdapterChanged signal before any propertiesMarcel Holtmann2008-12-201-2/+2
|
* Send AdapterRemoved and DeviceRemoved signals lastMarcel Holtmann2008-12-202-4/+4
|
* Fix spelling mistake in property nameMarcel Holtmann2008-12-201-1/+1
|
* Send PropertyChanged signal for added or removed adaptersMarcel Holtmann2008-12-201-1/+24
|
* The signal for Powered change should be the last oneMarcel Holtmann2008-12-201-6/+4
|
* Be more strict about message size mismatches.Luiz Augusto von Dentz2008-12-201-0/+5
|
* Mention Siarhei's contributionsMarcel Holtmann2008-12-181-0/+1
|
* Remove unnecessary code and fix a coding style.Luiz Augusto von Dentz2008-12-181-14/+11
|
* Fix for overflow bug in SBC quantization codeSiarhei Siamashka2008-12-181-1/+1
| | | | | | | The result of multiplication does not always fit into 32-bits. Using 64-bit calculations helps to avoid overflows and sound quality problems in encoded audio. Overflows are more likely to show up when using high values for bitpool setting.
* Bitstream writing optimization for SBC encoderSiarhei Siamashka2008-12-181-28/+37
| | | | | SBC encoder performance improvement up to 1.5x for ARM11 and almost twice faster for Intel Core2 in some cases.
* Rename create_bonding_conn_complete more appropriatelyJohan Hedberg2008-12-181-5/+5
|
* Remember to remove the signal filter in the _exit functionJohan Hedberg2008-12-171-0/+2
|
* Add configuration option for DeviceID and do some cleanupMarcel Holtmann2008-12-172-18/+24
|
* Fix gstreamer plugin to reflect the ipc changes.Luiz Augusto von Dentz2008-12-161-66/+96
|
* Fix alsa plugin to reflect the ipc changes.Luiz Augusto von Dentz2008-12-162-115/+159
|
* Fix audio ipc to deal better with codec capabilities.Luiz Augusto von Dentz2008-12-163-255/+345
| | | | | This should cover custom codec support for a2dp devices and add support for codecs while using SCO transports.
* Clarify InitialyPowered config option commentJohan Hedberg2008-12-161-2/+2
|
* Remove redundant empty lineJohan Hedberg2008-12-161-1/+0
|
* Implement InitiallyPowered config optionJohan Hedberg2008-12-163-2/+21
|
* Add script to monitor PropertyChanged signalsMarcel Holtmann2008-12-162-1/+26
|
* Introduce headset_get_nrec.Luiz Augusto von Dentz2008-12-152-0/+8
|
* Revert previous change to g_timeout_add_secondsJohan Hedberg2008-12-152-4/+3
| | | | | These timeouts really need to be sub-second so g_timeout_add_seconds can't be used.
* Convert two more users to g_timeout_add_seconds()Marcel Holtmann2008-12-102-3/+5
|
* Fix AT+NREC APIJohan Hedberg2008-12-104-10/+10
| | | | | Remove disable from the function names since there now is the boolean "enable" parameter.
* Allow FindDevice to find temporary devicesJohan Hedberg2008-12-091-5/+0
| | | | | | | | E.g. in the case of an incoming object push request we may not be paired with the remote device and therefore the temporary flag will be set. However, if there's a "receive file" UI active it will most likely want to show at least the remote device name and therefore it should be possible to use FindDevice.
* Allow sending requests to the agentMarcel Holtmann2008-12-091-0/+1
|
* Merge branch 'devel' of git://git.infradead.org/users/vcgomes/bluezMarcel Holtmann2008-12-081-2/+2
|\
| * Checks for glib-2.14 or laterVinicius Costa Gomes2008-12-081-2/+2
| | | | | | | | | | g_timeout_add_seconds was only introduced in glib-2.14, so adds a check for this dependency.
* | Fix call hold responseJohan Hedberg2008-12-091-1/+1
| | | | | | | | Respond with a proper error in case of a failure.
* | Remove unused definesJohan Hedberg2008-12-091-4/+0
|/
* Mention Pekka's contributionsMarcel Holtmann2008-12-081-0/+1
|
* Use only send_destination statementsMarcel Holtmann2008-12-081-24/+3
|
* Fix copyright yearJohan Hedberg2008-12-081-1/+1
|
* Make sure max is initialized properly in all casesJohan Hedberg2008-12-081-1/+3
|
* memory_dial_lookup should be staticJohan Hedberg2008-12-081-1/+1
|
* Add some documentation for msisdn and vmbxJohan Hedberg2008-12-081-2/+2
|
* Also fetch charge_level.design in case charge_level.last_full isn't availableJohan Hedberg2008-12-081-11/+22
|
* Update to match new telephony_disable_nr_and_ec_req APIJohan Hedberg2008-12-081-2/+3
|
* Remove unnecessary debug print from signal_filterJohan Hedberg2008-12-081-3/+2
|
* Fix typoJohan Hedberg2008-12-081-1/+1
|
* Make use of the send_method_call helper functionJohan Hedberg2008-12-081-154/+79
|
* Assign voice mailbox to memory location 1Johan Hedberg2008-12-081-3/+18
|
* Add support for SIM.PhonebookJohan Hedberg2008-12-081-45/+160
| | | | | This patch adds support for fetching the MSISDN and the VMBX (voice mailbox) numbers from the SIM phonebook.
* Allow battchg to be 0Johan Hedberg2008-12-081-1/+1
|