I have a MSP-EXP430F5438 board with a 5438A processor and a PAN1323ETU board. I am able to build and run the Bluetopia SPPDemo app just fine. When I build and try to run SPPLEDemo Ltie app I get the response shown below and the board halts with the two LEDs blinking. I am using v1.4 of the Bluetopia stack.
OpenStack().
Bluetooth Stack ID: 1.
Device Chipset: 4.0.
BD_ADDR: 0x0017E7FF223D
GAP_LE_Set_Pairability_Mode Failed: -104.
SetPairable Failed: -104.
According to BTErrors.h, -104 is BTPS_ERROR_LOCAL_CONTROLLER_DOES_NOT_SUPPORT_LE
I am linking in the libBluetopia_LE.a library and I get no build errors.
Any ideas on what could be causing this?
Thanks.