bluetooth-model_true

所属分类:matlab编程
开发工具:matlab
文件大小:460KB
下载次数:29
上传日期:2011-07-04 15:38:20
上 传 者xuzhao_richard
说明:  蓝牙仿真,出自师兄发表的论文,真码未验证,换句话说,我没试过。可能是个宝
(Bluetooth emulation, from senior papers, real code is not verified, in other words, I have not tried. May be a treasure)

文件列表:
蓝牙模块\apps\bluetooth\BluetoothPN\BluetoothPN.cxx (15997, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\BluetoothPN.h (2280, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\Fl_Toggle_Node.cxx (32, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\Fl_Toggle_Node_Base.cxx (0, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\Fl_Toggle_Tree.cxx (13225, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\Fl_Toggle_Tree_Base.cxx (10488, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\include\FL\bluetooth.xpm (4441, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\include\FL\closed_icon.xpm (542, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\include\FL\file_small.xpm (513, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\include\FL\Fl_Toggle_Button.H (1363, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\include\FL\Fl_Toggle_Light_Button.H (1282, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\include\FL\Fl_Toggle_Node.H (1284, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\include\FL\Fl_Toggle_Node_Base.H (430, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\include\FL\Fl_Toggle_Round_Button.H (1282, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\include\FL\Fl_Toggle_Tree.H (13072, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\include\FL\Fl_Toggle_Tree_Base.H (5652, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\include\FL\folder_small.xpm (852, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\include\FL\open_icon.xpm (531, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\include\FL (0, 2010-12-22)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk\include (0, 2010-12-22)
蓝牙模块\apps\bluetooth\BluetoothPN\fltk (0, 2010-12-22)
蓝牙模块\apps\bluetooth\BluetoothPN\main.cxx (182, 2001-03-04)
蓝牙模块\apps\bluetooth\BluetoothPN\Makefile (1834, 2001-03-08)
蓝牙模块\apps\bluetooth\BluetoothPN (0, 2010-12-22)
蓝牙模块\apps\bluetooth\btd\.cvsignore (4, 2000-11-07)
蓝牙模块\apps\bluetooth\btd\btd.c (86456, 2001-10-21)
蓝牙模块\apps\bluetooth\btd\btd.h (6424, 2001-06-20)
蓝牙模块\apps\bluetooth\btd\Makefile (992, 2001-10-18)
蓝牙模块\apps\bluetooth\btd (0, 2010-12-22)
蓝牙模块\apps\bluetooth\experimental\.cvsignore (57, 2001-04-28)
蓝牙模块\apps\bluetooth\experimental\btcon.c (5314, 2001-05-21)
蓝牙模块\apps\bluetooth\experimental\btconfig.c (11443, 2001-10-12)
蓝牙模块\apps\bluetooth\experimental\btd.c (25274, 2001-10-16)
蓝牙模块\apps\bluetooth\experimental\btd.h (2245, 2001-03-02)
蓝牙模块\apps\bluetooth\experimental\btdisc.c (3608, 2001-05-14)
蓝牙模块\apps\bluetooth\experimental\btinit.c (8877, 2001-10-16)
蓝牙模块\apps\bluetooth\experimental\btinq.c (2857, 2001-05-14)
蓝牙模块\apps\bluetooth\experimental\btsend.c (3405, 2001-05-21)
蓝牙模块\apps\bluetooth\experimental\bttest.c (16251, 2001-10-17)
... ...

* sdp_server is used for searching the sdp database stored in the XML file sdp.xml. * How the data is stored in the XML file will be described bellow. * sdp_server needs the xml parser Expat to parse the XML file. HOW THE COMMUNICATION WITH THE BLUETOOTH STACK WORKS. ----------------------------------------------------- The communication with the bluetooth stack is done through read- and write operations on a proc-file. The format of the data sent and received through the proc-file is described in the .h-file sdp_proc_protocol.h in /include/linux/bluetooth/ HOW THE SDP DATA IS STORED IN THE XML FILE. ------------------------------------------- The XML-file is divided into three different sections. These sections is separated with the tags bluetoothSDP, SDPBrowsingRegister, SDPTranslationRegister. bluetoothSDP, is where the parameters for the different profile is stored. The profile data is then stored in the following way. LAN Access using PPP SDPBrowsingRegister, is where the names for the incoming hex-values can be found. It consists of three sub classes, Protocols, ServiceClasses, AttributeIdentifierCodes. All values is written as 16 bits UUIDs. SDPTranslationRegister, is where the hex-values for some of the parameters is found. All values are written with its proper data element header.

近期下载者

相关文件


收藏者