Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_receive.c98 attWriteObj.signedWriteCommand.attHandleValueObj.attHandle = in AttGapSignatureConfirmationResultAsync()
100 (void)memcpy_s(attWriteObj.signedWriteCommand.authSignature, in AttGapSignatureConfirmationResultAsync()
104 attWriteObj.signedWriteCommand.authSignatureLen = GAPSIGNATURESIZE; in AttGapSignatureConfirmationResultAsync()
105 …attWriteObj.signedWriteCommand.result = (AttSignedWriteCommandResult)attGapSigConfirmationPtr->res… in AttGapSignatureConfirmationResultAsync()
1440 attWriteObjPtr->signedWriteCommand.attHandleValueObj.attHandle = ((uint16_t *)(data + 1))[0]; in AttSignedWriteCommandGapRetErrorAssign()
1441 attWriteObjPtr->signedWriteCommand.authSignatureLen = GAPSIGNATURESIZE; in AttSignedWriteCommandGapRetErrorAssign()
1497 attWriteObj.signedWriteCommand.result = GAP_REJECT; in AttSignedWriteCommand()
1498 (void)memcpy_s(attWriteObj.signedWriteCommand.authSignature, in AttSignedWriteCommand()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h304 AttSignedWriteComm signedWriteCommand; member