You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: better gap state update in gap central (#507)
* clean up GapCentralSt
- remove dynamic phy update, use default setting
- change state to connected without waiting for all update ops
* GapCentralSt: add missing connected state update
* GapCentralSt: Handle failed connection complete better
* update ci amp-devcontainer-cpp
auto status = hci_le_set_data_length(this->connectionContext.connectionHandle, services::GapConnectionParameters::connectionInitialMaxTxOctets, services::GapConnectionParameters::connectionInitialMaxTxTime);
281
277
assert(status == BLE_STATUS_SUCCESS);
282
278
}
283
279
284
-
voidGapCentralSt::SetPhy() const
285
-
{
286
-
auto status = hci_le_set_phy(this->connectionContext.connectionHandle, GapSt::allPhys, GapSt::speed2Mbps, GapSt::speed2Mbps, 0);
0 commit comments