ESP-IDF
otTcatAdvertisedDeviceId
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otTcatAdvertisedDeviceId
otTcatAdvertisedDeviceId struct
Syntax
Show:
Summary
Declaration
from
tcat.h:128
typedef
struct
otTcatAdvertisedDeviceId
{
otTcatAdvertisedDeviceIdType
mDeviceIdType
;
uint16_t
mDeviceIdLen
;
uint8_t
mDeviceId
[
OT_TCAT_MAX_ADVERTISED_DEVICEID_SIZE
]
;
}
otTcatAdvertisedDeviceId
;
Fields
Field
Declared as
otTcatAdvertisedDeviceId::mDeviceIdType
otTcatAdvertisedDeviceIdType
otTcatAdvertisedDeviceId::mDeviceIdLen
uint16_t
otTcatAdvertisedDeviceId::mDeviceId
uint8_t
[
OT_TCAT_MAX_ADVERTISED_DEVICEID_SIZE
]
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
otTcatAdvertisedDeviceId
tcat.h:128
}
otTcatAdvertisedDeviceId
;
tcat.h:133
otTcatAdvertisedDeviceId
const
otTcatAdvertisedDeviceId
*
mAdvertisedDeviceIds
;
/** Vendor managed advertised device ID array.
tcat.h:158
otTcatVendorInfo
otTcatVendorInfo::mAdvertisedDeviceIds
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
otTcatVendorInfo::mAdvertisedDeviceIds
otTcatVendorInfo
tcat.h:158
Lifecycle
from
examples
All items filtered out
All items filtered out