From cfe74b33fc0dffa7ecd69e78bdab1c8331ab584a Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 10 Aug 2016 12:35:20 +0200 Subject: [PATCH] Bluetooth: SMP: Remove not needed stubs from NULL backend Those are not needed as calls are always under proper ifdefs. Change-Id: I460a77af0e0d693bbecb6120e39ed6190cf49b72 Signed-off-by: Szymon Janc --- net/bluetooth/smp_null.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/net/bluetooth/smp_null.c b/net/bluetooth/smp_null.c index b8dfa9d2035..f6bd869e65b 100644 --- a/net/bluetooth/smp_null.c +++ b/net/bluetooth/smp_null.c @@ -107,15 +107,6 @@ static int bt_smp_accept(struct bt_conn *conn, struct bt_l2cap_chan **chan) return -ENOMEM; } -void bt_smp_update_keys(struct bt_conn *conn) -{ -} - -int bt_smp_create_rpa(const uint8_t irk[16], bt_addr_t *rpa) -{ - return -ENOTSUP; -} - int bt_smp_init(void) { static struct bt_l2cap_fixed_chan chan = {