aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-19Bluetooth: Expose debugfs settings for LE connection intervalMarcel Holtmann1-2/+3
2013-10-19Bluetooth: Select the own address type during initial setup phaseMarcel Holtmann1-6/+1
2013-10-16Bluetooth: Convert idle timer to use delayed workJohan Hedberg1-15/+7
2013-10-16Bluetooth: Convert auto accept timer to use delayed workJohan Hedberg1-8/+6
2013-10-13Bluetooth: Store source address of HCI connectionsMarcel Holtmann1-2/+5
2013-10-13Bluetooth: Store the source address type of LE connectionsMarcel Holtmann1-4/+7
2013-10-13Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann1-1/+4
2013-10-11Bluetooth: Make LE scan interval and window a controller optionMarcel Holtmann1-2/+2
2013-10-11Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann1-1/+1
2013-10-11Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann1-1/+2
2013-10-10Bluetooth: Refactor hci_connect_leAndre Guedes1-18/+33
2013-10-10Bluetooth: Use HCI request for LE connectionAndre Guedes1-24/+67
2013-10-06Bluetooth: Use random address if public address is not availableMarcel Holtmann1-0/+4
2013-10-05Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg1-1/+1
2013-10-03Bluetooth: Initialize hci_conn fields in hci_connect_leAndre Guedes1-5/+5
2013-10-03Bluetooth: Rename hci_conn variable in hci_connect_le()Andre Guedes1-13/+13
2013-10-02Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg1-0/+3
2013-09-16Bluetooth: Disable upper layer connections when user channel is activeMarcel Holtmann1-0/+1
2013-08-21Bluetooth: Add SCO connection fallbackFrédéric Dalleau1-8/+36
2013-08-21Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau1-5/+19
2013-08-21Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau1-6/+2
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann1-2/+1
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann1-16/+1
2013-04-11Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi1-0/+12
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann1-3/+3
2013-03-08Bluetooth: Rename hci_acl_disconnAndre Guedes1-2/+2
2013-01-31Bluetooth: Fix hci_conn timeout routineAndre Guedes1-3/+3
2012-11-01Bluetooth: Add put(hcon) when deleting hchanAndrei Emeltchenko1-0/+2
2012-11-01Bluetooth: Disallow LE scanning and connecting in peripheral roleJohan Hedberg1-0/+3
2012-10-24Bluetooth: Add state to hci_chanMat Martineau1-0/+1
2012-10-11Bluetooth: AMP: Add handle to hci_chan structureAndrei Emeltchenko1-0/+32
2012-10-11Bluetooth: AMP: Handle AMP_LINK timeoutAndrei Emeltchenko1-3/+29
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko1-3/+3
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-38/+62
2012-09-08Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko1-3/+1
2012-08-27Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes1-0/+4
2012-08-21Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes1-5/+6
2012-08-15Bluetooth: Add type information to the hci_connect() debug statementVinicius Costa Gomes1-1/+1
2012-08-15Bluetooth: Simplify a the connection type handlingVinicius Costa Gomes1-4/+7
2012-08-15Bluetooth: Refactor SCO connection into its own functionVinicius Costa Gomes1-14/+19
2012-08-15Bluetooth: Refactor ACL connection into its own functionVinicius Costa Gomes1-10/+22
2012-08-15Bluetooth: Refactor LE connection into its own functionVinicius Costa Gomes1-24/+29
2012-08-15Bluetooth: Rename LE and ACL connection functionsVinicius Costa Gomes1-9/+9
2012-08-15Bluetooth: Remove some functions from being exportedVinicius Costa Gomes1-2/+2
2012-06-30Bluetooth: Route traffic only through BR/EDR controllerAndrei Emeltchenko1-1/+2
2012-06-30Bluetooth: Improve debugging messages for hci_connAndrei Emeltchenko1-22/+22
2012-06-05Bluetooth: Allow only one LE connection attemptAndrzej Kaczmarek1-0/+5
2012-06-05Bluetooth: A2MP: AMP Manager basic functionsAndrei Emeltchenko1-0/+4
2012-06-05Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko1-18/+18
2012-06-05Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan1-5/+0