Modify disconnection reason in connection change callback 65/315765/1 tizen
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 7fd4742..71eb259 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;