Bluetooth: Print PHY update complete with status
When HCI core debug is enabled, print PHY update complete with status on console. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
dbdc8a24b0
commit
a891415d97
1 changed files with 2 additions and 3 deletions
|
@ -861,9 +861,8 @@ static void le_phy_update_complete(struct net_buf *buf)
|
|||
return;
|
||||
}
|
||||
|
||||
if (!evt->status) {
|
||||
BT_DBG("PHY updated: tx: %u, rx: %u", evt->tx_phy, evt->rx_phy);
|
||||
}
|
||||
BT_DBG("PHY updated: status: 0x%x, tx: %u, rx: %u",
|
||||
evt->status, evt->tx_phy, evt->rx_phy);
|
||||
|
||||
update_conn_param(conn);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue