![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| uint32_t ble_conn_params_phy_radio_mode_get | ( | uint16_t | conn_handle, |
| ble_gap_phys_t * | phy_pref ) |
#include <ble_conn_params.h>
Retrieve the current GAP radio PHY mode for a given connection.
| conn_handle | Handle to the connection. | |
| [out] | phy_pref | The radio PHY mode. |
| NRF_SUCCESS | On success. |
| NRF_ERROR_INVALID_PARAM | Invalid connection handle. |
| NRF_ERROR_NULL | phy_pref is NULL. |