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:
31902d5
)
Modify disconnection reason in connection change callback
65/315765/1
accepted/tizen_unified_dev
accepted/tizen/unified/20240829.153507
accepted/tizen/unified/dev/20240901.214653
accepted/tizen/unified/toolchain/20241004.101315
accepted/tizen/unified/x/20240830.014057
author
Sameer Kumar
<sameer.kumar@samsung.com>
Wed, 7 Aug 2024 06:52:43 +0000
(12:22 +0530)
committer
Sameer Kumar
<sameer.kumar@samsung.com>
Wed, 7 Aug 2024 06:52:43 +0000
(12:22 +0530)
This patch alligns OAL layer disconnection reason with HAL layer disconnection reason.
Change-Id: I6b20fc208e45622db3bdb20780afe6e2acd624d0
Signed-off-by: Sameer Kumar <sameer.kumar@samsung.com>
bt-oal/include/oal-event.h
patch
|
blob
|
history
diff --git
a/bt-oal/include/oal-event.h
b/bt-oal/include/oal-event.h
index 7fd4742aee21e518af131af7bf7215022b1c18fa..71eb25978bedfd6c745c0e41b3314f58c36d930b 100644
(file)
--- a/
bt-oal/include/oal-event.h
+++ b/
bt-oal/include/oal-event.h
@@
-301,7
+301,7
@@
typedef struct {
typedef struct {
bt_address_t address;
-
oal_status
_t status;
+
uint8
_t status;
} event_dev_conn_status_t;
typedef event_dev_conn_status_t event_dev_bond_failed_t;