Bluetooth: controller: BIG Create Sync LLL implementation
Implementation of BIG Create Sync in LLL. Generation of LE BIG Sync Established event and LE BIG Sync Lost event notifications from the controller. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
000833e427
commit
0ea0f03bc9
9 changed files with 661 additions and 6 deletions
|
@ -37,10 +37,10 @@
|
|||
#include "lll/lll_adv_types.h"
|
||||
#include "ll_sw/lll_adv.h"
|
||||
#include "lll/lll_adv_pdu.h"
|
||||
#include "ll_sw/lll_sync_iso.h"
|
||||
#include "ll_sw/lll_scan.h"
|
||||
#include "lll/lll_df_types.h"
|
||||
#include "ll_sw/lll_sync.h"
|
||||
#include "ll_sw/lll_sync_iso.h"
|
||||
#include "ll_sw/lll_conn.h"
|
||||
#include "ll_sw/lll_conn_iso.h"
|
||||
|
||||
|
@ -60,6 +60,7 @@
|
|||
#include "ll.h"
|
||||
#include "ll_feat.h"
|
||||
#include "ll_settings.h"
|
||||
|
||||
#include "hci_internal.h"
|
||||
#include "hci_vendor.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue