Searched refs:GapAddrCompare (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_br_sec.c | 391 if ((GapIsEmptyAddr(regInfo->addr.addr) || GapAddrCompare(®Info->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 D | gap.c | 263 bool GapAddrCompare(const BtAddr *addr1, const BtAddr *addr2) in GapAddrCompare() function 904 if ((addr == NULL || GapIsEmptyAddr(addr->addr) || GapAddrCompare(addr, ®Info->addr)) && in GAP_RegisterServiceSecurity() 953 if ((addr == NULL || GapIsEmptyAddr(addr->addr) || GapAddrCompare(addr, ®Info->addr)) && in GAP_DeregisterServiceSecurity() 1210 if (!GapAddrCompare(&reqInfo->addr, param->addr)) { in GapAclConnectionComplete() 1277 return GapAddrCompare(&deviceInfo->addr, addr); in GapFindLeConnectionDeviceByAddr()
|
H A D | gap_le_conn.c | 419 return (leBondBlock->isPairing == true) && (GapAddrCompare(&deviceInfo->addr, &leBondBlock->addr)); in GapLeDeviceNeedBond() 487 if (leBondBlock->isPairing == true && GapAddrCompare(addr, &leBondBlock->addr)) { in GapLeConnectionComplete()
|
H A D | gap_internal.h | 33 bool GapAddrCompare(const BtAddr *addr1, const BtAddr *addr2);
|
H A D | gap_le_sec.c | 802 if (GapAddrCompare(addr, &leBondBlock->addr)) { in GapClearPairingStatus()
|
Completed in 8 milliseconds