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
authorSameer Kumar <sameer.kumar@samsung.com>
Wed, 7 Aug 2024 06:52:43 +0000 (12:22 +0530)
committerSameer 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

index 7fd4742aee21e518af131af7bf7215022b1c18fa..71eb25978bedfd6c745c0e41b3314f58c36d930b 100644 (file)
@@ -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;