From b332aa7487420104d7571d5f076afc188a6bd720 Mon Sep 17 00:00:00 2001 From: Jakub Tyszkowski Date: Thu, 31 Oct 2013 15:25:32 +0100 Subject: [PATCH] android: Add name property length define Add define for adapter and remote device name property. --- android/hal-msg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index b79241121..8a344d864 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -89,6 +89,8 @@ struct hal_cmd_get_adapter_prop { uint8_t type; } __attribute__((packed)); +#define HAL_MAX_NAME_LENGTH 249 + #define HAL_PROP_ADAPTER_NAME 0x01 #define HAL_PROP_ADAPTER_ADDR 0x02 #define HAL_PROP_ADAPTER_UUIDS 0x03 -- 2.47.3