Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
proxy.h
Go to the documentation of this file.
1
5/*
6 * Copyright (c) 2017 Intel Corporation
7 *
8 * SPDX-License-Identifier: Apache-2.0
9 */
10#ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_PROXY_H_
11#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_PROXY_H_
12
20#ifdef __cplusplus
21extern "C" {
22#endif
23
41};
42
52#define BT_MESH_PROXY_CB_DEFINE(_name) \
53 static const STRUCT_SECTION_ITERABLE( \
54 bt_mesh_proxy_cb, _CONCAT(bt_mesh_proxy_cb_, _name))
55
65
66#ifdef __cplusplus
67}
68#endif
69
74#endif /* ZEPHYR_INCLUDE_BLUETOOTH_MESH_PROXY_H_ */
void
Definition: eswifi_shell.c:15
int bt_mesh_proxy_identity_enable(void)
Enable advertising with Node Identity.
__UINT16_TYPE__ uint16_t
Definition: stdint.h:59
Definition: proxy.h:28
void(* identity_disabled)(uint16_t net_idx)
Stopped sending Node Identity beacons on the given subnet.
Definition: proxy.h:40
void(* identity_enabled)(uint16_t net_idx)
Started sending Node Identity beacons on the given subnet.
Definition: proxy.h:34