Home
last modified time | relevance | path

Searched refs:BTM_BleIsLinkKeyKnown (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/bta/test/common/
Dbtm_api_mock.cc117 bool BTM_BleIsLinkKeyKnown(const RawAddress address) { in BTM_BleIsLinkKeyKnown() function
119 return btm_interface->BTM_BleIsLinkKeyKnown(address); in BTM_BleIsLinkKeyKnown()
Dbtm_api_mock.h66 virtual bool BTM_BleIsLinkKeyKnown(const RawAddress address) = 0;
118 MOCK_METHOD((bool), BTM_BleIsLinkKeyKnown, (const RawAddress address),
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_sec_api.h252 bool BTM_BleIsLinkKeyKnown(const RawAddress address);
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sec.cc461 bool BTM_BleIsLinkKeyKnown(const RawAddress /* address */) { in BTM_BleIsLinkKeyKnown() function
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc1353 if (BTM_BleIsLinkKeyKnown(result->bd_addr)) { in OnActiveScanResult()
1503 if (BTM_BleIsLinkKeyKnown(result->bd_addr)) { in OnScanBackgroundResult()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc1995 bool BTM_BleIsLinkKeyKnown(const RawAddress address) { in BTM_BleIsLinkKeyKnown() function