Hi all,
I am trying to emulate a device with ble-driver-py. What I am looking is to have a device advertise, provide few services with respective characteristics (read, read/write notify), ideally also a custom service with custom characteristics provided.
The main idea here is having a sort of device simulator that is console / CI friendly. I have gone trough provided examples (advertise.py does advertise but does not provide any services/ characteristics and heart_rate_collector.py is central not peripheral), but have not found anything relevant.
Going trough code I've identified classes
and functions