aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-01Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evtAndrei Emeltchenko1-13/+2
2012-11-01Bluetooth: AMP: Remove hci_conn receiving error command statusAndrei Emeltchenko1-4/+13
2012-11-01Bluetooth: AMP: Process Disc Physical Link Complete evtAndrei Emeltchenko1-0/+26
2012-11-01Bluetooth: AMP: Process Disc Logical LinkAndrei Emeltchenko1-0/+28
2012-11-01Bluetooth: AMP: Add Logical Link Create functionAndrei Emeltchenko1-0/+9
2012-11-01Bluetooth: Remove unnecessary include export.hSyam Sidhardhan1-1/+0
2012-11-01Bluetooth: AMP: Process Logical Link complete evtAndrei Emeltchenko1-0/+42
2012-11-01Bluetooth: AMP: Process Physical Link Complete evtAndrei Emeltchenko1-0/+55
2012-11-01Bluetooth: Fix setting host feature bits for SSPJohan Hedberg1-3/+10
2012-11-01Bluetooth: Make use feature test macrosJohan Hedberg1-13/+13
2012-11-01Bluetooth: Fix updating host feature bits for LEJohan Hedberg1-0/+5
2012-10-24Bluetooth: Replace *_init() for *_setup()Gustavo Padovan1-4/+4
2012-10-24Bluetooth: Read adversiting channel TX power during init sequenceJohan Hedberg1-0/+20
2012-10-24Bluetooth: Add setting of the LE event maskJohan Hedberg1-0/+20
2012-10-24Bluetooth: Add initial support for LE-only controllersJohan Hedberg1-5/+53
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/bluetooth/bluetooth-nextJohn 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/linville/wirelessJohn 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