ESP-IDF
tGOEPC_CCB
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tGOEPC_CCB
tGOEPC_CCB struct
Syntax
Show:
Summary
Declaration
from
goep_int.h:46
typedef
struct
{
tGOEPC_EVT_CBACK
*
callback
;
UINT16
obex_handle
;
UINT16
peer_mtu
;
UINT16
our_mtu
;
BOOLEAN
congest
;
BT_HDR
*
pkt
;
BOOLEAN
pkt_srm_en
;
BOOLEAN
pkt_srm_wait
;
UINT8
curr_pkt_opcode
;
UINT8
last_pkt_opcode
;
BOOLEAN
srm_wait
;
BOOLEAN
srm_peer_wait
;
UINT8
srm_state
;
UINT8
state
;
UINT8
allocated
;
}
tGOEPC_CCB
;
Fields
Field
Declared as
tGOEPC_CCB::callback
tGOEPC_EVT_CBACK
*
tGOEPC_CCB::obex_handle
UINT16
tGOEPC_CCB::peer_mtu
UINT16
tGOEPC_CCB::our_mtu
UINT16
tGOEPC_CCB::congest
BOOLEAN
tGOEPC_CCB::pkt
BT_HDR
*
tGOEPC_CCB::pkt_srm_en
BOOLEAN
tGOEPC_CCB::pkt_srm_wait
BOOLEAN
tGOEPC_CCB::curr_pkt_opcode
UINT8
tGOEPC_CCB::last_pkt_opcode
UINT8
tGOEPC_CCB::srm_wait
BOOLEAN
tGOEPC_CCB::srm_peer_wait
BOOLEAN
tGOEPC_CCB::srm_state
UINT8
tGOEPC_CCB::state
UINT8
tGOEPC_CCB::allocated
UINT8
Related Functions
Found 18 other functions taking a
tGOEPC_CCB
argument:
Function
goepc_sm_act_disconnect()
goepc_free_ccb()
goepc_sm_execute()
goepc_srm_sm_execute()
goepc_sm_act_send_req_fb()
goepc_sm_act_send_req()
goepc_sm_act_rsp()
goepc_sm_act_rsp_fb()
goepc_sm_state_opened_idle()
goepc_sm_state_opened_req()
goepc_sm_state_opened_rsp()
goepc_srm_sm_act_req()
goepc_srm_sm_act_rsp()
goepc_act_congest()
goepc_act_uncongest()
goepc_act_mtu_chg()
goepc_sm_act_connect()
goepc_sm_state_opening()
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out