Bluetooth: controller: Fix broken switch statement
Add a missing break that was forgotten when we introduced the Read TX Power command. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
87aa621915
commit
7924d16aef
1 changed files with 1 additions and 0 deletions
|
@ -1541,6 +1541,7 @@ static int controller_cmd_handle(u16_t ocf, struct net_buf *cmd,
|
|||
|
||||
case BT_OCF(BT_HCI_OP_LE_READ_TX_POWER):
|
||||
le_read_tx_power(cmd, evt);
|
||||
break;
|
||||
|
||||
default:
|
||||
return -EINVAL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue