All of lore.kernel.org
 help / color / mirror / Atom feed
* 3dsp sample app and Bluez v5
@ 2015-06-01 21:05 Gary Mort
  2015-06-01 21:23 ` Marcel Holtmann
  0 siblings, 1 reply; 9+ messages in thread
From: Gary Mort @ 2015-06-01 21:05 UTC (permalink / raw)
  To: linux-bluetooth

I am trying to convert a pair of 3D bluetooth glasses into 'Joo Janta 
200 Super-Chromatic Peril Sensitive Sunglasses'  and so it seemed a 
small modification to 3dsp to play with different frequencies would fit 
the bill.

Following the command line help, I kept getting the message
  ' Failed to open HCI user channel' and since it was an extremely tiny 
c file, I tracked that down to a failure at line 642    hci_dev = 
bt_hci_new_user_channel(index);

I noticed that there was a different method of opening a socket right 
above it,    hci_dev = bt_hci_new_raw_device(index); and it was 
controlled via a command line arguement.

So adding -r to my command line, my server now seems to execute. 
However, when I try to run 3dsp in client mode from a second terminal 
window it does not connect[as well as my actual glasses not connecting]

I figured before spending too much time on this, I'd check to see if the 
code is supposed to work at this point - in which case it is my 
system..or if the bluez api has changed sufficiently that I need to 
modify the code to use some new api?
Konsole outFailed to open HCI user channel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-08-17  3:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-01 21:05 3dsp sample app and Bluez v5 Gary Mort
2015-06-01 21:23 ` Marcel Holtmann
2015-06-02  0:09   ` Gary Mort
2015-06-02  1:13     ` Marcel Holtmann
2015-06-02  4:26       ` Gary Mort
2015-06-02  5:00         ` Marcel Holtmann
2016-08-08 15:50           ` Bastien Nocera
2016-08-17  3:03             ` Gary Mort
2016-08-17  3:33               ` Gary Mort

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.