ESP-IDF
tGATT_SR_CMD
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
tGATT_SR_CMD
tGATT_SR_CMD struct
Syntax
Show:
Summary
Declaration
from
gatt_int.h:288
typedef
struct
{
BT_HDR
*
p_rsp_msg
;
UINT32
trans_id
;
tGATT_READ_MULTI
multi_req
;
fixed_queue_t
*
multi_rsp_q
;
UINT16
handle
;
UINT8
op_code
;
UINT8
status
;
UINT8
cback_cnt
[
GATT_MAX_APPS
]
;
}
tGATT_SR_CMD
;
Fields
Field
Declared as
tGATT_SR_CMD::p_rsp_msg
BT_HDR
*
tGATT_SR_CMD::trans_id
UINT32
tGATT_SR_CMD::multi_req
tGATT_READ_MULTI
tGATT_SR_CMD::multi_rsp_q
fixed_queue_t
*
tGATT_SR_CMD::handle
UINT16
tGATT_SR_CMD::op_code
UINT8
tGATT_SR_CMD::status
UINT8
tGATT_SR_CMD::cback_cnt
UINT8
[
GATT_MAX_APPS
]
Related Functions
Found 2 other functions taking a
tGATT_SR_CMD
argument:
Function
Description
process_read_multi_rsp()
* Function process_read_multi_rsp * Description This function check the read multiple response. * Returns BOOLEAN if all replies have been received
process_read_multi_var_rsp()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
gatt_int.h:288
}
tGATT_SR_CMD
;
gatt_int.h:297
tGATT_SR_CMD
tGATT_SR_CMD
sr_cmd
;
gatt_int.h:393
tGATT_TCB
tGATT_TCB::sr_cmd
tGATT_SR_CMD
*
p_cmd
=
&
p_tcb
->
sr_cmd
;
gatt_sr.c:84
gatt_sr_enqueue_cmd()
memset
(
&
p_tcb
->
sr_cmd
,
0
,
sizeof
(
tGATT_SR_CMD
)
)
;
gatt_sr.c:148
gatt_dequeue_sr_cmd()
static
BOOLEAN
process_read_multi_rsp
(
tGATT_SR_CMD
*
p_cmd
,
tGATT_STATUS
status
,
gatt_sr.c:160
process_read_multi_rsp()
process_read_multi_rsp()::p_cmd
static
BOOLEAN
process_read_multi_var_rsp
(
tGATT_SR_CMD
*
p_cmd
,
tGATT_STATUS
status
,
gatt_sr.c:280
process_read_multi_var_rsp()
process_read_multi_var_rsp()::p_cmd
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
tGATT_TCB::sr_cmd
tGATT_TCB
gatt_int.h:393
process_read_multi_rsp()::p_cmd
process_read_multi_rsp()
gatt_sr.c:160
process_read_multi_var_rsp()::p_cmd
process_read_multi_var_rsp()
gatt_sr.c:280
Lifecycle
from
examples
All items filtered out
All items filtered out