ESP-IDF
ble_gattc_proc::
::
::handles
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gattc_proc::
::
::handles
ble_gattc_proc::
::
::handles field
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:192
uint16_t
handles
[
MYNEWT_VAL
(
BLE_GATT_READ_MAX_ATTRS
)
]
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
handles
[
MYNEWT_VAL
(
BLE_GATT_READ_MAX_ATTRS
)
]
;
ble_gattc.c:192
attr
[
i
]
.
handle
=
proc
->
read_mult
.
handles
[
i
]
;
ble_gattc.c:3475
ble_gattc_read_mult_cb_var()
rc
=
ble_att_clt_tx_read_mult
(
proc
->
conn_handle
,
proc
->
cid
,
proc
->
read_mult
.
handles
,
ble_gattc.c:3628
ble_gattc_read_mult_tx()
memcpy
(
proc
->
read_mult
.
handles
,
handles
,
num_handles
*
sizeof
*
handles
)
;
ble_gattc.c:3669
ble_gattc_read_mult_internal()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gattc_proc::
::
::handles
is read by 3 functions:
All items filtered out
ble_gattc_proc::
::
::handles
ble_gattc_read_mult_cb_var()
ble_gattc_read_mult_tx()
ble_gattc_read_mult_internal()
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