aboutsummaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci_core.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-13Bluetooth: Provide remote OOB data for Secure ConnectionsMarcel Holtmann1-2/+4
2014-02-13Bluetooth: Add support for local OOB data with Secure ConnectionsMarcel Holtmann1-2/+3
2014-02-13Bluetooth: Add management command for enabling Secure ConnectionsMarcel Holtmann1-0/+1
2014-02-13Bluetooth: Add LMP feature definitions for Secure Connections supportMarcel Holtmann1-0/+3
2013-12-11Bluetooth: Enable 6LoWPAN support for BT LE devicesJukka Rissanen1-0/+1
2013-12-09Bluetooth: Use macros for connectionless slave broadcast featuresMarcel Holtmann1-0/+6
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-57/+32
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-53/+26
2013-10-19Bluetooth: Expose debugfs settings for LE connection intervalMarcel Holtmann1-0/+2
2013-10-19Bluetooth: Add support for setting SSP debug modeMarcel Holtmann1-0/+1
2013-10-19Bluetooth: Remove interval parameter from HCI connectionMarcel Holtmann1-1/+0
2013-10-19Bluetooth: Select the own address type during initial setup phaseMarcel Holtmann1-0/+1
2013-10-18Bluetooth: Move device_add handling into hci_register_devMarcel Holtmann1-2/+0
2013-10-18Bluetooth: Add address type to device blacklist tableMarcel Holtmann1-1/+2
2013-10-16Bluetooth: Convert idle timer to use delayed workJohan Hedberg1-2/+2
2013-10-16Bluetooth: Convert auto accept timer to use delayed workJohan Hedberg1-1/+1
2013-10-16Bluetooth: Store scan response data in HCI deviceMarcel Holtmann1-0/+2
2013-10-15Bluetooth: Make mgmt_new_ltk() return voidMarcel Holtmann1-1/+1
2013-10-15Bluetooth: Make mgmt_read_local_oob_data_reply_complete() return voidMarcel Holtmann1-2/+2
2013-10-15Bluetooth: Make mgmt_set_local_name_complete() return voidMarcel Holtmann1-1/+1
2013-10-15Bluetooth: Make mgmt_set_class_of_dev_complete() return voidMarcel Holtmann1-2/+2
2013-10-15Bluetooth: Make mgmt_ssp_enable_complete() return voidMarcel Holtmann1-1/+1
2013-10-15Bluetooth: Make mgmt_auth_enable_complete() return voidMarcel Holtmann1-1/+1
2013-10-15Bluetooth: Make mgmt_auth_failed() return voidMarcel Holtmann1-2/+2
2013-10-15Bluetooth: Make mgmt_pin_code_neg_reply_complete() return voidMarcel Holtmann1-2/+2