This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hello I have added the macro definition of PTM_MODE in the project, and can already call the relevant API to enter the PTM mode for launch mode test;
I call the API
HCI_EXT_EnablePTMCmd();
and
HCI_LE_TransmitterTestCmd(0, 25, 0); Make it output fixed frequency in the 2402 channel, I can see from the network analyzer that it can output fixed frequency.
But the frequency offset is not correct, the difference is large, I want to adjust the frequency offset.
Call HCI_EXT_SetFreqTuneCmd (0); Or HCI_EXT_SetFreqTuneCmd (1); But it didn't work. The frequency offset of this channel, 2402, has barely changed.
I also added HCI_EXT_EnablePTMCmd(); It didn't work either.
What's going on?