summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-06Bluetooth: Remove unneeded codeAndre Guedes1-10/+0
2012-08-06Bluetooth: Fix hci_le_conn_complete_evtAndre Guedes1-0/+5
2012-08-06Bluetooth: Trivial refactoringAndre Guedes1-2/+1
2012-08-06Bluetooth: Remove locking in hci_user_passkey_request_evtAndre Guedes1-4/+0
2012-08-06Bluetooth: Use lmp_no_flush_capable where applicableAndre Guedes1-1/+1
2012-08-06Bluetooth: Use lmp_sniffsubr_capable where applicableAndre Guedes1-1/+1
2012-08-06Bluetooth: Use lmp_sniff_capable where applicableAndre Guedes1-1/+1
2012-08-06Bluetooth: Use lmp_rswitch_capable where applicableAndre Guedes1-1/+1
2012-08-06Bluetooth: Use lmp_esco_capable where applicableAndre Guedes1-1/+1
2012-08-06Bluetooth: Use lmp_ssp_capable where applicableAndre Guedes1-1/+1
2012-08-06Bluetooth: Use lmp_le_capable where applicableAndre Guedes1-2/+2
2012-07-11Bluetooth: debug: Use standard hex object specifiers in hci_eventAndrei Emeltchenko1-85/+85
2012-06-12Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gustavo Padovan1-0/+48
2012-06-09Bluetooth: Add support for encryption key refreshJohan Hedberg1-0/+48
2012-06-05Bluetooth: Fix not removing hci_conn for failed LE connectionAndrzej Kaczmarek1-9/+13
2012-06-05Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko1-3/+3
2012-06-05Bluetooth: Use lmp_ssp_capable() macroGustavo Padovan1-1/+1
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-14/+1
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan1-9/+14
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan1-85/+59
2012-06-05Bluetooth: Use defined link key sizeAndrei Emeltchenko1-1/+1
2012-06-05Bluetooth: Fix coding style in hci_event.cGustavo Padovan1-104/+135
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/...John 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