Public Attributes#

uint8_t

Remote device Bluetooth Address.

uint8_t

TX PHY Rate

  • 0x01 The transmitter PHY for the connection is LE 1M

  • 0x02 The transmitter PHY for the connection is LE 2M

  • 0x03 The transmitter PHY for the connection is LE Coded

  • All other values Reserved for future use.

uint8_t

RX PHY Rate

  • 0x01 The receiver PHY for the connection is LE 1M

  • 0x02 The receiver PHY for the connection is LE 2M

  • 0x03 The receiver PHY for the connection is LE Coded

  • All other values Reserved for future use.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_resp_read_phy_s::dev_addr[RSI_DEV_ADDR_LEN]

Remote device Bluetooth Address.


Definition at line 955 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

tx_phy#

uint8_t rsi_ble_resp_read_phy_s::tx_phy

TX PHY Rate

  • 0x01 The transmitter PHY for the connection is LE 1M

  • 0x02 The transmitter PHY for the connection is LE 2M

  • 0x03 The transmitter PHY for the connection is LE Coded

  • All other values Reserved for future use.


Definition at line 965 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

rx_phy#

uint8_t rsi_ble_resp_read_phy_s::rx_phy

RX PHY Rate

  • 0x01 The receiver PHY for the connection is LE 1M

  • 0x02 The receiver PHY for the connection is LE 2M

  • 0x03 The receiver PHY for the connection is LE Coded

  • All other values Reserved for future use.


Definition at line 975 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h