summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann2014-09-171-1/+0
* Bluetooth: Fix mgmt pairing failure when authentication failsJohan Hedberg2014-09-091-2/+1
* Bluetooth: Fix locking of the SMP contextJohan Hedberg2014-09-081-1/+0
* Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg2014-09-081-1/+1
* Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg2014-09-081-0/+1
* Bluetooth: Use zero timeout for immediate schedulingJohan Hedberg2014-09-081-2/+2
* Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2014-09-081-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-081-0/+2
|\
| * Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg2014-08-201-0/+2
* | Bluetooth: Make AES crypto context private to SMPJohan Hedberg2014-08-141-1/+0
* | Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg2014-08-141-0/+1
* | Bluetooth: Create unified helper function for updating page scanJohan Hedberg2014-08-141-0/+5
* | Bluetooth: Add convenience function to check for pending power offJohan Hedberg2014-08-141-0/+1
|/
* Bluetooth: Provide defaults for LE advertising intervalGeorg Lukas2014-07-261-0/+2
* Bluetooth: Fix issue with ADV_IND reports and auto-connection handlingMarcel Holtmann2014-07-241-0/+1
* Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg2014-07-171-0/+1
* Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-171-1/+2
* Bluetooth: Track number of LE slave connectionsJohan Hedberg2014-07-161-0/+5
* Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg2014-07-161-1/+2
* Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-161-3/+3
* Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg2014-07-161-1/+1
* Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann2014-07-111-8/+1
* Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.cMarcel Holtmann2014-07-111-11/+0
* Bluetooth: Move struct hci_sec_filter next to its userMarcel Holtmann2014-07-111-9/+0
* Bluetooth: Move HCI socket definitions into its own header fileMarcel Holtmann2014-07-111-0/+1
* Bluetooth: Remove unneeded mgmt_write_scan_failed functionJohan Hedberg2014-07-101-1/+0
* Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg2014-07-101-1/+1
* Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg2014-07-101-1/+0
* Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg2014-07-091-0/+1
* Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg2014-07-091-0/+1
* Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg2014-07-091-10/+5
* Bluetooth: Remove unnecessary mgmt_advertising functionJohan Hedberg2014-07-081-1/+0
* Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg2014-07-071-1/+2
* Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg2014-07-071-2/+1
* Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg2014-07-061-1/+3
* Bluetooth: Fix sending Device Removed when clearing all parametersJohan Hedberg2014-07-061-1/+0
* Bluetooth: Store Bluetooth address from controller setupMarcel Holtmann2014-07-051-0/+1
* Bluetooth: Make hci_pend_le_conn_lookup more general purposedJohan Hedberg2014-07-041-2/+3
* Bluetooth: Remove unused hci_pend_le_conn_add functionJohan Hedberg2014-07-041-1/+0
* Bluetooth: Fix clearing and restarting all LE actions on power cycleJohan Hedberg2014-07-041-1/+0
* Bluetooth: Remove unused hci_pend_le_conn_del() functionJohan Hedberg2014-07-041-1/+0
* Bluetooth: Convert pend_le_reports into a listJohan Hedberg2014-07-041-1/+1
* Bluetooth: Convert pend_le_conn list to a generic action listJohan Hedberg2014-07-041-1/+1
* Bluetooth: Use hci_conn_params in pend_le_connsJohan Hedberg2014-07-031-4/+5
* Bluetooth: Track number of added devices with HCI_AUTO_CONN_REPORTJohan Hedberg2014-07-031-0/+1
* Bluetooth: Make is_identity_address a global functionJohan Hedberg2014-07-031-0/+12
* Bluetooth: Pass store hint to mgmt_new_conn_paramJohan Hedberg2014-07-031-2/+2
* Bluetooth: Make hci_le_conn_update return the store hintJohan Hedberg2014-07-031-2/+2
* Bluetooth: Add new auto_conn value matching mgmt action 0x00Johan Hedberg2014-07-031-0/+1
* Bluetooth: Add specific connection parameter clear functionsJohan Hedberg2014-07-031-0/+2
OpenPOWER on IntegriCloud