BLE RX 명령 큐 모듈 분리
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/*******************************************************************************
|
||||
* @file ble_cmd_queue.h
|
||||
* @brief BLE RX command queue
|
||||
******************************************************************************/
|
||||
#ifndef BLE_CMD_QUEUE_H__
|
||||
#define BLE_CMD_QUEUE_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void ble_cmd_queue_init(void);
|
||||
void ble_cmd_queue_rx_handler(const uint8_t *data, uint16_t len);
|
||||
|
||||
#endif /* BLE_CMD_QUEUE_H__ */
|
||||
Reference in New Issue
Block a user