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