hci: add return for hci_power_control_state_halting

This commit is contained in:
Matthias Ringwald 2021-02-01 19:05:48 +01:00
parent 1dbbb889f1
commit 002782727d

View File

@ -3431,6 +3431,7 @@ static int hci_power_control_state_halting(HCI_POWER_MODE power_mode) {
btstack_assert(false);
break;
}
return ERROR_CODE_SUCCESS;
}
static int hci_power_control_state_falling_asleep(HCI_POWER_MODE power_mode) {