1. 08 10月, 2015 1 次提交
  2. 29 9月, 2015 1 次提交
  3. 17 9月, 2015 1 次提交
  4. 11 8月, 2015 3 次提交
    • J
      Bluetooth: add hci_connect_le_scan · f75113a2
      Jakub Pawlowski 提交于
      Currently, when trying to connect to already paired device that just
      rotated its RPA MAC address, old address would be used and connection
      would fail. In order to fix that, kernel must scan and receive
      advertisement with fresh RPA before connecting.
      
      This patch adds hci_connect_le_scan with dependencies, new method that
      will be used to connect to remote LE devices. Instead of just sending
      connect request, it adds a device to whitelist. Later patches will make
      use of this whitelist to send conenct request when advertisement is
      received, and properly handle timeouts.
      Signed-off-by: NJakub Pawlowski <jpawlowski@google.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      f75113a2
    • J
      Bluetooth: add hci_lookup_le_connect · e7d9ab73
      Jakub Pawlowski 提交于
      This patch adds hci_lookup_le_connect method, that will be used to check
      wether outgoing le connection attempt is in progress.
      Signed-off-by: NJakub Pawlowski <jpawlowski@google.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      e7d9ab73
    • J
      Bluetooth: preparation for new connect procedure · 158e9218
      Jakub Pawlowski 提交于
      Currently, when trying to connect to already paired device that just
      rotated its RPA MAC address, old address would be used and connection
      would fail. In order to fix that, kernel must scan and receive
      advertisement with fresh RPA before connecting.
      
      This patch adds some fields to hci_conn_params, in preparation to new
      connect procedure.
      
      explicit_connect will be used to override any current auto_connect action,
      and connect to device when ad is received.
      
      HCI_AUTO_CONN_EXPLICIT was added to auto_connect enum. When this value
      will be used, explicit connect is the only action, and params can be
      removed after successful connection.
      
      HCI_CONN_SCANNING is added to hci_conn flags. When it's set, connect is
      scan phase. It gets cleared when advertisement is received, and
      HCI_OP_LE_CREATE_CONN is sent.
      Signed-off-by: NJakub Pawlowski <jpawlowski@google.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      158e9218
  5. 23 7月, 2015 1 次提交
  6. 19 6月, 2015 5 次提交
  7. 09 6月, 2015 3 次提交
  8. 08 4月, 2015 2 次提交
  9. 02 4月, 2015 4 次提交
  10. 24 3月, 2015 2 次提交
  11. 18 3月, 2015 2 次提交
  12. 16 3月, 2015 1 次提交
  13. 15 3月, 2015 4 次提交
  14. 14 3月, 2015 2 次提交
  15. 13 3月, 2015 7 次提交
  16. 11 3月, 2015 1 次提交