Searched refs:signedWriteCommand (Results 1 – 2 of 2) sorted by relevance
98 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()
304 AttSignedWriteComm signedWriteCommand; member