linux/include/net/bluetooth
Alain Michaud 220915857e Bluetooth: Adding driver and quirk defs for multi-role LE
This change adds the relevant driver and quirk to allow drivers to
report the le_states as being trustworthy.

This has historically been disabled as controllers did not reliably
support this. In particular, this will be used to relax this condition
for controllers that have been well tested and reliable.

	/* Most controller will fail if we try to create new connections
	 * while we have an existing one in slave role.
	 */
	if (hdev->conn_hash.le_num_slave > 0)
		return NULL;

Signed-off-by: Alain Michaud <alainm@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2020-04-28 11:49:01 +02:00
..
bluetooth.h Bluetooth: Add BT_MODE socket option 2020-04-02 08:25:19 +02:00
hci.h Bluetooth: Adding driver and quirk defs for multi-role LE 2020-04-28 11:49:01 +02:00
hci_core.h Bluetooth: Clear HCI_LL_RPA_RESOLUTION flag on reset 2020-04-15 16:51:07 +03:00
hci_mon.h Bluetooth: monitor: Add support for ISO packets 2020-01-15 22:28:51 +01:00
hci_sock.h Bluetooth: Replace zero-length array with flexible-array member 2020-02-28 08:30:02 +01:00
l2cap.h Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connections 2020-03-25 22:16:08 +01:00
mgmt.h Bluetooth: Add support for reading security information 2020-04-05 14:53:13 +03:00
rfcomm.h Bluetooth: Replace zero-length array with flexible-array member 2020-02-28 08:30:02 +01:00
sco.h