nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ ble_conn_params_phy_radio_mode_get()

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.

Parameters
conn_handleHandle to the connection.
[out]phy_prefThe radio PHY mode.
Return values
NRF_SUCCESSOn success.
NRF_ERROR_INVALID_PARAMInvalid connection handle.
NRF_ERROR_NULLphy_pref is NULL.