蓝牙 - Terminal I/O Service Specification

1, Introduction

1.1, Scope

通过该服务,终端 I/O 客户端设备可连接终端 I/O 服务器设备并与之交互,从而实现串行数据和 GPIO 状态信息的双向交流。

终端 I/O 服务公开本地 UART 数据和本地 GPIO 状态变化,并允许 GATT 客户向 GATT 服务器传送自己的本地 UART 数据和本地 GPIO 状态变化。

This service enables a Terminal I/O Client device to connect and interact with a Terminal I/O Server device for bidirectional exchange of serial data and GPIO status information.

The Terminal I/O Service exposes local UART data and local GPIO state changes and allows a GATT Client to transmit own local UART data and local GPIO state changes to a GATT Server.

1.2, Conformance

如果设备声称符合本服务,则必须以指定的方式(流程强制)支持本服务的所有必选功能。这也适用于所有表示支持的可选和有条件功能。

If a device claims conformance to this service, all capabilities indicated as mandatory for this service shall be supported in the specified manner (process-mandatory). This also applies for all optional and conditional capabilities for which support is indicated.

1.3, Service Dependency

这项服务不依赖于任何其他服务。

This service is not dependent upon any other services.

1.4, Bluetooth Specification Release Compatibility

本规范兼容 CSA4 修订的任何蓝牙核心规范,其中包括通用属性配置文件 (GATT) 规范。

This specification is compatible with any Bluetooth core specification as amended by CSA4 that includes the Generic Attribute Profile (GATT) specification.

1.5, GATT Sub-Procedure Requirements

本节中的要求是对服务器的最低要求。如果客户机和服务器都支持,也可以使用其他 GATT 子程序。

表 2-1 总结了所有 GATT 服务器要求之外的其他 GATT 子程序要求。

Requirements in this section represent a minimum set of requirements for a Server. Other GATT sub-procedures may be used, if supported by both Client and Server

Table 2-1 summarizes additional GATT sub-procedure requirements beyond those required by all GATT Servers.

GATT Sub-Procedure

Requirements

Write Characteristic Value

M

Write Without Response

O

Notifications

M

Indications

M

Read Characteristic Descriptors

M

Write Characteristic Descriptors

M

Table 2-1: GATT Sub-procedure Requirements

1.6, Transport Dependencies

这项服务只能通过 LE 传输方式提供。

This service shall operate over LE transport only.

1.7, Byte Transmission Order

与本服务一起使用的所有特征、特征值和配置文件定义的描述符在传输时应以最小有效八位字节为先(即 little endian)。

All characteristics, characteristic values and profile defined descriptors used with this service shall be transmitted with the least significant octet first (i.e., little endian).

2, SERVICE DECLARATION

终端 I/O 服务应作为 "主服务 "实例化。服务 UUID 应设置为后面定义的分配给 "终端 I/O 服务 "的 UUID 值。

The Terminal I/O Service should be instantiated as a «Primary Service».The service UUID shall be set to the UUID value assigned to «Terminal I/O Service» as defined later.

3,  SERVICE CHARACTERISTICS

终端 I/O 服务具有以下特性。在此服务中,每个特性只允许有一个实例。

如果可以通知某个特性,则应按照核心规范的要求在该特性中包含客户端特性配置描述符。

The following characteristics are exposed in the Terminal I/O Service. Only one instance of each characteristic is permitted within this service.

Where a characteristic can be notified, a Client Characteristic Configuration descriptor shall be included in that characteristic as required by the Core Specification.

Characteristic Name

Requirement

Mandatory Properties

Security Permissions

UART Data Rx

M

Write without Response

C1

UART Data Tx

M

Notify

C1

UART Credits Rx

M

Write

C1

UART Credits Tx

M

Indicate

C1

GPIO Rx

O

Write without Response

C1

GPIO Tx

O

Notify

C1

Command and Configure In

O

Write

C1

Command and Configure Out

O

Notify

C1

Table 4-1: Terminal I/O Service Characteristics

C1: 如果需要安全性,应可通过验证写入。如果不需要安全性,则不需要任何安全权限。

C1: Shall be Writeable with Authentication, if security is required. Shall not require any security permissions, if security is not required.

3.1, UART Data

UART 数据特性用于在终端 I/O 设备之间传输串行数据。

用于写入和通知的值格式应设置为 UINT8 值数组。终端 I/O 设备应能接收 20 个 UINT8 值的数组。

