projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0104a6
)
device: Fix LE bond created cb not occured issue
20/321120/1
accepted/tizen/7.0/unified/20250320.061617
author
Wootak Jung
<wootak.jung@samsung.com>
Fri, 14 Mar 2025 01:32:29 +0000
(10:32 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Fri, 14 Mar 2025 01:34:27 +0000
(10:34 +0900)
Change-Id: Iff3b087ab47a35efc3abfe0c410afd7d64615398
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
src/device.c
patch
|
blob
|
history
diff --git
a/src/device.c
b/src/device.c
index 36aff7ea8943d4abf1a8e5c3bbb09bd12eb76fc9..8e43a302b1dc642515e33007daa327268bd55c94 100644
(file)
--- a/
src/device.c
+++ b/
src/device.c
@@
-7613,6
+7613,7
@@
void device_unpair(struct btd_device *device, gboolean remove_stored)
device->bredr_state.paired = 0;
device->le_state.paired = 0;
device->bredr_state.svc_resolved = false;
+ device->le_state.svc_resolved = false;
device->trusted = false;
device->trusted_profiles.pbap = SHOW_AUTHORIZATION;
device->trusted_profiles.map = SHOW_AUTHORIZATION;