commit | b145edcd1642d55a8eb7d08c954b815cb1478981 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Thu Oct 10 09:47:54 2013 -0700 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Thu Oct 10 22:07:20 2013 +0200 |
tree | 7b2928961b434e6449a09dadadd570652f1bd91d | |
parent | 21b5187f23206c0343214194711c8f63e7003d0c [diff] |
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>