summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci_core.h
AgeCommit message (Expand)Author
2014-07-03Bluetooth: Rename hci_conn_params_clear to hci_conn_params_clear_allJohan Hedberg
2014-07-03Bluetooth: Add support for hdev->set_bdaddr callback handlingMarcel Holtmann
2014-07-03Bluetooth: Introduce "New Connection Parameter" EventAndre Guedes
2014-07-03Bluetooth: Fix redundant device (un)blocked eventsJohan Hedberg
2014-07-03Bluetooth: Add flag to track STK encryptionJohan Hedberg
2014-07-03Bluetooth: Add support for Not Connectable flag for Device Found eventsMarcel Holtmann
2014-07-03Bluetooth: Provide flags parameter direct to mgmt_device_foundMarcel Holtmann
2014-07-03Bluetooth: Remove connection interval parameters from hci_conn_params_setMarcel Holtmann
2014-07-03Bluetooth: Change hci_conn_params_add to return the parameter structMarcel Holtmann
2014-07-03Bluetooth: Connection parameters check helperAndre Guedes
2014-07-03Bluetooth: Provide function to create and set connection parametersMarcel Holtmann
2014-07-03Bluetooth: Provide defaults for LE connection latency and timeoutMarcel Holtmann
2014-07-03Bluetooth: Store latency and supervision timeout in connection paramsMarcel Holtmann
2014-07-03Bluetooth: Add tracking of local and piconet clock valuesJohan Hedberg
2014-07-03Bluetooth: Remove unnecessary hcon->smp_conn variableJohan Hedberg
2014-07-03Bluetooth: Use macro instead of hard-coded valueAndre Guedes
2014-07-03Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg
2014-07-03Bluetooth: Convert hcon->flush_key to a proper flagJohan Hedberg
2014-07-03Bluetooth: Move mgmt event sending out from hci_add_link_key()Johan Hedberg
2014-07-03Bluetooth: Update hci_add_link_key() to return pointer to keyJohan Hedberg
2014-07-03Bluetooth: Store current LE connection parameters in hci_conn structMarcel Holtmann
2014-07-03Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen
2014-07-03Bluetooth: Use separate dbg_flags to special debugfs optionsMarcel Holtmann
2014-07-03Bluetooth: Use struct delayed_work for HCI command timeoutMarcel Holtmann
2014-05-15Bluetooth: Store max TX power level for connectionAndrzej Kaczmarek
2014-05-15Bluetooth: Add support to get connection informationAndrzej Kaczmarek
2014-05-15Bluetooth: Add conn info lifetime parameters to debugfsAndrzej Kaczmarek
2014-05-09Bluetooth: Store TX power level for connectionAndrzej Kaczmarek
2014-05-08Bluetooth: Store RSSI for connectionAndrzej Kaczmarek
2014-03-28Bluetooth: Keep msec in DISCOV_LE_TIMEOUTLukasz Rymanowski
2014-03-28Bluetooth: Add new debugfs parameterLukasz Rymanowski
2014-03-28Bluetooth: Keep msec in DISCOV_INTERLEAVED_TIMEOUTLukasz Rymanowski
2014-03-26Bluetooth: Store also RSSI for pending advertising reportsJohan Hedberg
2014-03-26Bluetooth: Fix line splitting of mgmt_device_found parametersJohan Hedberg
2014-03-26Bluetooth: Merge ADV_IND/ADV_SCAN_IND and SCAN_RSP togetherJohan Hedberg
2014-03-26Bluetooth: Add scan_rsp parameter to mgmt_device_found()Johan Hedberg
2014-03-21Bluetooth: Track current configured LE scan type parameterMarcel Holtmann
2014-03-19Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg
2014-03-10Bluetooth: Make LTK and CSRK only persisent when bondingMarcel Holtmann
2014-03-09Bluetooth: Add support for handling signature resolving keysMarcel Holtmann
2014-02-28Bluetooth: Add timeout for LE connection attemptsJohan Hedberg
2014-02-28Bluetooth: Track LE initiator and responder address informationJohan Hedberg
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann
2014-02-28Bluetooth: Add support for storing LE white list entriesMarcel Holtmann
2014-02-28Bluetooth: Make hci_blacklist_clear function staticMarcel Holtmann
2014-02-27Bluetooth: Add hci_copy_identity_address convenience functionJohan Hedberg
2014-02-27Bluetooth: Add tracking of advertising address typeJohan Hedberg
2014-02-26Bluetooth: Create hci_req_add_le_passive_scan helperAndre Guedes
2014-02-26Bluetooth: Connection parameters and resolvable addressAndre Guedes
2014-02-26Bluetooth: Introduce LE auto connect optionsAndre Guedes