zephyr/subsys/bluetooth/mesh/pb_gatt_cli.h
Lingao Meng 2ead5725b1 Bluetooth: Mesh: Add Provisioner Over PB-GATT Support
Add support provisioner over pb-gatt.

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
2022-02-24 13:51:09 -08:00

11 lines
258 B
C

/*
* Copyright (c) 2021 Xiaomi Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
int bt_mesh_pb_gatt_cli_setup(const uint8_t uuid[16]);
void bt_mesh_pb_gatt_cli_adv_recv(const struct bt_le_scan_recv_info *info,
struct net_buf_simple *buf);