btstack/platform/lwip
Peter Harper abb61bc22a platform/lwip: add getter for netif provided by bnep
BNEP adds an interface to lwip. Add an accessor to allow us to get
access to it.
2023-01-18 15:27:01 +01:00
..
port
bnep_lwip.c platform/lwip: add getter for netif provided by bnep 2023-01-18 15:27:01 +01:00
bnep_lwip.h platform/lwip: add getter for netif provided by bnep 2023-01-18 15:27:01 +01:00
README.md

lwIP Support for BTstack

Contents:

  • bnep_lwip contains an adapter to forward packets between lwIP and BNEP
  • port contains a NO_SYS == 1 / bare metal configuration to use lwIP with BTstack on the same thread