(蓝牙核心架构)(一)_第1页
(蓝牙核心架构)(一)_第2页
(蓝牙核心架构)(一)_第3页
(蓝牙核心架构)(一)_第4页
(蓝牙核心架构)(一)_第5页
已阅读5页,还剩4页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

.Bluetooth Core Architecture Blocks (蓝牙核心架构)(一)标签:interfaceprotocolsservicesystem测试layer2012-07-26 18:507098人阅读评论(4)收藏举报分类:BlueTooth(13)首先,第一幅图是蓝牙官网上的图示,对应蓝牙4.0版本。(2012年7月份最新更新)因为该图不很清楚,有人重画了下,稍微修改了其中一部分,如下图:为便于理解,附上v1.0的架构图示如下:为了便于理解,最后附上M$上关于蓝牙协议的图示,如下图:下面就是关于蓝牙官网上文章的翻译了,因为时间和水平有限,主要是水平有限,翻译难免有误差之处,欢迎斧正。(/Building/HowTechnologyWorks/Architecture/Overview.htm)Core System DefinitionTheBluetoothcore system covers the four lowest layers andassociated protocols defined by theBluetoothspecificationas well asone common service layer protocol, theservice discovery protocol (SDP) and the overall profile requirements arespecified in the generic access profile (GAP). A completeBluetoothapplication requires a number of additional servicesand higher layer protocols that are defined in theBluetoothspecification.(这段话的理解非常重要,为了准确翻译这段话,我还深入研究了“as well as”的用法)蓝牙核心系统覆盖了蓝牙spec中定义的最低层的四个部分以及相关协议,同时还包括一个通用服务层协议,服务发现协议以及在GAP中指出的全部需求。同时,一个完整的蓝牙应用程序还需要其他一些附加的服务和在蓝牙spe中定义的更高层的协议。BluetoothControllerThe lowest three layers aresometimes grouped into a subsystem known as theBluetoothcontroller. This is a common implementation involvinga standard physical communications interface between theBluetoothcontroller and remainder of theBluetoothsystem including the L2CAP, service layers and higherlayers (known as theBluetoothhost). Although this interface is optional, the architecture is designedto allow for its existence and characteristics. TheBluetoothspecification enables interoperability betweenindependentBluetoothenabledsystems by defining the protocol messages exchanged between equivalent layers,and also interoperability between independentBluetoothsub-systems by defining a common interface betweenBluetoothcontrollers andBluetoothhosts.蓝牙控制部分最底下的三层有时候被归为一组成为一个子系统称做蓝牙控制器。这是一个通用的执行部分,包括一个用于蓝牙控制器和蓝牙系统其他剩余部分之间的标准的物理通信接口,这些剩余部分包括L2CAP,服务层以及更高级的层次(常叫做蓝牙host)。虽然这个接口并非必不可少,但是本架构设计上允许它的存在和特点。蓝牙说明书通过定义同等层间的协议信息交换来使得独立的蓝牙系统之间协调工作,同时,通过定义一个蓝牙控制器和蓝牙host间的通用接口,保障了蓝牙子系统之间的协调工作能力。A number of functional blocksare shown and the path of services and data between these. The functionalblocks shown in the diagram are informative; in general theBluetoothspecification does not define the details ofimplementations except where this is required for interoperability.很多功能块以及他们之间的服务和数据传输路径如图所示。这些功能块提供了很多的信息。总的来说,蓝牙spec不会定义执行体之间的细节部分,除非他们之间要求协同工作。Core System Protocols andSignalingStandard interactions aredefined for all inter-device operation, whereBluetoothdevices exchange protocol signaling according to theBluetoothspecification. TheBluetoothcore system protocols are the radio (RF) protocol,link control (LC) protocol, link manager (LM) protocol and logical link controland adaptation protocol (L2CAP), all of which are fully defined in subsequentparts of theBluetoothspecification. In addition, the service discovery protocol (SDP) is a servicelayer protocol required by allBluetoothapplications.核心系统协议和信号为内部设备之间的操作定义了标准的交互流程,在这些内部操作中,根据蓝牙spec蓝牙设备交互协议信号。蓝牙核心系统协议栈包括RF协议,链接控制协议,链接管理西医和逻辑连接控制适应协议(L2CAP),这些协议在蓝牙spec随后部分中都均有定义。另外,服务发现协议是一个所有蓝牙应用程序都需要的服务层协议。TheBluetoothcore system offers services through a number ofservice access points that are shown in the diagram as ellipses. These servicesconsist of the basic primitives that control theBluetoothcore system. The services can be split into threetypes. There are device control services that modify the behavior and modes ofaBluetoothdevice,transport control services that create, modify and release traffic bearers(channels and links), and data services that are used to submit data fortransmission over traffic bearers. It is common to consider the first two asbelonging to the C-plane and the last as belonging to the U-plane.蓝牙核心系统为许多服务通路点(AP)提供服务,如图中椭圆点处所示。这些服务有控制蓝牙核心系统的基元组成。这些服务可以分成三种类型。第一种是设备控制服务用于修改蓝牙设备的行为和工作方式,第二种是传输控制服务用于创建、修改以及释放通信送信单元(信道和链接),第三种是数据服务用于在通信送信单元上为传送功能传递数据。很容易的理解前两个属于C层面,最后一个属于U层面。Host to ControllerInterface (HCI): SplitsBluetoothStack Into Controller and HostA service interface to theBluetoothcontroller sub-system is defined such that theBluetoothcontroller may be considered a standard part. In thisconfiguration theBluetoothcontroller operates the lowest three layers and the L2CAP layer is containedwith the rest of theBluetoothapplication in a host system. The standard interface is called the hostto controller interface (HCI). Implementation of this standard serviceinterface is optional.主机和控制器接口(HCI):划分蓝牙协议栈为控制器和主机和蓝牙控制器子系统的服务接口定义如下:蓝牙控制器被认为是一个标准的部分。在一个主机系统中,蓝牙控制器操作最底下的三层和L2CAP的这种配置包含在蓝牙应用程序的其他部分。标准接口称为HCI。对这个标准服务的接口的实现是可有可无的。As theBluetootharchitecture is defined with the possibility of aseparate host and controller communicating through an HCI, a number of generalassumptions are made. TheBluetoothcontroller is assumed to have limited data buffering capabilities incomparison with the host. Therefore the L2CAP layer is expected to carry outsome simple resource management when submitting L2CAP PDUs to the controllerfor transport to a peer device. This includes segmentation of L2CAP SDUs intomore manageable PDUs and then the fragmentation of PDUs into start andcontinuation packets of a size suitable for the controller buffers, andmanagement of the use of controller buffers to ensure availability for channelswith quality of service (QoS) commitments.既然蓝牙架构可以定义成通过HCI通信的一个主机和一个控制器,所以就须假设一些通用的东西。和主机相比,假设蓝牙控制器有着有限的数据缓存能力。因此就期望在给一个对等的设备传输数据时,当递交L2CAPPDU给控制器过程中,L2CAP层来执行一些简单的资源管理工作。这些工作包括把L2CAP SDU分割成更多的可以管理的PDU以及进一步把PDU细化成更小的部分,这些部分可以适合在控制器缓冲中进行开始和延续大小的包,还有为了却确保信道的QoS责任的可行性进行的对控制器缓冲利用的管理工作。Error Detection in L2CAP LayerThe baseband layer providesthe basic ARQ protocol inBluetoothtechnology. The L2CAP layer can optionally provide a further errordetection and retransmission to the L2CAP PDUs. This feature is recommended forapplications with requirements for a low probability of undetected errors inthe user data. A further optional feature of L2CAP is a window-based flowcontrol that can be used to manage buffer allocation in the receiving device.Both of these optional features augment the QoS performance in certainscenarios.LCAP层的错误检测在蓝牙技术中,基带层提供基本的ARQ协议。L2CAP可以有选择性地提供深层次的错误检测和对L2CAPPDU的重传机制。这个特性对一些应用程序有推荐作用,这些应用程序在对用户数据没有检测到错误存在低的可能性有着一定的要求。L2CAP的的另外一个可能的特性是,基于窗口的流控制在接受设备端可被应用来管理缓冲分配。这两个可选择性的特性在一定场景提高了QoS的性能。Although these assumptions maynot be required for embeddedBluetoothtechnology implementations that combine all layers in a single system,the general architectural and QoS models are defined with these assumptions inmind, in effect a lowest common denominator.对于那些将所有的层联合在一个独立系统的嵌入式蓝牙技术来说,在实现来上,虽然这些假设可能并没有要求,依据这些假设的通用架构和QoS模式已经在大脑中形成,实际上是最小公分母。Testing Interfaces: RF and Test Control Interface (TCI)Automated conformance testingof implementations of theBluetoothcore system is required. This is achieved by allowing the tester tocontrol the implementation through the RF interface, which is common to allBluetoothsystems, and through the test control interface(TCI), which is only required for conformance testing.测试接口:射频和测试控制接口蓝牙核心系统实现的自动化一致性测试是必须的。这个测试是通过允许测试人员通过射频接口来控制它的实现来得到的,这对所有的蓝牙系统来说很普通的,并且通过这个测试控制接口(TCI),这是在一致性测试中唯一要求的。The tester uses exchanges withthe implementation under test (IUT) through the RF interface to ensure thecorrect responses to requests from remote devices. The tester controls the IUTthrough the TCI to cause the IUT to originate exchanges through the RF interfaceso that these can also be veri

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论