Home
last modified time | relevance | path

Searched refs:GapAddrCompare (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c391 if ((GapIsEmptyAddr(regInfo->addr.addr) || GapAddrCompare(&regInfo->addr, addr)) && in GAP_RequestSecurity()
603 if (GapAddrCompare(&devInfo->addr, &reqInfo->addr) && reqInfo->needAuthentication) { in GapUpdateSecurityStatusAuthenticationSuccess()
619 if (GapAddrCompare(&devInfo->addr, &reqInfo->addr) && reqInfo->needEncryption) { in GapUpdateSecurityStatusEncryptionSuccess()
622 if (GapAddrCompare(&devInfo->addr, &reqInfo->addr) && reqInfo->status == GAP_SEC_REQ_STATUS_WAIT_ENCRYPT) { in GapUpdateSecurityStatusEncryptionSuccess()
638 if (GapAddrCompare(&devInfo->addr, &reqInfo->addr) && reqInfo->status == GAP_SEC_REQ_STATUS_ACTION) { in GapUpdateSecurityStatusFailed()
642 if (GapAddrCompare(&devInfo->addr, &reqInfo->addr) && reqInfo->status == GAP_SEC_REQ_STATUS_WAIT_ENCRYPT) { in GapUpdateSecurityStatusFailed()
659 if (GapAddrCompare(&devInfo->addr, &reqInfo->addr) && reqInfo->status == GAP_SEC_REQ_STATUS_WAIT_ENCRYPT) { in GapUpdateSecurityStatusEncryptionTimeout()
675 if (GapAddrCompare(&devInfo->addr, &reqInfo->addr)) { in GapUpdateSecurityStatusAclDisconnect()
692 if (GapAddrCompare(&devInfo->addr, &reqInfo->addr) && reqInfo->status == GAP_SEC_REQ_STATUS_WAIT_CONNECT) { in GapUpdateSecurityStatusConnectComplete()
713 if (GapAddrCompare( in GapUpdateSecurityStatusFeatureComplete()
[all...]
H A Dgap.c263 bool GapAddrCompare(const BtAddr *addr1, const BtAddr *addr2) in GapAddrCompare() function
904 if ((addr == NULL || GapIsEmptyAddr(addr->addr) || GapAddrCompare(addr, &regInfo->addr)) && in GAP_RegisterServiceSecurity()
953 if ((addr == NULL || GapIsEmptyAddr(addr->addr) || GapAddrCompare(addr, &regInfo->addr)) && in GAP_DeregisterServiceSecurity()
1210 if (!GapAddrCompare(&reqInfo->addr, param->addr)) { in GapAclConnectionComplete()
1277 return GapAddrCompare(&deviceInfo->addr, addr); in GapFindLeConnectionDeviceByAddr()
H A Dgap_le_conn.c419 return (leBondBlock->isPairing == true) && (GapAddrCompare(&deviceInfo->addr, &leBondBlock->addr)); in GapLeDeviceNeedBond()
487 if (leBondBlock->isPairing == true && GapAddrCompare(addr, &leBondBlock->addr)) { in GapLeConnectionComplete()
H A Dgap_internal.h33 bool GapAddrCompare(const BtAddr *addr1, const BtAddr *addr2);
H A Dgap_le_sec.c802 if (GapAddrCompare(addr, &leBondBlock->addr)) { in GapClearPairingStatus()

Completed in 8 milliseconds