Age | Commit message (Expand) | Author | Files | Lines |
2014-09-09 | Bluetooth: Fix mgmt pairing failure when authentication fails | Johan Hedberg | 1 | -6/+13 |
2014-09-08 | Bluetooth: Use hci_disconnect() for mgmt_disconnect_device() | Johan Hedberg | 1 | -5/+1 |
2014-09-08 | Bluetooth: Fix using hci_conn_get() for hci_conn pointers | Johan Hedberg | 1 | -4/+8 |
2014-08-14 | Bluetooth: Create unified helper function for updating page scan | Johan Hedberg | 1 | -60/+12 |
2014-08-14 | Bluetooth: Add convenience function to check for pending power off | Johan Hedberg | 1 | -24/+28 |
2014-07-30 | Bluetooth: Rename pairable mgmt setting to bondable | Johan Hedberg | 1 | -7/+7 |
2014-07-30 | Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLE | Johan Hedberg | 1 | -4/+4 |
2014-07-30 | Bluetooth: Fix check for connected state when pairing | Johan Hedberg | 1 | -1/+1 |
2014-07-28 | Bluetooth: Fix incorrectly disabling page scan when toggling connectable | Johan Hedberg | 1 | -1/+13 |
2014-07-27 | Bluetooth: Set Simultaneous LE and BR/EDR controller option to zero | Marcel Holtmann | 1 | -3/+3 |
2014-07-26 | Bluetooth: Provide defaults for LE advertising interval | Georg Lukas | 1 | -2/+2 |
2014-07-24 | Bluetooth: Fix issue with ADV_IND reports and auto-connection handling | Marcel Holtmann | 1 | -3/+6 |
2014-07-17 | Bluetooth: Pass initiator/acceptor information to hci_conn_security() | Johan Hedberg | 1 | -1/+1 |
2014-07-16 | Bluetooth: Use explicit role instead of a bool in function parameters | Johan Hedberg | 1 | -2/+2 |
2014-07-10 | Bluetooth: Remove unneeded mgmt_write_scan_failed function | Johan Hedberg | 1 | -13/+0 |
2014-07-10 | Bluetooth: Remove unneeded mgmt_discoverable function | Johan Hedberg | 1 | -43/+24 |
2014-07-10 | Bluetooth: Remove unneeded mgmt_connectable function | Johan Hedberg | 1 | -32/+0 |
2014-07-10 | Bluetooth: Fix advertising parameter update when toggling connectable | Johan Hedberg | 1 | -2/+2 |
2014-07-09 | Bluetooth: Fix setting HCI_CONNECTABLE from ioctl code | Johan Hedberg | 1 | -0/+5 |
2014-07-09 | Bluetooth: Enable page scan also if there are white list entries | Johan Hedberg | 1 | -2/+4 |
2014-07-09 | Bluetooth: Fix incorrectly setting HCI_CONNECTABLE | Johan Hedberg | 1 | -0/+8 |
2014-07-09 | Bluetooth: Update page scan when necessary for Add/Remove Device | Johan Hedberg | 1 | -0/+34 |
2014-07-09 | Bluetooth: Introduce a whitelist for BR/EDR devices | Johan Hedberg | 1 | -2/+44 |
2014-07-09 | Bluetooth: Unify helpers for bdaddr_list manipulations | Johan Hedberg | 1 | -2/+4 |
2014-07-08 | Bluetooth: Fix toggling background scan when changing connectable state | Johan Hedberg | 1 | -1/+3 |
2014-07-08 | Bluetooth: Fix connectable and discoverable supported settings values | Johan Hedberg | 1 | -2/+2 |
2014-07-08 | Bluetooth: Fix setting STOPPING state for discovery | Johan Hedberg | 1 | -7/+18 |
2014-07-08 | Bluetooth: Fix advertising and active scanning co-existence | Johan Hedberg | 1 | -6/+18 |
2014-07-08 | Bluetooth: Use the correct flag to decide to disable advertising | Johan Hedberg | 1 | -2/+2 |
2014-07-08 | Bluetooth: Simplify usage of the enable_advertising function | Johan Hedberg | 1 | -33/+16 |
2014-07-08 | Bluetooth: Use real advertising state to random address update decision | Johan Hedberg | 1 | -2/+2 |
2014-07-08 | Bluetooth: Remove unnecessary mgmt_advertising function | Johan Hedberg | 1 | -12/+5 |
2014-07-07 | Bluetooth: Don't try background scanning if LE is not enabled | Johan Hedberg | 1 | -0/+2 |
2014-07-07 | Bluetooth: Pass desired connection role to hci_connect_le() | Johan Hedberg | 1 | -1/+2 |
2014-07-07 | Bluetooth: Remove auth_type parameter from hci_connect_le() | Johan Hedberg | 1 | -2/+1 |
2014-07-07 | Bluetooth: Enable passive scanning whenever we're connectable | Johan Hedberg | 1 | -1/+3 |
2014-07-07 | Bluetooth: Remove redundant IRK lookup in mgmt_device_found() | Johan Hedberg | 1 | -10/+2 |
2014-07-06 | Bluetooth: Use lower timeout for LE auto-connections | Johan Hedberg | 1 | -1/+2 |
2014-07-06 | Bluetooth: Clear HCI_RAW flag when controller becomes configured | Marcel Holtmann | 1 | -0/+1 |
2014-07-06 | Bluetooth: Add support for changing the public device address | Marcel Holtmann | 1 | -1/+56 |
2014-07-06 | Bluetooth: Run controller setup after external configuration | Marcel Holtmann | 1 | -2/+12 |
2014-07-06 | Bluetooth: Fix sending Device Removed when clearing all parameters | Johan Hedberg | 1 | -1/+14 |
2014-07-04 | Bluetooth: Add support for New Configuration Options management event | Marcel Holtmann | 1 | -0/+11 |
2014-07-04 | Bluetooth: Move mgmt_event helper function to different location | Marcel Holtmann | 1 | -30/+30 |
2014-07-04 | Bluetooth: Add support for Set External Configuration management command | Marcel Holtmann | 1 | -2/+75 |
2014-07-04 | Bluetooth: Add quirk for external configuration requirement | Marcel Holtmann | 1 | -1/+8 |
2014-07-04 | Bluetooth: Allow reading configuration info when unconfigured | Marcel Holtmann | 1 | -1/+7 |
2014-07-04 | Bluetooth: Add quirk for invalid controller address setting | Marcel Holtmann | 1 | -4/+17 |
2014-07-04 | Bluetooth: Use list_del when freeing the list entry | Johan Hedberg | 1 | -1/+1 |
2014-07-04 | Bluetooth: Fix clearing and restarting all LE actions on power cycle | Johan Hedberg | 1 | -17/+16 |