nRF5 SDK for Mesh v5.0.0
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

timestamp_t timestamp
 Device local timestamp of the start of the advertisement header 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 117 of file nrf_mesh.h.

Field Documentation

◆ timestamp

timestamp_t nrf_mesh_rx_metadata_scanner_t::timestamp

Device local timestamp of the start of the advertisement header of the packet in microseconds.

Definition at line 119 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 120 of file nrf_mesh.h.

◆ channel

uint8_t nrf_mesh_rx_metadata_scanner_t::channel

Channel the packet was received on.

Definition at line 121 of file nrf_mesh.h.

◆ rssi

int8_t nrf_mesh_rx_metadata_scanner_t::rssi

RSSI value of the received packet.

Definition at line 122 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 123 of file nrf_mesh.h.

◆ adv_type

uint8_t nrf_mesh_rx_metadata_scanner_t::adv_type

BLE GAP advertising type.

Definition at line 124 of file nrf_mesh.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated