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 <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
60691c4650
commit
cfe74b33fc
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue