diff options
Diffstat (limited to 'src/libs/mynewt-nimble/nimble/host/mesh/src/provisioner.h')
| -rw-r--r-- | src/libs/mynewt-nimble/nimble/host/mesh/src/provisioner.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libs/mynewt-nimble/nimble/host/mesh/src/provisioner.h b/src/libs/mynewt-nimble/nimble/host/mesh/src/provisioner.h new file mode 100644 index 0000000..ccda47e --- /dev/null +++ b/src/libs/mynewt-nimble/nimble/host/mesh/src/provisioner.h @@ -0,0 +1,10 @@ +/* Bluetooth Mesh */ + +/* + * Copyright (c) 2017 Intel Corporation + * + * 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);
\ No newline at end of file |
