ESP-IDF
bt_mesh_proxy_client
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_proxy_client
bt_mesh_proxy_client struct
Syntax
Show:
Summary
Declaration
from
proxy_server.h:36
struct
bt_mesh_proxy_client
{
struct
bt_mesh_conn
*
conn
;
enum
__attribute__
(
(
packed
)
)
{
SRV_NONE
,
SRV_WHITELIST
,
SRV_BLACKLIST
,
SRV_PROV
,
}
filter_type
;
uint8_t
msg_type
;
#if
CONFIG_BLE_MESH_GATT_PROXY_SERVER
struct
{
uint16_t
addr
;
bool
proxy_client
;
}
filter
[
CONFIG_BLE_MESH_PROXY_FILTER_SIZE
]
;
struct
k_delayed_work
send_beacons
;
uint8_t
proxy_client_type
;
uint8_t
proxy_msg_recv
:
1
;
#if
CONFIG_BLE_MESH_PROXY_PRIVACY
uint8_t
proxy_privacy
;
#endif
#endif
struct
k_delayed_work
sar_timer
;
struct
net_buf_simple
buf
;
}
;
Fields
Field
Declared as
bt_mesh_proxy_client::conn
struct
bt_mesh_conn
*
bt_mesh_proxy_client::filter_type
enum
__attribute__
(
(
packed
)
)
{
SRV_NONE
,
SRV_WHITELIST
,
SRV_BLACKLIST
,
SRV_PROV
,
}
bt_mesh_proxy_client::msg_type
uint8_t
bt_mesh_proxy_client::filter
struct
{
uint16_t
addr
;
bool
proxy_client
;
}
[
CONFIG_BLE_MESH_PROXY_FILTER_SIZE
]
bt_mesh_proxy_client::send_beacons
struct
k_delayed_work
bt_mesh_proxy_client::proxy_client_type
uint8_t
bt_mesh_proxy_client::proxy_msg_recv
uint8_t
:
1
bt_mesh_proxy_client::sar_timer
struct
k_delayed_work
bt_mesh_proxy_client::buf
struct
net_buf_simple
Related Functions
Found 14 other functions taking a
bt_mesh_proxy_client
argument:
Function
send_filter_status()
send_filter_status()
filter_remove()
filter_add()
beacon_send()
proxy_complete_pdu()
filter_add()
filter_remove()
beacon_send()
client_filter_match()
filter_set()
proxy_cfg()
client_filter_match()
filter_set()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out