ESP-IDF
ble_sm_proc_free()
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_sm_proc_free()
ble_sm_proc_free() function
Frees the specified proc entry. No-state if passed a null pointer.
Syntax
Show:
Summary
Declaration
from
ble_sm.c:411
static
void
ble_sm_proc_free
(
struct
ble_sm_proc
*
proc
)
;
Arguments
Argument
proc
Related Functions
Found 52 other functions taking a
ble_sm_proc
argument:
Function
Description
ble_sm_proc_find()
Searches the main proc list for an entry whose connection handle and state code match those specified.
ble_sm_our_pair_rand()
$random *
ble_sm_sc_io_action()
ble_sm_peer_pair_rand()
ble_sm_proc_can_advance()
ble_sm_io_action()
ble_sm_insert()
ble_sm_key_rxed()
ble_sm_ia_ra()
ble_sm_pair_cfg()
ble_sm_lgcy_io_action()
ble_sm_lgcy_confirm_exec()
ble_sm_lgcy_random_exec()
ble_sm_lgcy_random_rx()
ble_sm_sc_confirm_exec()
ble_sm_sc_random_exec()
ble_sm_sc_random_rx()
ble_sm_sc_public_key_exec()
ble_sm_sc_dhkey_check_exec()
ble_sm_sc_oob_data_check()
ble_sm_sc_oob_confirm()
ble_sm_proc_remove()
ble_sm_sec_req_exec()
$security request *
ble_sm_key_exch_success()
$key exchange *
ble_sm_key_exch_exec()
ble_sm_key_dist()
ble_sm_enc_start_exec()
ble_sm_enc_restore_exec()
ble_sm_ltk_start_exec()
ble_sm_ltk_restore_exec()
ble_sm_random_exec()
ble_sm_confirm_exec()
$confirm *
ble_sm_state_after_pair()
$pair *
ble_sm_pair_exec()
ble_sm_sc_initiator_txes_confirm()
ble_sm_sc_dhkey_addrs()
ble_sm_sc_gen_numcmp()
ble_sm_sc_random_advance()
Advances the supplied procedure object to the next state after it has completed the random state.
ble_sm_dbg_assert_not_inserted()
ble_sm_gen_ltk()
ble_sm_gen_csrk()
ble_sm_proc_set_timer()
ble_sm_persist_keys()
ble_sm_proc_matches()
ble_sm_exec()
ble_sm_pair_req_fill()
ble_sm_pair_rsp_fill()
ble_sm_gen_stk()
ble_sm_sc_responder_verifies_random()
ble_sm_sc_gen_ri()
Generates the Ri byte used in the confirm message. On success, the byte is written to the supplied procedure object.
ble_sm_dhkey_check_process()
ble_sm_confirm_advance()
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