// // BTstack Port for the Microchip PIC32 Harmony Platfrom // #ifndef _BTSTACK_PORT_H #define _BTSTACK_PORT_H void BTSTACK_Initialize(void); void BTSTACK_Tasks(void); #endif