Bluetooth: Controller: Use LL_ASSERT instead of BT_ASSERT

The controller code should not use BT_ASSERT directly.

Change-Id: If0b7d8e21d2ab4569a564bd03e36e4eb9204c595
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2017-02-07 13:39:35 +02:00
commit 5b80603dbd

View file

@ -6904,7 +6904,7 @@ static uint32_t role_disable(uint8_t ticker_id_primary,
ticks_active_to_start =
conn->hdr.ticks_active_to_start;
} else {
BT_ASSERT(0);
LL_ASSERT(0);
}
break;
}