projects
/
platform
/
core
/
connectivity
/
bluetooth-frwk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
021fb90
)
Fix the EIR manufacturer data length issue
13/323013/1
accepted/tizen/7.0/unified/20250422.163709
author
Wootak Jung
<wootak.jung@samsung.com>
Tue, 22 Apr 2025 01:20:20 +0000
(10:20 +0900)
committer
Wootak 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
patch
|
blob
|
history
diff --git
a/bt-oal/hardware/bluetooth.h
b/bt-oal/hardware/bluetooth.h
index c4e9b435f7d21353f1c81ebcf841773dd976da03..222915395f85e3f23c3cfbb3cd485034b9cc2bbe 100644
(file)
--- a/
bt-oal/hardware/bluetooth.h
+++ b/
bt-oal/hardware/bluetooth.h
@@
-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 {