summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Add support for external configuration with UART driverMarcel Holtmann2014-07-112-1/+6
* Bluetooth: Check for valid HCI UART driver flagsMarcel Holtmann2014-07-111-1/+18
* Bluetooth: Move SCO timeout constants into net/bluetooth/sco.cMarcel Holtmann2014-07-112-4/+3Star
* Bluetooth: Remove unused SCO_DEFAULT_FLUSH_TO constantMarcel Holtmann2014-07-111-1/+0Star
* Bluetooth: Move struct sco_conn into net/bluetooth/sco.cMarcel Holtmann2014-07-112-13/+13
* Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.cMarcel Holtmann2014-07-112-12/+12
* Bluetooth: Update the list of L2CAP fixed channelsMarcel Holtmann2014-07-112-2/+5
* Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann2014-07-113-9/+16
* Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.cMarcel Holtmann2014-07-112-11/+11
* Bluetooth: Delcare the hci_sec_filter as constMarcel Holtmann2014-07-111-1/+1
* Bluetooth: Move struct hci_sec_filter next to its userMarcel Holtmann2014-07-112-9/+8Star
* Bluetooth: Move HCI socket definitions into its own header fileMarcel Holtmann2014-07-114-150/+177
* Bluetooth: Set HCI_PAIRABLE during power on for legacy ioctlMarcel Holtmann2014-07-101-6/+10
* Bluetooth: Mark controller is down when HCI_AUTO_OFF is setMarcel Holtmann2014-07-101-6/+19
* Bluetooth: Remove unneeded mgmt_write_scan_failed functionJohan Hedberg2014-07-103-15/+0Star
* Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg2014-07-104-62/+50Star
* Bluetooth: Refactor ioctl scan state update to its own functionJohan Hedberg2014-07-101-13/+22
* Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg2014-07-104-41/+4Star
* Bluetooth: Fix using test_and_clear instead of test_and_setJohan Hedberg2014-07-101-2/+2
* Bluteooth: Reject SMP bonding if HCI_PAIRABLE is not setJohan Hedberg2014-07-101-0/+9
* Bluetooth: Fix advertising parameter update when toggling connectableJohan Hedberg2014-07-101-2/+2
* Bluetooth: Fix incorrect clearing of SMP_FLAG_INITIATORJohan Hedberg2014-07-091-4/+0Star
* Bluetooth: Fix forcing SMP just-works with no-bondingJohan Hedberg2014-07-091-4/+0Star
* Bluetooth: Always confirm incoming SMP just-works requestsJohan Hedberg2014-07-091-5/+11
* Bluetooth: Don't send ERTM configuration option when disabledMarcel Holtmann2014-07-091-0/+3
* Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg2014-07-093-0/+23
* Bluetooth: Add white list lookup for incoming connection requestsJohan Hedberg2014-07-091-4/+12
* Bluetooth: Enable page scan also if there are white list entriesJohan Hedberg2014-07-091-2/+4
* Bluetooth: Refactor connection request handlingJohan Hedberg2014-07-091-52/+60
* Bluetooth: Fix incorrectly setting HCI_CONNECTABLEJohan Hedberg2014-07-091-0/+8
* Bluetooth: Update page scan when necessary for Add/Remove DeviceJohan Hedberg2014-07-091-0/+34
* Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg2014-07-093-2/+74
* Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg2014-07-096-96/+36Star
* Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann2014-07-092-1/+2
* Bluetooth: Add support for Acer [13D3:3432]Anantha Krishnan2014-07-082-0/+3
* Bluetooth: Fix clearing HCI_LE_ADV for LE connectionsJohan Hedberg2014-07-081-0/+5
* Bluetooth: Fix toggling background scan when changing connectable stateJohan Hedberg2014-07-081-1/+3
* Bluetooth: Fix connectable and discoverable supported settings valuesJohan Hedberg2014-07-081-2/+2
* Bluetooth: Fix setting STOPPING state for discoveryJohan Hedberg2014-07-081-7/+18
* Bluetooth: Fix check for re-enabling advertisingJohan Hedberg2014-07-081-1/+1
* Bluetooth: Fix advertising and active scanning co-existenceJohan Hedberg2014-07-083-7/+37
* Bluetooth: Stop advertising always before initiating a connectionJohan Hedberg2014-07-081-3/+12
* Bluetooth: Use the correct flag to decide to disable advertisingJohan Hedberg2014-07-081-2/+2
* Bluetooth: Simplify usage of the enable_advertising functionJohan Hedberg2014-07-081-33/+16Star
* Bluetooth: Use real advertising state to random address update decisionJohan Hedberg2014-07-083-5/+5
* Bluetooth: Remove unnecessary mgmt_advertising functionJohan Hedberg2014-07-083-15/+5Star
* Bluetooth: Add flag to track the real advertising stateJohan Hedberg2014-07-082-2/+6
* Bluetooth: Don't try background scanning if LE is not enabledJohan Hedberg2014-07-072-0/+6
* Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg2014-07-075-6/+15
* Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg2014-07-075-13/+6Star