summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-19Bluetooth: Add support for setting SSP debug modeMarcel Holtmann1-0/+2
2013-10-19Bluetooth: Remove interval parameter from HCI connectionMarcel Holtmann1-1/+0
2013-10-19Bluetooth: Store local version information only during setup phaseMarcel Holtmann1-8/+7
2013-10-19Bluetooth: Add workaround for buggy max_page features page valueMarcel Holtmann1-1/+2
2013-10-18Bluetooth: Add address type to device blacklist tableMarcel Holtmann1-1/+1
2013-10-16Bluetooth: Convert auto accept timer to use delayed workJohan Hedberg1-1/+2
2013-10-16Bluetooth: Store scan response data in HCI deviceMarcel Holtmann1-0/+3
2013-10-15Bluetooth: Move eir_get_length() function into hci_event.cMarcel Holtmann1-0/+17
2013-10-15Bluetooth: Move arming of discoverable timeout to complete handlerMarcel Holtmann1-5/+0
2013-10-15Bluetooth: Update advertising data based on management commandsMarcel Holtmann1-8/+0
2013-10-14Bluetooth: Read number of supported IAC on controller setupMarcel Holtmann1-0/+19
2013-10-14Bluetooth: Fix updating advertising data needlesslyJohan Hedberg1-1/+1
2013-10-13Bluetooth: Update source address and type for incoming LE connectionsMarcel Holtmann1-0/+11
2013-10-11Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann1-1/+1
2013-10-11Bluetooth: Move amp.h header file into net/bluetooth/Marcel Holtmann1-1/+2
2013-10-10Bluetooth: Use HCI request for LE connectionAndre Guedes1-31/+0
2013-10-07Bluetooth: Fix variable shadow warningsJohannes Berg1-5/+7
2013-10-06Bluetooth: Use helper function for re-enabling advertisingMarcel Holtmann1-35/+1
2013-10-05Bluetooth: Fix re-enabling advertising after a connectionJohan Hedberg1-1/+50
2013-10-05Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg1-3/+3
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