mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 22:25:09 +00:00
Currently all provisioning procedure into common source files call `prov.c`, that will not compile separately. Add `BT_MESH_NODE` to control whether nodes are supported and device provisioning is supported, this will be used in provisioner role. Add more provisioner OOB authentication method. Signed-off-by: Lingao Meng <mengabc1086@gmail.com>
12 lines
260 B
C
12 lines
260 B
C
/* Bluetooth Mesh */
|
|
|
|
/*
|
|
* Copyright (c) 2017 Intel Corporation
|
|
* Copyright (c) 2020 Lingao Meng
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
int bt_mesh_pb_adv_open(const uint8_t uuid[16], uint16_t net_idx, uint16_t addr,
|
|
uint8_t attention_duration);
|