Searched refs:LINK_CTX (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | rpr_cli.c | 22 #define LINK_CTX(_srv, _send_rel) \ macro 426 struct bt_mesh_msg_ctx ctx = LINK_CTX(srv, false); in tx_wait() 530 struct bt_mesh_msg_ctx ctx = LINK_CTX(srv, false); in bt_mesh_rpr_scan_start_ext() 587 struct bt_mesh_msg_ctx ctx = LINK_CTX(srv, false); in link_open_prov() 605 struct bt_mesh_msg_ctx ctx = LINK_CTX(srv, false); in link_open_node() 618 struct bt_mesh_msg_ctx ctx = LINK_CTX(&cli->link.srv, false); in link_close() 642 struct bt_mesh_msg_ctx ctx = LINK_CTX(&cli->link.srv, true); in send()
|
D | rpr_srv.c | 29 #define LINK_CTX(_cli, _send_rel) \ macro 178 struct bt_mesh_msg_ctx ctx = LINK_CTX(&srv.link.cli, true); in link_report_send() 221 struct bt_mesh_msg_ctx ctx = LINK_CTX(&srv.scan.cli, true); in scan_report_send() 262 struct bt_mesh_msg_ctx ctx = LINK_CTX(&srv.scan.cli, true); in scan_ext_report_send() 376 struct bt_mesh_msg_ctx ctx = LINK_CTX(&srv.link.cli, true); in outbound_pdu_report_send() 402 struct bt_mesh_msg_ctx ctx = LINK_CTX(&srv.link.cli, true); in inbound_pdu_send()
|