ESP-IDF
ot::Trel::Interface::kTxtRecordExtAddressKey
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Trel::Interface::kTxtRecordExtAddressKey
ot::Trel::Interface::kTxtRecordExtAddressKey variable
Syntax
Show:
Summary
Declaration
Definition
from
trel_interface.hpp:254
static
const
char
kTxtRecordExtAddressKey
[
]
;
Implemented in
trel_interface.cpp:44
Examples
References
from
examples
Code
Location
Scope
Referrer
const
char
Interface
::
kTxtRecordExtAddressKey
[
]
=
"xa"
;
trel_interface.cpp:44
static
const
char
kTxtRecordExtAddressKey
[
]
;
trel_interface.hpp:254
/* ExtAddr */
sizeof
(
uint8_t
)
+
sizeof
(
kTxtRecordExtAddressKey
)
-
1
+
sizeof
(
char
)
+
sizeof
(
Mac
::
ExtAddress
)
+
trel_interface.cpp:138
ot::Trel::Interface
ot::Trel::Interface::RegisterService()
txtEntries
[
0
]
.
Init
(
kTxtRecordExtAddressKey
,
Get
<
Mac
::
Mac
>
(
)
.
GetExtAddress
(
)
.
m8
,
sizeof
(
Mac
::
ExtAddress
)
)
;
trel_interface.cpp:148
ot::Trel::Interface
ot::Trel::Interface::RegisterService()
LogInfo
(
"Registering DNS-SD service: port:%u, txt:\"%s=%s, %s=%s\""
,
mUdpPort
,
kTxtRecordExtAddressKey
,
trel_interface.cpp:155
ot::Trel::Interface
ot::Trel::Interface::RegisterService()
if
(
StringMatch
(
entry
.
mKey
,
kTxtRecordExtAddressKey
)
)
trel_interface.cpp:264
ot::Trel::Interface
ot::Trel::Interface::ParsePeerInfoTxtData() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Trel::Interface::kTxtRecordExtAddressKey
is read by 2 functions:
All items filtered out
ot::Trel::Interface::kTxtRecordExtAddressKey
ot::Trel::Interface::RegisterService()
ot::Trel::Interface::ParsePeerInfoTxtData() const
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out