特征 UUID 应设置为后面定义的分配给 "UART 数据 "的 UUID 值。

The UART Data characteristics shall be used to transfer serial data between Terminal I/O Devices.

The value format used for writes and notifications shall be set to an array of UINT8 values. A Terminal I/O Device shall be able to receive arrays of 20 UINT8 values.

The characteristic UUIDs shall be set to the UUID value assigned to «UART Data» as defined later.

Characteristic Behavior

当客户端特性配置描述符配置为通知,且终端 I/O 服务器上有串行数据时,应在连接中通知此特性。

在连接中,终端 I/O 客户端可将 UART 数据写入此特性。

When the Client Characteristic Configuration descriptor is configured for notifications and serial data is available on the Terminal I/O Server, this characteristic shall be notified while in a connection.

While in a connection, the Terminal I/O Client may write UART data to this characteristic.

3.2, UART Credits

终端 I/O UART credit特性用于发送和接收远程 UART credit。

UART 信用值的值格式为 UINT8。

一个 UART 点数代表一个可随时存储的指示或写入特性值。

特征 UUID 应设置为后面定义的分配给 "UART 点数 "的 UUID 值。

The Terminal I/O UART credits characteristics are used to send and receive remote UART Credits.

The value format for the UART credits value is UINT8.

One UART credit shall represent one indicate or write characteristic value that can be stored at all time.

The characteristic UUIDs shall be set to the UUID value assigned to «UART Credits» as defined later.

Characteristic Behavior

UART 信贷特性用于数据交换过程中的流量控制。

The UART Credits characteristic is used for flow control during data exchange.

3.3, GPIO State

终端 I/O GPIO 特性用于发送和接收 GPIO 状态变化。

GPIO 状态变化用 UINT32 表示,代表数据源的所有 GPIO 状态。激活信号解释为 1,非激活信号解释为 0。

举例说明 如果所有 GPIO 都处于非激活状态,而 GPIO 0 处于激活状态,则生成的 UINT32 值为 0x00000001。

特征 UUID 应设置为后面定义的分配给 "GPIO 状态 "的 UUID 值。

The Terminal I/O GPIO characteristics are used to send and receive GPIO state changes.

GPIO state changes are represented by values of UINT32 and represent all GPIO states of the data source. An active signal is interpreted as 1 and an inactive signal is interpreted as 0. GPIO 0 is the lowest bit of the UINT32 value

Example: If all GPIOs are inactive and GPIO 0 is turned active the resulting UINT32 value is 0x00000001.

The characteristic UUIDs shall be set to the UUID value assigned to «GPIO State» as defined later.

Characteristic Behavior

当客户端特性配置描述符配置为通知且至少有一个 GPIO 状态变化可用时,在连接中应通知此特性。

在连接中,终端 I/O 客户端可将输出 GPIO 状态变化写入此特性。

每个 GPIO 状态通知都应包括状态变化发生时所有输入 GPIO 的实际状态。这可确保 GPIO 状态可随时恢复。

When the Client Characteristic Configuration descriptor is configured for notifications and at least one GPIO state change is available, this characteristic shall be notified while in a connection.

While in a connection the Terminal I/O Client may write output GPIO state changes to this characteristic.

Every GPIO state notification shall include the actual state of all input GPIOs at the time the state change occurred. This ensures that the GPIO state can be recovered at all times.

3.4, Command and Configure

终端 I/O 命令和配置特性是通用特性,允许终端 I/O 客户端在已连接的终端 I/O 服务器上触发定义的事件。

写入命令和配置特性的命令值格式为 UINT16。表 4-2 列出了所有允许的命令。

特性 UUID 应设置为后面定义的分配给 "命令和配置 "的 UUID 值。

The Terminal I/O command and configure characteristics are general purpose characteristics that allows a Terminal I/O Client to trigger defined events on a connected Terminal I/O Server.

The value format for commands written to the command and configure characteristic is UINT16. All allowed commands are shown in Table 4-2.

The characteristic UUIDs shall be set to the UUID value assigned to «Command and Configure» as defined later.

Characteristic Behavior

终端 I/O 客户端应使用命令和配置特性来触发模块上定义的行为。

下表列出了允许用于配置终端 I/O 服务器或触发事件的命令。

The Command and Configure characteristic shall be used by the Terminal I/O Client to trigger defined behaviors on the module

The following table shows the allowed commands that can be used for configuring the Terminal I/O Server or trigger events.

Command

Op Code

Action

Disconnect

0x01000001

