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:
c682403
)
device: Fix LE bond created cb not occured issue
21/321121/1
accepted/tizen/unified/20250320.120243
accepted/tizen/unified/x/20250320.221632
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 05:49:27 +0000
(14:49 +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 712bdfff8c4f9f9621165eae07b53347e8f66458..3a6cb995599ea46ec8112770d4414c336cd47fe0 100644
(file)
--- a/
src/device.c
+++ b/
src/device.c
@@
-7677,6
+7677,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;