ESP-IDF
ble_gattc_proc::conn_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::conn_handle
ble_gattc_proc::conn_handle field
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:112
uint16_t
conn_handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
conn_handle
;
ble_gattc.c:112
proc
->
conn_handle
=
conn_handle
;
ble_gattc.c:733
ble_gattc_proc_prepare()
if
(
criteria
->
conn_handle
!=
proc
->
conn_handle
)
{
ble_gattc.c:916
ble_gattc_proc_matches_conn_op()
if
(
criteria
->
conn_handle
!=
proc
->
conn_handle
)
{
ble_gattc.c:934
ble_gattc_proc_matches_conn_cid_op()
criteria
->
conn_handle
!=
proc
->
conn_handle
&&
ble_gattc.c:992
ble_gattc_proc_matches_conn_rx_entry()
ble_gap_terminate
(
proc
->
conn_handle
,
BLE_ERR_REM_USER_CONN_TERM
)
;
ble_gattc.c:1306
ble_gattc_timer()
rc
=
proc
->
mtu
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:1371
ble_gattc_mtu_cb()
rc
=
ble_att_conn_chan_find
(
proc
->
conn_handle
,
proc
->
cid
,
&
conn
,
&
chan
)
;
ble_gattc.c:1407
ble_gattc_mtu_tx()
rc
=
ble_att_clt_tx_mtu
(
proc
->
conn_handle
,
mtu
)
;
ble_gattc.c:1414
ble_gattc_mtu_tx()
proc
->
conn_handle
=
conn_handle
;
ble_gattc.c:1435
ble_gattc_exchange_mtu()
rc
=
proc
->
disc_all_svcs
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:1485
ble_gattc_disc_all_svcs_cb()
rc
=
ble_att_clt_tx_read_group_type
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:1513
ble_gattc_disc_all_svcs_tx()
rc
=
proc
->
disc_svc_uuid
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:1727
ble_gattc_disc_svc_uuid_cb()
rc
=
ble_att_clt_tx_find_type_value
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:1756
ble_gattc_disc_svc_uuid_tx()
rc
=
proc
->
find_inc_svcs
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:1947
ble_gattc_find_inc_svcs_cb()
rc
=
ble_att_clt_tx_read_type
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:1977
ble_gattc_find_inc_svcs_tx()
rc
=
ble_att_clt_tx_read
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:1985
ble_gattc_find_inc_svcs_tx()
rc
=
proc
->
disc_all_chrs
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:2262
ble_gattc_disc_all_chrs_cb()
rc
=
ble_att_clt_tx_read_type
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:2291
ble_gattc_disc_all_chrs_tx()
rc
=
proc
->
disc_chr_uuid
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:2506
ble_gattc_disc_chr_uuid_cb()
rc
=
ble_att_clt_tx_read_type
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:2535
ble_gattc_disc_chr_uuid_tx()
rc
=
proc
->
disc_all_dscs
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:2752
ble_gattc_disc_all_dscs_cb()
rc
=
ble_att_clt_tx_find_info
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:2780
ble_gattc_disc_all_dscs_tx()
rc
=
proc
->
read
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:2983
ble_gattc_read_cb()
rc
=
ble_att_clt_tx_read
(
proc
->
conn_handle
,
proc
->
cid
,
proc
->
read
.
handle
)
;
ble_gattc.c:3042
ble_gattc_read_tx()
rc
=
proc
->
read_uuid
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:3118
ble_gattc_read_uuid_cb()
return
ble_att_clt_tx_read_type
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:3205
ble_gattc_read_uuid_tx()
rc
=
proc
->
read_long
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:3287
ble_gattc_read_long_cb()
rc
=
ble_att_clt_tx_read
(
proc
->
conn_handle
,
proc
->
cid
,
proc
->
read_long
.
handle
)
;
ble_gattc.c:3315
ble_gattc_read_long_tx()
rc
=
ble_att_clt_tx_read_blob
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:3320
ble_gattc_read_long_tx()
mtu
=
ble_att_mtu_by_cid
(
proc
->
conn_handle
,
proc
->
cid
)
;
ble_gattc.c:3391
ble_gattc_read_long_rx_read_rsp()
proc
->
read_mult
.
cb_mult
(
proc
->
conn_handle
,
ble_gattc.c:3511
ble_gattc_read_mult_cb_var()
rc
=
proc
->
read_mult
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:3568
ble_gattc_read_mult_cb()
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()
rc
=
proc
->
write
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:3857
ble_gattc_write_cb()
rc
=
proc
->
write_long
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:3984
ble_gattc_write_long_cb()
max_sz
=
ble_att_mtu_by_cid
(
proc
->
conn_handle
,
proc
->
cid
)
-
BLE_ATT_PREP_WRITE_CMD_BASE_SZ
;
ble_gattc.c:4018
ble_gattc_write_long_tx()
rc
=
ble_att_clt_tx_exec_write
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:4030
ble_gattc_write_long_tx()
rc
=
ble_att_clt_tx_prep_write
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:4050
ble_gattc_write_long_tx()
ble_att_clt_tx_exec_write
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:4096
ble_gattc_write_long_err()
ble_att_clt_tx_exec_write
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:4162
ble_gattc_write_long_rx_prep()
rc
=
proc
->
write_reliable
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:4291
ble_gattc_write_reliable_cb()
rc
=
ble_att_clt_tx_exec_write
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:4330
ble_gattc_write_reliable_tx()
max_sz
=
ble_att_mtu_by_cid
(
proc
->
conn_handle
,
proc
->
cid
)
-
BLE_ATT_PREP_WRITE_CMD_BASE_SZ
;
ble_gattc.c:4337
ble_gattc_write_reliable_tx()
rc
=
ble_att_clt_tx_prep_write
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:4360
ble_gattc_write_reliable_tx()
ble_att_clt_tx_exec_write
(
proc
->
conn_handle
,
proc
->
cid
,
ble_gattc.c:4404
ble_gattc_write_reliable_err()
rc
=
ble_gatts_rx_indicate_ack
(
proc
->
conn_handle
,
ble_gattc.c:4799
ble_gatts_indicate_err()
ble_gap_notify_tx_event
(
status
,
proc
->
conn_handle
,
ble_gattc.c:4807
ble_gatts_indicate_err()
ble_gatts_send_next_indicate
(
proc
->
conn_handle
)
;
ble_gattc.c:4811
ble_gatts_indicate_err()
ble_gap_notify_tx_event
(
BLE_HS_ETIMEOUT
,
proc
->
conn_handle
,
ble_gattc.c:4820
ble_gatts_indicate_tmo()
rc
=
ble_gatts_rx_indicate_ack
(
proc
->
conn_handle
,
ble_gattc.c:4835
ble_gatts_indicate_rx_rsp()
ble_gap_notify_tx_event
(
BLE_HS_EDONE
,
proc
->
conn_handle
,
ble_gattc.c:4842
ble_gatts_indicate_rx_rsp()
ble_gatts_send_next_indicate
(
proc
->
conn_handle
)
;
ble_gattc.c:4846
ble_gatts_indicate_rx_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gattc_proc::conn_handle
is written by 2 functions and is read by 39 functions:
ble_gattc_proc_prepare()
ble_gattc_exchange_mtu()
All items filtered out
ble_gattc_proc::conn_handle
ble_gattc_proc_matches_conn_op()
ble_gattc_proc_matches_conn_cid_op()
ble_gattc_proc_matches_conn_rx_entry()
ble_gattc_timer()
ble_gattc_mtu_cb()
ble_gattc_mtu_tx()
ble_gattc_disc_all_svcs_cb()
ble_gattc_disc_all_svcs_tx()
ble_gattc_disc_svc_uuid_cb()
ble_gattc_disc_svc_uuid_tx()
ble_gattc_find_inc_svcs_cb()
ble_gattc_find_inc_svcs_tx()
ble_gattc_disc_all_chrs_cb()
ble_gattc_disc_all_chrs_tx()
ble_gattc_disc_chr_uuid_cb()
ble_gattc_disc_chr_uuid_tx()
ble_gattc_disc_all_dscs_cb()
ble_gattc_disc_all_dscs_tx()
ble_gattc_read_cb()
ble_gattc_read_tx()
ble_gattc_read_uuid_cb()
ble_gattc_read_uuid_tx()
ble_gattc_read_long_cb()
ble_gattc_read_long_tx()
ble_gattc_read_long_rx_read_rsp()
ble_gattc_read_mult_cb_var()
ble_gattc_read_mult_cb()
ble_gattc_read_mult_tx()
ble_gattc_write_cb()
ble_gattc_write_long_cb()
ble_gattc_write_long_tx()
ble_gattc_write_long_err()
ble_gattc_write_long_rx_prep()
ble_gattc_write_reliable_cb()
ble_gattc_write_reliable_tx()
ble_gattc_write_reliable_err()
ble_gatts_indicate_err()
ble_gatts_indicate_tmo()
ble_gatts_indicate_rx_rsp()
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