This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2564MODA: Bluetooth listing test A2DP/SNK/REL/BV-02-I

Part Number: CC2564MODA

Hi,

The same customer in the original post reported A2DP/SNK/REL/BV-02-I is also failing.
Their code is based on Bluetopia SDK 1.2R for Tiva, A2DP demo.

The test seems to checking "Initiate Connection Release" function. Other BT speaker is passing the test.
How to modify the code to pass the test with CC2564MODA?

Thanks and regards,
Koichiro Tashiro

  • Koichiro,

    is this running the auddemo example code? Can you provide uart log output of the demo?

    BR,

    Vince

  • Hi Vince

    Customer code is based on A2DP demo and SPPLE demo examples as they need both A2DP and BLE functions.
    Please find in attachment the uart log.

    OpenStack().
    HCI_VS_InitializeAfterHCIReset
    VS_Update_UART_Baud_Rate success.
    HCI_VS_InitializeAfterHCIReset Success
    Bluetooth Stack ID: 1.
    Device Chipset: 4.1.
    Classic BD_ADDR: 0xa434f1801281
    Enter DeleteLinkKey
    Enter SetConnect
    Enter SetDisc
    Enter SetPairable
    Enter FindFreeLEIndex
    Sucessfully registered SPPLE Service.
       GAP_LE_Advertising_Enable success.
    Enter Initialize_Sink
    AUD_Initialize() Sink success.
    Enter GAP_Event_Callback
    
    atLinkKeyRequest: 0x001bdcf21e98
    GAP_Authentication_Response success.
    
    Unknown/Unhandled Audio Event: 14.
    
    AUD Stream Open Indication, Type: Sink.
    BD_ADDR:  0x001bdcf21e98.
    MediaMTU: 672.
    Format:   48000, 1.
    
    AUD Stream State Change Indication, Type: Sink.
    BD_ADDR: 0x001bdcf21e98.
    State:   Started.
    Enter InitializeAudioDecoder
    Enter _ConfigureOutputDevice
    Unable to start Playback task.
    Buffer High Limit: 4608
    Buffer High Limit(48kHz): 3379
    Buffer Low Limit : 3072
    Frame Length   : 42
    Bit Pool       : 18
    Bit Rate       : 252000
    Buffer Length  : 64
    Frames/GAVD    : 45
    
    (BT device is shut down here)

    The test is done as follows:
    1) BT device is connected to Windows PC (PTS software and Dongle are installed).
    www.bluetooth.com/.../
    2) Audio playback is started.
    3) BT device is shut down during audio playback.
    At line#44, I added comment “BT device is shut down here”.

    Please note that customer modified the log output “AUD Encoded Audio Data Indication…” are shown once in 10000.
    (In the original demo, the log is shown once in 100.)

    Thanks and regards,
    Koichiro Tashiro

  • Koichiro,

    What do you mean what you say "Shut down the BT Device"? If you are shutting it down before initializing a close of the stream, then the PC side will see a ungraceful close of the BT connection and cause errors.

    BR,

    Vince