nrfxlib API 3.4.99
Loading...
Searching...
No Matches

Channel Classification Report Event. More...

#include <sdc_hci_vs.h>

Data Fields

uint16_t conn_handle
 Connection handle corresponding to the connection that received the channel classification.
 
uint8_t channel_classification [10]
 Data channel classification reported by the Peripheral. This parameter contains 37 2-bit fields, little-endian packed. The nth such field (in the range 0 to 36) contains the value for the link layer channel index n. Unknown = 0, Good = 1, Reserved = 2, Bad = 3. The most significant bits are reserved and will be set to 0.
 

Detailed Description

Channel Classification Report Event.

This vendor-specific event is used to report channel classification information received from the peer on the ACL connection identified by the Connection_Handle parameter.

The Controller will generate this event when the Central receives an LL_CHANNEL_STATUS_IND PDU from the Peripheral during the Channel Classification Reporting procedure. See Core Specification, Vol 6, Part B, Section 5.1.22.

The Channel_Classification parameter contains the data channel classification reported by the Peripheral. Its format is the same as the Channel_Classification field in the LL_CHANNEL_STATUS_IND PDU. See Core Specification, Vol 6, Part B, Section 2.4.2.39.

This event is only generated on the Central. Channel classification reporting has to be enabled using sdc_hci_cmd_vs_channel_reporting_enable before this event can be received.


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