Home
last modified time | relevance | path

Searched refs:link_open (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dgatt_cli.h15 void (*link_open)(struct bt_conn *conn); member
Dprov_bearer.h112 int (*link_open)(const uint8_t uuid[16], uint8_t timeout, member
Dpb_gatt_cli.c84 .link_open = pb_gatt_link_open,
Dprovisioner.c799 static int link_open(const uint8_t *uuid, const struct prov_bearer *bearer, in link_open() function
829 err = bt_mesh_prov_link.bearer->link_open( in link_open()
842 return link_open(uuid, &bt_mesh_pb_adv, net_idx, addr, attention_duration, NULL, in bt_mesh_pb_adv_open()
851 return link_open(uuid, &bt_mesh_pb_gatt, net_idx, addr, attention_duration, NULL, in bt_mesh_pb_gatt_open()
863 return link_open(uuid, &pb_remote_cli, net_idx, addr, 0, &ctx, 0); in bt_mesh_pb_remote_open()
957 return link_open(NULL, &pb_remote_cli, provisionee.node->net_idx, addr, in bt_mesh_pb_remote_open_node()
Dprov.c364 if (bt_mesh_prov->link_open) { in prov_link_opened()
365 bt_mesh_prov->link_open(bearer->type); in prov_link_opened()
Dpb_gatt.c244 .link_open = prov_link_open,
Dpb_adv.c146 static void link_open(struct prov_rx *rx, struct net_buf_simple *buf);
666 link_open(rx, buf); in gen_prov_ctl()
880 static void link_open(struct prov_rx *rx, struct net_buf_simple *buf) in link_open() function
1089 .link_open = prov_link_open,
Dproxy_cli.c156 .link_open = proxy_link_open,
Dgatt_cli.c90 server->gatt->link_open(conn); in notify_enabled()
Drpr_cli.c756 .link_open = pb_link_open,
Drpr_srv.c921 err = bt_mesh_pb_adv.link_open(uuid, timeout, &prov_bearer_cb, &srv); in handle_link_open()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h255 void (*link_open)(bt_mesh_prov_bearer_t bearer); member
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c601 static void link_open(bt_mesh_prov_bearer_t bearer) in link_open() function
615 .link_open = link_open,
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c367 .link_open = prov_link_open,
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c1191 static void link_open(bt_mesh_prov_bearer_t bearer) in link_open() function
1366 .link_open = link_open,