zoukankan      html  css  js  c++  java
  • 蓝牙(cc2540) 协议栈 学习一

    ----------------------------------------------------------

    app

    ----------------------------------------------------------

    gap role profile   应用

    battery profile

    ...

    ----------------------------------------------------------

    Host

    ----------------------------------------------------------

    Generic Access Profile                                         GAT    一般存取配置文件

    Attribute Protocol                                                ATT     协议,所有数据的传输都通过此协议 

    Generic Attribute(属性) Profile                           GATT   实现具体数据的传输 

    Securiy  Manager                                       SM       安全机制,对数据加密

    Logical Link Control and Adaption Protocol         L2CAP  逻辑链路控制和适配

    ----------------------------------------------------------

    Controller

    ----------------------------------------------------------

    Hci Host (Control interface )                                 HCI     提供蓝牙接口

    Link Layer                                                             LL      链路控制层通过寄存器的设置来控制物理层

    Physical layer                                                        PHY    物理层 射频和电路部分

  • 相关阅读:
    python之进程和线程2
    Python学习笔记7:yield生成迭代器
    Python学习笔记6:装饰器
    Python学习你急5:文件打开与处理
    Python学习笔记4:集合方法
    Python学习笔记3:字典方法
    Python学习笔记2:列表操作方法详解
    Python学习笔记1:字符串方法
    番外篇:Vim使用方法
    Day12: 正则表达式
  • 原文地址:https://www.cnblogs.com/yygsj/p/5133580.html
Copyright © 2011-2022 走看看