mirror of https://github.com/ARMmbed/mbed-os.git
BLE:fix on_phy_update_complete function
parent
63242cfbb4
commit
a6df7b2bd7
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue