mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 05:34:23 +08:00
hcidump: Fix missing break
This commit is contained in:
parent
16c66d5585
commit
68f9701922
@ -1180,12 +1180,16 @@ response:
|
||||
switch (status) {
|
||||
case 0x00:
|
||||
printf("(POWER_ON)\n");
|
||||
break;
|
||||
case 0x01:
|
||||
printf("(POWER_OFF)\n");
|
||||
break;
|
||||
case 0x02:
|
||||
printf("(UNPLUGGED)\n");
|
||||
break;
|
||||
default:
|
||||
printf("(UNKOWN)\n");
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case AVRCP_EVENT_PLAYER_APPLICATION_SETTING_CHANGED:
|
||||
|
Loading…
Reference in New Issue
Block a user