On Wed, Aug 26, 2020 at 9:56 AM Gregory Nutt <spudan...@gmail.com> wrote: > > Lets try to see how we can move this forward, I'm not fully sure I > > fully understand the implications of what you were saying about the > > packet protocol, but I think it is best that we focus the discussion > > on that in the GitHub issue that I opened about the HCI socket. I can > > share what I know about the BlueZ interface there with some client > > examples as appropriate. > > > > I'm sure we can find ways to bridge the gap here especially on the > > application side. > > I still would not accept any such change in the OS. And, if merged, I > would feel compelled to revert the commits.
I'm agreeing with you Greg, anything that comes into Apps or the OS must use the socket API. All I am saying is there are applications like dumping the HCI log that really just pretty print the packets. It does not care if it came via a socket or something else. As long as it uses the NuttX API there is no reason to build it twice. --Brennan