Bluetooth: Controller: Minor rename ull_adv_sync_iso_created()
Minor rename to ull_adv_sync_iso_created(). Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
09f02edfa4
commit
5b4eb9bc76
|
@ -205,7 +205,7 @@ ull_adv_aux_hdr_len_fill(struct pdu_adv_com_ext_adv *com_hdr, uint8_t len)
|
|||
void ull_adv_sync_started_stopped(struct ll_adv_aux_set *aux);
|
||||
|
||||
/* notify adv_sync_set that an iso instance has been created for it */
|
||||
void ull_adv_iso_created(struct ll_adv_sync_set *sync);
|
||||
void ull_adv_sync_iso_created(struct ll_adv_sync_set *sync);
|
||||
|
||||
#endif /* CONFIG_BT_CTLR_ADV_EXT */
|
||||
|
||||
|
|
|
@ -487,7 +487,7 @@ uint8_t ll_big_create(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis,
|
|||
|
||||
#if defined(CONFIG_BT_TICKER_EXT_EXPIRE_INFO)
|
||||
/* Notify the sync instance */
|
||||
ull_adv_iso_created(HDR_LLL2ULL(lll_adv_sync));
|
||||
ull_adv_sync_iso_created(HDR_LLL2ULL(lll_adv_sync));
|
||||
#endif /* CONFIG_BT_TICKER_EXT_EXPIRE_INFO */
|
||||
|
||||
/* Commit the BIGInfo in the ACAD field of Periodic Advertising */
|
||||
|
|
|
@ -222,7 +222,7 @@ uint8_t ll_adv_sync_param_set(uint8_t handle, uint16_t interval, uint16_t flags)
|
|||
}
|
||||
|
||||
#if defined(CONFIG_BT_CTLR_ADV_ISO) && defined(CONFIG_BT_TICKER_EXT_EXPIRE_INFO)
|
||||
void ull_adv_iso_created(struct ll_adv_sync_set *sync)
|
||||
void ull_adv_sync_iso_created(struct ll_adv_sync_set *sync)
|
||||
{
|
||||
if (sync->lll.iso && sync->is_started) {
|
||||
uint8_t iso_handle = sync->lll.iso->handle;
|
||||
|
|
Loading…
Reference in a new issue