Can we add or remove a service dynamically after a connection between peripheral and central is established ? Thanks
Can we add or remove a service dynamically after a connection between peripheral and central is established ? Thanks
The Bluetooth Core specification allows you to do this, but our SoftDevice currently only support adding. If you do you should send a service changed indication to the client so that it knows that attribute table has been changed.
Maybe you could edit your question and explain a bit more about why you would like to remove and add services?