Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_common.h237 typedef struct SigedWriteCommandGenerationContext { struct
242 } SigedWriteCommandGenerationContext; argument
H A Datt_send_request.c41 static void AttSingedWriteCommandContextAssign(SigedWriteCommandGenerationContext *sigedWriteComman…
97 SigedWriteCommandGenerationContext *sigedWriteCommandGenerContextPtr = NULL; in AttGapSignatureGenerationResultAsync()
104 sigedWriteCommandGenerContextPtr = (SigedWriteCommandGenerationContext *)BufferPtr(bufferSig); in AttGapSignatureGenerationResultAsync()
1258 SigedWriteCommandGenerationContext *sigedWriteCommandGenerContextPtr = NULL; in AttSignedWriteCommandAsync()
1287 sigedWriteBuffPtr = BufferMalloc(sizeof(SigedWriteCommandGenerationContext)); in AttSignedWriteCommandAsync()
1288 …sigedWriteCommandGenerContextPtr = (SigedWriteCommandGenerationContext *)BufferPtr(sigedWriteBuffP… in AttSignedWriteCommandAsync()
1739 static void AttSingedWriteCommandContextAssign(SigedWriteCommandGenerationContext *sigedWriteComman… in AttSingedWriteCommandContextAssign()