1. 28 Apr, 2020 1 commit
    • 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
  2. 22 Apr, 2020 8 commits
  3. 21 Apr, 2020 13 commits
  4. 20 Apr, 2020 18 commits