nRF5340_audio not able to bond with android

Hello,
I'm trying to get nrf5340_audio example running on nrf5340 audio dk.

I'm able to build the code and run it however i'm unable to bond with my mobile phone with android 15

I'm using nrf connect sdk version 2.9.1

Using below command to build the application

west build -b nrf5340_audio_dk/nrf5340/cpuapp --pristine -DCONFIG_AUDIO_DEV=1

Attaching logs below

Parents
  • Hi,

    Can you provide details about you test setup and testing procedure?

    Have you made any changes to audio application?

    Which Android phone do you use?

    Best regards,
    Dejan

  • Hello Dejan,

    I'm building the nrf5340_audio app as is for my nRF5340_audio dk, 
    Goal is to connect it to a phone and to be able to use nRF5340_audio dk as headset.

    I haven't made any changes to the application

    I have used this command to build the application
    west build -b nrf5340_audio_dk/nrf5340/cpuapp --pristine -DCONFIG_AUDIO_DEV=1

    I'm using OnePlus Nord CE4 for testing 

Reply
  • Hello Dejan,

    I'm building the nrf5340_audio app as is for my nRF5340_audio dk, 
    Goal is to connect it to a phone and to be able to use nRF5340_audio dk as headset.

    I haven't made any changes to the application

    I have used this command to build the application
    west build -b nrf5340_audio_dk/nrf5340/cpuapp --pristine -DCONFIG_AUDIO_DEV=1

    I'm using OnePlus Nord CE4 for testing 

Children
  • Hi,

    Which Android version does your phone have?

    Best regards,
    Dejan

  • Hello,
    My phone has Android 15

    Regards

  • Hi,

    Have you checked that your phone supports LE Audio?

    Best regards,
    Dejan

  • Hi Dejan,
    The specifications say it has Bluetooth 5.4 and supports SBC/AAC/aptX
    HD/aptX/LDAC/LHDC

  • Hi,

    Does your phone have the latest updates?

    You can try to clear bonds on the audio-dk (by holding button 5 while resetting), forget the device on the phone and toggle Bluetooth.

    It is unexpected that there is early problem when headset connects, disconnects and connects again. It could be that the phone is not fully ready which causes connect/disconnect loop. You could try to add following config to your project configuration file


    and provide new log. Furthermore, if you have sniffer, you could try to capture sniffer log which could provide additional information. 

    Best regards,
    Dejan