-
Bug
-
Resolution: Fixed
-
Low
-
SimpleLink CC13x2-26x2 SDK BLE5 Stack
-
BLE_AGAMA-707
-
-
Installer: simplelink_cc13x2_26x2_sdk_3_10_00_53
Problem description:
/**
* Read the current transmitter and receiver PHY.
*
* @par Corresponding Events
* @ref hciEvt_CmdComplete_t with cmdOpcode @ref HCI_LE_READ_PHY
*
* @param connHandle Connection handle.
*
* @return @ref HCI_SUCCESS
*/
extern hciStatus_t HCI_LE_ReadPhyCmd( uint16 connHandle );
HCI_LE_ReadPhyCmd is not sufficiently documented. If you're trying to use this command you know that you will receive a hciEvt_CmdComplete_t with opcode HCI_LE_READ_PHY. However you don't know how to read the event. The following infrmation is missing (from hci.c):
// 0: Status // 1: Connection Handle LSB // 2: Connection Handle MSB // 3: Tx PHY // 4: Rx PHY