Home
last modified time | relevance | path

Searched refs:bt_mesh_rpr_cli (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Drpr_cli.h31 struct bt_mesh_rpr_cli;
64 struct bt_mesh_rpr_cli { struct
75 void (*scan_report)(struct bt_mesh_rpr_cli *cli, argument
105 int bt_mesh_rpr_scan_caps_get(struct bt_mesh_rpr_cli *cli, argument
117 int bt_mesh_rpr_scan_get(struct bt_mesh_rpr_cli *cli,
144 int bt_mesh_rpr_scan_start(struct bt_mesh_rpr_cli *cli,
188 int bt_mesh_rpr_scan_start_ext(struct bt_mesh_rpr_cli *cli,
201 int bt_mesh_rpr_scan_stop(struct bt_mesh_rpr_cli *cli,
213 int bt_mesh_rpr_link_get(struct bt_mesh_rpr_cli *cli,
225 int bt_mesh_rpr_link_close(struct bt_mesh_rpr_cli *cli,
Dshell.h60 extern struct bt_mesh_rpr_cli bt_mesh_shell_rpr_cli;
Dmain.h311 struct bt_mesh_rpr_cli;
496 int bt_mesh_provision_remote(struct bt_mesh_rpr_cli *cli,
533 int bt_mesh_reprovision_remote(struct bt_mesh_rpr_cli *cli,
/Zephyr-latest/subsys/bluetooth/mesh/
Drpr_cli.c16 LOG_MODULE_REGISTER(bt_mesh_rpr_cli);
38 struct bt_mesh_rpr_cli *cli;
46 static void link_reset(struct bt_mesh_rpr_cli *cli);
47 static void link_closed(struct bt_mesh_rpr_cli *cli,
50 static void link_report(struct bt_mesh_rpr_cli *cli, in link_report()
81 static void tx_complete(struct bt_mesh_rpr_cli *cli, int err, void *cb_data) in tx_complete()
97 struct bt_mesh_rpr_cli *cli = mod->rt->user_data; in handle_extended_scan_report()
130 struct bt_mesh_rpr_cli *cli = mod->rt->user_data; in handle_link_report()
167 struct bt_mesh_rpr_cli *cli = mod->rt->user_data; in handle_link_status()
201 struct bt_mesh_rpr_cli *cli = mod->rt->user_data; in handle_pdu_outbound_report()
[all …]
Dprov.h187 int bt_mesh_pb_remote_open(struct bt_mesh_rpr_cli *cli,
191 int bt_mesh_pb_remote_open_node(struct bt_mesh_rpr_cli *cli,
Dprov_bearer.h126 struct bt_mesh_rpr_cli *cli;
Dmain.c303 int bt_mesh_provision_remote(struct bt_mesh_rpr_cli *cli, in bt_mesh_provision_remote()
324 int bt_mesh_reprovision_remote(struct bt_mesh_rpr_cli *cli, in bt_mesh_reprovision_remote()
Dprovisioner.c857 int bt_mesh_pb_remote_open(struct bt_mesh_rpr_cli *cli, in bt_mesh_pb_remote_open()
932 int bt_mesh_pb_remote_open_node(struct bt_mesh_rpr_cli *cli, in bt_mesh_pb_remote_open_node()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Drpr.c22 static void rpr_scan_report(struct bt_mesh_rpr_cli *cli, in rpr_scan_report()
77 struct bt_mesh_rpr_cli bt_mesh_shell_rpr_cli = {
111 err = bt_mesh_rpr_scan_start((struct bt_mesh_rpr_cli *)mod->rt->user_data, in cmd_scan()
156 err = bt_mesh_rpr_scan_start_ext((struct bt_mesh_rpr_cli *)mod->rt->user_data, in cmd_scan_ext()
192 err = bt_mesh_rpr_scan_start_ext((struct bt_mesh_rpr_cli *)mod->rt->user_data, in cmd_scan_srv()
216 err = bt_mesh_rpr_scan_caps_get((struct bt_mesh_rpr_cli *)mod->rt->user_data, &srv, &caps); in cmd_scan_caps()
244 err = bt_mesh_rpr_scan_get((struct bt_mesh_rpr_cli *)mod->rt->user_data, &srv, &rsp); in cmd_scan_get()
272 err = bt_mesh_rpr_scan_stop((struct bt_mesh_rpr_cli *)mod->rt->user_data, &srv, &rsp); in cmd_scan_stop()
297 err = bt_mesh_rpr_link_get((struct bt_mesh_rpr_cli *)mod->rt->user_data, &srv, &rsp); in cmd_link_get()
319 err = bt_mesh_rpr_link_close((struct bt_mesh_rpr_cli *)mod->rt->user_data, &srv, &rsp); in cmd_link_close()
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Drpr_cli.rst31 static void rpr_scan_report(struct bt_mesh_rpr_cli *cli,
39 struct bt_mesh_rpr_cli rpr_cli = {
61 :c:member:`bt_mesh_rpr_cli.scan_report` callback.
77 struct bt_mesh_rpr_cli rpr_cli;
117 struct bt_mesh_rpr_cli rpr_cli;
140 .. doxygengroup:: bt_mesh_rpr_cli
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c103 static void rpr_scan_report(struct bt_mesh_rpr_cli *cli, const struct bt_mesh_rpr_node *srv,
106 static struct bt_mesh_rpr_cli rpr_cli = {
858 static void rpr_scan_report(struct bt_mesh_rpr_cli *cli, const struct bt_mesh_rpr_node *srv, in rpr_scan_report()
949 static void rpr_scan_report_parallel(struct bt_mesh_rpr_cli *cli, in rpr_scan_report_parallel()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c735 static void rpr_scan_report(struct bt_mesh_rpr_cli *cli, in rpr_scan_report()
772 static struct bt_mesh_rpr_cli rpr_cli = {