btserver.h

来自「linux下bluetooth后台服务程序」· C头文件 代码 · 共 12 行

H
12
字号
#ifndef _BTSERVER_H_#define _BTSERVER_H_//server version#define BTSR_VER_MAJOR	2#define BTSR_VER_MINOR	1// the maximal number of connections allowed to this server#define BTSR_BUFFER_SIZE	4096#define BTSR_RECEIVE_TIMEOUT	100000 //us#endif //_BTSERVER_H_

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?