summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-11Bluetooth: AMP: Handle AMP_LINK connectionAndrei Emeltchenko1-0/+1
2012-10-11Bluetooth: AMP: Handle number of compl blocks for AMP_LINKAndrei Emeltchenko1-2/+23
2012-09-28Bluetooth: Use %zu print specifier for size_t typeAndrei Emeltchenko1-1/+1
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko1-8/+7
2012-09-27Bluetooth: Fix two warnings in BT_DBGGustavo Padovan1-1/+1
2012-09-27Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko1-0/+20
2012-09-27Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko1-0/+21
2012-09-27Bluetooth: AMP: Write remote AMP AssocAndrei Emeltchenko1-0/+29
2012-09-27Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko1-0/+9
2012-09-27Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocAndrei Emeltchenko1-0/+41
2012-09-27Bluetooth: AMP: Use HCI cmd to Read AMP InfoAndrei Emeltchenko1-1/+5
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-6/+93
2012-09-18Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg1-0/+67
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-6/+22
2012-08-21Bluetooth: mgmt: Add device disconnect reasonMikel Astiz1-3/+23
2012-08-21Bluetooth: Fix minor coding style in hci_event.cMikel Astiz1-4/+4
2012-08-06Bluetooth: Set name_state to unknown when entry name is emptyRam Malovany1-0/+2
2012-08-06Bluetooth: Fix using a NULL inquiry cache entryRam Malovany1-5/+11
2012-08-06Bluetooth: Fix using NULL inquiry entryRam Malovany1-0/+3
2012-08-06Bluetooth: Fix legacy pairing with some devicesSzymon Janc1-1/+6
2012-08-06Bluetooth: Refactor in hci_le_conn_complete_evtAndre Guedes1-13/+9
2012-08-06Bluetooth: Lookup hci_conn in hci_le_conn_complete_evtAndre Guedes1-2/+2
2012-08-06Bluetooth: Find hci_conn by BT_CONNECT stateAndre Guedes1-8/+3
2012-08-06Bluetooth: Refactor hci_cs_le_create_connAndre Guedes1-14/+16
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-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gustavo Padovan1-0/+48
2012-06-08Bluetooth: 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