ESP-IDF
goepc_obex_callback()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
goepc_obex_callback()
goepc_obex_callback() function
Syntax
Show:
Summary
Declaration
Definition
from
goep_int.h:97
void
goepc_obex_callback
(
UINT16
handle
,
UINT8
event
,
tOBEX_MSG
*
msg
)
;
Implemented in
goepc_main.c:153
Arguments
Argument
handle
event
msg
Examples
References
from
examples
Code
Location
Referrer
void
goepc_obex_callback
(
UINT16
handle
,
UINT8
event
,
tOBEX_MSG
*
msg
)
goepc_main.c:153
void
goepc_obex_callback
(
UINT16
handle
,
UINT8
event
,
tOBEX_MSG
*
msg
)
;
goep_int.h:97
if
(
OBEX_CreateConn
(
svr
,
goepc_obex_callback
,
&
p_ccb
->
obex_handle
)
!=
OBEX_SUCCESS
)
{
goepc_api.c:91
GOEPC_Open()
Call Tree
from
examples
goepc_obex_callback()
calls 11 functions:
All items filtered out
goepc_obex_callback()
free()
esp_log_timestamp()
esp_log_write()
OBEX_CheckFinalBit()
OBEX_CheckContinueResponse()
OBEX_RemoveConn()
goepc_sm_execute()
find_ccb_by_obex_handle()
goepc_act_congest()
goepc_act_uncongest()
goepc_act_mtu_chg()
All items filtered out
Data Use
from
examples
goepc_obex_callback()
reads 24 variables and writes 7 variables:
esp_log_level_t::ESP_LOG_ERROR
::OBEX_CONNECT_EVT
::OBEX_DISCONNECT_EVT
::OBEX_MTU_CHANGE_EVT
::OBEX_CONGEST_EVT
::OBEX_UNCONGEST_EVT
::OBEX_DATA_EVT
tOBEX_MSG::
::peer_mtu
tOBEX_MSG::
::our_mtu
tOBEX_MSG::connect
tOBEX_MSG::
::peer_mtu
tOBEX_MSG::
::our_mtu
tOBEX_MSG::mtu_change
tOBEX_MSG::
::pkt
tOBEX_MSG::data
tGOEPC_CB::trace_level
tGOEPC_DATA::connected
tGOEPC_DATA::mtu_chg
tGOEPC_DATA::pkt
::GOEPC_SM_EVENT_CONNECT
::GOEPC_SM_EVENT_DISCONNECT
::GOEPC_SM_EVENT_RSP
::GOEPC_SM_EVENT_RSP_FB
goepc_cb
All items filtered out
goepc_obex_callback()
GOEPC_Open()
tGOEPC_CCB::obex_handle
tGOEPC_CONNECTED::peer_mtu
tGOEPC_CONNECTED::our_mtu
tGOEPC_MTU_CHG::peer_mtu
tGOEPC_MTU_CHG::our_mtu
tGOEPC_DATA::pkt
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
goepc_obex_callback()
allocates 1 types:
BT_HDR
All items filtered out
goepc_obex_callback()
All items filtered out