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:
parent
afab7e1c01
commit
5b80603dbd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue