ESP-IDF
tAVCT_UL_MSG::p_buf
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
tAVCT_UL_MSG::p_buf
tAVCT_UL_MSG::p_buf field
Syntax
Show:
Summary
Declaration
from
avct_int.h:114
BT_HDR
*
p_buf
;
Examples
References
from
examples
Code
Location
Referrer
BT_HDR
*
p_buf
;
avct_int.h:114
ul_msg
.
p_buf
=
p_msg
;
avct_api.c:417
AVCT_MsgReq()
osi_free
(
p_data
->
ul_msg
.
p_buf
)
;
avct_lcb_act.c:485
avct_lcb_discard_msg()
p_data
->
ul_msg
.
p_buf
=
NULL
;
avct_lcb_act.c:486
avct_lcb_discard_msg()
curr_msg_len
=
p_data
->
ul_msg
.
p_buf
->
len
;
avct_lcb_act.c:511
avct_lcb_send_msg()
if
(
p_data
->
ul_msg
.
p_buf
->
len
>
(
p_lcb
->
peer_mtu
-
hdr_len
)
)
{
avct_lcb_act.c:533
avct_lcb_send_msg()
osi_free
(
p_data
->
ul_msg
.
p_buf
)
;
avct_lcb_act.c:538
avct_lcb_send_msg()
(
UINT8
*
)
(
p_data
->
ul_msg
.
p_buf
+
1
)
+
p_data
->
ul_msg
.
p_buf
->
offset
,
p_buf
->
len
)
;
avct_lcb_act.c:547
avct_lcb_send_msg()
p_data
->
ul_msg
.
p_buf
->
offset
+=
p_buf
->
len
;
avct_lcb_act.c:549
avct_lcb_send_msg()
p_data
->
ul_msg
.
p_buf
->
len
-=
p_buf
->
len
;
avct_lcb_act.c:550
avct_lcb_send_msg()
p_buf
=
p_data
->
ul_msg
.
p_buf
;
avct_lcb_act.c:552
avct_lcb_send_msg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVCT_UL_MSG::p_buf
is written by 2 functions and is read by 2 functions:
AVCT_MsgReq()
avct_lcb_discard_msg()
All items filtered out
tAVCT_UL_MSG::p_buf
avct_lcb_discard_msg()
avct_lcb_send_msg()
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