Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No need to remove the ring timer twice in the terminate call case | Johan Hedberg | 2008-10-24 | 1 | -10/+0 |
| | |||||
* | Also remove ring timer if the HF rejects the call | Johan Hedberg | 2008-10-24 | 1 | -0/+10 |
| | |||||
* | Remove the ring timer imediately when ATA is received | Johan Hedberg | 2008-10-24 | 1 | -10/+4 |
| | |||||
* | Ensure that SCO is up before sending RINGs for inband ringtone | Johan Hedberg | 2008-10-24 | 1 | -50/+84 |
| | |||||
* | Remove bogus function | Johan Hedberg | 2008-10-24 | 1 | -5/+0 |
| | |||||
* | Use g_clear_error(&err) instead of g_error_free(err); err = NULL | Johan Hedberg | 2008-10-24 | 5 | -49/+25 |
| | |||||
* | Limit the amount of connected HSP/HFP devices and make it configurable | Johan Hedberg | 2008-10-24 | 4 | -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 property | Marcel Holtmann | 2008-10-23 | 1 | -0/+5 |
| | |||||
* | Add support for Dell Wireless 365 | Marcel Holtmann | 2008-10-23 | 1 | -1/+2 |
| | |||||
* | Add more product IDs for Logitech MX5500 | Marcel Holtmann | 2008-10-23 | 1 | -0/+2 |
| | |||||
* | Return proper error replies in telephony-dummy | Johan Hedberg | 2008-10-22 | 1 | -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.16 | Marcel Holtmann | 2008-10-21 | 2 | -1/+6 |
| | |||||
* | Fix GDBusWatchFunction usage | Johan Hedberg | 2008-10-21 | 1 | -2/+9 |
| | |||||
* | Add PBAP UUID for simpler access | Marcel Holtmann | 2008-10-21 | 1 | -0/+1 |
| | |||||
* | Remember to remove the name listener in path_unregister | Johan Hedberg | 2008-10-20 | 1 | -0/+3 |
| | |||||
* | Unload adapter drivers on adapter removal instead of adapter_stop | Johan Hedberg | 2008-10-20 | 1 | -2/+2 |
| | |||||
* | Call exit_callback with correct parameters upon path removal | Johan Hedberg | 2008-10-20 | 1 | -1/+6 |
| | |||||
* | Release 4.154.15 | Marcel Holtmann | 2008-10-20 | 2 | -1/+7 |
| | |||||
* | Increase library version number | Marcel Holtmann | 2008-10-20 | 1 | -1/+1 |
| | |||||
* | Add all binary programs to .gitignore | Marcel Holtmann | 2008-10-20 | 1 | -0/+36 |
| | |||||
* | Fix another format string warning | Johan Hedberg | 2008-10-20 | 1 | -1/+1 |
| | |||||
* | Get rid of format string warnings with recent gcc versions | Johan Hedberg | 2008-10-20 | 4 | -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 failure | Johan Hedberg | 2008-10-20 | 1 | -4/+8 |
| | |||||
* | Get rid of unnecessary finalize*errno(setup, 0) calls | Johan Hedberg | 2008-10-19 | 1 | -19/+6 |
| | |||||
* | Respond to a stream setup request also on Start_Ind | Johan Hedberg | 2008-10-19 | 1 | -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. | ||||
* | Check for existing STREAMING state when receiving START_RSP | Johan Hedberg | 2008-10-19 | 1 | -1/+4 |
| | | | | | | | This could happen if both peers send START_CMD at the same time and the SNK peer doesn't reject the command (as it should according to the spec). This behaviour can be seen e.g. when using pulseaudio and the Mororola S9 headset. | ||||
* | Remove OPEN state change from avdtp_open_cmd | Johan Hedberg | 2008-10-19 | 1 | -1/+0 |
| | | | | | | | | | | | | Some time back the INT role OPEN transition was moved from receiving the OPEN response to actually having the stream L2CAP channel ready. Unfortunatly this patch forgot to change the ACP case so the code has so far attempted a double ->OPEN transition. According to the AVDTP spec the transition should happen before the stream L2CAP transport but this doesn't really make sense since several places want to have the stream fd ready when we go to the OPEN state. Therefore, this patch removes the ACP role OPEN transition from receiving the OPEN command and lets the state change be in having the stream L2CAP transport established. | ||||
* | Add another company identifier | Marcel Holtmann | 2008-10-19 | 1 | -0/+2 |
| | |||||
* | Use dlopen() directly and don't depend on GModule | Marcel Holtmann | 2008-10-18 | 4 | -48/+35 |
| | |||||
* | Add g_dbus_add_service_watch() implementation | Marcel Holtmann | 2008-10-17 | 2 | -22/+45 |
| | |||||
* | Fix fallouts due to GDBusWatchFunction changes | Marcel Holtmann | 2008-10-17 | 6 | -7/+7 |
| | |||||
* | Fix connection disconnect function | Marcel Holtmann | 2008-10-17 | 1 | -2/+2 |
| | |||||
* | Change declaration of GDBusWatchFunction | Marcel Holtmann | 2008-10-17 | 2 | -3/+4 |
| | |||||
* | Implement better support for AT+CHLD=<n> | Johan Hedberg | 2008-10-17 | 3 | -4/+30 |
| | |||||
* | Add network timeout CME error | Johan Hedberg | 2008-10-17 | 1 | -0/+1 |
| | | | | | This error code doesn't appear in the CME error table in the HFP spec but there are references to it in a couple of other places in the spec. | ||||
* | Release 4.144.14 | Marcel Holtmann | 2008-10-17 | 2 | -1/+8 |
| | |||||
* | Include sixpair.c in the distribution | Marcel Holtmann | 2008-10-17 | 1 | -1/+1 |
| | |||||
* | Fix indentation levels | Johan Hedberg | 2008-10-16 | 3 | -36/+30 |
| | |||||
* | Add emit_array_property_changed() | Johan Hedberg | 2008-10-16 | 4 | -72/+70 |
| | |||||
* | Rename dbus_connection_emit_property_changed to emit_property_changed | Johan Hedberg | 2008-10-16 | 10 | -148/+112 |
| | |||||
* | Add dict_append_array() | Johan Hedberg | 2008-10-16 | 4 | -4/+37 |
| | |||||
* | Fix yet another instance of dbus_message_iter_append_dict_entry | Johan Hedberg | 2008-10-16 | 1 | -2/+1 |
| | |||||
* | Fix remaining places to use dict_append_entry too | Johan Hedberg | 2008-10-16 | 6 | -40/+22 |
| | |||||
* | Rename dbus_message_iter_append_dict_entry to dict_append_entry | Johan Hedberg | 2008-10-16 | 5 | -39/+23 |
| | |||||
* | Save name for the sixaxis controller | Bastien Nocera | 2008-10-16 | 1 | -0/+1 |
| | | | | The name won't be there until we connect otherwise | ||||
* | Store every record information for the sixaxis controllers | Bastien Nocera | 2008-10-16 | 1 | -119/+18 |
| | | | | | | | Remove out-dated code to parse the HID input descriptor Make sure that all the Bluetooth addresses used are upper-case Add captured once SDP PNP record for the sixaxis controller Store device id, profile, and trust information about the device | ||||
* | Fix setting the master address on the sixaxis | Bastien Nocera | 2008-10-16 | 1 | -4/+8 |
| | | | | | | Direction for the USB command was wrong, also disable all the report code, so sixpair can run (minus saving device records) | ||||
* | Export record_from_string() from the storage functions | Bastien Nocera | 2008-10-16 | 2 | -1/+2 |
| | | | | | | Export record_from_string() from the storage functions, so it can be used to generate an sdp_record from a static string in sixpair.c | ||||
* | Port sixpair to libusb 1.0 | Bastien Nocera | 2008-10-16 | 1 | -70/+72 |
| | | | | | Port sixpair to libusb-1.0, as it allows us to re-attach the driver to the device after we're done. | ||||
* | Add sixpair tool | Bastien Nocera | 2008-10-16 | 1 | -0/+393 |
| | | | | | Sixpair is an unfinished helper to automatically pair a plugged in Playstation 3 Sixaxis Bluetooth joypad. |