BLE:fix on_phy_update_complete function

pull/10326/head
Desmond Chen 2019-03-14 11:42:03 +08:00 committed by Martin Kojtal
parent 6cbe74f794
commit 7482a86de0
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);
}
/**