1.1.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
Return values
Return value | Description |
---|---|
MBA_RES_SUCCESS | Successfully read the current transmitter PHY and receiver PHY. |
MBA_RES_OOM | Internal memory allocation failure. |
MBA_RES_UNKNOWN_CONN_ID | Unknown connection identifier. |