ESP-IDF
ble_gap_terminate_with_conn()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gap_terminate_with_conn()
ble_gap_terminate_with_conn() function
$terminate connection procedure *
Syntax
Show:
Summary
Declaration
Definition
from
ble_gap_priv.h:168
int
ble_gap_terminate_with_conn
(
struct
ble_hs_conn
*
conn
,
uint8_t
hci_reason
)
;
Implemented in
ble_gap.c:7498
Arguments
Argument
conn
hci_reason
Related Functions
Found 36 other functions taking a
ble_hs_conn
argument:
Function
Description
ble_hs_conn_addrs()
ble_att_conn_chan_find()
ble_l2cap_chan_free()
ble_hs_conn_delete_chan()
ble_hs_conn_chan_find_by_scid()
ble_hs_conn_chan_insert()
ble_hs_misc_conn_chan_find_reqd()
ble_l2cap_tx()
Transmits the L2CAP payload contained in the specified mbuf. The supplied mbuf is consumed, regardless of the outcome of the function call.
ble_hs_misc_conn_chan_find()
ble_l2cap_remove_rx()
ble_hs_hci_acl_tx_now()
ble_hs_conn_insert()
ble_hs_conn_free()
ble_hs_conn_chan_find_by_dcid()
ble_att_tx_with_conn()
ble_gap_fill_conn_desc()
$snapshot *
bt_conn_get_info()
ble_l2cap_coc_chan_alloc()
ble_hs_hci_acl_tx()
Transmits an HCI ACL data packet. This function consumes the supplied mbuf, regardless of the outcome.
ble_hs_conn_remove()
ble_l2cap_rx()
Processes an incoming L2CAP fragment.
ble_hs_wakeup_tx_conn()
ble_gatts_schedule_update()
Schedules a notification or indication for the specified peer-CCCD pair. If the update should be sent immediately, it is indicated in the return code.
ble_gatts_update_conn_clt_cfg()
ble_l2cap_coc_create_srv_chan()
ble_l2cap_coc_cleanup_chan()
ble_l2cap_coc_cleanup_chan()
ble_hs_conn_chan_exist()
ble_hs_atomic_conn_insert()
ble_hs_stop_terminate_conn()
Terminates connection.
ble_gap_conn_foreach_handle_callback()
ble_gap_conn_to_snapshot()
ble_hs_flow_inc_completed_pkts()
ble_l2cap_rx_payload()
ble_gatts_clt_cfg_access_locked()
Performs a read or write access on a client characteritic configuration descriptor (CCCD).
ble_att_conn_chan_find_by_psm()
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out