博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
AMP Physical Link Creation And Disconnect
阅读量:6688 次
发布时间:2019-06-25

本文共 1636 字,大约阅读时间需要 5 分钟。

A flow diagram of the AMP link establishment and detachment of a connection between two devices is shown in Figure 4.47.

1 Physical Link Establishment

The process of establishing a Physical Link consists of 4 steps.

Step 1:Host A uses the BR/EDR Controller to request AMP_Info data from Host B in order to create an AMP connection. Host B gets this information from PAL B using HCI Read Local AMP Info. Host B returns the information to Host A over the BR/EDR radio.

Step 2:Host A send san HCI Create Physical Link command to its AMP Controller. AMP Controller A determines which channel will be used, and provides channel information to its Host. AMP Controller A joins or creates that channel. Note use of dotted rectangles for zero or multiple uses of read or write AMP_Assoc.

Step 3:Host A uses the BR/EDR radio to request a physical link to B. Host B tells its AMP Controller to accept a physical link from Device A.

Step 4: The AMP Controllers perform security operations. When the handshake is complete, both devices inform their Hosts that the link is ready for use. Note that the mechanism used to transport the authentication messages is defined by each PAL.

Step 5:Host A sends a Physical Link Disconnect command to its AMP Controller. AMP Controllers A and B do whatever AMP specific action is required to meet the request. Each AMP Controller sends the Physical Link Disconnect Complete event to its host. Both devices can now leave the AMP channel. Note that disconnection of any active Logical Links is not shown in Figure 4.52.

Step 6: During normal operation the AMP Controller may alert its Host to issues on the link.

你可能感兴趣的文章
跨站请求伪造CSRF
查看>>
关于同一用户不能同时登录问题的探讨(2/2)
查看>>
IE bug之location.href没有referer
查看>>
VB将MSHFlexGrid数据导出到Excel文件通用功能
查看>>
Opengl绘制我们的小屋(三)纹理绘制
查看>>
前端开发者进阶之函数反柯里化unCurrying
查看>>
session 防止表单重复提交
查看>>
Windows Phone开发(1):概论
查看>>
获取手机的gps定位
查看>>
C++中栈区 堆区 常量区
查看>>
Swift - 协议(protocol)
查看>>
Hbuilder 常用快捷键汇总
查看>>
wamp下修改mysql root用户的登录密码方法
查看>>
linux中fork()函数详解(原创!!实例讲解) (转载)
查看>>
特大喜讯,View and Data API 现在支持中文界面了
查看>>
电商项目系列文档(二)
查看>>
SPOJ 15. The Shortest Path 堆优化Dijsktra
查看>>
cocoapods安装失败
查看>>
解决javamail ssl 测试unable to find valid certification path to requested target
查看>>
oracle违反完整约束条件
查看>>