Open
Description
Is your feature request related to a problem? Please describe.
Actually when we connect with an IOS device to a BLE device, the connection can be really slow (like 15s) compare to nrfConnect (less than 3s).
The problem comes from the discover of all services, all characteristics and all descriptor after the connect
Describe the solution you'd like
Provide the ability to bypass this discover of services/charac/descriptor at the connection but do it when a characteristic need to be read or write
Thank you