Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years ago.
Get the current connection parameters
Hi there,
Is there a way to get the current connection parameters over the BLE API? After a connection is formed I can get them via the BLEDevice::onConnection Callback feature and the ConnectionParams_t* argument. But when I update them with BLEDevice::updateConnectionParams I have no feedback what parameters were actually accepted by the connected device or if they were rejected, right? Is there a way to retrieve this information?
Thanks, Jonas