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:
034e9cb
)
adapter: Fix UUID name advertised for bcast source
author
Claudia Draghicescu
<claudia.rosu@nxp.com>
Tue, 22 Aug 2023 14:29:35 +0000
(17:29 +0300)
committer
Ayush Garg
<ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:03 +0000
(19:04 +0530)
Fix UUID name typo.
src/adapter.c
patch
|
blob
|
history
diff --git
a/src/adapter.c
b/src/adapter.c
index 94f1635d259742d184a1f50170bc10e410878542..ed588cc012076ddb7914aea971afae533270abb3 100644
(file)
--- a/
src/adapter.c
+++ b/
src/adapter.c
@@
-12394,7
+12394,7
@@
void btd_adapter_device_found(struct btd_adapter *adapter,
/* Monitor Devices advertising Broadcast Announcements if the
* adapter is capable of synchronizing to it.
*/
- if (eir_get_service_data(&eir_data, BAA_SERVICE_UUID) &&
+ if (eir_get_service_data(&eir_data, B
C
AA_SERVICE_UUID) &&
btd_adapter_has_settings(adapter,
MGMT_SETTING_ISO_SYNC_RECEIVER))
monitoring = true;