Home
last modified time | relevance | path

Searched refs:tBTM_SEC_REC (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec_cb.cc121 tBTM_SEC_REC* tBTM_SEC_CB::getSecRec(const RawAddress bd_addr) { in getSecRec()
131 tBTM_SEC_REC* sec_rec = getSecRec(bd_addr); in IsDeviceEncrypted()
148 tBTM_SEC_REC* sec_rec = getSecRec(bd_addr); in IsLinkKeyAuthenticated()
165 tBTM_SEC_REC* sec_rec = getSecRec(bd_addr); in IsDeviceAuthenticated()
182 tBTM_SEC_REC* sec_rec = getSecRec(bd_addr); in IsLinkKeyKnown()
Dsecurity_device_record.h210 struct tBTM_SEC_REC { struct
458 tBTM_SEC_REC sec_rec;
Dbtm_sec_cb.h96 tBTM_SEC_REC* getSecRec(const RawAddress bd_addr);
Dbtm_ble_sec.cc805 void tBTM_SEC_REC::increment_sign_counter(bool local) { in increment_sign_counter()