1. 03 7月, 2014 11 次提交
  2. 24 5月, 2014 1 次提交
  3. 16 5月, 2014 3 次提交
  4. 10 5月, 2014 1 次提交
  5. 08 5月, 2014 1 次提交
  6. 06 5月, 2014 1 次提交
  7. 28 3月, 2014 3 次提交
  8. 27 3月, 2014 5 次提交
  9. 22 3月, 2014 1 次提交
  10. 20 3月, 2014 1 次提交
  11. 10 3月, 2014 2 次提交
  12. 01 3月, 2014 1 次提交
    • J
      Bluetooth: Remove unnecessary stop_scan_complete function · 81ad6fd9
      Johan Hedberg 提交于
      The stop_scan_complete function was used as an intermediate step before
      doing the actual connection creation. Since we're using hci_request
      there's no reason to have this extra function around, i.e. we can simply
      put both HCI commands into the same request.
      
      The single task that the intermediate function had, i.e. indicating
      discovery as stopped is now taken care of by a new
      HCI_LE_SCAN_INTERRUPTED flag which allows us to do the discovery state
      update when the stop scan command completes.
      Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      81ad6fd9
  13. 28 2月, 2014 9 次提交