Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 4.304.30 | Marcel Holtmann | 2009-02-12 | 2 | -1/+10 |
| | |||||
* | Update library version | Marcel Holtmann | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | Update comments on when to store link keys | Marcel Holtmann | 2009-02-12 | 1 | -1/+3 |
| | |||||
* | Fix not handling properly local name changes. | Luiz Augusto von Dentz | 2009-02-12 | 3 | -11/+33 |
| | | | | | | | Changing adapter name via dbus was emitting PropertyChanged right away. This not only can cause consistency problems but also makes bluetoothd to not emit a PropertyChanged when a third application such as hciconfig changes the adapter name. | ||||
* | Use correct dev pointer | Johan Hedberg | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | Fix resetting trusts on every reboot. | Luiz Augusto von Dentz | 2009-02-12 | 3 | -15/+17 |
| | |||||
* | If remote side initiates dedicated bonding follow it and store the key | Marcel Holtmann | 2009-02-12 | 1 | -1/+7 |
| | |||||
* | Reset the authentication requirements after bonding complete | Marcel Holtmann | 2009-02-12 | 1 | -2/+1 |
| | |||||
* | Reset authentication requirements after simple pairing complete | Marcel Holtmann | 2009-02-12 | 1 | -1/+2 |
| | |||||
* | Add CID field to L2CAP socket address structure | Marcel Holtmann | 2009-02-12 | 1 | -0/+1 |
| | |||||
* | Always store the link key when we initiate dedicated bonding | Johan Hedberg | 2009-02-10 | 1 | -3/+9 |
| | |||||
* | Fix memory leaks in hciconfig and hcitool | Gustavo F. Padovan | 2009-02-10 | 2 | -5/+16 |
| | | | | | Some printfs were using functions that return dynamic allocated memory as parameters. | ||||
* | Make the unix IPC handling more robust | Johan Hedberg | 2009-02-10 | 1 | -22/+19 |
| | | | | | This patch adds extra checks to strictly only allow messages that can be expected to work with the current code. | ||||
* | Fix error message | Johan Hedberg | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | Always store pre-2.1 link key types | Johan Hedberg | 2009-02-09 | 1 | -1/+1 |
| | |||||
* | Release 4.294.29 | Marcel Holtmann | 2009-02-07 | 2 | -1/+16 |
| | |||||
* | Update library version | Marcel Holtmann | 2009-02-07 | 1 | -1/+1 |
| | |||||
* | Fix authorization cancelation when connection drops | Johan Hedberg | 2009-02-06 | 1 | -7/+8 |
| | |||||
* | Remove unnecessary empty line | Johan Hedberg | 2009-02-06 | 1 | -1/+0 |
| | |||||
* | Various coding style cleanups | Johan Hedberg | 2009-02-06 | 4 | -81/+109 |
| | |||||
* | Attempt to parse all AT commands within buffer | Johan Hedberg | 2009-02-06 | 1 | -20/+29 |
| | |||||
* | Fix typo | Johan Hedberg | 2009-02-06 | 1 | -1/+1 |
| | |||||
* | Remember to remove trust upon device removal | Johan Hedberg | 2009-02-06 | 1 | -0/+6 |
| | |||||
* | Also allow conference for CSD_CALL_STATUS_WAITING | Johan Hedberg | 2009-02-06 | 1 | -2/+2 |
| | |||||
* | Don't changed combination keys for no-bonding | Johan Hedberg | 2009-02-06 | 1 | -2/+5 |
| | |||||
* | Make sure to always close the L2CAP raw socket | Johan Hedberg | 2009-02-06 | 1 | -6/+9 |
| | |||||
* | Add missing translation for CSD_CALL_STATUS_WAITING | Johan Hedberg | 2009-02-05 | 1 | -0/+2 |
| | |||||
* | Only remove the temporary flag if we store the link key | Johan Hedberg | 2009-02-05 | 1 | -2/+2 |
| | |||||
* | Always store changed combination keys | Johan Hedberg | 2009-02-05 | 2 | -10/+10 |
| | |||||
* | Use 0xff instead of 0xFF | Marcel Holtmann | 2009-02-06 | 1 | -2/+2 |
| | |||||
* | Get rid of the update_indicators callback | Johan Hedberg | 2009-02-05 | 1 | -34/+17 |
| | | | | | This callback is not needed since the same information is communicated as part of the Service Level Connection setup procedure anyway. | ||||
* | Add missing check for invalid auth requirements value | Johan Hedberg | 2009-02-05 | 1 | -1/+2 |
| | |||||
* | Fix invalid local auth type checking | Johan Hedberg | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | Add check for invalid auth requirement | Johan Hedberg | 2009-02-04 | 1 | -1/+2 |
| | |||||
* | Copy remote auth requirements if the kernel returns 0xff | Johan Hedberg | 2009-02-04 | 1 | -0/+3 |
| | |||||
* | Don't store the link key for "no bonding" cases | Johan Hedberg | 2009-02-04 | 2 | -5/+14 |
| | | | | | We should not store the link key if either side had "no bonding" as their authentication requirement. | ||||
* | Proper fix for the SLC check | Johan Hedberg | 2009-02-04 | 1 | -1/+2 |
| | |||||
* | Fix new key type passing | Johan Hedberg | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | Move link key writing from security.c to dbus-hci.c | Johan Hedberg | 2009-02-04 | 3 | -13/+26 |
| | | | | | This refactoring is preparation for more fine-grained link key writing control with e.g. SSP "no bonding" use cases. | ||||
* | Fix SLC completion check | Johan Hedberg | 2009-02-04 | 1 | -1/+1 |
| | | | | | We should check HF and not AG features when determining whether the SLC creation is complete or not. | ||||
* | Store the old link key type for changed combination keys | Marcel Holtmann | 2009-02-04 | 1 | -5/+12 |
| | |||||
* | Don't make use of debug combination keys for further connections | Marcel Holtmann | 2009-02-04 | 1 | -1/+3 |
| | |||||
* | Don't clear the authentication request completely on SSP complete | Johan Hedberg | 2009-02-04 | 1 | -3/+0 |
| | |||||
* | Add icon for other audio devices | Marcel Holtmann | 2009-02-04 | 1 | -0/+2 |
| | |||||
* | Delay AVRCP connection when remote device connects A2DP | Johan Hedberg | 2009-02-04 | 4 | -3/+53 |
| | | | | | | | The audio profile coexistence whitepaper recommends that the initiator of the A2DP connection also initiates the AVRCP connection. This patch adds a two second delay before we attempt connecting AVRCP after the remote device has connected A2DP to us. | ||||
* | Add missing three-way calling feature bit | Johan Hedberg | 2009-02-04 | 1 | -1/+2 |
| | |||||
* | Refactor adapter and device struct fetching into a single function | Johan Hedberg | 2009-02-03 | 1 | -149/+56 |
| | |||||
* | Add support for HCI_Simple_Pairing_Complete event | Johan Hedberg | 2009-02-03 | 5 | -0/+53 |
| | | | | | | When we are the acceptors of a pairing request and we have used the Agent.DisplayPasskey we need to use the Simple Pairing Complete HCI event for calling Agent.Cancel. | ||||
* | Fix authentication replies when disconnected | Johan Hedberg | 2009-02-03 | 3 | -6/+8 |
| | | | | | This patch makes sure that we don't reply to the authentiction requests if we get disconnected before authentication has completed. | ||||
* | Set up a stream for incoming connections if the sink doesn't do it | Johan Hedberg | 2009-02-02 | 3 | -26/+70 |
| | | | | | | | | | | | | | | Some headsets when acting as initiators of an AVDTP connection create the AVDTP signaling channel but don't do anything else over it (i.e. they expect us to set up a stream when needed). This patch makes bluetoothd do the same as AudioSink.Connect() if no AVDTP commands have been received from the sink within one second after it has created the AVDTP signaling channel to us. Setting up a stream is also important because the AudioSink Connected property is bound to the existence of a configured stream (which makes sense since an AVDTP connection as such tells us nothing about what sinks and sources there are or even if audio or video will be used). |