Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
cy_stc_ble_set_phy_info_t Struct Reference

Description

Set PHY parameter.

Data Fields

uint8_t bdHandle
 Peer bdHandle.
 
cy_en_ble_phy_no_pref_mask_t allPhyMask
 Host preference for PHY setting. More...
 
cy_en_ble_phy_mask_t txPhyMask
 The transmitter PHY for the connection. More...
 
cy_en_ble_phy_mask_t rxPhyMask
 The receiver PHY for the connection. More...
 
uint16_t phyOption
 Parameter to specify coding preference. More...
 

Field Documentation

◆ allPhyMask

cy_en_ble_phy_no_pref_mask_t cy_stc_ble_set_phy_info_t::allPhyMask

Host preference for PHY setting.

Non preferred PHY settings are ignored by the controller

◆ txPhyMask

cy_en_ble_phy_mask_t cy_stc_ble_set_phy_info_t::txPhyMask

The transmitter PHY for the connection.

LE Coded PHY is not supported by PSoC 6 BLE. The valid options for txPhyMask are Cy_BLE_PHY_MASK_LE_1M and CY_BLE_PHY_MASK_LE_2M.

◆ rxPhyMask

cy_en_ble_phy_mask_t cy_stc_ble_set_phy_info_t::rxPhyMask

The receiver PHY for the connection.

LE Coded PHY is not supported by PSoC 6 BLE. The valid options for txPhyMask are Cy_BLE_PHY_MASK_LE_1M and CY_BLE_PHY_MASK_LE_2M.

◆ phyOption

uint16_t cy_stc_ble_set_phy_info_t::phyOption

Parameter to specify coding preference.

LE Coded PHY is not supported by PSoC 6 BLE. This parameter must be ignored.