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 b792411..8a344d8 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 -- 1.8.4.1 -- 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