Re: [PATCH 0/4] Add support for custom (e)SCO parameters

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Andrzej,

> >>>> Following patches add possibility to specify custom parameters for
> >>>> outgoing (e)SCO link. This is implemented as SCO socket options.
> >>>>
> >>>> This change allows to use reference parameters as defined in HFP 1.5
> >>>> specification as well as support for future enchancements as wideband
> >>>> speech as defined in HFP 1.6 draft (uses different air coding format).
> >>>>
> >>>> Additional socket option (patch 3) allows to disable automatic retry
> >>>> in case of failure which fallbacks from eSCO to SCO connection in
> >>>> current implementation. Such fallback should not happen when using
> >>>> wideband speech which mandates using of eSCO transport.
> >>>
> >>> I am not a big fan of just stupidly exposing all possible HCI value to
> >>> userspace and let userspace set them. Especially since in the end there
> >>> are no real variation here anyway. There are just a 2-3 use cases for
> >>> your SCO socket.
> >>
> >> There's L2CAP_OPTIONS sockopt which allows to do pretty much the same
> >> for L2CAP sockets so I just followed it.
> >>
> >> What do you mean by just 2-3 use cases for SCO socket? You consider only
> >> HFP as use case for SCO socket? I saw devices which use eSCO to stream
> >> music to mono headsets which do not support A2DP, this may require
> >> custom requirements which we cannot predict. This is only one example,
> >> but user can "invent" something else.
> >>
> >>> I would rather have simple mode to hand to the kernel and let it do the
> >>> right thing (including negotiation and downgrading to SCO) than having
> >>> userspace opening sockets over sockets again.
> >>
> >> By making such change you actually incorporate part of profiles into
> >> kernel. I don't think this is good idea. My understanding is that
> >> profiles should be in user-space.
> >>
> >> And I don't recall any other profile than HFP that uses eSCO, so if
> >> we're going to implement "modes" using this spec, user won't have many
> >> options to choose from. See example above (music over eSCO).
> >>
> >>> So what are the actual modes for HFP that need to be supported and what
> >>> is the range of possible SCO and eSCO options?
> >>
> >> At the moment only HFP 1.5 defines reference parameters for eSCO link.
> >> In HFP 1.6 draft there are additional reference parameters for CVSD over
> >> SCO and mSBC over eSCO. And in future profiles you never know what BT
> >> SIG will invent :)
> >
> > personally I would just go for PCM, CVSD and mSBC modes here actually.
> 
> ..and any other codec which can some soon? I'm simply not convinced that 
> kernel should expose something defined in profiles which are 
> application-level specs.
> 
> And what do you mean by PCM? Which spec uses eSCO to transport raw PCM data?

the encoded data you are actually sending over the SCO socket. Or are
you telling me that for mSBC we have PCM input to the chip, and the chip
does mSBC then.

> > And you can not compare L2CAP with SCO since they are different. And
> > also L2CAP does not expose everything that the spec. would offer.
> 
> Sure, they are different. But this does not explain why L2CAP should 
> expose low-level interface and SCO should not do the same but provide 
> very high-level interface only.
> 
> In case of L2CAP was it decision not to expose some parameters for some 
> reason other than "nobody uses them anyway"? For eSCO we could skip 
> bandwidth parameter as I never seen anything other than 8000 rx/tx, but 
> I can still imagine someone can use different value.
> 
> Actually, from what I see almost all L2CAP parameters supported by BlueZ 
> are exposed.

For Basic Mode L2CAP, that is true, but for eL2CAP we clearly not expose
all possible settings. The options clearly grow over time, but that is
mainly because of eL2CAP and not because we wanted to.

However the settings are static here in that sense that we require them
for that specific connection to work. It is designed as minimum
requirement to establish the specific link.

> > My real question is how you expose negotiation capabilities. Since
> > re-creating the socket and its connection attempt is not going to work
> > out. That concept will fail and will also break qualification testing.
> 
> Why do you think re-creating the socket is not going to work? How it is 
> different than second attempt to connect SCO when eSCO failed, which is 
> now handled inside kernel? The same could be done by user-space but in 
> more sophisticated way which suits specific requirements. And this is 
> how negotiation is solved.

Because it actually is a timing issue and once a SCO socket gets closed,
the kernel will trigger various timers. I do not really like such an
approach.

If we wanna expose minimum required settings, then I am actually fine
with an SCO_OPTIONS socket option, but it needs to be better defined in
how that is suppose to work. Since clearly for HFP 1.5, we do not care
if it is a SCO or eSCO link in the end. So the kernel must be able to
negotiate this.

I do not want to implement heavy negotiation logic into every single
piece of code that wants a SCO/eSCO socket. In addition you have to
figure out on how the acceptor side should work. BlueZ can play both
roles of HFP. How do you deal with accepting SCO connections in either
SCO/eSCO or mSBC mode?

Regards

Marcel


--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux