Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_receive.c85 SigedWriteCommandConfirmationContext *sigedWriteCommandConfirmContextPtr = NULL; in AttGapSignatureConfirmationResultAsync() local
99 ((uint16_t *)(sigedWriteCommandConfirmContextPtr->data + 1))[0]; in AttGapSignatureConfirmationResultAsync()
102sigedWriteCommandConfirmContextPtr->data + STEP_TWO + sigedWriteCommandConfirmContextPtr->bufferSi… in AttGapSignatureConfirmationResultAsync()
107sigedWriteCommandConfirmContextPtr->bufferallPtr, STEP_THREE, sigedWriteCommandConfirmContextPtr->… in AttGapSignatureConfirmationResultAsync()
115 BufferFree(sigedWriteCommandConfirmContextPtr->bufferallPtr); in AttGapSignatureConfirmationResultAsync()
1470 SigedWriteCommandConfirmationContext *sigedWriteCommandConfirmContextPtr = NULL; in AttSignedWriteCommand() local
1891 if (sigedWriteCommandConfirmContextPtr == NULL) { in AttSignWriteCommConfContextAssign()
1896 sigedWriteCommandConfirmContextPtr->connect = (AttConnectInfo *)connect; in AttSignWriteCommConfContextAssign()
1897 sigedWriteCommandConfirmContextPtr->data = (uint8_t *)data; in AttSignWriteCommConfContextAssign()
1898 sigedWriteCommandConfirmContextPtr->bufferallPtr = (Buffer *)bufferallPtr; in AttSignWriteCommConfContextAssign()
[all …]