aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg1-8/+11
2014-07-13Bluetooth: Allocate struct inquiry_entry with GFP_KERNELMarcel Holtmann1-1/+1
2014-07-13Bluetooth: Enable LE Long Term Key Request event only when supportedMarcel Holtmann1-1/+4
2014-07-13Bluetooth: Enable LE encryption events only when supportedMarcel Holtmann1-4/+7
2014-07-13Bluetooth: Read LE Advertising Channel TX Power only when availableMarcel Holtmann1-3/+5
2014-07-11Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann1-0/+14
2014-07-10Bluetooth: Set HCI_PAIRABLE during power on for legacy ioctlMarcel Holtmann1-6/+10
2014-07-10Bluetooth: Mark controller is down when HCI_AUTO_OFF is setMarcel Holtmann1-6/+19
2014-07-10Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg1-4/+20
2014-07-10Bluetooth: Refactor ioctl scan state update to its own functionJohan Hedberg1-13/+22
2014-07-10Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg1-3/+3
2014-07-10Bluetooth: Fix using test_and_clear instead of test_and_setJohan Hedberg1-2/+2
2014-07-09Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg1-0/+17
2014-07-09Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg1-0/+29
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg1-73/+12
2014-07-09Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann1-1/+1
2014-07-08Bluetooth: Use real advertising state to random address update decisionJohan Hedberg1-1/+1
2014-07-07Bluetooth: Don't try background scanning if LE is not enabledJohan Hedberg1-0/+4
2014-07-07Bluetooth: Enable passive scanning whenever we're connectableJohan Hedberg1-1/+2
2014-07-07Bluetooth: Don't let background scanning interfering with discoveryJohan Hedberg1-0/+4
2014-07-07Bluetooth: Update discovery state earlier in hci_discovery_set_stateJohan Hedberg1-4/+6
2014-07-06Bluetooth: Enforce providing hdev->send driver callbackMarcel Holtmann1-1/+1
2014-07-06Bluetooth: Fix memory leaking when hdev->send returns an errorMarcel Holtmann1-2/+7
2014-07-06Bluetooth: Skip unconfigured init procedure for raw-only devicesMarcel Holtmann1-0/+3
2014-07-06Bluetooth: Clear HCI_RAW flag when controller becomes configuredMarcel Holtmann1-0/+6
2014-07-06Bluetooth: Add support for changing the public device addressMarcel Holtmann1-6/+8
2014-07-06Bluetooth: Run controller setup after external configurationMarcel Holtmann1-3/+14
2014-07-06Bluetooth: Fix sending Device Removed when clearing all parametersJohan Hedberg1-18/+0
2014-07-05Bluetooth: Run special init procedure for unconfigured controllersMarcel Holtmann1-0/+40
2014-07-04Bluetooth: Fix quirks that are valid during setup driver callbackMarcel Holtmann1-2/+9
2014-07-04Bluetooth: Add quirk for external configuration requirementMarcel Holtmann1-1/+2
2014-07-04Bluetooth: Add quirk for invalid controller address settingMarcel Holtmann1-1/+5
2014-07-04Bluetooth: Make hci_pend_le_conn_lookup more general purposedJohan Hedberg1-3/+3
2014-07-04Bluetooth: Remove unused hci_pend_le_conn_add functionJohan Hedberg1-10/+0
2014-07-04Bluetooth: Fix clearing and restarting all LE actions on power cycleJohan Hedberg1-11/+12
2014-07-04Bluetooth: Remove unused hci_pend_le_conn_del() functionJohan Hedberg1-10/+0
2014-07-04Bluetooth: Simplify hci_conn_params->action list usageJohan Hedberg1-17/+11
2014-07-04Bluetooth: Don't bother doing anything if auto_connect doesn't changeJohan Hedberg1-0/+3
2014-07-04Bluetooth: Simplify use of hci_pend_le_conns_clear()Johan Hedberg1-6/+4
2014-07-04Bluetooth: Convert pend_le_reports into a listJohan Hedberg1-6/+11
2014-07-04Bluetooth: Convert pend_le_conn list to a generic action listJohan Hedberg1-5/+5
2014-07-03Bluetooth: Add identity address check in param lookup functionsJohan Hedberg1-0/+8
2014-07-03Bluetooth: Use hci_conn_params in pend_le_connsJohan Hedberg1-47/+21
2014-07-03Bluetooth: Add support for background LE scanningJohan Hedberg1-3/+4
2014-07-03Bluetooth: Track number of added devices with HCI_AUTO_CONN_REPORTJohan Hedberg1-2/+15
2014-07-03Bluetooth: Add support for Unconfigured Index Added eventsMarcel Holtmann1-7/+10
2014-07-03Bluetooth: Introduce unconfigured controller stateMarcel Holtmann1-17/+26
2014-07-03Bluetooth: Make is_identity_address a global functionJohan Hedberg1-13/+1
2014-07-03Bluetooth: Add new auto_conn value matching mgmt action 0x00Johan Hedberg1-0/+1
2014-07-03Bluetooth: Add specific connection parameter clear functionsJohan Hedberg1-0/+32