My customer is trying to allow iOS connections via BLE.
They compiled the code with __SUPPORT_LOW_ENERGY__, and that got rid of the -104 errors, but my GAP_LE_Event_Callback doesn't get invoked.
They also modified btpsvend.c to ensure the LowEnergyPatch[] was downloaded. However, given the fact that this wasn't done in the code they had, it made them wonder what else could be missing from the Bluetopia stack we're using with respect to BLE.
This led to a few questions:
- Are the binary libraries provided by TI compiled with __SUPPORT_LOW_ENERGY__?
- Should the most up to date version for Bluetopia we use support BLE on the CC2564MODN?
- Is there something else I should be doing to enable BLE?
Thanks,
Matt