Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_request.c1256 uint8_t *attValuePtr = NULL; in AttSignedWriteCommandAsync() local
1284 attValuePtr = (uint8_t *)BufferPtr(signedWriteCommandAsyncPtr->attValue); in AttSignedWriteCommandAsync()
1285 (void)memcpy_s(data + STEP_THREE, bufferSize, attValuePtr, bufferSize); in AttSignedWriteCommandAsync()