Triggers the Terminal I/O Server to initiate a disconnect. Can be used by devices that cannot do an immediate disconnect.

Table 4-2: Supported Commands for Command and Configure characteristic

4, APPENDIX

UUID Terminal I/O Service

0xFEFB

UUID Terminal I/O UART Rx characteristic

00000001-0000-1000-8000-008025000000

UUID Terminal I/O UART Tx characteristic

00000002-0000-1000-8000-008025000000

UUID Terminal I/O UART Rx Credits characteristic

00000003-0000-1000-8000-008025000000

UUID Terminal I/O UART Tx Credits characteristic

00000004-0000-1000-8000-008025000000

UUID Terminal I/O GPIO Rx characteristic

00000005-0000-1000-8000-008025000000

UUID Terminal I/O GPIO Tx characteristic

00000006-0000-1000-8000-008025000000

UUID Terminal I/O Command and Control In characteristic

00000007-0000-1000-8000-008025000000

UUID Terminal I/O Command and Control Out characteristic

00000008-0000-1000-8000-008025000000

UUID Terminal I/O UART Rx MTU size characteristic

00000009-0000-1000-8000-008025000000

UUID Terminal I/O UART Tx MTU size characteristic

0000000A-0000-1000-8000-008025000000

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/870219.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Elasticsearch 基础查询语句汇总

Elasticsearch 基础查询语句汇总 准备条件指定id查询一指定id查询二指定多个id查询区间查询模糊查询多字段查询分页查询查询总数量 准备条件 以下查询操作都基于索引crm_clue来操作,索引已经建过了,本文主要讲Elasticsearch查询语句,下面开始…

DP学习——设计模式代码采集

学而时习之,温故而知新。 c++代码 1111https://blog.csdn.net/xushuilong/article/details/106962825 22222

电商之订单价税拆分实现方案

文章目录 案例数据实现思路1、计算出平均金额2、计算每个商品的金额 实现方案1、订单 order 实体2、订单明细 orderDetail 实体3、实现类4、测试启动5、实现结果 在做电商项目的时候,会遇到要对订单明细进行纳税金额拆分,即将税额拆分到每个商品上&#…

Android 自定义Edittext 和TextView 提示文字和填入内容不同的粗细组件

近期项目中又EditText 以及TextView 这两个组件需要用到提示文字 以及 填入文字要保持不同的粗细程度,所以记录一下 首先 是EditText 组件的自定义 BLEditText 继承的这个组件是一个三方的组件,可以在很大程度上减少drawable的编写,有兴趣的可以去相关的Git去看一下 点击查看,…

[leetcode]maximum-binary-tree 最大二叉树

. - 力扣&#xff08;LeetCode&#xff09; class Solution { public:TreeNode* constructMaximumBinaryTree(vector<int>& nums) {return construct(nums, 0, nums.size() - 1);}TreeNode* construct(const vector<int>& nums, int left, int right) {if …

人工智能算法工程师(中级)课程4-sklearn机器学习之回归问题与代码详解

大家好&#xff0c;我是微学AI&#xff0c;今天给大家介绍一下人工智能算法工程师(中级)课程4-sklearn机器学习之回归问题与代码详解。回归分析是统计学和机器学习中的一种重要方法&#xff0c;用于研究因变量和自变量之间的关系。在机器学习中&#xff0c;回归算法被广泛应用于…

软件开发23种设计模式

一、设计模式分类 软件开发的23种模式&#xff0c;主要分类有创建型模式&#xff0c;结构型模式&#xff0c;行为型模式三种&#xff0c;相关分类如下&#xff1a; 设计模式是一种面向对象编程的思想&#xff0c;它是由Gamma等人在《设计模式&#xff1a;可复用面向对象软件的…

中新青年领导人交流营走进李良济,零距离感受中医药文化的魅力

7月8日晚&#xff0c;2024中新青年领导人交流营在苏州正式启动。该交流营主题为“青年创业和可持续发展”&#xff0c;由中华全国青年联合会、新加坡全国青年理事会主办&#xff0c;江苏省、北京市青年联合会与苏州市人民政府承办&#xff0c;苏州市青年联合会与苏州工业园区管…

k8s核心操作_Ingress统一网关入口_域名访问配置_ingress域名转发规则配置_根据域名访问不同服务---分布式云原生部署架构搭建026

