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