1 // 2 // BTstack Port for the Microchip PIC32 Harmony Platfrom 3 // 4 5 #ifndef _BTSTACK_PORT_H 6 #define _BTSTACK_PORT_H 7 void BTSTACK_Initialize(void); 8 void BTSTACK_Tasks(void); 9 #endif
1 // 2 // BTstack Port for the Microchip PIC32 Harmony Platfrom 3 // 4 5 #ifndef _BTSTACK_PORT_H 6 #define _BTSTACK_PORT_H 7 void BTSTACK_Initialize(void); 8 void BTSTACK_Tasks(void); 9 #endif