aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-02Bluetooth: Add a new mgmt_set_bredr commandJohan Hedberg1-0/+5
2013-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-1/+5
2013-09-25Bluetooth: Add new mgmt setting for LE advertisingJohan Hedberg1-0/+1
2013-09-25Bluetooth: Use async request for LE enable/disableJohan Hedberg1-6/+5
2013-09-16Bluetooth: Fix encryption key size for peripheral roleAndre Guedes1-0/+2
2013-09-16Bluetooth: Fix security level for peripheral roleAndre Guedes1-1/+3
2013-08-21Bluetooth: Add SCO connection fallbackFrédéric Dalleau1-3/+3
2013-08-21Bluetooth: Handle specific error for SCO connection fallbackFrédéric Dalleau1-0/+1
2013-07-25Bluetooth: Use defines instead of integer literalsMikel Astiz1-4/+5
2013-07-25Bluetooth: Use defines in in hci_get_auth_req()Mikel Astiz1-5/+8
2013-06-23Bluetooth: Use HCI_MGMT instead of HCI_LINK_KEYS flagAndrei Emeltchenko1-2/+2
2013-06-23Bluetooth: Remove empty event handlerAndre Guedes1-12/+0
2013-06-23Bluetooth: Refactor hci_cc_le_set_scan_enableAndre Guedes1-6/+3
2013-06-23Bluetooth: Remove stop discovery handling from hci_event.cAndre Guedes1-14/+2
2013-06-23Bluetooth: Use HCI request in interleaved discoveryAndre Guedes1-10/+0
2013-06-23Bluetooth: Remove start discovery handling from hci_event.cAndre Guedes1-23/+1
2013-04-18Bluetooth: Rename LE_SCANNING_* macrosAndre Guedes1-2/+2
2013-04-18Bluetooth: Add reading of all local feature pagesJohan Hedberg1-0/+2
2013-04-18Bluetooth: Track feature pages in a single tableJohan Hedberg1-28/+30
2013-04-18Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau1-36/+0
2013-04-18Bluetooth: Fix incorrect SSP mode bit for non SSP devicesJaganath Kanakkassery1-1/+12
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann1-4/+0
2013-04-11Bluetooth: Fix SCO connection referenceClaudio Takahasi1-1/+0
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann1-18/+18
2013-04-04Bluetooth: Add support for custom event terminated commandsJohan Hedberg1-1/+10
2013-04-04Bluetooth: Track received events in hdevJohan Hedberg1-0/+12
2013-04-04Bluetooth: Fix hci_inquiry ioctl usageAndre Guedes1-0/+5
2013-04-04Bluetooth: Fix HCI request frameworkAndre Guedes1-5/+1
2013-03-18Bluetooth: Update page scan parameters after successful write commandsJohan Hedberg1-0/+43
2013-03-18Bluetooth: Add reading of page scan parametersJohan Hedberg1-0/+32
2013-03-18Bluetooth: Handle AD updating through an async requestJohan Hedberg1-10/+9
2013-03-18Bluetooth: Add a define for the HCI persistent flags maskJohan Hedberg1-1/+1
2013-03-18Bluetooth: Remove useless HCI_PENDING_CLASS flagJohan Hedberg1-2/+1
2013-03-09Bluetooth: Fix endianness handling of cmd_status/complete opcodesJohan Hedberg1-4/+4
2013-03-08Bluetooth: Remove empty HCI event handlersJohan Hedberg1-164/+0
2013-03-08Bluetooth: Use async requests internally in hci_req_syncJohan Hedberg1-74/+4
2013-03-08Bluetooth: Add request cmd_complete and cmd_status functionsJohan Hedberg1-0/+7
2013-03-08Bluetooth: Split HCI init sequence into three stagesJohan Hedberg1-253/+2
2013-03-08Bluetooth: Rename hci_acl_disconnAndre Guedes1-2/+2
2013-02-01Bluetooth: Remove unneeded lockingAndre Guedes1-4/+0
2013-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-0/+60
2013-01-23Bluetooth: Add support for reading LE supported statesJohan Hedberg1-0/+20
2013-01-23Bluetooth: Add support for reading LE White List SizeJohan Hedberg1-0/+20
2013-01-23Bluetooth: Add LE Local Features reading supportJohan Hedberg1-0/+20
2013-01-09Bluetooth: Fix sending HCI commands after resetSzymon Janc1-1/+1
2012-12-03Bluetooth: Move double negation to macrosGustavo Padovan1-2/+2
2012-12-03Bluetooth: Implement deferred sco socket setupFrédéric Dalleau1-4/+48
2012-11-18Bluetooth: Fix updating advertising state flags and dataJohan Hedberg1-0/+31
2012-11-18Bluetooth: Add support for setting LE advertising dataJohan Hedberg1-1/+10
2012-11-18Bluetooth: Use proper invalid value for tx_powerJohan Hedberg1-0/+2