aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-16Bluetooth: Report proper error number in disconnectionGustavo Padovan1-1/+1
2012-05-16Bluetooth: Fix EIR data generation for mgmt_device_foundVishal Agarwal1-1/+3
2012-05-16Bluetooth: Fix Inquiry with RSSI event maskJohan Hedberg1-1/+1
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-2/+9
2012-05-14Bluetooth: mgmt: Fix device_connected sending orderJohan Hedberg1-2/+2
2012-05-14Bluetooth: notify userspace of security level changeGustavo Padovan1-0/+7
2012-05-09Bluetooth: Enable Low Energy support by defaultMarcel Holtmann1-1/+1
2012-05-09Bluetooth: Remove advertising cacheAndre Guedes1-7/+0
2012-05-09Bluetooth: mgmt: Fix missing connect failed event for LEHemant Gupta1-0/+2
2012-05-09Bluetooth: Ignore inquiry results from periodic inquiryAndre Guedes1-0/+9
2012-05-09Bluetooth: Add HCI_PERIODIC_INQ to dev_flagsAndre Guedes1-1/+9
2012-05-09Bluetooth: Add Periodic Inquiry command complete handlerAndre Guedes1-0/+11
2012-05-09Bluetooth: LE support for MGMT stop discoveryAndre Guedes1-1/+5
2012-05-09Bluetooth: Fix type in cpu_to_le conversionAndrei Emeltchenko1-3/+3
2012-05-09Bluetooth: Add TX power tag to EIR dataMarcel Holtmann1-3/+6
2012-05-09Bluetooth: Check FINDING state in interleaved discoveryAndre Guedes1-1/+2
2012-05-09Bluetooth: trivial: Correct endian conversionAndrei Emeltchenko1-1/+1
2012-04-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville1-0/+3
2012-04-24Bluetooth: Fix missing break in hci_cmd_complete_evtSzymon Janc1-0/+1
2012-04-16Bluetooth: Temporary keys should be retained during connectionVishal Agarwal1-0/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan1-57/+53
2012-03-03Bluetooth: mgmt: Fix updating local name when powering onJohan Hedberg1-8/+0
2012-03-02Bluetooth: Fix clearing of HCI_PENDING_CLASS flagJohan Hedberg1-1/+1
2012-03-01Bluetooth: Fix coding style with breaking linesGustavo F. Padovan1-1/+2
2012-02-29Bluetooth: Use NULL instead of integer for mgmt_device_connected paramSzymon Janc1-1/+1
2012-02-28Bluetooth: Use LMP_HOST_SSP define instead of magic valuesJohan Hedberg1-3/+3
2012-02-28Bluetooth: Remove redundant read_host_features commandsJohan Hedberg1-25/+34
2012-02-24Bluetooth: Fix init request completion with AMP controllersAndrei Emeltchenko1-1/+4
2012-02-24Bluetooth: Fix init request completion with old controllersJohan Hedberg1-0/+2
2012-02-23Bluetooth: mgmt: Add flags parameter to device_connectedJohan Hedberg1-4/+4
2012-02-23Bluetooth: Set DISCOVERY_STOPPED if controller resetsAndre Guedes1-0/+2
2012-02-23Bluetooth: mgmt: Add legacy pairing info to dev_found eventsJohan Hedberg1-12/+14
2012-02-23Bluetooth: mgmt: Allow local name changes while powered offJohan Hedberg1-3/+10
2012-02-23Bluetooth: Fix read_name updating when HCI_SETUP is not setJohan Hedberg1-1/+2
2012-02-23Bluetooth: Send management event for class of device changesMarcel Holtmann1-4/+9
2012-02-23Bluetooth: mgmt: Fix updating EIR when updating the nameJohan Hedberg1-3/+3
2012-02-23Bluetooth: mgmt: Implement Set LE commandJohan Hedberg1-1/+6
2012-02-23Bluetooth: Explicitly clear EIR data upon hci_dev setupJohan Hedberg1-4/+13
2012-02-23Bluetooth: mgmt: Make Set SSP command callable while powered offJohan Hedberg1-11/+9
2012-02-23Bluetooth: Remove unneeded hci_cc_read_ssp_mode functionJohan Hedberg1-19/+0
2012-02-23Bluetooth: mgmt: Make Set Link Security callable while powered offJohan Hedberg1-0/+6
2012-02-21Bluetooth: Fix clearing of persistent dev_flagsJohan Hedberg1-3/+2
2012-02-20Bluetooth: Set supported settings based on enabled HS and/or LEMarcel Holtmann1-5/+0
2012-02-20Bluetooth: Remove HCI notifier handlingMarcel Holtmann1-29/+0
2012-02-20Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann1-1/+1
2012-02-19Bluetooth: Interleaved discovery supportAndre Guedes1-4/+9
2012-02-19Bluetooth: Merge INQUIRY and LE_SCAN discovery statesAndre Guedes1-3/+3
2012-02-17Bluetooth: mgmt: Add support for Set SSP commandJohan Hedberg1-1/+5
2012-02-17Bluetooth: mgmt: Add support for Set Link Security commandJohan Hedberg1-0/+3