mirror of https://github.com/ARMmbed/mbed-os.git
BLE:fix on_phy_update_complete function
parent
6cbe74f794
commit
7482a86de0
|
@ -64,7 +64,7 @@ public:
|
||||||
ble::phy_t tx_phy,
|
ble::phy_t tx_phy,
|
||||||
ble::phy_t rx_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