hello, everyone.
I have to immigrate from SDK14 to SDK15.
I have some inquiries my project ( I will configure Transmitter(Beacon) and Receiver)
First, I have configured Advertising with Scan Response on the transmitter. The receiver scan and handle advertising+scanRSP data through the advertising report in SDK14.
However, In the SDK15, The structure seems to have changed.
I distinguished Adv data and RSP data by checking this code. [ p_adv_report->scan_rsp == ? ]
How do I change it in SDK 15?
Second, I want to test the long range mode.
So, I have added primary_phy and secondary_phy. But, When the primary_phy is BLE_GAP_PHY_CODED, It returns error.
However, When the primary_phy was BLE_GAP_PHY_1MBPS, it worked well.
So, should I set the primary_phy to 1MBPS and change it as an event?
I would appreciate it if you could give me a good solution. Thanks
Regards,
Lee