Structure to hold the response for the BLE read PHY request command.

Public Attributes#

uint8_t
uint8_t
uint8_t

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_resp_read_phy_s::dev_addr[RSI_DEV_ADDR_LEN]

Remote device Bluetooth Address


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


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