Bluetooth Classic Bypass

I know the nordic chips do not support Bluetooth classic, however I would like to setup a nordic device as an HCI device that pretends to have to Bluetooth classic support.  Goal is to use it in an Android product (as Android expects to have Classic and BLE support) though for my application I only need BLE support.  Is there something I can do easily and manually if necessary handle these classic HCI commands that come in.

Parents
  • Hello,

    Sorry, not something we have looked into, since it's not supported. I would not expect this to be straight forward no, I assume you would need to emulate it, without actually having it.

    Kenneth

  • Is there an easy way to capture and respond to HCI commands that are not currently handled?

  • I would expect that the controller respond with "Unknown HCI Command" if the opcode is not supported or recognized. The source code is available, so I guess it should be possible to add additional commands.

    Kenneth

Reply
  • I would expect that the controller respond with "Unknown HCI Command" if the opcode is not supported or recognized. The source code is available, so I guess it should be possible to add additional commands.

    Kenneth

Children