Home
last modified time | relevance | path

Searched refs:bt_mesh_pb_gatt (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt.c23 LOG_MODULE_REGISTER(bt_mesh_pb_gatt);
58 cb->link_closed(&bt_mesh_pb_gatt, cb_data, status); in link_closed()
99 link.cb->recv(&bt_mesh_pb_gatt, link.cb_data, buf); in bt_mesh_pb_gatt_recv()
115 link.cb->link_opened(&bt_mesh_pb_gatt, link.cb_data); in bt_mesh_pb_gatt_start()
158 link.cb->link_opened(&bt_mesh_pb_gatt, link.cb_data); in bt_mesh_pb_gatt_cli_open()
241 const struct prov_bearer bt_mesh_pb_gatt = { variable
Dprov_bearer.h132 extern const struct prov_bearer bt_mesh_pb_gatt;
Dprovisionee.c715 bt_mesh_pb_gatt.link_accept(bt_mesh_prov_bearer_cb_get(), NULL); in bt_mesh_prov_enable()
Dprovisioner.c851 return link_open(uuid, &bt_mesh_pb_gatt, net_idx, addr, attention_duration, NULL, in bt_mesh_pb_gatt_open()