summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-21Bluetooth: Track current configured LE scan type parameterMarcel Holtmann1-0/+1
2014-03-19Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg1-1/+1
2014-03-10Bluetooth: Make LTK and CSRK only persisent when bondingMarcel Holtmann1-2/+3
2014-03-09Bluetooth: Add support for handling signature resolving keysMarcel Holtmann1-0/+8
2014-02-28Bluetooth: Add timeout for LE connection attemptsJohan Hedberg1-0/+1
2014-02-28Bluetooth: Track LE initiator and responder address informationJohan Hedberg1-0/+4
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann1-4/+4
2014-02-28Bluetooth: Add support for storing LE white list entriesMarcel Holtmann1-0/+7
2014-02-28Bluetooth: Make hci_blacklist_clear function staticMarcel Holtmann1-1/+0
2014-02-27Bluetooth: Add hci_copy_identity_address convenience functionJohan Hedberg1-0/+2
2014-02-27Bluetooth: Add tracking of advertising address typeJohan Hedberg1-0/+1
2014-02-26Bluetooth: Create hci_req_add_le_passive_scan helperAndre Guedes1-0/+1
2014-02-26Bluetooth: Connection parameters and resolvable addressAndre Guedes1-3/+3
2014-02-26Bluetooth: Introduce LE auto connect optionsAndre Guedes1-1/+8
2014-02-26Bluetooth: Introduce LE auto connection infrastructureAndre Guedes1-0/+2
2014-02-26Bluetooth: Introduce hdev->pend_le_conn listAndre Guedes1-0/+7
2014-02-26Bluetooth: Refactor HCI connection codeAndre Guedes1-2/+4
2014-02-26Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes1-0/+2
2014-02-26Bluetooth: Create hci_req_add_le_scan_disable helperAndre Guedes1-0/+2
2014-02-24Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.cJohan Hedberg1-1/+2
2014-02-24Bluetooth: Move HCI_ADVERTISING handling into mgmt.cJohan Hedberg1-0/+1
2014-02-24Bluetooth: Add convenience function for getting total connection countJohan Hedberg1-0/+7
2014-02-24Bluetooth: Store current RPA and update it if neededMarcel Holtmann1-0/+1
2014-02-24Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann1-1/+2
2014-02-23Bluetooth: Remove unneeded hdev->own_addr_typeJohan Hedberg1-1/+0
2014-02-23Bluetooth: Add hci_update_random_address() convenience functionJohan Hedberg1-0/+2
2014-02-23Bluetooth: Add timer for regenerating local RPAJohan Hedberg1-0/+5
2014-02-22Bluetooth: Add initial code for distributing local IRKJohan Hedberg1-0/+2
2014-02-21Bluetooth: Provide option for changing LE advertising channel mapMarcel Holtmann1-0/+1
2014-02-20Bluetooth: Track the current configured random addressMarcel Holtmann1-0/+1
2014-02-19Bluetooth: Add support for sending New IRK eventJohan Hedberg1-0/+1
2014-02-19Bluetooth: Move SMP LTK notification after key distributionJohan Hedberg1-3/+2
2014-02-19Bluetooth: Move New LTK store hint evaluation into mgmt_new_ltkJohan Hedberg1-1/+1
2014-02-19Bluetooth: Return added key when adding LTKs and IRKsJohan Hedberg1-5/+6
2014-02-18Bluetooth: Wait for SMP key distribution completion when pairingJohan Hedberg1-0/+1
2014-02-18Bluetooth: Add convenience function for fetching IRKsJohan Hedberg1-0/+9
2014-02-18Bluetooth: Fix removing any IRKs when unpairing devicesJohan Hedberg1-0/+1
2014-02-18Bluetooth: Remove return values from functions that don't need themJohan Hedberg1-5/+5
2014-02-18Bluetooth: Fix missing address type check for removing LTKsJohan Hedberg1-1/+1
2014-02-18Bluetooth: Add hci_bdaddr_is_rpa convenience functionJohan Hedberg1-0/+11
2014-02-18Bluetooth: Add basic IRK management supportJohan Hedberg1-0/+16
2014-02-18Bluetooth: Add AES crypto context for each HCI deviceJohan Hedberg1-0/+1
2014-02-13Bluetooth: Introduce connection parameters listAndre Guedes1-0/+18
2014-02-13Bluetooth: Remove __packed from struct smp_ltkMarcel Holtmann1-1/+1
2014-02-13Bluetooth: Track the AES-CCM encryption status of LE and BR/EDR linksMarcel Holtmann1-0/+1
2014-02-13Bluetooth: Group list_head fields from strcut hci_dev togetherAndre Guedes1-5/+2
2014-02-13Bluetooth: Save connection interval parameters in hci_connAndre Guedes1-0/+2
2014-02-13Bluetooth: Fix differentiating stored master vs slave LTK typesJohan Hedberg1-2/+3
2014-02-13Bluetooth: Track Secure Connections support of remote devicesMarcel Holtmann1-0/+8
2014-02-13Bluetooth: Add internal function for storing P-192 and P-256 dataMarcel Holtmann1-3/+6