Skip to content

Commit a6df7b2

Browse files
committed
BLE:fix on_phy_update_complete function
1 parent 63242cf commit a6df7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/ble/pal/PalGap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ struct GapEventHandler : StaticInterface<Impl, GapEventHandler> {
6464
ble::phy_t tx_phy,
6565
ble::phy_t rx_phy
6666
) {
67-
impl()->on_phy_update_complete(status, connection_handle, tx_phy, rx_phy);
67+
impl()->on_phy_update_complete_(status, connection_handle, tx_phy, rx_phy);
6868
}
6969

7070
/**

0 commit comments

Comments
 (0)