Searched refs:referenceContext (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_connection.c | 350 CONN_CHECK_AND_RETURN_RET_LOGE(referenceContext != NULL, false, CONN_BLE, in NeedProccessOccupy() 352 referenceContext->delta = delta; in NeedProccessOccupy() 353 referenceContext->challengeCode = challengeCode; in NeedProccessOccupy() 354 referenceContext->isActiveUpdateLocalRc = isActiveUpdateLocalRc; in NeedProccessOccupy() 355 referenceContext->peerRc = peerRc; in NeedProccessOccupy() 357 connection->connectionId, 0, referenceContext, WAIT_TIMEOUT_TRY_AGAIN); in NeedProccessOccupy() 359 SoftBusFree(referenceContext); in NeedProccessOccupy() 1114 CONN_CHECK_AND_RETURN_LOGE(referenceContext != NULL, CONN_BLE, "referenceContext is null"); in BleRetryUpdateConnectionRc() 1117 if (referenceContext->isActiveUpdateLocalRc) { in BleRetryUpdateConnectionRc() 1118 … ConnBleUpdateConnectionRc(connection, referenceContext->challengeCode, referenceContext->delta); in BleRetryUpdateConnectionRc() [all …]
|