11 lines
316 B
C
11 lines
316 B
C
|
#ifndef __SMARTBOX_COMMAND_H__
|
||
|
#define __SMARTBOX_COMMAND_H__
|
||
|
|
||
|
#include "typedef.h"
|
||
|
#include "app_config.h"
|
||
|
|
||
|
void smartbox_command_send_bt_scan_result(char *name, u8 name_len, u8 *addr, u32 dev_class, char rssi);
|
||
|
void smartbox_command_send_conncecting_bt_status(u8 *addr, u8 status);
|
||
|
|
||
|
#endif//__SMARTBOX_COMMAND_H__
|