Searched refs:BTM_BleIsLinkKeyKnown (Results 1 – 6 of 6) sorted by relevance
117 bool BTM_BleIsLinkKeyKnown(const RawAddress address) { in BTM_BleIsLinkKeyKnown() function119 return btm_interface->BTM_BleIsLinkKeyKnown(address); in BTM_BleIsLinkKeyKnown()
66 virtual bool BTM_BleIsLinkKeyKnown(const RawAddress address) = 0;118 MOCK_METHOD((bool), BTM_BleIsLinkKeyKnown, (const RawAddress address),
252 bool BTM_BleIsLinkKeyKnown(const RawAddress address);
461 bool BTM_BleIsLinkKeyKnown(const RawAddress /* address */) { in BTM_BleIsLinkKeyKnown() function
1353 if (BTM_BleIsLinkKeyKnown(result->bd_addr)) { in OnActiveScanResult()1503 if (BTM_BleIsLinkKeyKnown(result->bd_addr)) { in OnScanBackgroundResult()
1995 bool BTM_BleIsLinkKeyKnown(const RawAddress address) { in BTM_BleIsLinkKeyKnown() function