Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-9869

HCI_LE_ReadPhyCmd missing documentation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low
    • SimpleLink CC13x2-26x2 SDK BLE5 Stack
    • BLE_AGAMA-707
    • Hide
      BLE Stack BLE5-2.0.2
      BLE Stack BLE5-2.0.3
      Show
      BLE Stack BLE5-2.0.2 BLE Stack BLE5-2.0.3
    • Hide
      BLE Stack BLE5-2.1.3 RC1
      BLE Stack BLE5-2.1.3
      Show
      BLE Stack BLE5-2.1.3 RC1 BLE Stack BLE5-2.1.3

      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
      

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: