ESP-IDF
ASZMIC
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/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
ASZMIC
ASZMIC macro
Syntax
Show:
Summary
Declaration
from
transport.c:47
#define
ASZMIC
(
data
)
(
(
(
data
)
[
1
]
>
>
7
)
&
1
)
Arguments
Argument
data
Examples
References
from
examples
Code
Location
#define
ASZMIC
(
data
)
(
(
(
data
)
[
1
]
>
>
7
)
&
1
)
transport.c:47
#define
ASZMIC
(
data
)
(
(
(
data
)
[
1
]
>
>
7
)
&
1
)
transport.c:39
BT_DBG
(
"ASZMIC %u AKF %u AID 0x%02x"
,
ASZMIC
(
hdr
)
,
AKF
(
hdr
)
,
AID
(
hdr
)
)
;
transport.c:1433
ASZMIC
(
hdr
)
,
&
rx
->
buf
)
;
transport.c:1617
BT_DBG
(
"ASZMIC %u AKF %u AID 0x%02x"
,
ASZMIC
(
hdr
)
,
AKF
(
hdr
)
,
AID
(
hdr
)
)
;
transport.c:1306
}
else
if
(
rx
->
len
<
1
+
APP_MIC_LEN
(
ASZMIC
(
hdr
)
)
)
{
transport.c:1531
sdu
=
NET_BUF_SIMPLE
(
rx
->
len
-
APP_MIC_LEN
(
ASZMIC
(
hdr
)
)
)
;
transport.c:1544
sdu
,
seg_buf
->
om_data
,
rx
->
len
-
APP_MIC_LEN
(
ASZMIC
(
hdr
)
)
)
;
transport.c:1546
err
=
sdu_recv
(
net_rx
,
*
hdr
,
ASZMIC
(
hdr
)
,
seg_buf
,
sdu
,
rx
)
;
transport.c:1548
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