天嵌二次封装库使用手册  V1.0
tq_bluetooth.h
浏览该文件的文档.
1 #ifndef TQ_BLUETOOTH_H
2 #define TQ_BLUETOOTH_H
3 
18 #include <stdio.h>
19 #include <stdlib.h>
20 #include <unistd.h>
21 #include <sys/socket.h>
22 #include "lib/bluetooth.h"
23 #include "lib/hci.h"
24 #include "lib/hci_lib.h"
25 #include "lib/rfcomm.h"
26 
27 #ifdef __cplusplus
28 extern "C"
29 {
30 #endif
31  int scan_bluetooth_devices(inquiry_info *ii, int max_rsp);
32  int send_msg_bluetooth(char *target_mac, char *buff, int size);
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 #endif //TQ_BLUETOOTH_H