Hello,
We need to implement the Bluetooth Direct Mode for CE/FCC testing. According to AN-B-043 the way to implement it is to use the plt_fw reference project, but in the readme (SDK 1.0.10) file in the project folder we can read that all necessary functions are "NOT mapped to a function handler". It also appears so in the plt_fw.c file. There are just few functions mapped in the plt_cmd_handlers[].
Is this firmware working correctly or is there something that needs to be done before using it? Or maybe there is some other way to implement BDM?
Thank you in advance,
Piotr
Keywords:
Device:
Hi gruszka,
With the DTM fw as is on the SDK you will be able to perform Direct Testing, and has all the appropriate commands, you should be able to use it as is in order to perform Direct Test mode testing. I suppose that the comment what is trying to say is that those commands are native commands of the stack and there is no middle sw inbetween.
Thanks MT_dialog
Hello
I'm trying to locate the DTM fw, can you please tell where it can be found ?
Hi wsiaxel,
You will be able to find the fw in the SDK, the project is the plt_fw.
Thanks MT_dialog