aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Bluetooth: Expose current Device ID information via debugfsMarcel Holtmann1-0/+26
2015-03-20Bluetooth: Expose quirks through debugfsJakub Pawlowski1-0/+60
2015-03-16Bluetooth: The P-256 randomizer is 16 octets long and not 19 octetsMarcel Holtmann1-1/+1
2015-03-13Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann1-3/+3
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann1-2/+2
2015-02-01Bluetooth: Expose remote OOB information as debugfs entryMarcel Holtmann1-0/+31
2015-02-01Bluetooth: Expose hardware error code as debugfs entryMarcel Holtmann1-0/+3
2015-02-01Bluetooth: Expose debug keys usage setting via debugfsMarcel Holtmann1-0/+22
2015-02-01Bluetooth: Expose Secure Simple Pairing debug mode setting in debugfsMarcel Holtmann1-1/+22
2015-01-02Bluetooth: Fix scope of sc_only_mode debugfs entryMarcel Holtmann1-22/+23
2015-01-02Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann1-49/+0
2015-01-02Bluetooth: Remove broken force_lesc_support debugfs optionMarcel Holtmann1-49/+0
2014-12-20Bluetooth: Create debugfs directory for each connection handleMarcel Holtmann1-0/+12
2014-12-20Bluetooth: Move LE debugfs file creation into hci_debugfs.cMarcel Holtmann1-0/+474
2014-12-20Bluetooth: Move BR/EDR debugfs file creation into hci_debugfs.cMarcel Holtmann1-0/+349
2014-12-20Bluetooth: Move common debugfs file creation into hci_debugfs.cMarcel Holtmann1-0/+200
2014-12-20Bluetooth: Add skeleton functions for debugfs creationMarcel Holtmann1-0/+41