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 |
Connection info.
Definition at line 511 of file ble_gapc.h.
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 516 of file ble_gapc.h.
ble_gap_chnl_map_t ble_gap_conn_info_t::chnl_map |
channel map.
Definition at line 514 of file ble_gapc.h.
ble_gap_le_phy_ind_t ble_gap_conn_info_t::phy |
PHY indicaiton.
Definition at line 515 of file ble_gapc.h.
int8_t ble_gap_conn_info_t::rssi |
RSSI.
Definition at line 513 of file ble_gapc.h.