ESP-IDF
AID
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
AID
AID macro
Syntax
Show:
Summary
Declaration
from
transport.c:46
#define
AID
(
data
)
(
(
data
)
[
0
]
&
AID_MASK
)
Arguments
Argument
data
Examples
References
from
examples
Code
Location
#define
AID
(
data
)
(
(
data
)
[
0
]
&
AID_MASK
)
transport.c:46
#define
AID
(
data
)
(
(
data
)
[
0
]
&
AID_MASK
)
transport.c:38
BT_DBG
(
"ASZMIC %u AKF %u AID 0x%02x"
,
aszmic
,
AKF
(
&
hdr
)
,
AID
(
&
hdr
)
)
;
transport.c:736
if
(
AID
(
&
hdr
)
!=
keys
->
id
)
{
transport.c:840
BT_DBG
(
"AFK %u AID 0x%02x"
,
AKF
(
buf
->
data
)
,
AID
(
buf
->
data
)
)
;
transport.c:1109
BT_DBG
(
"ASZMIC %u AKF %u AID 0x%02x"
,
ASZMIC
(
hdr
)
,
AKF
(
hdr
)
,
AID
(
hdr
)
)
;
transport.c:1433
BT_DBG
(
"AKF %u AID 0x%02x"
,
!
ctx
.
crypto
.
dev_key
,
AID
(
&
hdr
)
)
;
transport.c:760
rx
->
ctx
.
app_idx
=
bt_mesh_app_key_find
(
ctx
.
crypto
.
dev_key
,
AID
(
&
hdr
)
,
transport.c:772
BT_DBG
(
"AFK %u AID 0x%02x"
,
AKF
(
buf
->
om_data
)
,
AID
(
buf
->
om_data
)
)
;
transport.c:966
BT_DBG
(
"ASZMIC %u AKF %u AID 0x%02x"
,
ASZMIC
(
hdr
)
,
AKF
(
hdr
)
,
AID
(
hdr
)
)
;
transport.c:1306
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
Lifecycle
from
examples
All items filtered out
All items filtered out