Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c187 bool isBle = ((cipher & USE_BLE_CIPHER) != 0); in GetAuthIdByHandshakeMsg() local
188 if (isBle && connInfo.type == AUTH_LINK_TYPE_BR) { in GetAuthIdByHandshakeMsg()
192 } else if (!isBle && connInfo.type == AUTH_LINK_TYPE_BLE) { in GetAuthIdByHandshakeMsg()