Merge pull request #10092 from desmond-blue/fix-ble-on_phy_update_complete

BLE:fix on_phy_update_complete function
pull/10081/head
Cruz Monrreal 2019-03-16 23:00:37 -05:00 committed by GitHub
commit c81a292921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public:
ble::phy_t tx_phy,
ble::phy_t rx_phy
) {
impl()->on_phy_update_complete(status, connection_handle, tx_phy, rx_phy);
impl()->on_phy_update_complete_(status, connection_handle, tx_phy, rx_phy);
}
/**