!4505 Fix: Discovery Increase Max Length of Cust Data

Merge pull request !4505 from 朱思远/master
This commit is contained in:
openharmony_ci 2024-01-02 06:37:58 +00:00 committed by Gitee
commit 5e1edc96e3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -141,7 +141,7 @@ extern "C" {
* @brief Indicates the maximum length of the custom data in <b>IDiscoveryCallback</b>.
*
*/
#define DISC_MAX_CUST_DATA_LEN 219
#define DISC_MAX_CUST_DATA_LEN 513
/**
* @brief Indicates the maximum number of capabilities contained in the bitmap in <b>IDiscoveryCallback</b>.