From 2187881bdc41d3c411b57d50f4d8b412cd9ea579 Mon Sep 17 00:00:00 2001 From: Peter Harper Date: Tue, 5 Nov 2024 11:24:59 +0000 Subject: [PATCH] Add pico_btstack_mesh to docs --- src/rp2_common/pico_btstack/doc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rp2_common/pico_btstack/doc.h b/src/rp2_common/pico_btstack/doc.h index 0adf21901..08bc35b9a 100644 --- a/src/rp2_common/pico_btstack/doc.h +++ b/src/rp2_common/pico_btstack/doc.h @@ -20,6 +20,7 @@ * * \c \b pico_btstack_sbc_decoder - Adds Bluetooth Sub Band Coding (SBC) decoder support. * * \c \b pico_btstack_bnep_lwip - Adds Bluetooth Network Encapsulation Protocol (BNEP) support using LwIP. * * \c \b pico_btstack_bnep_lwip_sys_freertos - Adds Bluetooth Network Encapsulation Protocol (BNEP) support using LwIP with FreeRTOS for NO_SYS=0. + * * \c \b pico_btstack_mesh - Adds Bluetooth mesh support from BTstack. * * \note The CMake function pico_btstack_make_gatt_header can be used to run the BTstack compile_gatt tool to make a GATT header file from a BTstack GATT file. *