Hi all,
Am using the keyfob with keyfobdemo application and dongle flashed with host Test Releaseall Project ,
In the keyfobdemo app ,i have the advertisement flag as GENERAL and i have set the
initial_advertising_enable = TRUE;
In the preprocessor i have enabled the PLUS_BROADCASTER=TRUE .
i have removed the pheripheral.c and pheripheral.h file from the keyfob demo project and added the pheripheralBroadcaster.c and pheripheralBroadcaster.h file .(as mentioned in the software developer guide )
But after flashing this hex file ,i cannot able to find my keyfob while scanning ?
My final goal is to make the device advertising forever ( even in the connection state ) ,So when i establish the connection with the key fob from the dongle_1, i will scan again from the other dongle_2 ,I should able to get the advertisement from the keyfob ,which proves it is always advertising !
In the above steps , when i use the pheripheral.c and pheripheral.h(instead of pheripheralBroadcaster.c and pheripheralBroadcaster.h ) ,i can able to scan my device from the dongle_1 and i can establish the connection ,but when i scan the device from the other dongle_2 ,i cannot receive any advertisement from the keyfob because the keyfob is in connection with the Dongle_1 ,when i terminate the connection with Dongle_1, Dongle_2 is receiving advertisement while scanning !
Kindly help to resolve this !
Thanks ,
Senthil