tests: Bluetooth: bsim: Disable test with long AD data
Disable test with long AD data being set, as 251 byte Advertising PDU is not yet supported. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
8666236bc6
commit
36707cdb58
1 changed files with 3 additions and 0 deletions
|
@ -211,6 +211,8 @@ static void test_advx_main(void)
|
|||
|
||||
k_sleep(K_MSEC(400));
|
||||
|
||||
/* FIXME: re-enable when 251 byte advertising PDU support is added */
|
||||
#if 0
|
||||
printk("Update advertising data 1...");
|
||||
err = ll_adv_aux_ad_data_set(handle, AD_OP, AD_FRAG_PREF,
|
||||
sizeof(adv_data1), (void *)adv_data1);
|
||||
|
@ -220,6 +222,7 @@ static void test_advx_main(void)
|
|||
printk("success.\n");
|
||||
|
||||
k_sleep(K_MSEC(400));
|
||||
#endif
|
||||
|
||||
printk("Update advertising data 2...");
|
||||
err = ll_adv_aux_ad_data_set(handle, AD_OP, AD_FRAG_PREF,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue