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:
800f5ce
)
Fix the EIR manufacturer data length issue
14/323014/1
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:21:09 +0000
(10:21 +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 af3fefcfb37c865cdddc54fe9463273a2d226c78..c304ee2ed3de7ffe30e70701e06249c96f03173d 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 {