Searched defs:rsi (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_types.h | 369 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()
|
D | csis_client.cc | 1378 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
|
D | csis_client_test.cc | 1179 std::vector<uint8_t> rsi = {0x07, 0x2e, 0x00, 0xed, 0x1a, 0x00, 0x00, 0x00}; in TEST_F() local
|