Tool/software: Code Composer Studio
An example of an AOA for the SDK version "simplelink_cc2640r2_sdk_2_30_00_28";
AOA transmitter,the AOA packet is shown below:
As can be seen, AOA tone length = AOA_ADV_LEN - AOA_ADV_TONE_OFFSET = 20 byte;
1、Can the AOA tone be longer? How to do it?
2、This is in line with the BLE V4.2 broadcast data length of 32 bytes. So,The AOA example works on the protocol stack of BLE V4.2.Is that right?
3、If the BLE protocol stack used is V4.2, how can I port the AOA sample to the BLE V5.0 version?
4、If the BLE protocol stack used is V5.0, should the Advertisement data length be set to 251 byte pairs?