From: Szymon Janc Date: Tue, 22 Oct 2013 12:46:11 +0000 (+0200) Subject: android: Define minimum legal notification event ID X-Git-Tag: android-x86-4.4-r3~7251 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=958cfb7c88d03754904b9869c507c7696dffa57d;p=android-x86%2Fexternal-bluetooth-bluez.git android: Define minimum legal notification event ID All legal events IDs should be above this value. --- diff --git a/android/hal-msg.h b/android/hal-msg.h index 33acd41ba..9ff051022 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -32,6 +32,8 @@ struct hal_msg_hdr { uint8_t payload[0]; } __attribute__((packed)); +#define HAL_MSG_MINIMUM_EVENT 0x81 + #define HAL_SERVICE_ID_CORE 0 #define HAL_SERVICE_ID_BLUETOOTH 1 #define HAL_SERVICE_ID_SOCK 2