Bluetooth: Add a role parameter to hci_conn_add()
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 16 Jul 2014 08:56:07 +0000 (11:56 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 16 Jul 2014 09:58:03 +0000 (11:58 +0200)
commita5c4e309b9f23b9de5475029b2cb1641ec293137
treeac87f81382e57f718cd52062c4234f463cf026e0
parente804d25d4a07c0ff9e5e1c58ea5ee67232aa9af8
Bluetooth: Add a role parameter to hci_conn_add()

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: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/amp.c
net/bluetooth/hci_conn.c
net/bluetooth/hci_event.c
This page took 0.0293 seconds and 5 git commands to generate.