STM32WB How to use GATT caching?
Hello,
I'm using BLE_p2pClient and BLE_p2pServer programs.
I had pairing request in BLE_p2pClient to have both devices bonded.
Now, I want to have a fast connection between client and server; actually, the connection between client and server is about 2.5 seconds.
I should like not to have to discover again and again services and characteristics of the server by the client at each re-connection. Only once when the program starts.
How to do that?
Have you documentation descriving this? (I have only found PM0271 §5.1.2).
I have activated the SHCI_C2_BLE_INIT_OPTIONS_GATT_CACHING_USED in CFG_BLE_OPTIONS to initialize the BLE stack. But it is not sufficent!
Thank you for your help.
Best regards.
FWX.