]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Use hci_conn_num() for checking number of LE connections
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 10 Oct 2013 16:47:54 +0000 (09:47 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 10 Oct 2013 20:07:20 +0000 (22:07 +0200)
commit8a0417af4763ab2ea8e33b736d121f708371d349
tree7b2928961b434e6449a09dadadd570652f1bd91d
parent0c3278c6968a4eb25cd86bc200f2c457e991817d
Bluetooth: Use hci_conn_num() for checking number of LE connections

When checking for the current number of LE connections, use
hci_conn_num() function instead of a full blown lookup within
the connection hash or direct access of the counters.

In the case of re-enabling advertising, it is more useful to
check for any connection attempt or existing connection.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/mgmt.c