summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
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-18Bluetooth: Expose current voice setting in debugfsMarcel Holtmann1-0/+16
2013-10-18Bluetooth: Expose static address value for LE capable controllersMarcel Holtmann1-0/+27
2013-10-18Bluetooth: 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-15Bluetooth: Read current IAC LAP on controller setupMarcel Holtmann1-0/+3
2013-10-15Bluetooth: 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-11Bluetooth: 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
2013-10-07Bluetooth: Make mgmt power down notification for BR/EDR explicitMarcel Holtmann1-5/+6
2013-10-07Bluetooth: Power off AMP controllers after setup phaseMarcel Holtmann1-1/+1
2013-10-06Bluetooth: Remove mgmt_valid_hdev() helper functionMarcel Holtmann1-2/+2
2013-10-06Bluetooth: Use explicit check for BR/EDR device typeMarcel Holtmann1-1/+1
2013-10-06Bluetooth: Reject enabling controllers without valid addressesMarcel Holtmann1-8/+35
2013-10-06Bluetooth: Rename AMP status constants and use themMarcel Holtmann1-1/+1
2013-10-05Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg1-1/+1
2013-10-02Bluetooth: Fix advertising data flags with disabled BR/EDRJohan Hedberg1-7/+7
2013-10-02Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg1-2/+19
2013-10-02Bluetooth: Fix workqueue synchronization in hci_dev_openJohan Hedberg1-0/+10
2013-10-02Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open functionJohan Hedberg1-10/+20
2013-10-02Bluetooth: Provide high speed configuration optionMarcel Holtmann1-6/+0
2013-10-02Bluetooth: Use only 2 bits for controller type informationMarcel Holtmann1-1/+1
2013-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-6/+20
2013-09-19Bluetooth: Add event mask page 2 setting supportJohan Hedberg1-0/+32
2013-09-19Bluetooth: Add synchronization train parameters reading supportJohan Hedberg1-1/+14
2013-09-18Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg1-3/+12
2013-09-18Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg1-5/+10