BLE:fix on_phy_update_complete function

pull/10092/head
Desmond Chen 2019-03-14 11:42:03 +08:00
parent 63242cfbb4
commit a6df7b2bd7
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);
}
/**