aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-10Bluetooth: timeout handling in new connect procedureJakub Pawlowski1-2/+6
2015-08-10Bluetooth: advertisement handling in new connect procedureJakub Pawlowski1-15/+37
2015-08-10Bluetooth: add hci_connect_le_scanJakub Pawlowski1-0/+174
2015-08-10Bluetooth: add hci_lookup_le_connectJakub Pawlowski1-3/+2
2015-06-09Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg1-2/+2
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann1-1/+1
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann1-1/+1
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann1-7/+7
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg1-1/+1
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg1-2/+2
2015-02-14Bluetooth: Improve error handling in connect aclLukasz Rymanowski1-1/+5
2015-02-14Bluetooth: Do not allow LE connection if LE is not enabledLukasz Rymanowski1-0/+8
2015-01-16Bluetooth: Remove unused functionRickard Strandqvist1-15/+0
2015-01-12Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann1-1/+1
2014-12-20Bluetooth: Create debugfs directory for each connection handleMarcel Holtmann1-0/+3
2014-12-19Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg1-0/+1
2014-12-08Bluetooth: Fix generation of non-resolvable private addressesMarcel Holtmann1-1/+1
2014-12-05Bluetooth: Fix initializing hci_conn RSSI to invalid valueJohan Hedberg1-0/+1
2014-10-28Bluetooth: Fix check for direct advertisingJohan Hedberg1-1/+1
2014-10-28Bluetooth: Fix LE connection timeout deadlockJohan Hedberg1-1/+1
2014-10-25Bluetooth: fix shadow warning in hci_disconnect()Fabian Frederick1-3/+4
2014-10-25Bluetooth: Defer connection-parameter removal when unpairingAlfonso Acosta1-0/+3
2014-09-25Bluetooth: Rename sco_param_wideband table to esco_param_msbcJohan Hedberg1-3/+3
2014-09-24Bluetooth: Add retransmission effort into SCO parameter tableJohan Hedberg1-12/+11
2014-09-24Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg1-1/+1
2014-09-23Bluetooth: Check for SCO type before setting retransmission effortBernhard Thaler1-5/+17
2014-09-08Bluetooth: Move clock offset reading into hci_disconnect()Johan Hedberg1-19/+13
2014-09-08Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg1-2/+2
2014-09-08Bluetooth: Remove hci_conn_hold/drop from hci_chanJohan Hedberg1-4/+1
2014-09-08Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg1-0/+6
2014-09-08Bluetooth: Set disc_timeout to 0 when calling hci_chan_delJohan Hedberg1-0/+3
2014-09-08Bluetooth: Fix hci_conn reference counting with hci_chanJohan Hedberg1-1/+3
2014-09-08Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg1-0/+1
2014-08-20Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg1-0/+8
2014-07-21Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg1-2/+2
2014-07-18Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg1-1/+1
2014-07-17Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg1-0/+3
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg1-1/+2
2014-07-16Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg1-8/+9
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg1-3/+4
2014-07-16Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg1-7/+6
2014-07-08Bluetooth: Fix advertising and active scanning co-existenceJohan Hedberg1-0/+10
2014-07-08Bluetooth: Stop advertising always before initiating a connectionJohan Hedberg1-3/+12
2014-07-08Bluetooth: Use real advertising state to random address update decisionJohan Hedberg1-2/+2
2014-07-07Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg1-2/+4
2014-07-07Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg1-4/+1
2014-07-06Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg1-1/+3
2014-07-03Bluetooth: Make hci_le_conn_update return the store hintJohan Hedberg1-2/+7
2014-07-03Bluetooth: Provide defaults for LE connection latency and timeoutMarcel Holtmann1-2/+2
2014-07-03Bluetooth: Use LE connection parameters if knownMarcel Holtmann1-1/+6