ESP-IDF
ble_hs_conn_find()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_hs_conn_find()
ble_hs_conn_find() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_conn_priv.h:126
struct
ble_hs_conn
*
ble_hs_conn_find
(
uint16_t
conn_handle
)
;
Implemented in
ble_hs_conn.c:293
Arguments
Argument
conn_handle
Examples
References
from
examples
Code
Location
Referrer
ble_hs_conn_find
(
uint16_t
conn_handle
)
ble_hs_conn.c:294
struct
ble_hs_conn
*
ble_hs_conn_find
(
uint16_t
conn_handle
)
;
ble_hs_conn_priv.h:126
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_att_svr.c:343
ble_att_svr_check_perms()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_att_svr.c:375
ble_att_svr_check_perms()
conn
=
ble_hs_conn_find
(
handle
)
;
ble_gap.c:544
ble_gap_find_snapshot()
conn
=
ble_hs_conn_find
(
handle
)
;
ble_gap.c:567
ble_gap_conn_find()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gap.c:592
ble_gap_read_rem_ver_info()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gap.c:700
ble_gap_extract_conn_cb()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gap.c:747
ble_gap_read_le_phy()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gap.c:833
ble_gap_set_prefered_le_phy()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gap.c:1567
ble_gap_conn_broken()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gap.c:1655
ble_gap_rx_update_complete()
conn
=
ble_hs_conn_find
(
le16toh
(
ev
->
conn_handle
)
)
;
ble_gap.c:2782
ble_gap_rx_rd_rem_sup_feat_complete()
conn
=
ble_hs_conn_find
(
le16toh
(
ev
->
conn_handle
)
)
;
ble_gap.c:2807
ble_gap_rx_rd_rem_ver_info_complete()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gap.c:3015
ble_gap_set_event_cb()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gap.c:7546
ble_gap_terminate()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gap.c:7899
ble_gap_update_params()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gap.c:8035
ble_gap_security_initiate()
struct
ble_hs_conn
*
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gap.c:8094
ble_gap_dev_authorization()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gap.c:9321
ble_gap_host_check_status()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gattc.c:4657
ble_gatts_notify_multiple_custom()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gattc.c:4929
ble_gatts_indicate_custom()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gattc.c:5383
ble_gattc_connection_broken()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gatts.c:976
ble_gatts_clt_cfg_access()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gatts.c:1502
ble_gatts_connection_broken()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gatts.c:1918
ble_gatts_send_next_indicate()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gatts.c:1997
ble_gatts_rx_indicate_ack()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gatts.c:2188
ble_gatts_peer_cl_sup_feat_get()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gatts.c:2239
ble_gatts_peer_cl_sup_feat_update()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gatts.c:2406
ble_gatts_bonding_established()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gatts.c:2432
ble_gatts_bonding_established()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gatts.c:2447
ble_gatts_bonding_established()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gatts.c:2494
ble_gatts_bonding_restored()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_gatts.c:2528
ble_gatts_bonding_restored()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_hs_atomic.c:28
ble_hs_atomic_conn_delete()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_hs_atomic.c:60
ble_hs_atomic_conn_flags()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_hs_atomic.c:84
ble_hs_atomic_conn_set_flags()
BLE_HS_DBG_ASSERT_EVAL
(
ble_hs_conn_find
(
conn
->
bhc_handle
)
==
NULL
)
;
ble_hs_conn.c:277
ble_hs_conn_insert()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_hs_conn.c:318
ble_hs_conn_find_assert()
return
ble_hs_conn_find
(
conn_handle
)
!=
NULL
;
ble_hs_conn.c:393
ble_hs_conn_exists()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_hs_flow.c:182
ble_hs_flow_acl_free()
conn
=
ble_hs_conn_find
(
le16toh
(
ev
->
conn_handle
)
)
;
ble_hs_hci_evt.c:244
ble_hs_hci_evt_disconn_complete()
conn
=
ble_hs_conn_find
(
le16toh
(
ev
->
completed
[
i
]
.
handle
)
)
;
ble_hs_hci_evt.c:395
ble_hs_hci_evt_num_completed_pkts()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_hs_hci_evt.c:1395
ble_hs_hci_evt_acl_process()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_hs_misc.c:34
ble_hs_misc_conn_chan_find()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_l2cap_coc.c:584
ble_l2cap_coc_le_credits_update()
conn
=
ble_hs_conn_find
(
chan
->
conn_handle
)
;
ble_l2cap_sig.c:724
ble_l2cap_sig_coc_connect_cb()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_l2cap_sig.c:1321
ble_l2cap_sig_coc_rsp_rx()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_l2cap_sig.c:1353
ble_l2cap_sig_coc_connect()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_sm.c:447
ble_sm_update_sec_state()
conn
=
ble_hs_conn_find
(
proc
->
conn_handle
)
;
ble_sm.c:540
ble_sm_persist_keys()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
ble_sm.c:1008
ble_sm_process_result()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
pb_gatt_srv.c:150
gatt_connected_pb_gatt()
conn
=
ble_hs_conn_find
(
conn_handle
)
;
proxy_srv.c:832
gatt_connected()
Call Tree
from
examples
ble_hs_conn_find()
is called by 48 functions:
ble_hs_conn_insert()
ble_hs_conn_find_assert()
ble_hs_conn_exists()
ble_sm_update_sec_state()
ble_sm_persist_keys()
ble_sm_process_result()
ble_att_svr_check_perms()
ble_hs_atomic_conn_delete()
ble_hs_atomic_conn_flags()
ble_hs_atomic_conn_set_flags()
ble_hs_hci_evt_disconn_complete()
ble_hs_hci_evt_num_completed_pkts()
ble_hs_hci_evt_acl_process()
ble_gatts_notify_multiple_custom()
ble_gatts_indicate_custom()
ble_gattc_connection_broken()
ble_l2cap_coc_le_credits_update()
ble_l2cap_sig_coc_connect_cb()
ble_l2cap_sig_coc_rsp_rx()
ble_l2cap_sig_coc_connect()
ble_gap_find_snapshot()
ble_gap_conn_find()
ble_gap_read_rem_ver_info()
ble_gap_extract_conn_cb()
ble_gap_read_le_phy()
ble_gap_set_prefered_le_phy()
ble_gap_conn_broken()
ble_gap_rx_update_complete()
ble_gap_rx_rd_rem_sup_feat_complete()
ble_gap_rx_rd_rem_ver_info_complete()
ble_gap_set_event_cb()
ble_gap_terminate()
ble_gap_update_params()
ble_gap_security_initiate()
ble_gap_dev_authorization()
ble_gap_host_check_status()
ble_hs_flow_acl_free()
ble_hs_misc_conn_chan_find()
ble_gatts_clt_cfg_access()
ble_gatts_connection_broken()
ble_gatts_send_next_indicate()
ble_gatts_rx_indicate_ack()
ble_gatts_peer_cl_sup_feat_get()
ble_gatts_peer_cl_sup_feat_update()
ble_gatts_bonding_established()
ble_gatts_bonding_restored()
gatt_connected_pb_gatt()
gatt_connected()
All items filtered out
ble_hs_conn_find()
All items filtered out
Data Use
from
examples
ble_hs_conn_find()
reads 2 variables:
ble_hs_conn::bhc_next
ble_hs_conn::bhc_handle
All items filtered out
ble_hs_conn_find()
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