mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			Merge pull request #10092 from desmond-blue/fix-ble-on_phy_update_complete
BLE:fix on_phy_update_complete functionpull/10081/head
						commit
						c81a292921
					
				| 
						 | 
					@ -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