Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab595d73 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[2/19] get_btm_client_interface().db.BTM_InqDbNext" into main am: d2f3ef2b

parents 757def52 d2f3ef2b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1449,7 +1449,8 @@ class CsisClientImpl : public CsisClient {
    // Check if last inquiry already found devices with RSI matching this group
    for (tBTM_INQ_INFO* inq_ent =
             get_btm_client_interface().db.BTM_InqDbFirst();
         inq_ent != nullptr; inq_ent = BTM_InqDbNext(inq_ent)) {
         inq_ent != nullptr;
         inq_ent = get_btm_client_interface().db.BTM_InqDbNext(inq_ent)) {
      RawAddress rsi = inq_ent->results.ble_ad_rsi;
      if (!csis_group->IsRsiMatching(rsi)) continue;