summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)Author
2016-09-19Bluetooth: Fix wrong New Settings event when closing HCI User ChannelMarcel Holtmann
2016-07-18Bluetooth: Add debugfs fields for hardware and firmware infoMarcel Holtmann
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann
2016-05-13Bluetooth: fix power_on vs close raceJiri Slaby
2016-02-23Bluetooth: hci_core: cancel power off delayed work properlyWei-Ning Huang
2016-02-23Bluetooth: Use managed version of led_trigger_register in LED triggerHeiner Kallweit
2016-02-23Bluetooth: add LED trigger for indicating HCI is powered upHeiner Kallweit
2016-02-20Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skbDouglas Anderson
2015-12-20Bluetooth: use list_for_each_entry*Geliang Tang
2015-12-10Bluetooth: Clean up current advertising instance trackingJohan Hedberg
2015-12-10Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg
2015-12-10Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg
2015-11-19Bluetooth: Clean up hci_core codePrasanna Karthik
2015-11-19Bluetooth: Simplify request cleanup codeJohan Hedberg
2015-11-19Bluetooth: Add error return value to hci_req_sync callbackJohan Hedberg
2015-11-19Bluetooth: Move LE scan disable/restart behind req_workqueueJohan Hedberg
2015-11-19Bluetooth: Add HCI status return parameter to hci_req_sync()Johan Hedberg
2015-11-19Bluetooth: Add stubs for synchronous HCI request functionalityJohan Hedberg
2015-11-19Bluetooth: Add 'sync' specifier to synchronous request APIsJohan Hedberg
2015-11-19Bluetooth: Move synchronous request handling into hci_request.cJohan Hedberg
2015-11-19Bluetooth: Remove unnecessary call to hci_update_background_scanJohan Hedberg
2015-11-19Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingMarcel Holtmann
2015-11-19Bluetooth: Make LE only events conditional on supported commandsMarcel Holtmann
2015-11-19Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event maskMarcel Holtmann
2015-11-19Bluetooth: Build LE event mask based on supported commandsMarcel Holtmann
2015-11-19Bluetooth: Move BR/EDR default events behind its featuresMarcel Holtmann
2015-11-05Bluetooth: Check for supported white list before issuing commandsMarcel Holtmann
2015-10-26Bluetooth: Replace hci_notify with hci_sock_dev_eventMarcel Holtmann
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg
2015-10-21Bluetooth: Introduce driver specific post init callbackMarcel Holtmann
2015-10-21Bluetooth: Add support setup stage internal notification eventMarcel Holtmann
2015-10-21Bluetooth: Add new quirk for non-persistent diagnostic settingsMarcel Holtmann
2015-10-21Bluetooth: Queue diagnostic messages together with HCI packetsMarcel Holtmann
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-16Bluetooth: Fix LE reconnection logicJohan Hedberg
2015-10-08Bluetooth: Fix basic debugfs entries for unconfigured controllersMarcel Holtmann
2015-10-08Bluetooth: Enforce packet types in hci_recv_frame driver functionMarcel Holtmann
2015-10-08Bluetooth: Fix interaction of HCI_QUIRK_RESET_ON_CLOSE and HCI_AUTO_OFFMarcel Holtmann
2015-10-08Bluetooth: Add debugfs entry for setting vendor diagnostic modeMarcel Holtmann
2015-10-08Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann
2015-10-05Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann
2015-10-05Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann
2015-10-05Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE eventsMarcel Holtmann
2015-09-29Bluetooth: Add hci_cmd_sync functionLoic Poulain
2015-09-17Bluetooth: close HCI device when user channel socket gets closedSimon Fels
2015-09-17Bluetooth: Use BROKEN_STORED_LINK_KEY quirk for HCI_Read_Stored_Link_KeyJohan Hedberg
2015-08-10Bluetooth: add hci_connect_le_scanJakub Pawlowski