summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg2013-10-021-0/+3
* Bluetooth: Disable upper layer connections when user channel is activeMarcel Holtmann2013-09-161-0/+1
* Bluetooth: Add SCO connection fallbackFrédéric Dalleau2013-08-211-8/+36
* Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau2013-08-211-5/+19
* Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau2013-08-211-6/+2Star
* Bluetooth: introduce hci_conn ref-countingDavid Herrmann2013-04-171-2/+1Star
* Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann2013-04-171-16/+1Star
* Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi2013-04-111-0/+12
* Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann2013-04-111-3/+3
* Bluetooth: Rename hci_acl_disconnAndre Guedes2013-03-081-2/+2
* Bluetooth: Fix hci_conn timeout routineAndre Guedes2013-01-311-3/+3
* Bluetooth: Add put(hcon) when deleting hchanAndrei Emeltchenko2012-11-011-0/+2
* Bluetooth: Disallow LE scanning and connecting in peripheral roleJohan Hedberg2012-11-011-0/+3
* Bluetooth: Add state to hci_chanMat Martineau2012-10-241-0/+1
* Bluetooth: AMP: Add handle to hci_chan structureAndrei Emeltchenko2012-10-111-0/+32
* Bluetooth: AMP: Handle AMP_LINK timeoutAndrei Emeltchenko2012-10-111-3/+29
* Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-271-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-09-241-38/+62
|\
| * Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko2012-09-081-3/+1Star
| * Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes2012-08-211-5/+6
| * Bluetooth: Add type information to the hci_connect() debug statementVinicius Costa Gomes2012-08-151-1/+1
| * Bluetooth: Simplify a the connection type handlingVinicius Costa Gomes2012-08-151-4/+7
| * Bluetooth: Refactor SCO connection into its own functionVinicius Costa Gomes2012-08-151-14/+19
| * Bluetooth: Refactor ACL connection into its own functionVinicius Costa Gomes2012-08-151-10/+22
| * Bluetooth: Refactor LE connection into its own functionVinicius Costa Gomes2012-08-151-24/+29
| * Bluetooth: Rename LE and ACL connection functionsVinicius Costa Gomes2012-08-151-9/+9
| * Bluetooth: Remove some functions from being exportedVinicius Costa Gomes2012-08-151-2/+2
* | Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes2012-08-271-0/+4
|/
* Bluetooth: Route traffic only through BR/EDR controllerAndrei Emeltchenko2012-06-301-1/+2
* Bluetooth: Improve debugging messages for hci_connAndrei Emeltchenko2012-06-301-22/+22
* Bluetooth: Allow only one LE connection attemptAndrzej Kaczmarek2012-06-051-0/+5
* Bluetooth: A2MP: AMP Manager basic functionsAndrei Emeltchenko2012-06-051-0/+4
* Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko2012-06-051-18/+18
* Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan2012-06-051-5/+0Star
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-15/+1Star
* Bluetooth: Fix coding style in the subsystemGustavo Padovan2012-06-051-1/+2
* Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan2012-06-051-1/+1
* Bluetooth: trivial: Remove empty lineAndrei Emeltchenko2012-06-051-1/+0Star
* Bluetooth: Fix coding style in hci_conn.cGustavo Padovan2012-06-051-14/+12Star
* Bluetooth: Remove unused hci_le_ltk_neg_reply()Syam Sidhardhan2012-05-091-14/+0Star
* Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan2012-05-091-16/+0Star
* Bluetooth: Add dst_type parameter to hci_connectAndre Guedes2012-05-091-8/+3Star
* Bluetooth: Remove useless code in hci_connectAndre Guedes2012-05-091-3/+0Star
* Bluetooth: Add support for reusing the same hci_conn for LE linksVinicius Costa Gomes2012-05-091-14/+18
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* Bluetooth: Fix two minor style issues in HCI codeMarcel Holtmann2012-02-231-1/+1
* Bluetooth: Remove HCI notifier handlingMarcel Holtmann2012-02-201-1/+0Star
* Bluetooth: Fix hci_connect error return valuesJohan Hedberg2012-02-191-2/+2
* Bluetooth: Prefix hex numbers with object nameAndrei Emeltchenko2012-02-171-1/+1
* Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko2012-02-171-1/+1