MXC_A39_20240320/SW/examples/common/btdm/controller_bootloader.h

11 lines
214 B
C
Raw Normal View History

2024-03-07 16:46:43 +08:00
#ifndef __CONTROLLER_H__
#define __CONTROLLER_H__
#include <stdint.h>
#include <stdbool.h>
bool controller_start(uint32_t baudrate, const uint8_t *ble_addr, const uint8_t *bt_addr);
#endif // __CONTROLLER_H__