Home
last modified time | relevance | path

Searched defs:rsi (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h329 bool IsRsiMatching(const RawAddress& rsi) const { return is_rsi_match_sirk(rsi, GetSirk()); } in IsRsiMatching()
457 static bool is_rsi_match_sirk(const RawAddress& rsi, const Octet16& sirk) { in is_rsi_match_sirk()
Dcsis_client.cc1258 all_rsi.cbegin(), all_rsi.cend(), [&csis_group](const auto& rsi) { in OnActiveScanResult()
1321 RawAddress rsi = inq_ent->results.ble_ad_rsi; in CheckForGroupInInqDb() local
1372 for (auto& rsi : all_rsi) { in OnScanBackgroundResult() local