Home
last modified time | relevance | path

Searched refs:IsDeviceAuthenticated (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec_cb.h90 bool IsDeviceAuthenticated(const RawAddress bd_addr, tBT_TRANSPORT transport);
Dbtm_sec_cb.cc163 bool tBTM_SEC_CB::IsDeviceAuthenticated(const RawAddress bd_addr, in IsDeviceAuthenticated() function in tBTM_SEC_CB
Dbtm_sec.cc475 return btm_sec_cb.IsDeviceAuthenticated(bd_addr, transport); in BTM_IsAuthenticated()