summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)Author
2014-07-15Bluetooth: Remove unnecessary params variable from process_adv_report()Johan Hedberg
2014-07-11Bluetooth: Fix tracking local SSP authentication requirementJohan Hedberg
2014-07-11Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann
2014-07-10Bluetooth: Remove unneeded mgmt_write_scan_failed functionJohan Hedberg
2014-07-10Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg
2014-07-10Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg
2014-07-09Bluetooth: Add white list lookup for incoming connection requestsJohan Hedberg
2014-07-09Bluetooth: Refactor connection request handlingJohan Hedberg
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg
2014-07-08Bluetooth: Fix clearing HCI_LE_ADV for LE connectionsJohan Hedberg
2014-07-08Bluetooth: Fix check for re-enabling advertisingJohan Hedberg
2014-07-08Bluetooth: Fix advertising and active scanning co-existenceJohan Hedberg
2014-07-08Bluetooth: Remove unnecessary mgmt_advertising functionJohan Hedberg
2014-07-08Bluetooth: Add flag to track the real advertising stateJohan 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-07Bluetooth: Remove unnecessary return value from check_pending_le_connJohan Hedberg
2014-07-07Bluetooth: Fix connecting devices during LE device discoveryJohan Hedberg
2014-07-06Bluetooth: Fix updating background scan for LE connect completeJohan Hedberg
2014-07-06Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg
2014-07-05Bluetooth: Store Bluetooth address from controller setupMarcel Holtmann
2014-07-05Bluetooth: Use a more simpler style for HCI event callbacksMarcel Holtmann
2014-07-04Bluetooth: Don't take actions on blocked devices when scanningJohan Hedberg
2014-07-04Bluetooth: Use hci_pend_le_action_lookup to look up report entriesJohan Hedberg
2014-07-04Bluetooth: Make hci_pend_le_conn_lookup more general purposedJohan Hedberg
2014-07-04Bluetooth: Remove unnecessary usage of hci_pend_le_conn_addJohan Hedberg
2014-07-04Bluetooth: Simplify hci_conn_params->action list usageJohan Hedberg
2014-07-04Bluetooth: Convert pend_le_reports into a listJohan Hedberg
2014-07-04Bluetooth: Fix missing return statement in process_adv_reportJohan Hedberg
2014-07-03Bluetooth: Add identity address check in param lookup functionsJohan Hedberg
2014-07-03Bluetooth: Remove unnecessary checks for auto-connected devicesJohan Hedberg
2014-07-03Bluetooth: Use hci_conn_params in pend_le_connsJohan Hedberg
2014-07-03Bluetooth: Remove redundant IRK lookupJohan Hedberg
2014-07-03Bluetooth: Support scanning for devices using RPAJohan Hedberg
2014-07-03Bluetooth: Add support for background LE scanningJohan Hedberg
2014-07-03Bluetooth: Pass store hint to mgmt_new_conn_paramJohan Hedberg
2014-07-03Bluetooth: Fix missing update of conn paramsJohan Hedberg
2014-07-03Bluetooth: Drop LE connections for blocked devicesJohan Hedberg
2014-07-03Bluetooth: Introduce "New Connection Parameter" EventAndre Guedes
2014-07-03Bluetooth: Connection Parameter Update ProcedureAndre Guedes
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: Fix merge of advertising data and scan response dataMarcel Holtmann
2014-07-03Bluetooth: Fallback to SCO on error code 0x10 (Connection Accept Timeout)Nick Pelly
2014-07-03Bluetooth: Add tracking of local and piconet clock valuesJohan Hedberg
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: Don't store debug keys if flag for them is not setJohan Hedberg
2014-07-03Bluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYSJohan Hedberg