This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

L2CAP connection from non-Nordic chip

Hi. I'm trying to send data through L2CAP from Cypress BLE evaluation board to nrf51822 chip.

It seems that Nordic's API for L2CAP is much simpler than Cypress', but I can't get it to work...

This is the thread I've opened on Cypress forum (so I won't have to write the same thing twice :) ).

Any help will be much appreciated.

Thanks.

Parents
  • It seems like you are trying to establish a L2CAP channel in the Credit Based Flow Control mode. This is currently not supported by any of our production grade SoftDevices.

    It is however supported by our IoT SoftDevice, which is a prototype we made for doing IPv6 over BLE, see this for more information.

Reply
  • It seems like you are trying to establish a L2CAP channel in the Credit Based Flow Control mode. This is currently not supported by any of our production grade SoftDevices.

    It is however supported by our IoT SoftDevice, which is a prototype we made for doing IPv6 over BLE, see this for more information.

Children