You are not logged in.

#1 2025-01-11 01:07:59

lirannl
Member
Registered: 2021-10-15
Posts: 10

Can't connect to bt le audio only earbuds

Hi there, I bought the Sony Inzone buds, knowing that they weren't advertised as supporting bluetooth, because they only work with le-audio (HFP/A2DP isn't supported).

Here is the output of

btmgmt info

(my adapter supports bluetooth 5.2)

Index list with 1 item
hci0:   Primary controller
        addr 10:68:38:8C:F4:84 version 11 manufacturer 70 class 0x0c0104
        supported settings: powered connectable fast-connectable discoverable bondable link-security ssp br/edr le advertising secure-conn debug-keys privacy configuration static-addr phy-configuration wide-band-speech cis-central cis-peripheral 
        current settings: powered bondable ssp br/edr le secure-conn wide-band-speech cis-central cis-peripheral iso-broadcaster sync-receiver 
        name archlinux
        short name 
hci0:   Configuration options
        supported options: public-address 
        missing options: 

I use pipewire on kde wayland, not pulseaudio - I know that really matters for LE Audio.
Attempting to connect via bluetoothctl results in

failed to connect: org.bluez.Error.Failed le-connection-abort-by-local

Kernel release:

6.12.7-arch1-1

Last edited by lirannl (2025-01-11 01:09:03)

Offline

#2 2025-01-28 10:01:58

impossibleveins23
Member
From: Israel
Registered: 2022-06-18
Posts: 164

Re: Can't connect to bt le audio only earbuds

1. Stop bluetoothd and start it with -d. Recreate the problem and attach output.
2. Execute bluetoothctl info <DEVICE_ID>


* Good formatted problem description will cause good and quick solution smile
* Please don't forget to mark as [SOLVED].

Offline

#3 2025-04-10 22:30:51

mikegav
Member
Registered: 2025-04-10
Posts: 1

Re: Can't connect to bt le audio only earbuds

impossibleveins23 wrote:

1. Stop bluetoothd and start it with -d. Recreate the problem and attach output.

Apr 11 03:14:11 primary-ws bluetoothd[1423]: [signal] org.freedesktop.DBus.ObjectManager.InterfacesAdded
Apr 11 03:14:12 primary-ws bluetoothd[1423]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x0012
Apr 11 03:14:12 primary-ws bluetoothd[1423]: src/adapter.c:device_found_callback() hci0 addr B8:16:5F:14:6E:01, rssi -70 flags 0x0001 eir_len 5
Apr 11 03:14:12 primary-ws bluetoothd[1423]: src/device.c:device_set_legacy() legacy 0
Apr 11 03:14:12 primary-ws bluetoothd[1423]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x0012
Apr 11 03:14:12 primary-ws bluetoothd[1423]: src/adapter.c:device_found_callback() hci0 addr B8:16:5F:14:6E:29, rssi -76 flags 0x0000 eir_len 161
Apr 11 03:14:12 primary-ws bluetoothd[1423]: src/device.c:device_set_legacy() legacy 0
Apr 11 03:14:16 primary-ws bluetoothd[1423]: src/device.c:att_connect_cb() connect to F0:87:5E:8C:0A:E4: Connection refused (111)
Apr 11 03:14:16 primary-ws bluetoothd[1423]: [:1.162:error] < org.bluez.Error.Failed [#150]
Apr 11 03:14:16 primary-ws bluetoothd[1423]: src/shared/mgmt.c:can_read_data() [0x0000] event 0x000d
Apr 11 03:14:16 primary-ws bluetoothd[1423]: src/adapter.c:connect_failed_callback() hci0 F0:87:5E:8C:0A:E4 status 14
Apr 11 03:14:16 primary-ws bluetoothd[1423]: plugins/policy.c:conn_fail_cb() status 14
Apr 11 03:14:16 primary-ws bluetoothd[1423]: src/adapter.c:bonding_attempt_complete() hci0 bdaddr F0:87:5E:8C:0A:E4 type 2 status 0xe
Apr 11 03:14:16 primary-ws bluetoothd[1423]: src/device.c:device_bonding_complete() bonding (nil) status 0x0e
Apr 11 03:14:16 primary-ws bluetoothd[1423]: src/device.c:device_bonding_failed() status 14

Full log uploaded at pastebin

impossibleveins23 wrote:

2. Execute bluetoothctl info <DEVICE_ID>

> bluetoothctl info F0:87:5E:8C:0A:E4
Device F0:87:5E:8C:0A:E4 (random)
    Name: INZONE Buds
    Alias: INZONE Buds
    Appearance: 0x0941 (2369)
    Paired: yes
    Bonded: yes
    Trusted: yes
    Blocked: no
    Connected: no
    LegacyPairing: no
    UUID: Audio Stream Control      (0000184e-0000-1000-8000-00805f9b34fb)
    UUID: Broadcast Audio Scan      (0000184f-0000-1000-8000-00805f9b34fb)
    UUID: Published Audio Capabil.. (00001850-0000-1000-8000-00805f9b34fb)
    UUID: Common Audio              (00001853-0000-1000-8000-00805f9b34fb)
    UUID: Telephony and Media Audio (00001855-0000-1000-8000-00805f9b34fb)
    ManufacturerData.Key: 0x012d (301)
    ManufacturerData.Value:
  20 00 ff 25 e5 c6 b1 93 13 c3 15 e9 0e be 7b 4c   ..%..........{L
  fb 20 85                                         . .             
    ServiceData.00001855-0000-1000-8000-00805f9b34fb:
  2a 00                                            *.             
    ServiceData.00001853-0000-1000-8000-00805f9b34fb:
  00                                               .               
    ServiceData.0000184e-0000-1000-8000-00805f9b34fb:
  00 ff 0f ff 0f 00                                ......         
    AdvertisingFlags:
  06                                               .               
    AdvertisingData.Key: 0x2e (46)
    AdvertisingData.Value:
  c6 d5 28 cd e5 68                                ..(..h

ChatGPT says that support of LE Audio is not complete on the kernel side.

Offline

#4 2025-04-11 05:54:54

just4arch
Member
Registered: 2023-01-07
Posts: 103

Re: Can't connect to bt le audio only earbuds

You might be able to try it with some additional configuration:
https://gitlab.freedesktop.org/pipewire … C3-support

Offline

Board footer

Powered by FluxBB