ESP-IDF
tACL_CONN::p_set_pkt_data_cback
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tACL_CONN::p_set_pkt_data_cback
tACL_CONN::p_set_pkt_data_cback field
Syntax
Show:
Summary
Declaration
from
btm_int.h:160
tBTM_SET_PKT_DATA_LENGTH_CBACK
*
p_set_pkt_data_cback
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_SET_PKT_DATA_LENGTH_CBACK
*
p_set_pkt_data_cback
;
btm_int.h:160
p_acl_cb
->
p_set_pkt_data_cback
=
p_data
->
ble_set_data_length
.
p_set_pkt_data_cback
;
bta_dm_act.c:5646
bta_dm_ble_set_data_length()
if
(
p_acl
->
p_set_pkt_data_cback
)
{
l2c_ble.c:1336
l2cble_process_data_length_change_event()
(
*
p_acl
->
p_set_pkt_data_cback
)
(
BTM_SUCCESS
,
&
data_length_params
)
;
l2c_ble.c:1338
l2cble_process_data_length_change_event()
p_acl
->
p_set_pkt_data_cback
=
p_acl
->
p_set_data_len_cback_waiting
;
l2c_ble.c:1346
l2cble_process_data_length_change_event()
if
(
p_acl
->
p_set_pkt_data_cback
)
{
l2c_ble.c:1350
l2cble_process_data_length_change_event()
(
*
p_acl
->
p_set_pkt_data_cback
)
(
BTM_SUCCESS
,
&
p_acl
->
data_length_params
)
;
l2c_ble.c:1351
l2cble_process_data_length_change_event()
Call Tree
from
examples
tACL_CONN::p_set_pkt_data_cback
is called by 1 function:
l2cble_process_data_length_change_event()
All items filtered out
tACL_CONN::p_set_pkt_data_cback
All items filtered out
Data Use
from
examples
tACL_CONN::p_set_pkt_data_cback
is written by 2 functions and is read by 1 function:
bta_dm_ble_set_data_length()
l2cble_process_data_length_change_event()
All items filtered out
tACL_CONN::p_set_pkt_data_cback
l2cble_process_data_length_change_event()
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