aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-22Bluetooth: Fix __hci_request synchronization for hci_open_devGravatar Johan Hedberg 1-10/+23
2010-12-01Bluetooth: clean up hci codeGravatar Andrei Emeltchenko 1-3/+5
2010-12-01Bluetooth: do not use assignment in if conditionGravatar Andrei Emeltchenko 1-6/+12
2010-12-01Bluetooth: Automate remote name requestsGravatar Johan Hedberg 1-18/+54
2010-12-01Bluetooth: Create a unified authentication request functionGravatar Johan Hedberg 1-14/+40
2010-12-01Bluetooth: Simplify remote features callback function logicGravatar Johan Hedberg 1-44/+47
2010-11-09Bluetooth: Fix non-SSP auth request for HIGH security level socketsGravatar Johan Hedberg 1-0/+6
2010-07-27Bluetooth: Defer SCO setup if mode change is pendingGravatar Marcel Holtmann 1-16/+15
2010-07-21Bluetooth: Fix typo in hci_event.cGravatar Gustavo F. Padovan 1-2/+2
2010-07-21Bluetooth: Reassigned copyright to Code Aurora ForumGravatar Ron Shaffer 1-1/+1
2010-07-21Bluetooth: Add blacklist support for incoming connectionsGravatar Johan Hedberg 1-1/+1
2010-07-08Bluetooth: Reset the security level after an authentication failureGravatar Johan Hedberg 1-0/+2
2010-02-27Bluetooth: Add SCO fallback for unsupported feature errorGravatar Stephen Coe 1-0/+1
2010-02-03Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature)Gravatar Nick Pelly 1-0/+1
2009-12-03Bluetooth: Unobfuscate tasklet_schedule usageGravatar Marcel Holtmann 1-3/+3
2009-08-22Bluetooth: Add extra device reference counting for connectionsGravatar Marcel Holtmann 1-0/+2
2009-05-09Bluetooth: Don't trigger disconnect timeout for security mode 3 pairingGravatar Marcel Holtmann 1-1/+1
2009-04-28Bluetooth: Add different pairing timeout for Legacy PairingGravatar Marcel Holtmann 1-1/+35
2009-04-19Bluetooth: Add workaround for wrong HCI event in eSCO setupGravatar Marcel Holtmann 1-2/+10
2009-04-19Bluetooth: Fallback from eSCO to SCO on unspecified errorGravatar Marcel Holtmann 1-9/+17
2009-02-27Bluetooth: Move hci_conn_del_sysfs() back to avoid device destruct too earlyGravatar Dave Young 1-2/+0
2009-02-27Bluetooth: Ask upper layers for HCI disconnect reasonGravatar Marcel Holtmann 1-1/+1
2009-02-27Bluetooth: Add SCO fallback for eSCO connection attemptsGravatar Marcel Holtmann 1-0/+16
2009-02-27Bluetooth: Add enhanced security model for Simple PairingGravatar Marcel Holtmann 1-1/+2
2009-02-27Bluetooth: Fix SCO state handling for incoming connectionsGravatar Marcel Holtmann 1-1/+2
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 1-5/+0
2008-09-09[Bluetooth] Fix reference counting during ACL config stageGravatar Marcel Holtmann 1-7/+4
2008-07-14[Bluetooth] Use a more unique bus name for connectionsGravatar Marcel Holtmann 1-0/+7
2008-07-14[Bluetooth] Initiate authentication during connection establishmentGravatar Marcel Holtmann 1-11/+103
2008-07-14[Bluetooth] Use ACL config stage to retrieve remote featuresGravatar Marcel Holtmann 1-20/+107
2008-07-14[Bluetooth] Track status of remote Simple Pairing modeGravatar Marcel Holtmann 1-0/+43
2008-07-14[Bluetooth] Track status of Simple Pairing modeGravatar Marcel Holtmann 1-0/+37
2008-07-14[Bluetooth] Disable disconnect timer during Simple PairingGravatar Marcel Holtmann 1-0/+40
2008-07-14[Bluetooth] Update class of device value whenever possibleGravatar Marcel Holtmann 1-0/+4
2008-07-14[Bluetooth] Some cleanups for HCI event handlingGravatar Marcel Holtmann 1-16/+23
2008-07-14[Bluetooth] Make use of the default link policy settingsGravatar Marcel Holtmann 1-12/+63
2008-07-14[Bluetooth] Track connection packet type changesGravatar Marcel Holtmann 1-7/+25
2008-07-14[Bluetooth] Support the case when headset falls back to SCO linkGravatar Marcel Holtmann 1-2/+10
2008-07-14[Bluetooth] Update authentication status after successful encryptionGravatar Marcel Holtmann 1-2/+4
2008-05-02bluetooth: use get/put_unaligned_* helpersGravatar Harvey Harrison 1-5/+4
2007-10-22[Bluetooth] Add support for handling simple eSCO linksGravatar Marcel Holtmann 1-13/+86
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesGravatar Marcel Holtmann 1-736/+862
2007-07-11[Bluetooth] Add basics to better support and handle eSCO linksGravatar Marcel Holtmann 1-8/+21
2007-04-25[NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate.Gravatar YOSHIFUJI Hideaki 1-4/+4
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-13/+13
2006-11-21[Bluetooth] Handling pending connect attempts after inquiryGravatar Marcel Holtmann 1-0/+19
2006-10-15[Bluetooth] Support concurrent connect requestsGravatar Marcel Holtmann 1-4/+11
2006-09-28[Bluetooth]: Don't update disconnect timer for incoming connectionsGravatar Marcel Holtmann 1-4/+4
2006-09-28[Bluetooth] Support create connection cancel commandGravatar Marcel Holtmann 1-0/+4