ESP-IDF
tGATT_READ_PARAM
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_READ_PARAM
tGATT_READ_PARAM union
Syntax
Show:
Summary
Declaration
from
gatt_api.h:481
typedef
union
{
tGATT_READ_BY_TYPE
service
;
tGATT_READ_BY_TYPE
char_type
;
tGATT_READ_MULTI
read_multiple
;
tGATT_READ_BY_HANDLE
by_handle
;
tGATT_READ_PARTIAL
partial
;
}
tGATT_READ_PARAM
;
Fields
Field
Declared as
tGATT_READ_PARAM::service
tGATT_READ_BY_TYPE
tGATT_READ_PARAM::char_type
tGATT_READ_BY_TYPE
tGATT_READ_PARAM::read_multiple
tGATT_READ_MULTI
tGATT_READ_PARAM::by_handle
tGATT_READ_BY_HANDLE
tGATT_READ_PARAM::partial
tGATT_READ_PARTIAL
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
union
{
gatt_api.h:481
}
tGATT_READ_PARAM
;
gatt_api.h:487
tGATT_READ_PARAM
read_param
;
bta_gattc_act.c:1147
bta_gattc_read()
memset
(
&
read_param
,
0
,
sizeof
(
tGATT_READ_PARAM
)
)
;
bta_gattc_act.c:1148
bta_gattc_read()
tGATT_READ_PARAM
read_param
;
bta_gattc_act.c:1174
bta_gattc_read_by_type()
memset
(
&
read_param
,
0
,
sizeof
(
tGATT_READ_PARAM
)
)
;
bta_gattc_act.c:1175
bta_gattc_read_by_type()
tGATT_READ_PARAM
read_param
;
bta_gattc_act.c:1199
bta_gattc_read_multi()
memset
(
&
read_param
,
0
,
sizeof
(
tGATT_READ_PARAM
)
)
;
bta_gattc_act.c:1202
bta_gattc_read_multi()
tGATT_READ_PARAM
read_param
;
bta_gattc_act.c:1230
bta_gattc_read_multi_var()
memset
(
&
read_param
,
0
,
sizeof
(
tGATT_READ_PARAM
)
)
;
bta_gattc_act.c:1233
bta_gattc_read_multi_var()
tGATT_READ_PARAM
read_param
;
bta_gattc_api.c:1216
BTA_GATTC_ReadLongChar()
memset
(
&
read_param
,
0
,
sizeof
(
tGATT_READ_PARAM
)
)
;
bta_gattc_api.c:1219
BTA_GATTC_ReadLongChar()
tGATT_READ_PARAM
param
;
gap_ble.c:539
gap_ble_send_cl_read_request()
memset
(
&
param
,
0
,
sizeof
(
tGATT_READ_PARAM
)
)
;
gap_ble.c:544
gap_ble_send_cl_read_request()
tGATT_STATUS
GATTC_Read
(
UINT16
conn_id
,
tGATT_READ_TYPE
type
,
tGATT_READ_PARAM
*
p_read
)
gatt_api.c:986
GATTC_Read()
GATTC_Read()::p_read
}
tGATT_READ_PARAM
;
gatt_api.h:487
tGATT_READ_PARAM
tGATT_READ_PARAM
*
p_read
)
;
gatt_api.h:998
GATTC_Read()
GATTC_Read()::p_read
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
GATTC_Read()::p_read
GATTC_Read()
gatt_api.h:998
GATTC_Read()::p_read
GATTC_Read()
gatt_api.c:986
Lifecycle
from
examples
All items filtered out
All items filtered out