From: Marcin Kraglak Date: Mon, 4 Nov 2013 07:30:30 +0000 (+0100) Subject: android: Fix typo in get_remote_services command X-Git-Tag: android-x86-4.4-r3~7010 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ef4e9a888440445e1fb7a822aea03cf75195c06e;p=android-x86%2Fexternal-bluetooth-bluez.git android: Fix typo in get_remote_services command --- diff --git a/android/hal-msg.h b/android/hal-msg.h index 1587ff299..f38186282 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -148,8 +148,8 @@ struct hal_cmd_get_remote_service_rec { uint8_t uuid[16]; } __attribute__((packed)); -#define HAL_OP_GET_REMOTE_SERVICE 0x0a -struct hal_cmd_get_remote_service { +#define HAL_OP_GET_REMOTE_SERVICES 0x0a +struct hal_cmd_get_remote_services { uint8_t bdaddr[6]; } __attribute__((packed));