ESP-IDF
tBTM_CallbackFunc
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
tBTM_CallbackFunc
tBTM_CallbackFunc struct
Syntax
Show:
Summary
Declaration
from
btm_int.h:974
typedef
struct
{
tBTM_UPDATE_CONN_PARAM_CBACK
*
update_conn_param_cb
;
tBTM_SET_PKT_DATA_LENGTH_CBACK
*
set_pkt_data_length_cb
;
}
tBTM_CallbackFunc
;
Fields
Field
Declared as
tBTM_CallbackFunc::update_conn_param_cb
tBTM_UPDATE_CONN_PARAM_CBACK
*
tBTM_CallbackFunc::set_pkt_data_length_cb
tBTM_SET_PKT_DATA_LENGTH_CBACK
*
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
btm_int.h:974
}
tBTM_CallbackFunc
;
btm_int.h:979
tBTM_CallbackFunc
conn_callback_func
;
btm_ble_gap.c:73
}
tBTM_CallbackFunc
;
btm_int.h:979
tBTM_CallbackFunc
extern
tBTM_CallbackFunc
conn_callback_func
;
btm_int.h:981
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
conn_callback_func
btm_int.h:981
conn_callback_func
btm_ble_gap.c:73
Lifecycle
from
examples
All items filtered out
All items filtered out