Age | Commit message (Expand) | Author | Files | Lines |
2014-02-27 | Bluetooth: Add tracking of advertising address type | Johan Hedberg | 2 | -0/+24 |
2014-02-27 | Bluetooth: Fix response on confirm_name | Lukasz Rymanowski | 1 | -4/+6 |
2014-02-26 | Bluetooth: Update background scan parameters | Andre Guedes | 1 | -0/+15 |
2014-02-26 | Bluetooth: Create hci_req_add_le_passive_scan helper | Andre Guedes | 2 | -25/+32 |
2014-02-26 | Bluetooth: Add le_auto_conn file on debugfs | Andre Guedes | 1 | -0/+111 |
2014-02-26 | Bluetooth: Support resolvable private addresses | Andre Guedes | 1 | -0/+10 |
2014-02-26 | Bluetooth: Connection parameters and resolvable address | Andre Guedes | 3 | -7/+26 |
2014-02-26 | Bluetooth: Auto connection and power on | Andre Guedes | 2 | -0/+14 |
2014-02-26 | Bluetooth: Temporarily stop background scanning on discovery | Andre Guedes | 2 | -6/+8 |
2014-02-26 | Bluetooth: Connection parameters and auto connection | Andre Guedes | 1 | -7/+35 |
2014-02-26 | Bluetooth: Introduce LE auto connect options | Andre Guedes | 3 | -5/+33 |
2014-02-26 | Bluetooth: Introduce LE auto connection infrastructure | Andre Guedes | 4 | -2/+137 |
2014-02-26 | Bluetooth: Introduce hdev->pend_le_conn list | Andre Guedes | 2 | -0/+75 |
2014-02-26 | Bluetooth: Move address type conversion to outside hci_connect_le | Andre Guedes | 3 | -11/+23 |
2014-02-26 | Bluetooth: Refactor HCI connection code | Andre Guedes | 4 | -30/+15 |
2014-02-26 | Bluetooth: Remove unused function | Andre Guedes | 1 | -43/+0 |
2014-02-26 | Bluetooth: Stop scanning on LE connection | Andre Guedes | 2 | -2/+91 |
2014-02-26 | Bluetooth: Declare le_conn_failed in hci_core.h | Andre Guedes | 3 | -7/+5 |
2014-02-26 | Bluetooth: Create hci_req_add_le_scan_disable helper | Andre Guedes | 3 | -14/+14 |
2014-02-26 | Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys() | Johan Hedberg | 3 | -7/+7 |
2014-02-26 | Bluetooth: Simplify logic for checking for SMP completion | Johan Hedberg | 1 | -8/+11 |
2014-02-26 | Bluetooth: Track not yet received keys in SMP | Johan Hedberg | 1 | -0/+6 |
2014-02-25 | Bluetooth: Ignore IRKs with no Identity Address | Johan Hedberg | 1 | -0/+13 |
2014-02-25 | Bluetooth: Fix advertising address type when toggling connectable | Johan Hedberg | 1 | -10/+11 |
2014-02-25 | Bluetooth: Fix NULL pointer dereference when sending data | Andrzej Kaczmarek | 1 | -0/+16 |
2014-02-24 | Bluetooth: Clean up HCI state when doing power off | Johan Hedberg | 1 | -4/+66 |
2014-02-24 | Bluetooth: Don't clear HCI_ADVERTISING when powering off | Johan Hedberg | 1 | -0/+4 |
2014-02-24 | Bluetooth: Don't clear HCI_CONNECTABLE when powering off | Johan Hedberg | 1 | -0/+4 |
2014-02-24 | Bluetooth: Don't clear HCI_DISCOVERABLE when powering off | Johan Hedberg | 1 | -0/+4 |
2014-02-24 | Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.c | Johan Hedberg | 3 | -5/+11 |
2014-02-24 | Bluetooth: Move HCI_ADVERTISING handling into mgmt.c | Johan Hedberg | 3 | -6/+11 |
2014-02-24 | Bluetooth: Add convenience function for getting total connection count | Johan Hedberg | 1 | -0/+7 |
2014-02-24 | Bluetooth: Fix canceling RPA expiry timer | Johan Hedberg | 1 | -1/+3 |
2014-02-24 | Bluetooth: Enable RPA resolving if mgmt_set_privacy is called | Johan Hedberg | 1 | -0/+5 |
2014-02-24 | Bluetooth: Export current local RPA with identity information | Marcel Holtmann | 1 | -1/+2 |
2014-02-24 | Bluetooth: Store current RPA and update it if needed | Marcel Holtmann | 2 | -6/+6 |
2014-02-24 | Bluetooth: Use privacy mode for non-connectable advertising | Marcel Holtmann | 1 | -2/+4 |
2014-02-24 | Bluetooth: Use unresolvable private address for active scanning | Marcel Holtmann | 4 | -5/+29 |
2014-02-24 | Bluetooth: Expose current identity information in debugfs | Marcel Holtmann | 1 | -2/+40 |
2014-02-23 | Bluetooth: Remove unneeded hdev->own_addr_type | Johan Hedberg | 2 | -17/+1 |
2014-02-23 | Bluetooth: Fix setting correct src_type when connecting LE | Johan Hedberg | 1 | -1/+2 |
2014-02-23 | Bluetooth: Add support for Set Privacy command | Johan Hedberg | 1 | -1/+47 |
2014-02-23 | Bluetooth: Add debugfs entry for RPA regeneration timeout | Johan Hedberg | 1 | -0/+33 |
2014-02-23 | Bluetooth: Don't write static address during power on | Johan Hedberg | 1 | -5/+0 |
2014-02-23 | Bluetooth: Use hci_update_random_address() for initiating LE scan | Johan Hedberg | 1 | -2/+11 |
2014-02-23 | Bluetooth: Use hci_update_random_address() for enabling advertising | Johan Hedberg | 1 | -2/+6 |
2014-02-23 | Bluetooth: Use hci_update_random_address() when connecting LE | Johan Hedberg | 1 | -1/+7 |
2014-02-23 | Bluetooth: Add hci_update_random_address() convenience function | Johan Hedberg | 2 | -0/+57 |
2014-02-23 | Bluetooth: Add timer for regenerating local RPA | Johan Hedberg | 4 | -0/+37 |
2014-02-23 | Bluetooth: Add SMP function for generating RPAs | Johan Hedberg | 2 | -0/+19 |