Message ID | 20240704090756.31351-4-r.smirnov@omp.ru (mailing list archive) |
---|---|
State | Accepted |
Commit | 7a45038dc1e505afbaa49f8dd64fd41dab627f23 |
Headers | show |
Series | fix errors found by SVACE static analyzer | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
diff --git a/src/shared/gatt-client.c b/src/shared/gatt-client.c index 8e4ae7e5e..8b0362503 100644 --- a/src/shared/gatt-client.c +++ b/src/shared/gatt-client.c @@ -1276,7 +1276,9 @@ next: range = queue_peek_head(op->discov_ranges); - client->discovery_req = bt_gatt_discover_included_services(client->att, + if (range) + client->discovery_req = bt_gatt_discover_included_services( + client->att, range->start, range->end, discover_incl_cb,