ESP-IDF
tl2c_buff_param_t
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
tl2c_buff_param_t
tl2c_buff_param_t struct
Syntax
Show:
Summary
Declaration
from
l2c_api.h:1258
typedef
struct
{
UINT16
conn_id
;
UINT16
*
get_num
;
}
tl2c_buff_param_t
;
Fields
Field
Declared as
tl2c_buff_param_t::conn_id
UINT16
tl2c_buff_param_t::get_num
UINT16
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
l2c_api.h:1258
}
tl2c_buff_param_t
;
l2c_api.h:1261
tl2c_buff_param_t
param
;
l2c_api.c:1877
L2CA_GetCurFreePktBufferNum_LE()
void
l2ble_update_att_acl_pkt_num
(
UINT8
type
,
tl2c_buff_param_t
*
param
)
l2c_api.c:2341
l2ble_update_att_acl_pkt_num()
l2ble_update_att_acl_pkt_num()::param
}
tl2c_buff_param_t
;
l2c_api.h:1261
tl2c_buff_param_t
extern
void
l2ble_update_att_acl_pkt_num
(
UINT8
type
,
tl2c_buff_param_t
*
param
)
;
l2c_api.h:1264
l2ble_update_att_acl_pkt_num()
l2ble_update_att_acl_pkt_num()::param
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
Instance
Scope
Location
Project
l2ble_update_att_acl_pkt_num()::param
l2ble_update_att_acl_pkt_num()
l2c_api.h:1264
l2ble_update_att_acl_pkt_num()::param
l2ble_update_att_acl_pkt_num()
l2c_api.c:2341
Lifecycle
from
examples
All items filtered out
All items filtered out