mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-14 06:25:08 +08:00
android/hid: Fix service type in error response
This commit is contained in:
parent
89a85ed6a8
commit
de10a3d060
@ -44,5 +44,5 @@ void bt_hid_handle_cmd(GIOChannel *io, uint8_t opcode, void *buf, uint16_t len)
|
||||
break;
|
||||
}
|
||||
|
||||
ipc_send_error(io, HAL_SERVICE_ID_BLUETOOTH, status);
|
||||
ipc_send_error(io, HAL_SERVICE_ID_HIDHOST, status);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user