Searched refs:bt_mesh_pb_gatt (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | pb_gatt.c | 23 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
|
D | prov_bearer.h | 132 extern const struct prov_bearer bt_mesh_pb_gatt;
|
D | provisionee.c | 715 bt_mesh_pb_gatt.link_accept(bt_mesh_prov_bearer_cb_get(), NULL); in bt_mesh_prov_enable()
|
D | provisioner.c | 851 return link_open(uuid, &bt_mesh_pb_gatt, net_idx, addr, attention_duration, NULL, in bt_mesh_pb_gatt_open()
|