summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)Author
2014-07-09Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg
2014-07-09Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann
2014-07-08Bluetooth: Use real advertising state to random address update decisionJohan Hedberg
2014-07-07Bluetooth: Don't try background scanning if LE is not enabledJohan Hedberg
2014-07-07Bluetooth: Enable passive scanning whenever we're connectableJohan Hedberg
2014-07-07Bluetooth: Don't let background scanning interfering with discoveryJohan Hedberg
2014-07-07Bluetooth: Update discovery state earlier in hci_discovery_set_stateJohan Hedberg
2014-07-06Bluetooth: Enforce providing hdev->send driver callbackMarcel Holtmann
2014-07-06Bluetooth: Fix memory leaking when hdev->send returns an errorMarcel Holtmann
2014-07-06Bluetooth: Skip unconfigured init procedure for raw-only devicesMarcel Holtmann
2014-07-06Bluetooth: Clear HCI_RAW flag when controller becomes configuredMarcel Holtmann
2014-07-06Bluetooth: Add support for changing the public device addressMarcel Holtmann
2014-07-06Bluetooth: Run controller setup after external configurationMarcel Holtmann
2014-07-06Bluetooth: Fix sending Device Removed when clearing all parametersJohan Hedberg
2014-07-05Bluetooth: Run special init procedure for unconfigured controllersMarcel Holtmann
2014-07-04Bluetooth: Fix quirks that are valid during setup driver callbackMarcel Holtmann
2014-07-04Bluetooth: Add quirk for external configuration requirementMarcel Holtmann
2014-07-04Bluetooth: Add quirk for invalid controller address settingMarcel Holtmann
2014-07-04Bluetooth: Make hci_pend_le_conn_lookup more general purposedJohan Hedberg
2014-07-04Bluetooth: Remove unused hci_pend_le_conn_add functionJohan Hedberg
2014-07-04Bluetooth: Fix clearing and restarting all LE actions on power cycleJohan Hedberg
2014-07-04Bluetooth: Remove unused hci_pend_le_conn_del() functionJohan Hedberg
2014-07-04Bluetooth: Simplify hci_conn_params->action list usageJohan Hedberg
2014-07-04Bluetooth: Don't bother doing anything if auto_connect doesn't changeJohan Hedberg
2014-07-04Bluetooth: Simplify use of hci_pend_le_conns_clear()Johan Hedberg
2014-07-04Bluetooth: Convert pend_le_reports into a listJohan Hedberg
2014-07-04Bluetooth: Convert pend_le_conn list to a generic action listJohan Hedberg
2014-07-03Bluetooth: Add identity address check in param lookup functionsJohan Hedberg
2014-07-03Bluetooth: Use hci_conn_params in pend_le_connsJohan Hedberg
2014-07-03Bluetooth: Add support for background LE scanningJohan Hedberg
2014-07-03Bluetooth: Track number of added devices with HCI_AUTO_CONN_REPORTJohan Hedberg
2014-07-03Bluetooth: Add support for Unconfigured Index Added eventsMarcel Holtmann
2014-07-03Bluetooth: Introduce unconfigured controller stateMarcel Holtmann
2014-07-03Bluetooth: Make is_identity_address a global functionJohan Hedberg
2014-07-03Bluetooth: Add new auto_conn value matching mgmt action 0x00Johan Hedberg
2014-07-03Bluetooth: Add specific connection parameter clear functionsJohan Hedberg
2014-07-03Bluetooth: Rename hci_conn_params_clear to hci_conn_params_clear_allJohan Hedberg
2014-07-03Bluetooth: Default to internal use manufacturer identifierMarcel Holtmann
2014-07-03Bluetooth: Add support for hdev->set_bdaddr callback handlingMarcel Holtmann
2014-07-03Bluetooth: Enable new LE meta eventAndre Guedes
2014-07-03Bluetooth: Move LE event mask setting into init3 phaseAndre Guedes
2014-07-03Bluetooth: Fix redundant device (un)blocked eventsJohan Hedberg
2014-07-03Bluetooth: Do not trigger background scanning when HCI_AUTO_OFF is setMarcel 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: Use hci_conn_params_add within hci_conn_params_setMarcel Holtmann
2014-07-03Bluetooth: Change hci_conn_params_add to return the parameter structMarcel Holtmann
2014-07-03Bluetooth: Start background scanning only when controller is readyMarcel Holtmann
2014-07-03Bluetooth: Provide function to create and set connection parametersMarcel Holtmann