Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_receive.c37 typedef struct SigedWriteCommandConfirmationContext { struct
42 } SigedWriteCommandConfirmationContext; argument
54 static void AttSignWriteCommConfContextAssign(SigedWriteCommandConfirmationContext *sigedWriteComma…
85 SigedWriteCommandConfirmationContext *sigedWriteCommandConfirmContextPtr = NULL; in AttGapSignatureConfirmationResultAsync()
97 … sigedWriteCommandConfirmContextPtr = (SigedWriteCommandConfirmationContext *)BufferPtr(bufferSig); in AttGapSignatureConfirmationResultAsync()
1470 SigedWriteCommandConfirmationContext *sigedWriteCommandConfirmContextPtr = NULL; in AttSignedWriteCommand()
1488 sigedWriteBuffPtr = BufferMalloc(sizeof(SigedWriteCommandConfirmationContext)); in AttSignedWriteCommand()
1489 …sigedWriteCommandConfirmContextPtr = (SigedWriteCommandConfirmationContext *)BufferPtr(sigedWriteB… in AttSignedWriteCommand()
1887 static void AttSignWriteCommConfContextAssign(SigedWriteCommandConfirmationContext *sigedWriteComma… in AttSignWriteCommConfContextAssign()