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

Internet protocol support profile

Hello everyone,

After using IPSP intiator and IPSP Acceptor BLE Examples on 2 different kits and connecting them through this profile, how do i send IPv6 packets between them?

Parents Reply Children
  • The IPSP will communicate over the L2CAP layer in bluetooth LE, where as a normal BTLE application has a higher level interface (GATT/GAP).

    Even if you connect two devices running IPSP together, they'll still talk bluetooth to each other, although the user payload may contain IP related commands, depending on the application itself. The translation into ipv6 is done by the PC side, where the bluetooth address is directly translated into a /64 delegated IPv6 prefix.

    Kind regards,

    Håkon

Related