Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h369 bool IsRsiMatching(const RawAddress& rsi) const { in IsRsiMatching()
508 static bool is_rsi_match_sirk(const RawAddress& rsi, const Octet16& sirk) { in is_rsi_match_sirk()
Dcsis_client.cc1378 all_rsi.cbegin(), all_rsi.cend(), [&csis_group](const auto& rsi) { in OnActiveScanResult()
1454 RawAddress rsi = inq_ent->results.ble_ad_rsi; in CheckForGroupInInqDb() local
1515 for (auto& rsi : all_rsi) { in OnScanBackgroundResult() local
Dcsis_client_test.cc1179 std::vector<uint8_t> rsi = {0x07, 0x2e, 0x00, 0xed, 0x1a, 0x00, 0x00, 0x00}; in TEST_F() local