• Alain Michaud's avatar
    Bluetooth: Adding driver and quirk defs for multi-role LE · 22091585
    Alain Michaud authored
    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: default avatarAlain Michaud <alainm@chromium.org>
    Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
    22091585
btusb.c 109 KB