ESP-IDF
BLE_L2CAP_SDU_BUFF_CNT
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
BLE_L2CAP_SDU_BUFF_CNT
BLE_L2CAP_SDU_BUFF_CNT macro
Syntax
Show:
Summary
Declaration
from
ble_l2cap_coc_priv.h:40
#define
BLE_L2CAP_SDU_BUFF_CNT
(
MYNEWT_VAL
(
BLE_L2CAP_COC_SDU_BUFF_COUNT
)
)
Examples
References
from
examples
Code
Location
#define
BLE_L2CAP_SDU_BUFF_CNT
(
MYNEWT_VAL
(
BLE_L2CAP_COC_SDU_BUFF_COUNT
)
)
ble_l2cap_coc_priv.h:40
(
chan
->
coc_rx
.
current_sdu_idx
+
1
)
%
BLE_L2CAP_SDU_BUFF_CNT
;
ble_l2cap_coc.c:288
for
(
int
i
=
1
;
i
<
BLE_L2CAP_SDU_BUFF_CNT
;
i
++
)
{
ble_l2cap_coc.c:348
if
(
BLE_L2CAP_SDU_BUFF_CNT
==
1
)
{
ble_l2cap_coc.c:353
for
(
int
i
=
0
;
i
<
BLE_L2CAP_SDU_BUFF_CNT
;
i
++
)
{
ble_l2cap_coc.c:424
BLE_L2CAP_SDU_BUFF_CNT
!=
1
)
{
ble_l2cap_coc.c:621
(
chan
->
coc_rx
.
next_sdu_alloc_idx
+
1
)
%
BLE_L2CAP_SDU_BUFF_CNT
;
ble_l2cap_coc.c:627
struct
os_mbuf
*
sdus
[
BLE_L2CAP_SDU_BUFF_CNT
]
;
ble_l2cap_coc_priv.h:43
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