Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c735 int32_t expectedPeerType = connection->side == CONN_SIDE_CLIENT ? 2 : 1; in ParseBasicInfo() local
736 if (expectedPeerType != baseInfo.type) { in ParseBasicInfo()
738 … "expectedPeerType=%{public}d, actualPeerType=%{public}d", expectedPeerType, baseInfo.type); in ParseBasicInfo()