Hi 920xt and Fenix3 support connection via phone via BLE, but does not support BLE sensors.
I want to implement phone application which act as bridge between watches and BLE-sensors.
For that reason I have to implement two things
1) (Phone-side) implement an connection class which will send data to watches. This is relatively easy via Toybox.Communications
2) (Watch-side) Virtual sensor: create generic sensor from data received from phone (from MailBox or other place)
First part is relatively easy to implement, but I do not now how to create second part(the virtual sensor) the only way to implement this is to write App (similar to MoxySensor) which makes it unusable to use
other generic modes (run,swim,etc).
As Far As I understand in order to create virtual sensor I have to figure out how to push data to Toybox::Activity::Info object which later will be delivered
by others via ->getActivityInfo()
Please guide me good way to do that