summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann2015-03-131-1/+1
* Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann2015-03-131-7/+7
* Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-1/+1
* Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-2/+2
* Bluetooth: Improve error handling in connect aclLukasz Rymanowski2015-02-141-1/+5
* Bluetooth: Do not allow LE connection if LE is not enabledLukasz Rymanowski2015-02-141-0/+8
* Bluetooth: Remove unused functionRickard Strandqvist2015-01-161-15/+0Star
* Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann2015-01-121-1/+1
* Bluetooth: Create debugfs directory for each connection handleMarcel Holtmann2014-12-201-0/+3
* Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg2014-12-191-0/+1
* Bluetooth: Fix generation of non-resolvable private addressesMarcel Holtmann2014-12-081-1/+1
* Bluetooth: Fix initializing hci_conn RSSI to invalid valueJohan Hedberg2014-12-051-0/+1
* Bluetooth: Fix check for direct advertisingJohan Hedberg2014-10-281-1/+1
* Bluetooth: Fix LE connection timeout deadlockJohan Hedberg2014-10-281-1/+1
* Bluetooth: fix shadow warning in hci_disconnect()Fabian Frederick2014-10-251-3/+4
* Bluetooth: Defer connection-parameter removal when unpairingAlfonso Acosta2014-10-251-0/+3
* Bluetooth: Rename sco_param_wideband table to esco_param_msbcJohan Hedberg2014-09-251-3/+3
* Bluetooth: Add retransmission effort into SCO parameter tableJohan Hedberg2014-09-241-12/+11Star
* Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg2014-09-241-1/+1
* Bluetooth: Check for SCO type before setting retransmission effortBernhard Thaler2014-09-231-5/+17
* Bluetooth: Move clock offset reading into hci_disconnect()Johan Hedberg2014-09-081-19/+13Star
* Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg2014-09-081-2/+2
* Bluetooth: Remove hci_conn_hold/drop from hci_chanJohan Hedberg2014-09-081-4/+1Star
* Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg2014-09-081-0/+6
* Bluetooth: Set disc_timeout to 0 when calling hci_chan_delJohan Hedberg2014-09-081-0/+3
* Bluetooth: Fix hci_conn reference counting with hci_chanJohan Hedberg2014-09-081-1/+3
* Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg2014-09-081-0/+1
* Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg2014-08-201-0/+8
* Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg2014-07-211-2/+2
* Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg2014-07-181-1/+1
* Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg2014-07-171-0/+3
* Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-171-1/+2
* Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg2014-07-161-8/+9
* Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-161-3/+4
* Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg2014-07-161-7/+6Star
* Bluetooth: Fix advertising and active scanning co-existenceJohan Hedberg2014-07-081-0/+10
* Bluetooth: Stop advertising always before initiating a connectionJohan Hedberg2014-07-081-3/+12
* Bluetooth: Use real advertising state to random address update decisionJohan Hedberg2014-07-081-2/+2
* Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg2014-07-071-2/+4
* Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg2014-07-071-4/+1Star
* Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg2014-07-061-1/+3
* Bluetooth: Make hci_le_conn_update return the store hintJohan Hedberg2014-07-031-2/+7
* Bluetooth: Provide defaults for LE connection latency and timeoutMarcel Holtmann2014-07-031-2/+2
* Bluetooth: Use LE connection parameters if knownMarcel Holtmann2014-07-031-1/+6
* Bluetooth: Store latency and supervision timeout in connection paramsMarcel Holtmann2014-07-031-2/+14
* Bluetooth: Restrict access for raw-only controllersMarcel Holtmann2014-07-031-7/+0Star
* Bluetooth: Send HCI_Read_Clock_Offset before disconnectingMarcel Holtmann2014-07-031-0/+19
* Bluetooth: Remove unneeded hci_conn_disconnect abstractionMarcel Holtmann2014-07-031-16/+6Star
* Bluetooth: Remove reason parameter from hci_amp_disconn functionMarcel Holtmann2014-07-031-4/+5
* Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg2014-07-031-10/+33