Files
esp-nimble-cpp/src
h2zero c4c9f7913a Add methods to set/get connection PHY's.
* Added `NimBLEDevice::setDefaultPhy` which will set the default preferred PHY for all connections.
* Added `NimBLEClient::updatePhy` to request a PHY change with a peer.
* Added `NimBLEClient::getPhy` to read the current connection PHY setting.
* Added `NimBLEServer::updatePhy` to request a PHY change with a peer.
* Added `NimBLEServer::getPhy` to read the PHY of a peer connection.
* Added callbacks:
* - `NimBLEClientCallbacks::onPhyUpdate`
* - `NimBLEServerCallbacks::onPhyUpdate`
 Which are called when the PHY update is complete.
2024-11-28 14:42:57 -07:00
..
2024-06-14 09:57:23 -06:00
2024-06-14 09:57:23 -06:00
2024-07-21 16:36:00 -06:00
2024-11-28 14:42:57 -07:00
2024-11-28 14:42:57 -07:00
2024-09-30 16:08:51 -06:00
2024-09-24 14:59:54 -06:00
2024-11-03 18:12:20 -07:00