From fbbd849bf296e8347f37f356a5f5216c118fe6e0 Mon Sep 17 00:00:00 2001 From: BrainL Date: Fri, 20 Jun 2025 15:52:51 +0800 Subject: [PATCH] expand service info length Signed-off-by: BrainL --- framework/core/host/src/hdf_device_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/host/src/hdf_device_object.c b/framework/core/host/src/hdf_device_object.c index 689a9a28f..44451c32a 100644 --- a/framework/core/host/src/hdf_device_object.c +++ b/framework/core/host/src/hdf_device_object.c @@ -25,7 +25,7 @@ #define HDF_LOG_TAG device_object -#define SERVICE_INFO_LEN_MAX 128 +#define SERVICE_INFO_LEN_MAX 256 int32_t HdfDeviceSubscribeService( struct HdfDeviceObject *deviceObject, const char *serviceName, struct SubscriberCallback callback) -- Gitee