nRF5 SDK for Mesh v1.0.1
Data Fields
nrf_mesh_rx_metadata_scanner_t Struct Reference

Metadata structure for packets received with the scanner. More...

#include <nrf_mesh.h>

Data Fields

uint32_t timestamp
 Timestamp of the packet in microseconds. More...
 
uint32_t access_addr
 Access address the packet was received on. More...
 
uint8_t channel
 Channel the packet was received on. More...
 
int8_t rssi
 RSSI value of the received packet. More...
 
ble_gap_addr_t adv_addr
 Advertisement address in the packet. More...
 
uint8_t adv_type
 BLE GAP advertising type. More...
 

Detailed Description

Metadata structure for packets received with the scanner.

Definition at line 92 of file nrf_mesh.h.

Field Documentation

◆ timestamp

uint32_t nrf_mesh_rx_metadata_scanner_t::timestamp

Timestamp of the packet in microseconds.

Definition at line 94 of file nrf_mesh.h.

◆ access_addr

uint32_t nrf_mesh_rx_metadata_scanner_t::access_addr

Access address the packet was received on.

Definition at line 95 of file nrf_mesh.h.

◆ channel

uint8_t nrf_mesh_rx_metadata_scanner_t::channel

Channel the packet was received on.

Definition at line 96 of file nrf_mesh.h.

◆ rssi

int8_t nrf_mesh_rx_metadata_scanner_t::rssi

RSSI value of the received packet.

Definition at line 97 of file nrf_mesh.h.

◆ adv_addr

ble_gap_addr_t nrf_mesh_rx_metadata_scanner_t::adv_addr

Advertisement address in the packet.

Definition at line 98 of file nrf_mesh.h.

◆ adv_type

uint8_t nrf_mesh_rx_metadata_scanner_t::adv_type

BLE GAP advertising type.

Definition at line 99 of file nrf_mesh.h.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated