1. 11 5月, 2020 4 次提交
  2. 28 4月, 2020 1 次提交
    • A
      Bluetooth: Adding driver and quirk defs for multi-role LE · 22091585
      Alain Michaud 提交于
      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: NAlain Michaud <alainm@chromium.org>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      22091585
  3. 15 4月, 2020 3 次提交
  4. 08 4月, 2020 1 次提交
  5. 05 4月, 2020 5 次提交
  6. 02 4月, 2020 1 次提交
  7. 26 3月, 2020 1 次提交
  8. 24 3月, 2020 1 次提交
  9. 12 3月, 2020 4 次提交
  10. 08 3月, 2020 4 次提交
  11. 28 2月, 2020 4 次提交
  12. 20 2月, 2020 1 次提交
  13. 15 2月, 2020 1 次提交
  14. 16 1月, 2020 3 次提交
  15. 04 1月, 2020 3 次提交
  16. 05 9月, 2019 1 次提交
  17. 17 8月, 2019 1 次提交
  18. 06 7月, 2019 1 次提交