ESP-IDF
ble_mesh_proxy_client_recv_adv_pkt_param
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_mesh_proxy_client_recv_adv_pkt_param
ble_mesh_proxy_client_recv_adv_pkt_param struct
ESP_BLE_MESH_PROXY_CLIENT_RECV_ADV_PKT_EVT
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_defs.h:1578
struct
ble_mesh_proxy_client_recv_adv_pkt_param
{
esp_ble_mesh_bd_addr_t
addr
;
esp_ble_mesh_addr_type_t
addr_type
;
uint16_t
net_idx
;
uint8_t
net_id
[
8
]
;
int8_t
rssi
;
}
;
Fields
Field
Declared as
Description
ble_mesh_proxy_client_recv_adv_pkt_param::addr
esp_ble_mesh_bd_addr_t
Device address.
ble_mesh_proxy_client_recv_adv_pkt_param::addr_type
esp_ble_mesh_addr_type_t
Device address type.
ble_mesh_proxy_client_recv_adv_pkt_param::net_idx
uint16_t
Network ID related NetKey Index.
ble_mesh_proxy_client_recv_adv_pkt_param::net_id
uint8_t
[
8
]
Network ID contained in the advertising packet.
ble_mesh_proxy_client_recv_adv_pkt_param::rssi
int8_t
RSSI of the received advertising packet.
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