#ifndef __BLE_H #define __BLE_H #include "usart.h" #include "data_type_def.h" void ble_send(UART_HandleTypeDef *huart, uint8_t *data); #endif