summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add method for requesting/releasing the any adapter object pathMarcel Holtmann2008-11-012-1/+29
|
* Add more options to SBC encoder and decoderMarcel Holtmann2008-11-012-13/+48
|
* Fix SBC gain mismatchMarcel Holtmann2008-10-312-4/+5
|
* Mix the PID into the base pathMarcel Holtmann2008-10-311-0/+2
|
* Move storage of the base path to managerMarcel Holtmann2008-10-313-2/+9
|
* Make the variable prefix really globalMarcel Holtmann2008-10-312-4/+5
|
* Use correct object path for manager interfaceMarcel Holtmann2008-10-311-1/+1
|
* Fix SBC decoding handlingMarcel Holtmann2008-10-301-4/+4
|
* Use i instead of j in for-loopJohan Hedberg2008-10-291-3/+3
|
* Fix duplicate UUID detectionJohan Hedberg2008-10-291-14/+24
| | | | | | The original code didn't work because the continue statement in the innermost for-loop was supposed to act on the outer for-loop (which it obviously doesn't do).
* Convert Bluetooth UUID-128 to 32 or 16 bit if possible before searchingJohan Hedberg2008-10-291-0/+3
| | | | | When doing SDP queries try to convert Bluetooth UUID-128 to 32 or 16 bit form.
* Simplify emit_device_found callsJohan Hedberg2008-10-281-14/+4
| | | | | String types which are NULL will just be ignored so we don't need the extra check for name != NULL.
* Send DeviceFound signals also the first time the name gets resolvedJohan Hedberg2008-10-283-26/+78
| | | | | | This patch makes sure that we send the DeviceFound with the Name property for newly found pre-2.1 devices when their names gets resolved for the first time.
* Reuse sdp_session_t during the service discovery processJohan Hedberg2008-10-281-2/+70
| | | | | Keep unused SDP sessions alive for 2 seconds so that we don't have to do a new sdp_connect for every step in the service discovery process.
* Release 4.174.17Marcel Holtmann2008-10-262-1/+7
|
* Let the decoder write Sun/NeXT audio S16_BE filesMarcel Holtmann2008-10-264-33/+76
|
* Add bitpool option to encoderMarcel Holtmann2008-10-261-5/+13
|
* Fix missing encoding of last frameMarcel Holtmann2008-10-262-5/+4
|
* Set stream timer in avdtp_sep_set_state instead of avdtp_suspend_respJohan Hedberg2008-10-251-4/+6
| | | | | This ensures that the timer is not only set when we requested the suspend but also when the other side requested the suspend.
* Fix whitespace in function pointer declarationJohan Hedberg2008-10-241-1/+1
|
* Clear pending ring if calling is stopped before SCO is upJohan Hedberg2008-10-241-3/+12
|
* Use g_dbus_send_message instead of dbus_connection_sendJohan Hedberg2008-10-248-51/+21
|
* Make Headset.Play() succeed if there's a pending HFP triggered SCOJohan Hedberg2008-10-241-0/+4
|
* Fix manager_allow_headset_connection count checkJohan Hedberg2008-10-241-2/+4
|
* Don't set the ring timer twiceJohan Hedberg2008-10-241-0/+2
|
* No need to remove the ring timer twice in the terminate call caseJohan Hedberg2008-10-241-10/+0
|
* Also remove ring timer if the HF rejects the callJohan Hedberg2008-10-241-0/+10
|
* Remove the ring timer imediately when ATA is receivedJohan Hedberg2008-10-241-10/+4
|
* Ensure that SCO is up before sending RINGs for inband ringtoneJohan Hedberg2008-10-241-50/+84
|
* Remove bogus functionJohan Hedberg2008-10-241-5/+0
|
* Use g_clear_error(&err) instead of g_error_free(err); err = NULLJohan Hedberg2008-10-245-49/+25
|
* Limit the amount of connected HSP/HFP devices and make it configurableJohan Hedberg2008-10-244-0/+48
| | | | | | | | It's very tricky to get the multiple connected HSP/HFP devices use case right. E.g. in the case of in-band ringtone the specification mandates us to open SCO to the HFP before sending RING indications. So, in the case of multiple connected devices we would have to open multimple simultaneous SCO connections which simply isn't a wise thing to do.
* Add documentation for Icon propertyMarcel Holtmann2008-10-231-0/+5
|
* Add support for Dell Wireless 365Marcel Holtmann2008-10-231-1/+2
|
* Add more product IDs for Logitech MX5500Marcel Holtmann2008-10-231-0/+2
|
* Return proper error replies in telephony-dummyJohan Hedberg2008-10-221-9/+15
| | | | | | Without this fix sending invalid arguments to telephony-dummy causes libgdbus to return NO_MEMORY to libdbus which in turn causes the method handler to be called in an infinite loop.
* Release 4.164.16Marcel Holtmann2008-10-212-1/+6
|
* Fix GDBusWatchFunction usageJohan Hedberg2008-10-211-2/+9
|
* Add PBAP UUID for simpler accessMarcel Holtmann2008-10-211-0/+1
|
* Remember to remove the name listener in path_unregisterJohan Hedberg2008-10-201-0/+3
|
* Unload adapter drivers on adapter removal instead of adapter_stopJohan Hedberg2008-10-201-2/+2
|
* Call exit_callback with correct parameters upon path removalJohan Hedberg2008-10-201-1/+6
|
* Release 4.154.15Marcel Holtmann2008-10-202-1/+7
|
* Increase library version numberMarcel Holtmann2008-10-201-1/+1
|
* Add all binary programs to .gitignoreMarcel Holtmann2008-10-201-0/+36
|
* Fix another format string warningJohan Hedberg2008-10-201-1/+1
|
* Get rid of format string warnings with recent gcc versionsJohan Hedberg2008-10-204-62/+62
| | | | | | Recent gcc versions, like 4.3.2 from ubuntu intrepid, give warnings like "format not a string literal and no format arguments" without this patch.
* Perform a proper abort upon stream connect failureJohan Hedberg2008-10-201-4/+8
|
* Get rid of unnecessary finalize*errno(setup, 0) callsJohan Hedberg2008-10-191-19/+6
|
* Respond to a stream setup request also on Start_IndJohan Hedberg2008-10-191-0/+9
| | | | | If the remote end sends a START_CMD while we're setting up the stream use it to notify the stream requestor (unix.c) of success.