1. 16 7月, 2014 1 次提交
    • J
      Bluetooth: Add a role parameter to hci_conn_add() · a5c4e309
      Johan Hedberg 提交于
      We need to be able to track slave vs master LE connections in
      hci_conn_hash, and to be able to do that we need to know the role of the
      connection by the time hci_conn_add_has() is called. This means in
      practice the hci_conn_add() call that creates the hci_conn_object.
      
      This patch adds a new role parameter to hci_conn_add() function to give
      the object its initial role value, and updates the callers to pass the
      appropriate role to it. Since the function now takes care of
      initializing both conn->role and conn->out values we can remove some
      other unnecessary assignments.
      Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      a5c4e309
  2. 13 10月, 2013 1 次提交
  3. 11 10月, 2013 2 次提交
  4. 10 1月, 2013 3 次提交
  5. 21 11月, 2012 1 次提交
  6. 20 11月, 2012 2 次提交
  7. 02 11月, 2012 5 次提交
  8. 18 10月, 2012 1 次提交
  9. 08 10月, 2012 3 次提交
  10. 28 9月, 2012 10 次提交