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

Commit ca8aafcb authored by Chris Manton's avatar Chris Manton
Browse files

[2/19] get_btm_client_interface().db.BTM_InqDbNext

Bug: 343772702
Test: m .
Flag: EXEMPT, Mechanical Refactor

Change-Id: I155f845431060b81a994db1c15359b48f9801a6a
parent 33a5bdd0
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;