ESP-IDF
tGATT_SR_MSG
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
tGATT_SR_MSG
tGATT_SR_MSG union
Syntax
Show:
Summary
Declaration
from
gatt_int.h:152
typedef
union
{
tGATT_VALUE
attr_value
;
tGATT_ERROR
error
;
UINT16
handle
;
UINT16
mtu
;
}
tGATT_SR_MSG
;
Fields
Field
Declared as
tGATT_SR_MSG::attr_value
tGATT_VALUE
tGATT_SR_MSG::error
tGATT_ERROR
tGATT_SR_MSG::handle
UINT16
tGATT_SR_MSG::mtu
UINT16
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
union
{
gatt_int.h:152
}
tGATT_SR_MSG
;
gatt_int.h:159
BT_HDR
*
attp_build_sr_msg
(
tGATT_TCB
*
p_tcb
,
UINT8
op_code
,
tGATT_SR_MSG
*
p_msg
)
att_protocol.c:382
attp_build_sr_msg()
attp_build_sr_msg()::p_msg
if
(
(
p_msg
=
attp_build_sr_msg
(
p_tcb
,
GATT_HANDLE_VALUE_IND
,
(
tGATT_SR_MSG
*
)
&
indication
)
)
!=
NULL
)
{
gatt_api.c:639
GATTS_HandleValueIndication()
if
(
(
p_buf
=
attp_build_sr_msg
(
p_tcb
,
GATT_HANDLE_VALUE_NOTIF
,
(
tGATT_SR_MSG
*
)
&
notif
)
)
gatt_api.c:694
GATTS_HandleValueNotification()
p_buf
=
attp_build_sr_msg
(
p_tcb
,
GATT_HANDLE_MULTI_VALUE_NOTIF
,
(
tGATT_SR_MSG
*
)
&
notif
)
;
gatt_api.c:1789
GATTS_HandleMultiValueNotification()
}
tGATT_SR_MSG
;
gatt_int.h:159
tGATT_SR_MSG
extern
BT_HDR
*
attp_build_sr_msg
(
tGATT_TCB
*
p_tcb
,
UINT8
op_code
,
tGATT_SR_MSG
*
p_msg
)
;
gatt_int.h:617
attp_build_sr_msg()
attp_build_sr_msg()::p_msg
p_tcb
->
sr_cmd
.
p_rsp_msg
=
attp_build_sr_msg
(
p_tcb
,
(
UINT8
)
(
op_code
+
1
)
,
(
tGATT_SR_MSG
*
)
p_msg
)
;
gatt_sr.c:435
gatt_sr_process_app_rsp()
if
(
(
p_buf
=
attp_build_sr_msg
(
p_tcb
,
GATT_RSP_MTU
,
(
tGATT_SR_MSG
*
)
&
p_tcb
->
payload_size
)
)
!=
NULL
)
{
gatt_sr.c:1080
gatts_process_mtu_req()
if
(
(
p_buf
=
attp_build_sr_msg
(
p_tcb
,
GATT_RSP_ERROR
,
(
tGATT_SR_MSG
*
)
&
error
)
)
!=
NULL
)
{
gatt_utils.c:1562
gatt_send_error_rsp()
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
attp_build_sr_msg()::p_msg
attp_build_sr_msg()
gatt_int.h:617
attp_build_sr_msg()::p_msg
attp_build_sr_msg()
att_protocol.c:382
Lifecycle
from
examples
All items filtered out
All items filtered out