Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
af81648a1873ad327fa7523e23a27f04a6ace1bb
/
.
/
subsys
/
bluetooth
/
mesh
/
provisioner.h
blob: 1267d4cbfa8748983bdef803346658c171bae129 [
file
] [
log
] [
blame
]
/* 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
);