aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-04Bluetooth: Add quirk for disabling Delete Stored Link Key commandMarcel Holtmann1-1/+6
2013-12-11Bluetooth: Manually enable or disable 6LoWPAN between devicesJukka Rissanen1-0/+45
2013-12-09Bluetooth: Use macros for connectionless slave broadcast featuresMarcel Holtmann1-3/+3
2013-12-04Bluetooth: Set default own address type only during controller setupMarcel Holtmann1-9/+11
2013-10-19Bluetooth: Fix minor coding style issue in hci_core.cMarcel Holtmann1-5/+5
2013-10-19Bluetooth: Fix UUID values in debugfs fileMarcel Holtmann1-12/+10
2013-10-19Bluetooth: Add support for setting DUT modeMarcel Holtmann1-0/+73
2013-10-19Bluetooth: Expose debugfs settings for LE connection intervalMarcel Holtmann1-0/+62
2013-10-19Bluetooth: Add support for setting SSP debug modeMarcel Holtmann1-1/+53
2013-10-19Bluetooth: Add LE features to debugfs if availableMarcel Holtmann1-1/+8
2013-10-19Bluetooth: Expose setting if debug keys are used or notMarcel Holtmann1-0/+20
2013-10-19Bluetooth: Expose debugfs entry read/write own address typeMarcel Holtmann1-0/+30
2013-10-19Bluetooth: Select the own address type during initial setup phaseMarcel Holtmann1-1/+12
2013-10-19Bluetooth: Expose current list of long term keys via debugfsMarcel Holtmann1-0/+32
2013-10-19Bluetooth: Expose white list size information in debugfsMarcel Holtmann1-1/+4
2013-10-19Bluetooth: Expose current list of link keys via debugfsMarcel Holtmann1-0/+30
2013-10-19Bluetooth: Move export of class of device information into hci_core.cMarcel Holtmann1-0/+26
2013-10-19Bluetooth: Move manufacturer, hci_ver and hci_rev into hci_core.cMarcel Holtmann1-0/+4
2013-10-19Bluetooth: Add workaround for buggy max_page features page valueMarcel Holtmann1-0/+8
2013-10-19Bluetooth: Move HCI device features into hci_core.cMarcel Holtmann1-1/+33
2013-10-18Bluetooth: Move idle_timeout and sniff_{min,max}_interval to hci_core.cMarcel Holtmann1-0/+93
2013-10-18Bluetooth: Include address type in blacklist debugfs dataMarcel Holtmann1-1/+1
2013-10-18Bluetooth: Move device_add handling into hci_register_devMarcel Holtmann1-2/+4
2013-10-18Bluetooth: Create HCI device debugfs directory in hci_register_devMarcel Holtmann1-0/+5
2013-10-18Bluetooth: Move uuids debugfs entry creation into hci_core.cMarcel Holtmann1-0/+40
2013-10-18Bluetooth: Move blacklist debugfs entry creation into hci_core.cMarcel Holtmann1-0/+28
2013-10-18Bluetooth: Add address type to device blacklist tableMarcel Holtmann1-10/+11
2013-10-17Bluetooth: Expose current voice setting in debugfsMarcel Holtmann1-0/+16
2013-10-17Bluetooth: Expose static address value for LE capable controllersMarcel Holtmann1-0/+27
2013-10-17Bluetooth: Expose auto_accept_delay debugfs only when SSP is supportedMarcel Holtmann1-0/+29
2013-10-16Bluetooth: Expose inquiry_cache debugfs only on BR/EDR controllersMarcel Holtmann1-2/+55
2013-10-15Bluetooth: Update class of device on discoverable timeoutMarcel Holtmann1-18/+1
2013-10-15Bluetooth: Add support for entering limited discoverable modeMarcel Holtmann1-0/+8
2013-10-15Bluetooth: Update advertising data based on management commandsMarcel Holtmann1-86/+1
2013-10-15Bluetooth: Use hci_request for discoverable timeout handlingMarcel Holtmann1-1/+4
2013-10-14Bluetooth: Read current IAC LAP on controller setupMarcel Holtmann1-0/+3
2013-10-14Bluetooth: Read number of supported IAC on controller setupMarcel Holtmann1-1/+5
2013-10-13Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann1-12/+0
2013-10-12Bluetooth: Fix HCI init for 1st generation BlueFRITZ! devicesMarcel Holtmann1-2/+6
2013-10-11Bluetooth: Fix endless loop with HCI_QUIRK_RESET_ON_CLOSEMarcel Holtmann1-0/+1
2013-10-11Bluetooth: Make LE scan interval and window a controller optionMarcel Holtmann1-0/+3
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann1-3/+1
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann1-4/+2
2013-10-11Bluetooth: Remove return value from hci_send_frame() functionMarcel Holtmann1-2/+3
2013-10-11Bluetooth: Remove pointless check of hci_send_frame parameterMarcel Holtmann1-5/+0
2013-10-11Bluetooth: Move skb->dev assignment for hdev->send into central placeMarcel Holtmann1-15/+10
2013-10-10Bluetooth: AMP contollers do not support the legacy ioctlsMarcel Holtmann1-0/+10
2013-10-07Bluetooth: Read flow control mode on AMP controller initMarcel Holtmann1-0/+3
2013-10-07Bluetooth: Read location data on AMP controller initMarcel Holtmann1-0/+3
2013-10-07Bluetooth: Read supported features and commands on AMP controllersMarcel Holtmann1-0/+6