Hi,
I am using SDK 2.20.00.49 with host test example.
I want to test BT5 functionality for advertisement purpose. So i used one of the command "GapAdv_create" to make adv packet setting and i am doing S8 coded phy for both primary and secondary, but when i set multiple properties in this command like scannable,connectable & legacy then this command is not working but when i use single property at a time like connectable then it works.
1) Send_GapAdv_create 0x0001, 160, 1600, 0x07, 0x01, "00:00:00:00:00:00", 0x00, 127, 0x03, 0x03, 0
Working
2)Send_GapAdv_create 0x0013, 160, 1600, 0x07, 0x01, "00:00:00:00:00:00", 0x00, 127, 0x03, 0x03, 0
Not working
Regards,
Bhavin