上一节我们已经把 ingress 安装好了可以看到 kubectl get svc -A 可以看到 出现了ingress-nginx 的service,在ingre-nginx这个命名空间中,有两个,一个是 ingress-nginx-controller 开了两个一个是对应http,一个对应https 一个是 ingress-nginx-controller-admission 对…

unordered_map和set

前言&#xff1a;本篇文章继续分享新的容器unordered_map和set。前边我们分享过map和set&#xff0c;其底层为红黑树&#xff0c;而unordered_map和set的底层则为哈希表&#xff0c;因此在unordered_map和set的实现中&#xff0c;我们可以效仿许多在map和set的中就分享过的一些…

银河麒麟(Kylin)KYSEC使用

1.推荐使用方法 *.临时禁用指令: setstatus disable--禁用 注&#xff1a;执行reboot后系统会自动启动 2.选用指令&#xff1a; *.永久禁用指令&#xff1a; setstatus disable -p *.重启后,KYSEC还是处理关闭关状态。 *.使用如下指令启用&#xff1a;setstatus enable …

详细介绍一下TypeScript

TypeScript (TS) 是一种由微软开发和维护的开源编程语言。它是 JavaScript 的一个超集&#xff0c;意味着所有的 JavaScript 代码都可以在 TypeScript 中无需修改地运行。TypeScript 添加了可选的静态类型系统&#xff0c;这使得开发者能够在开发大型应用程序时更早地检测和修复…

【人生苦短,我学 Python】(13)通过python内置函数实现栈、队列

Python 所有文章传送门【Python】所有文章传送门 目录 简述 / 前言1. collections 的 deque 对象2. 栈2.1 栈操作-12.2 栈操作-2 3. 队列3.1 队列操作-13.2 队列操作-2 总结 简述 / 前言 上篇文章讲完了函数部分&#xff0c;这篇文章主要介绍如果通过内置函数&#xff08;模块…

Linux(一)线程——何为线程???Linux线程控制

文章目录 什么是线程&#xff1f;&#xff1f;&#xff1f;线程和进程的区别和联系Linux线程控制POSIX线程库创建线程线程等待线程终止线程分离 什么是线程&#xff1f;&#xff1f;&#xff1f; 在一个程序里的一个执行路线就叫做线程&#xff08;thread&#xff09;。更准确的…

python用selenium网页模拟时无法定位元素解决方法1

进行网页模拟时&#xff0c;有时我们明明可以复制出元素的xpath&#xff0c;但是用selenium的xpath click无法点击到元素。这种情况有几种原因&#xff0c;本文写其中一种——iframe 比如下图网址&#xff0c;第二行出现iframe&#xff0c;则往下的行内元素都会定位不到&#…

编程语言:创新的例子——解构技术与艺术的交融

编程语言&#xff1a;创新的例子——解构技术与艺术的交融 在数字化时代的浪潮中&#xff0c;编程语言作为技术领域的核心要素&#xff0c;其创新步伐从未停歇。本文将通过四个方面、五个方面、六个方面和七个方面&#xff0c;深入探讨编程语言创新的例子&#xff0c;揭示技术…

2024最新最全【Java】全栈,零基础入门到精通

Java基础 本文章是作者的学习笔记&#xff0c;帮助初学者快速入门&#xff0c;内容讲的不是很细&#xff0c;适合初学者&#xff0c;不定时更新。 目录 Java基础数据类型1.基本类型(primitive type)1-1 整数类型1-2 浮点类型1-3 字符类型1-4 boolean类型 2.引用数据类型3.类型…

sap 批量创建销售订单

1.首先通过excel编辑好数据 2.tcode&#xff1a;smw0上传到服务器 3&#xff1a;tcode&#xff1a;se38执行代码 源代码如下链接&#xff1a; https://download.csdn.net/download/sinat_29663077/89531998?spm1001.2014.3001.5503

第9集《修习止观坐禅法要》

请大家打开讲义第二十二面&#xff0c;丁二、诃欲第二。 智者大师把这个止观的修行&#xff0c;分成十科。前面的五科是一个前方便&#xff0c;叫做天台二十五方便。这个方便当中的修行呢&#xff0c;这个地方是属于第二科、诃欲。 那么这个诃&#xff0c;就是诃责&#xff0…

java:将集合中的数据放到文件中

代码实现目标&#xff1a; 将集合中的数据写道文件中通过字符缓冲输出流实现 代码展示 public static void main(String[] args) throws IOException {//创建ArrayList集合ArrayList<Student> array new ArrayList<>();//创建学生对象Student s1 new Student(&…