-
Hello, I have created a client service with a txtData description but I try to read TxtData serve on server side. I do not have the txtData filled. In client part here my code : /* Get buffer instance name */
I can see that the TxtEntry is well set when I receive the srpClientCallback. But when I try to use otSrpServerServiceGetTxtData on server side on this sqme service. I do have the txtEntry I have written. Do I have misunderstood and the txtEntry is not the same as the txtData ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The length of the TXT entry value also needs to be set.
The SRP Client CLI provides an example of configuring the TXT record: openthread/src/cli/cli_srp_client.cpp Lines 420 to 428 in 812c36f |
Beta Was this translation helpful? Give feedback.
The length of the TXT entry value also needs to be set.
The SRP Client CLI provides an example of configuring the TXT record:
openthread/src/cli/cli_srp_client.cpp
Lines 420 to 428 in 812c36f