Hi,
I'm currently working with a Raytac MDBT42QT (which mounts a Nordic
nrf52832) together with Mynewt OS. I've already made many tests with this
setup but I haven't found a way to implement a multiple advertisement app,
in which an iBeacon advertisement runs together with a BLE advertisement.
So my final goal would be to have my device to establish two separated
advertisements (also with the same Bluetooth Address). I have done several
searches on the web but I have found very little information about my
problem. As I understand, the only way to approach the desired
functionality would be to switch the type of advertisement every 100 ms,
for example. I've seen that this API (
https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/setting-up-the-timeslot-api)
is available for Nordic SoftDevice, and probably this functionality would
solve my issue. Have someone tried or succeeded to implement a multiple
advertisement app using Mynewt? Can you give me some advice about how can I
do this and if this is feasible? Thank you in advance for any help you will
be able to give me.