[Bug 203745] A2DP Support for Bluetooth Headphone Audio
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 1 00:46:25 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203745
vermaden at interia.pl changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vermaden at interia.pl
--- Comment #37 from vermaden at interia.pl ---
Hi,
I tried to pair with Dell AD211 Bluetooth Speaker but I am not able to get the
/dev/bluetooth/xx:xx:xx:xx:xx:xx device ...
This is this speaker:
https://downloads.dell.com/manuals/all-products/esuprt_electronics/esuprt_speakers/dell-ad211_user%27s%20guide_en-us.pdf
This is 11.1-RELEASE with GENERIC kernel and userland.
The Bluetooth device is on the ThinkPad T420s:
# kldstat -v | grep ng_ubt
38 1 0xffffffff8296f000 4f08 ng_ubt.ko (/boot/kernel/ng_ubt.ko)
545 uhub/ng_ubt
# grep ubt /var/run/dmesg.boot
ubt0 on uhub3
ubt0: <Broadcom Corp Broadcom Bluetooth Device, class 224/1, rev 2.00/7.48,
addr 4> on usbus0
Searching for device (finds the speaker):
# hccontrol -n ubt0hci inquiry
Inquiry result, num_responses=1
Inquiry result #0
BD_ADDR: 04:fe:a1:43:7b:9b
Page Scan Rep. Mode: 0x1
Page Scan Period Mode: 00
Page Scan Mode: 00
Class: 24:04:04
Clock offset: 0x7b8b
Inquiry complete. Status: No error [00]
# hccontrol -n ubt0hci remote_name_request 04:fe:a1:43:7b:9b
BD_ADDR: 04:fe:a1:43:7b:9b
Name: Dell Portable
# hccontrol -n ubt0hci read_connection_list
Remote BD_ADDR Handle Type Mode Role Encrypt Pending Queue State
# hccontrol -n ubt0hci create_connection 04:fe:a1:43:7b:9b
BD_ADDR: 04:fe:a1:43:7b:9b
Connection handle: 12
Encryption mode: Disabled [0]
# hccontrol -n ubt0hci read_connection_list
Remote BD_ADDR Handle Type Mode Role Encrypt Pending Queue State
04:fe:a1:43:7b:9b 12 ACL 0 MAST NONE 0 0 OPEN
Connected?
I can switch role from MASTER to SLAVE.
# hccontrol -n ubt0hci Switch_Role 04:fe:a1:43:7b:9b 1
BD_ADDR: Dell_Portable
Role: Slave [0x1]
# hccontrol -n ubt0hci read_connection_list
Remote BD_ADDR Handle Type Mode Role Encrypt Pending Queue State
Dell_Portable 12 ACL 0 SLAV NONE 0 0 OPEN
I also tried this script but the effect is the same:
https://reviews.freebsd.org/file/data/zaaxr2kboxot76hf5dk4/PHID-FILE-twx4z2ngvki4pm7m6y4l/bluetooth-config
This is the config:
# cat /etc/bluetooth/hcsecd.conf
device {
bdaddr 04:fe:a1:43:7b:9b;
name "Dell Portable";
key nokey;
pin "0000";
}
I also tried with "1234" an 'nopin' but no success.
Am I doing something wrong?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-wireless
mailing list