commit | 354fe804edb29625eee6dd7b1f3c72b43392704d | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Feb 18 14:53:56 2015 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Feb 19 08:44:28 2015 +0100 |
tree | 9fe25fcf417b8004ebe0a9bca904711ed6416a03 | |
parent | fba7ecf09bc458b15f9d578e4213c8c349f9592d [diff] |
Bluetooth: Convert L2CAP security callback to use hci_cb There's no reason to have the custom hci_proto_auth/encrypt_cfm helpers when the hci_cb list works equally well. This patch adds L2CAP to the hci_cb list and makes l2cap_security_cfm a private function of l2cap_core.c. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>