Connection info. More...
#include <ble_gapc.h>
Public Attributes | |
int8_t | rssi |
RSSI. More... | |
ble_gap_chnl_map_t | chnl_map |
channel map. More... | |
ble_gap_le_phy_ind_t | phy |
PHY indicaiton. More... | |
uint8_t | chan_sel_algo |
Chanel Selection algorithm, 0x00: LE Channel Selection Algorithm #1 is used. More... | |
Connection info.
Definition at line 295 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 300 of file ble_gapc.h.
ble_gap_chnl_map_t ble_gap_conn_info_t::chnl_map |
channel map.
Definition at line 298 of file ble_gapc.h.
ble_gap_le_phy_ind_t ble_gap_conn_info_t::phy |
PHY indicaiton.
Definition at line 299 of file ble_gapc.h.
int8_t ble_gap_conn_info_t::rssi |
RSSI.
Definition at line 297 of file ble_gapc.h.