ESP-IDF
node_next_xact_id()
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
node_next_xact_id()
node_next_xact_id() function
Syntax
Show:
Summary
Declaration
Definition
from
prov_node.c:39
extern
uint8_t
node_next_xact_id
(
struct
bt_mesh_prov_link
*
link
)
;
Implemented in
prov_common.c:149
Arguments
Argument
link
Related Functions
Found 53 other functions taking a
bt_mesh_prov_link
argument:
Function
close_link()
bt_mesh_prov_clear_tx()
bt_mesh_prov_send()
bt_mesh_gen_prov_ack_send()
bt_mesh_prov_bearer_ctl_send()
pvnr_next_xact_id()
prov_gen_dh_key()
send_confirm()
send_invite()
reset_adv_link()
send_pub_key()
bt_mesh_prov_send_adv()
bt_mesh_gen_prov_start()
bt_mesh_gen_prov_cont()
bt_mesh_prov_retransmit_init()
prov_memory_free()
reset_adv_link()
bt_mesh_rpr_cli_pdu_recv()
bt_mesh_rpr_cli_pdu_send()
bt_mesh_rpr_cli_recv_pub_key_outbound_report()
bt_mesh_rpr_srv_reset_prov_link()
send_reliable()
prov_send_gatt()
prov_send_gatt()
bt_mesh_prov_pvnr_close_link()
bt_mesh_prov_pvnr_send_invite()
prov_msg_recv()
send_link_open()
free_segments()
link_ack()
link_close()
gen_prov_ctl()
prov_random()
prov_failed()
prov_invite()
prov_start()
prov_data()
prov_capabilities()
prov_complete()
prov_auth()
prov_pub_key()
gen_prov_cont()
gen_prov_ack()
gen_prov_start()
gen_prov_recv()
prov_input_complete()
prov_confirm()
send_prov_data()
bt_mesh_pvnr_record_req()
bt_mesh_pvnr_record_rsp()
bt_mesh_pvnr_records_get()
bt_mesh_pvnr_records_list()
bt_mesh_rpr_srv_set_waiting_prov_link()
Examples
References
from
examples
Code
Location
Referrer
uint8_t
node_next_xact_id
(
struct
bt_mesh_prov_link
*
link
)
prov_common.c:149
extern
uint8_t
node_next_xact_id
(
struct
bt_mesh_prov_link
*
link
)
;
ext.c:1327
extern
uint8_t
node_next_xact_id
(
struct
bt_mesh_prov_link
*
link
)
;
prov_node.c:39
return
node_next_xact_id
(
link
)
;
ext.c:1328
bt_mesh_ext_prov_node_next_xact_id()
prov_link
.
next_xact_id
=
node_next_xact_id
;
prov_node.c:101
reset_state()
Call Tree
from
examples
node_next_xact_id()
is called by 1 function:
bt_mesh_ext_prov_node_next_xact_id()
All items filtered out
node_next_xact_id()
All items filtered out
Data Use
from
examples
node_next_xact_id()
reads 2 variables and writes 2 variables:
bt_mesh_prov_link::
::id
bt_mesh_prov_link::tx
All items filtered out
node_next_xact_id()
reset_state()
bt_mesh_prov_link::
::id
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
node_next_xact_id()
is implemented by 1 functions:
All items filtered out
node_next_xact_id()
bt_mesh_prov_link::next_xact_id
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out