1.2.2.1.1.4.29 BLE_GAP_ReadPhy

C

uint16_t BLE_GAP_ReadPhy(uint16_t connHandle, uint8_t *p_txPhy, uint8_t *p_rxPhy);

Description

Read the current transmitter PHY and receiver PHY on the specified connection

Parameters

ParameterDescription
[in] connHandleConnection handle associated with this connection.
[in] p_txPhyPointer to TX PHY buffer. See PHY type for the definition.
[in] p_rxPhyPointer to RX PHY buffer. See PHY type for the definition.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully read the current transmitter PHY and receiver PHY.
MBA_RES_OOMInternal memory allocation failure.
MBA_RES_UNKNOWN_CONN_IDUnknown connection identifier.