2017-06-16 12:30:54 +03:00
|
|
|
/* Bluetooth Mesh */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2017 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
void bt_mesh_pb_adv_recv(struct net_buf_simple *buf);
|
|
|
|
|
|
|
|
bool bt_prov_active(void);
|
|
|
|
|
|
|
|
int bt_mesh_pb_gatt_open(struct bt_conn *conn);
|
|
|
|
int bt_mesh_pb_gatt_close(struct bt_conn *conn);
|
|
|
|
int bt_mesh_pb_gatt_recv(struct bt_conn *conn, struct net_buf_simple *buf);
|
|
|
|
|
|
|
|
const u8_t *bt_mesh_prov_get_uuid(void);
|
|
|
|
|
2017-11-02 13:50:29 +01:00
|
|
|
int bt_mesh_prov_init(const struct bt_mesh_prov *prov);
|