ble_gap_read_le_phy

int
ble_gap_read_le_phy(
        uint16_t conn_handle,
         uint8_t *tx_phy,
         uint8_t *rx_phy
)

Description

Read PHY on given connection.

Parameters

ParameterDescription
conn_handleThe handle corresponding to the connection to on which PHY is read.
tx_phyTx PHY. One of: BLE_GAP_LE_PHY_1M BLE_GAP_LE_PHY_2MBLE_GAP_LE_PHY_CODED
rx_phyRx PHY. One of: BLE_GAP_LE_PHY_1M BLE_GAP_LE_PHY_2MBLE_GAP_LE_PHY_CODED

Returned values

ValueCondition
0Success.
Core return codeUnexpected error.