CTE type flags for limiting periodic advertising synchronization#

Defines sync CTE type flags that are used to limit what types of periodic advertisers to sync to when scanning for periodic advertising synchronization or receiving periodic advertising synchronization transfers.

Macros#

#define

Do not sync to packets with an AoA Constant Tone Extension

#define

Do not sync to packets with an AoD Constant Tone Extension with 1 us slots

#define

Do not sync to packets with an AoD Constant Tone Extension with 2 us slots

#define

Do not sync to packets without a Constant Tone Extension

Macro Definition Documentation#

SL_BT_CTE_RECEIVER_DO_NOT_SYNC_TO_AOA#

#define SL_BT_CTE_RECEIVER_DO_NOT_SYNC_TO_AOA
Value:
0x1

Do not sync to packets with an AoA Constant Tone Extension


SL_BT_CTE_RECEIVER_DO_NOT_SYNC_TO_AOD_1_US#

#define SL_BT_CTE_RECEIVER_DO_NOT_SYNC_TO_AOD_1_US
Value:
0x2

Do not sync to packets with an AoD Constant Tone Extension with 1 us slots


SL_BT_CTE_RECEIVER_DO_NOT_SYNC_TO_AOD_2_US#

#define SL_BT_CTE_RECEIVER_DO_NOT_SYNC_TO_AOD_2_US
Value:
0x4

Do not sync to packets with an AoD Constant Tone Extension with 2 us slots


SL_BT_CTE_RECEIVER_SYNC_TO_CTE_ONLY#

#define SL_BT_CTE_RECEIVER_SYNC_TO_CTE_ONLY
Value:
0x10

Do not sync to packets without a Constant Tone Extension