Hi,
I am trying to extend the range of Bluetooth CC2541, using CC2590.
I followed the document http://www.ti.com/lit/an/swra422/swra422.pdf
With reference to above document, I am trying to call the function HCI_EXT_ExtendRFRangeCmd();
But its showing following error :
Undefined external "HCI_EXT_ExtendRFRangeCmd::? relay" referred in xyz(//pathofproject)
I can see HCI_EXT_ExtendRFRangeCmd() in hci.h file. Nut not able to see it in .c file.
How to resolve this issue.