Fix the EIR manufacturer data length issue 13/323013/1 accepted/tizen/7.0/unified/20250422.163709
authorWootak Jung <wootak.jung@samsung.com>
Tue, 22 Apr 2025 01:20:20 +0000 (10:20 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Tue, 22 Apr 2025 01:20:22 +0000 (10:20 +0900)
max length should be 240 not 31

Change-Id: I81fac2df62443b32845f50036ec52f9a5049a077

bt-oal/hardware/bluetooth.h

index c4e9b435f7d21353f1c81ebcf841773dd976da03..222915395f85e3f23c3cfbb3cd485034b9cc2bbe 100644 (file)
@@ -53,7 +53,7 @@ __BEGIN_DECLS
 #define BT_PROFILE_AV_RC_ID "avrcp"
 #define BT_PROFILE_AV_RC_CTRL_ID "avrcp_ctrl"
 #define BT_PROFILE_TDS_ID "tds"
-#define BT_MANUFACTURER_DATA_LENGTH_MAX 31 /**< This specifies the Maximum manufacturer data Length>*/
+#define BT_MANUFACTURER_DATA_LENGTH_MAX 240 /**< This specifies the Maximum manufacturer data Length>*/
 
 /** Bluetooth Address */
 typedef struct {