Connection info. More...

#include <ble_gapc.h>

Public Attributes

int8_t rssi
 
ble_gap_chnl_map_t chnl_map
 
ble_gap_le_phy_ind_t phy
 
uint8_t chan_sel_algo
 

Detailed Description

Connection info.

Definition at line 367 of file ble_gapc.h.

Member Data Documentation

◆ chan_sel_algo

uint8_t ble_gap_conn_info_t::chan_sel_algo

Chanel Selection algorithm, 0x00: LE Channel Selection Algorithm #1 is used. 0x01: LE Channel Selection Algorithm #2 is used.
0x02-0xFF: reserved.

Definition at line 372 of file ble_gapc.h.

◆ chnl_map

ble_gap_chnl_map_t ble_gap_conn_info_t::chnl_map

channel map.

Definition at line 370 of file ble_gapc.h.

◆ phy

ble_gap_le_phy_ind_t ble_gap_conn_info_t::phy

PHY indicaiton.

Definition at line 371 of file ble_gapc.h.

◆ rssi

int8_t ble_gap_conn_info_t::rssi

RSSI.

Definition at line 369 of file ble_gapc.h.


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