Use "bluetooth" service id when replying to adapter commands. --- android/adapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/adapter.c b/android/adapter.c index f891bc2..5621e67 100644 --- a/android/adapter.c +++ b/android/adapter.c @@ -295,7 +295,7 @@ void bt_adapter_handle_cmd(GIOChannel *io, uint8_t opcode, void *buf, { switch (opcode) { default: - ipc_send_error(io, HAL_SERVICE_ID_CORE, HAL_ERROR_FAILED); + ipc_send_error(io, HAL_SERVICE_ID_BLUETOOTH, HAL_ERROR_FAILED); break; } } -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html