tests: Bluetooth: bsim: Use non-zero SID to catch regressions
Use non-zero SID value so that regressions in use of Periodic Advertiser List implementation is catch in testing. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
8c89a9fd42
commit
9b7fb70539
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
#define ADV_PHY_1M BIT(0)
|
||||
#define ADV_PHY_2M BIT(1)
|
||||
#define ADV_PHY_CODED BIT(2)
|
||||
#define ADV_SID 0
|
||||
#define ADV_SID 0x0a
|
||||
#define SCAN_REQ_NOT 0
|
||||
|
||||
#define AD_OP 0x03
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue