summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-53/+26
2013-10-14Bluetooth: Read number of supported IAC on controller setupMarcel Holtmann1-0/+1
2013-10-13Bluetooth: Store source address of HCI connectionsMarcel Holtmann1-0/+1
2013-10-13Bluetooth: Store the source address type of LE connectionsMarcel Holtmann1-0/+1
2013-10-13Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann1-2/+0
2013-10-11Bluetooth: Make LE scan interval and window a controller optionMarcel Holtmann1-0/+2
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann1-1/+1
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann1-1/+1
2013-10-10Bluetooth: Remove hdev->ioctl driver callbackMarcel Holtmann1-1/+0
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-1/+1
2013-10-07Bluetooth: Make mgmt_discovering() return voidMarcel Holtmann1-1/+1
2013-10-07Bluetooth: Make mgmt_remote_name() return voidMarcel Holtmann1-2/+2
2013-10-07Bluetooth: Make mgmt_device_found() return voidMarcel Holtmann1-3/+3
2013-10-07Bluetooth: Make mgmt_device_disconnected() return voidMarcel Holtmann1-2/+2
2013-10-07Bluetooth: Make mgmt_device_connected() return voidMarcel Holtmann1-3/+3
2013-10-07Bluetooth: Make mgmt_connect_failed() return voidMarcel Holtmann1-2/+2
2013-10-07Bluetooth: Make mgmt_disconnect_failed() return voidMarcel Holtmann1-2/+2
2013-10-07Bluetooth: Make mgmt_set_powered_failed() return voidMarcel Holtmann1-1/+1
2013-10-07Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return voidMarcel Holtmann1-2/+2
2013-10-06Bluetooth: Remove mgmt_valid_hdev() helper functionMarcel Holtmann1-1/+0
2013-10-06Bluetooth: Remove no longer needed mgmt_new_settings() functionMarcel Holtmann1-1/+0
2013-10-06Bluetooth: Use helper function for re-enabling advertisingMarcel Holtmann1-0/+1
2013-10-06Bluetooth: Move hci_amp_capable() function into L2CAP coreMarcel Holtmann1-16/+0
2013-10-06Bluetooth: Separate AMP controller type from HCI device typeMarcel Holtmann1-1/+1
2013-10-06Bluetooth: Remove useless external function to count controllersMarcel Holtmann1-13/+0
2013-10-05Bluetooth: Add public mgmt function to send New Settings eventJohan Hedberg1-0/+1
2013-10-02Bluetooth: Add management command for setting static addressMarcel Holtmann1-0/+1
2013-09-25Bluetooth: Use async request for LE enable/disableJohan Hedberg1-1/+0
2013-09-23bluetooth: Remove extern from function prototypesJoe Perches1-12/+11
2013-08-21Bluetooth: Add SCO connection fallbackFrédéric Dalleau1-1/+1
2013-08-21Bluetooth: Add constants and macro declaration for transparent dataFrédéric Dalleau1-0/+1
2013-08-21Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau1-2/+3
2013-08-21Bluetooth: Add constants for SCO airmodeFrédéric Dalleau1-0/+4
2013-08-21Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau1-0/+2
2013-06-23Bluetooth: Remove inquiry helpersAndre Guedes1-2/+0
2013-06-23Bluetooth: Remove LE scan helpersAndre Guedes1-13/+0
2013-06-23Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes1-1/+0
2013-06-23Bluetooth: Use HCI request in interleaved discoveryAndre Guedes1-1/+0
2013-06-23Bluetooth: Move discovery macros to hci_core.hAndre Guedes1-0/+10
2013-06-23Bluetooth: Make mgmt_start_discovery_failed staticAndre Guedes1-1/+0
2013-06-23Bluetooth: Make inquiry_cache_flush non-staticAndre Guedes1-0/+1
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg1-0/+1
2013-04-19Bluetooth: Fix HCI command send functions to use const specifierJohan Hedberg1-6/+8
2013-04-18Bluetooth: Add reading of all local feature pagesJohan Hedberg1-1/+2
2013-04-18Bluetooth: Track feature pages in a single tableJohan Hedberg1-24/+25
2013-04-18Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau1-1/+0
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann1-0/+31
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann1-4/+0
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann1-1/+1
2013-04-04Bluetooth: Remove driver init queue from coreMarcel Holtmann1-2/+0