commit | 86b765c0a940370af88e4fa31ac9778d9fb0986b | [log] [tgz] |
---|---|---|
author | Lyle Zhu <lyle.zhu@nxp.com> | Fri Feb 28 15:59:28 2025 +0800 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Fri Mar 07 20:18:31 2025 +0100 |
tree | 2f4324a2c83fb4fda26f86496405210f66c23126 | |
parent | 7026f113d63e1c19915a79cfe030f86578af1e5a [diff] |
Bluetooth: SDP: Ignore unsupported UUID In current implementation, if the UUID of request is unknown, the local variable `u` will not be updated, and the unknown UUID `u` is used as the target to search it in the SDP record list. It may result in irrelevant record being replied to the requester. Ignore the unsupported UUID to fix the issue. Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>