WO2018223513A1 - 蓝牙测试的方法、终端设备及计算机可读存储介质 - Google Patents

蓝牙测试的方法、终端设备及计算机可读存储介质 Download PDF

Info

Publication number
WO2018223513A1
WO2018223513A1 PCT/CN2017/095856 CN2017095856W WO2018223513A1 WO 2018223513 A1 WO2018223513 A1 WO 2018223513A1 CN 2017095856 W CN2017095856 W CN 2017095856W WO 2018223513 A1 WO2018223513 A1 WO 2018223513A1
Authority
WO
WIPO (PCT)
Prior art keywords
instruction
computer
bluetooth
testing
instruction packet
Prior art date
Application number
PCT/CN2017/095856
Other languages
English (en)
French (fr)
Inventor
李健
Original Assignee
百富计算机技术(深圳)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 百富计算机技术(深圳)有限公司 filed Critical 百富计算机技术(深圳)有限公司
Publication of WO2018223513A1 publication Critical patent/WO2018223513A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04BTRANSMISSION
    • H04B17/00Monitoring; Testing

Definitions

  • the present invention belongs to the field of Bluetooth testing technologies, and in particular, to a Bluetooth testing method, a terminal device, and a computer readable storage medium.
  • Bluetooth is a wireless technology standard that enables short-distance data exchange between fixed devices, mobile devices, and building personal area networks. Bluetooth work requires two or more Bluetooth terminals, and two people need to work together to complete the Bluetooth pairing, connection and other processes. The above actions require manual operation by the user in actual test use. At present, the test method for Bluetooth products is to simulate the manual mode of actual user operation of Bluetooth. Manual testing of Bluetooth modules is significantly less than automated testing in terms of test efficiency and test coverage.
  • a method for manually testing a Bluetooth module in terms of test efficiency and test coverage compared to an automated test is clearly insufficient, and the present invention provides a Bluetooth test method, a terminal device, and a computer readable storage medium.
  • a first aspect of the embodiments of the present invention provides a method for testing a Bluetooth, including:
  • the method before receiving the instruction packet with the preset format sent by the host computer through the preset interaction protocol, the method further includes:
  • the method further includes:
  • the method for testing Bluetooth further includes:
  • the method for testing Bluetooth further includes:
  • the lower computer and the upper computer communicate with each other through the sending instruction interface and the command response interface of the abstraction layer.
  • a second aspect of the embodiments of the present invention provides a device for testing a Bluetooth, including:
  • a receiving module configured to receive, by using a preset interaction protocol, an instruction packet with a preset format sent by a host computer;
  • a parsing module configured to parse an instruction carried by the instruction packet
  • an execution module configured to execute the parsed instruction
  • the return module is configured to return an execution result of the execution instruction to the upper computer.
  • the device further includes:
  • the monitoring module is configured to monitor whether the upper computer sends an instruction packet with a preset format, and if not, monitors until the instruction packet sent by the upper computer is received.
  • the device further includes:
  • the determining module is configured to determine whether the parsed instruction is correct, and if not, notify the host computer to resend the instruction packet until the correct instruction is parsed.
  • a third aspect of the embodiments of the present invention provides a Bluetooth tested terminal device, including a memory, a processor, and a computer program stored in the memory and operable on the processor, where the processor executes the computer program to implement the following Steps:
  • a fourth aspect of the embodiments of the present invention provides a computer-readable storage medium for a Bluetooth test.
  • the computer-readable storage medium stores a computer program, and the computer program is executed by the processor, and the following steps are implemented: [0033]
  • the interaction protocol is configured to receive an instruction packet sent by the host computer with a preset format;
  • the beneficial effects of the embodiment of the present invention compared with the prior art are:
  • the upper computer sends a command packet of a preset format to the lower computer through a preset interaction protocol to perform a communication test, and the lower computer analyzes the instruction. And execute the instruction, and return the result of executing the instruction to the host computer.
  • the above-mentioned automated test method replaces the existing test methods that require manual participation on both the upper computer and the lower computer side, which can increase the number of tests and expand the application range of the test site, thereby improving the testing efficiency of the Bluetooth product.
  • FIG. 1 is a schematic flowchart of an implementation process of a Bluetooth test method according to an embodiment of the present invention
  • FIG. 2 is a schematic block diagram of a method for testing Bluetooth according to another embodiment of the present invention.
  • FIG. 3 is a schematic diagram showing an implementation flow of a method for implementing a Bluetooth test in FIG. 2;
  • FIG. 4 is a schematic diagram of connection of a device for testing Bluetooth according to an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of connection of a device for testing Bluetooth according to another embodiment of the present invention.
  • FIG. 6 is a schematic diagram of a terminal device for Bluetooth testing according to an embodiment of the present invention.
  • FIG. 1 is a schematic flowchart of an implementation of a method for testing a Bluetooth according to an embodiment of the present invention.
  • an execution body of an embodiment of the present invention is a lower-level computer, and a Bluetooth test method provided by an embodiment of the present invention may be used. Includes:
  • the two ends of the communication of the solution are respectively the upper computer where one end of the Bluetooth module is located and the lower computer where the other end of the Bluetooth module is located, and the execution body of the solution is in the lower position machine.
  • the program running on the host computer is a highly customized program, which can be different depending on the specific test requirements and purposes. It runs on the end of the Bluetooth module, such as the P OS (Point Of Sale payment terminal) or the computer, and the other end of the Bluetooth module.
  • the tested products of the lower computer are tested for intercommunication.
  • the communication between the host computer does not need to understand the details of the communication protocol, and only needs to provide a format that conforms to the instruction packet interface preset by the lower computer.
  • the upper computer uses the Bluetooth command supported by the lower computer and the corresponding custom parameter as the input parameter, the encapsulated instruction packet is sent to the lower computer through the interactive interface, and waits for the command response result returned by the lower computer.
  • the specific operation of the Bluetooth is refined, and the one-to-one is encapsulated into a form of command plus parameters.
  • the command call and parameter transfer are initiated by the host computer and sent to the lower computer that has been in the listening state through the communication port such as serial port, USB, Ethernet, etc., and the lower computer judges the command after receiving the command and performs corresponding Bluetooth operation.
  • the upper and lower communication protocols use the isochronous protocol mode, which is simple and reliable.
  • the lower computer has a command response mechanism, which further improves the stability of communication.
  • Length Data field length
  • the data received through the interactive protocol becomes an instruction packet for the lower computer, and the instruction packet is reversely analyzed and then sent to the instruction control module for further processing, mainly to complete the corresponding Bluetooth operation.
  • the communication interface abstraction layer is mainly used to shield different communication methods, such as serial port, USB, Ethernet, and the like. This embodiment facilitates code porting and reuse by providing a unified call entry. The currently sent commands and instructions respond to both interfaces for practical use.
  • This protocol layer only provides interface definitions, and then dynamically binds according to the implementation of different communication methods and according to the user's choice.
  • the format of the instruction packet is as follows (the number indicates the number of bytes occupied):
  • the encapsulated instruction packet will become the data part of the upper computer and the lower computer interaction protocol.
  • the instruction carried by the instruction packet includes almost all the function commands that the Bluetooth module should have.
  • the following table lists the Bluetooth commands set in this embodiment to test whether the commands of the Bluetooth module are normal.
  • this step feeds back the result of the step 103 execution instruction to the upper computer for reporting the test function of the Bluetooth module, instead of manually reporting the test result.
  • the method provided in this embodiment can be seen that, in this embodiment, the upper computer sends a command packet of a preset format to the lower computer through a preset interaction protocol to perform a communication test, and the lower computer parses the instruction and executes the instruction, and The result of executing the instruction is returned to the host computer.
  • the above-mentioned automated test method replaces the existing test methods that require manual participation on both the upper computer and the lower computer side, which can increase the number of tests and expand the application range of the test site, thereby improving the testing efficiency of the Bluetooth product.
  • 2 is a schematic block diagram of a method for testing Bluetooth according to another embodiment of the present invention
  • FIG. 3 is a schematic flowchart of an implementation of a method for implementing a Bluetooth test in FIG. 2.
  • the executor of the embodiment is a lower-level machine.
  • the method may further include:
  • the monitoring state is entered by default, and the polling mode is used to wait for the upper computer to issue an instruction packet.
  • the lower computer receives the instruction packet and parses the instruction carried by the instruction packet, it determines whether the parsed instruction is correct. If not, it notifies the host computer to resend the instruction packet until the correct instruction is parsed.
  • the analysis of the instructions includes: first parsing the data format, and checking whether the supported instructions are supported if the format is correct, and submitting the instructions to the instruction control module for the final Bluetooth operation. After the above process is completed, the lower computer continues to resume the listening mode, waiting to receive the next instruction packet.
  • the method provided by the embodiment can continuously test the Bluetooth command, and the test speed is increased to improve the test efficiency.
  • the method further provides another embodiment.
  • the method for testing the Bluetooth may further include: recording, by using a log interface, a process of performing communication interaction between the upper computer and the lower computer. Further, the method for testing the Bluetooth may further include: communicating between the lower computer and the upper computer through an abstraction layer sending instruction interface and an instruction response interface. Abstracting the communication interface between the host computer and the lower computer is mainly to shield the differences in different communication methods, such as serial port, USB, Ethernet, etc. Provides a unified abstract call entry for easy code porting and reuse. The sending command and the command provided in this embodiment respond to two interfaces to satisfy the actual use.
  • the communication interface layer only provides the interface definition, and then the system will dynamically bind according to the user's choice according to the specific implementation of different communication methods.
  • the process of recording and interacting between the upper computer and the lower computer through the log interface can effectively record various problems occurring during the testing process and the occurrence time, which is convenient for later basis.
  • the log records take the appropriate solution.
  • the location of the test can be recorded by the LBS method, and the corresponding solution can be taken according to the test problem that occurs at the test site later.
  • the above two methods are more targeted for the test problems that appear in the test, which facilitates the maintenance work in the later stage.
  • 4 is a schematic diagram of a connection of a Bluetooth test apparatus according to an embodiment of the present invention; as shown in FIG. 4, an embodiment of the present invention is a lower-level machine, and an embodiment of the present invention provides a Bluetooth test apparatus.
  • Can include:
  • the receiving module 41 is configured to receive, by using a preset interaction protocol, an instruction packet with a preset format sent by the host computer;
  • the parsing module 42 is configured to parse the instruction carried by the instruction packet
  • an execution module 43 is configured to execute the parsed instruction
  • the returning module 44 is configured to return an execution result of the execution instruction to the upper computer.
  • the apparatus provided in this embodiment can also be seen that, in this embodiment, the upper computer sends a command packet of a preset format to the lower computer through a preset interaction protocol to perform a communication test, and the lower computer parses the instruction and executes the instruction, and The result of executing the instruction is returned to the host computer.
  • the above-mentioned automated test method replaces the existing test methods that require manual participation on both the upper computer and the lower computer side, which can increase the number of tests and expand the application range of the test site, thereby improving the testing efficiency of the Bluetooth product.
  • FIG. 5 is a schematic diagram of a connection of a Bluetooth test apparatus according to another embodiment of the present invention. As shown in FIG. 5, an execution body of an embodiment of the present invention is a lower computer, and an embodiment of the present invention provides a Bluetooth test.
  • the device may further include:
  • the monitoring module 51 is configured to monitor whether the upper computer sends an instruction packet with a preset format, and if not, monitors until the instruction packet sent by the upper computer is received.
  • the Bluetooth tested terminal device 6 of this embodiment includes: a processor 60, a memory 61, and a computer program 62 stored in the memory 61 and operable on the processor 60, for example, for implementing Bluetooth testing.
  • Method of computer program The processor 60 executes the computer program 62 to implement the steps in the method embodiments of the various Bluetooth tests described above, such as steps 101 through 104 shown in FIG.
  • processor 60 executes computer program 62 to implement the functions of the various modules/units of the various apparatus embodiments described above, such as the functions of modules 41 through 44 shown in FIG.
  • the present invention proposes a computer program 62 for implementing a method of Bluetooth testing, comprising: through a preset interaction
  • the protocol receives the instruction packet sent by the host computer with a preset format; parses out the instruction carried by the instruction packet; executes the parsed instruction; returns the execution result of the execution instruction to the upper computer.
  • the computer program 62 can be partitioned into one or more modules/units, one or more modules/units being stored in the memory 61 and executed by the processor 60 to complete the present invention.
  • the one or more modules/units may be a series of computer program instructions that are capable of performing a particular function, and are used to describe the execution of computer program 62 in the terminal device 6 of the Bluetooth test.
  • the computer program 62 can be divided into a synchronization module, a summary module, an acquisition module, and a return module (modules in a virtual device), and the specific functions of each module are as follows:
  • the Bluetooth tested terminal device 6 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server.
  • the Bluetooth tested terminal device may include, but is not limited to, the processor 60, the memory 61. It will be understood by those skilled in the art that FIG. 6 is merely an example of the terminal device 6 for Bluetooth testing, and does not constitute a limitation of the terminal device 6 for Bluetooth testing, and may include more or less components than those illustrated, or may combine some
  • the components, or different components, such as the Bluetooth tested terminal device 6, may also include input and output devices, network access devices, buses, and the like.
  • the processor 60 may be a central processing unit (CPU), or may be another general-purpose processor, a digital signal processor (DSP), or an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), ready-to-use programmable gate array
  • CPU central processing unit
  • DSP digital signal processor
  • ASIC Application Specific Integrated Circuit
  • the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
  • the memory 61 may be an internal storage unit of the terminal device 6 of the Bluetooth test, such as a hard disk or a memory of the terminal device 6 of the Bluetooth test.
  • the memory 61 may also be an external storage device of the Bluetooth test terminal device 6, such as a plug-in hard disk equipped with a Bluetooth test terminal device 6, a smart memory card (SMC), and a secure digital (SD). Card, flash card, etc.
  • the memory 61 may also include both an internal storage unit of the terminal device 6 of the Bluetooth test and an external storage device.
  • the memory 61 is used to store computer programs and other programs and data required by the terminal device 6 for Bluetooth testing.
  • the memory 61 can also be used to temporarily store data that has been output or is about to be output.
  • the disclosed device/terminal device and method may be implemented in other manners.
  • the device/terminal device embodiments described above are merely illustrative, for example, the division of modules or units is only one logical function partitioning, and the actual implementation may have another partitioning manner, such as multiple units or components. It can be combined or integrated into another system, or some features can be ignored, or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in electrical, mechanical or other form.
  • the units described as separate components may or may not be physically distributed, and the components displayed as the unit may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. on. Some or all of the units may be selected according to actual needs to achieve the objectives of the embodiment of the present embodiment.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or Therefore, each unit physically exists alone, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated modules/units if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the present invention implements all or part of the processes in the above embodiments, and can also be completed by a computer program to instruct related hardware.
  • the computer program can be stored in a computer readable storage medium. After being executed by the processor, the steps of the various method embodiments described above can be implemented.
  • the computer program includes computer program code, and the computer program code may be in the form of source code, object code form, executable file or some intermediate form.
  • the computer readable medium may comprise: any entity or device capable of carrying a computer program code, a recording medium, a USB flash drive, a removable hard drive, a magnetic disk, an optical disk, a computer memory, a read only memory (ROM, Read-Only)
  • Computer readable medium may be appropriately increased or decreased according to the requirements of legislation and patent practice in the jurisdiction, for example, in some jurisdictions, according to legislation and patent practice, computer readable media does not include Electrical carrier signal and telecommunication signal

Landscapes

  • Physics & Mathematics (AREA)
  • Electromagnetism (AREA)
  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

一种蓝牙测试的方法、终端设备及计算机可读存储介质,涉及蓝牙测试技术领域。该方法包括:通过预设的交互协议接收上位机发送的带有预设格式的指令封包(101);解析出指令封包携带的指令(102);执行解析出的指令(103);将执行指令的执行结果返回给上位机(104)。该方法中上位机通过预设的交互协议给下位机发送预设格式的指令封包进行通讯测试,下位机解析指令并执行该指令,并将执行指令的结果返回给上位机。通过上述自动化测试方法代替了现有上位机和下位机侧均需要人工参与的测试方法,可以增加测试的次数以及扩大测试地点的适用范围,提升了蓝牙产品的测试效率。

Description

蓝牙测试的方法、 终端设备及计算机可读存储介质 技术领域
[0001] 本发明属于蓝牙测试技术领域, 尤其涉及一种蓝牙测试的方法、 终端设备及计 算机可读存储介质。
背景技术
[0002] 蓝牙是一种无线技术标准, 可实现固定设备、 移动设备和楼宇个人域网之间的 短距离数据交换。 蓝牙工作需要两个及以上的蓝牙终端, 而且需要两个人配合 操作才能完成蓝牙的配对、 连接等过程。 上述动作在实际测试使用中都需要用 户手工进行操作。 目前对蓝牙产品的测试方式都是模拟实际用户操作蓝牙的手 工方式。 手工测试蓝牙模块在测试效率和测试覆盖率方面相较于自动化测试存 在明显不足。
[0003] 上述问题亟待解决。
技术问题
[0004] 针对手工测试蓝牙模块在测试效率和测试覆盖率方面相较于自动化测试存在明 显不足的缺陷, 本发明提供一种蓝牙测试的方法、 终端设备及计算机可读存储 介质。
问题的解决方案
技术解决方案
[0005] 本发明实施例的第一方面提供了一种蓝牙测试的方法, 包括:
[0006] 通过预设的交互协议接收上位机发送的带有预设格式的指令封包;
[0007] 解析出指令封包携带的指令;
[0008] 执行解析出的指令;
[0009] 将执行指令的执行结果返回给上位机。
[0010] 进一步地, 通过预设的交互协议接收上位机发送的带有预设格式的指令封包之 前, 方法还包括:
[0011] 监听上位机是否发送带有预设格式的指令封包, 若未监听到, 则保持监听, 直 至接收到上位机发送的指令封包。
[0012] 进一步地, 解析出指令封包携带的指令之后, 方法还包括:
[0013] 判定解析出的指令是否正确, 若不正确, 则通知上位机重新发送指令封包, 直 至解析出正确的指令。
[0014] 进一步地, 测试蓝牙的方法还包括:
[0015] 通过日志接口记录上位机和下位机之间进行通讯交互的过程。
[0016] 进一步地, 测试蓝牙的方法还包括:
[0017] 下位机和所述上位机之间通过抽象层的发送指令接口和指令响应接口实现相互 通讯。
[0018] 本发明实施例的第二方面提供了一种蓝牙测试的装置, 包括:
[0019] 接收模块, 用于通过预设的交互协议接收上位机发送的带有预设格式的指令封 包;
[0020] 解析模块, 用于解析出指令封包携带的指令;
[0021] 执行模块, 用于执行解析出的指令;
[0022] 返回模块, 用于将执行指令的执行结果返回给上位机。
[0023] 进一步地, 装置还包括:
[0024] 监听模块, 用于监听上位机是否发送带有预设格式的指令封包, 若未监听到, 则保持监听, 直至接收到上位机发送的指令封包。
[0025] 进一步地, 装置还包括:
[0026] 判定模块, 用于判定解析出的指令是否正确, 若不正确, 则通知上位机重新发 送指令封包, 直至解析出正确的指令。
[0027] 本发明实施例的第三方面提供了一种蓝牙测试的终端设备, 包括存储器、 处理 器以及存储在存储器中并可在处理器上运行的计算机程序, 处理器执行计算机 程序吋实现以下步骤:
[0028] 通过预设的交互协议接收上位机发送的带有预设格式的指令封包;
[0029] 解析出指令封包携带的指令;
[0030] 执行解析出的指令;
[0031 ] 将执行指令的执行结果返回给上位机。 [0032] 本发明实施例的第四方面提供了一种蓝牙测试的计算机可读存储介质, 计算机 可读存储介质存储有计算机程序, 计算机程序被处理器执行吋实现以下步骤: [0033] 通过预设的交互协议接收上位机发送的带有预设格式的指令封包;
[0034] 解析出指令封包携带的指令;
[0035] 执行解析出的指令;
[0036] 将执行指令的执行结果返回给上位机。
发明的有益效果
有益效果
[0037] 本发明实施例与现有技术相比存在的有益效果是: 本发明实施例中上位机通过 预设的交互协议给下位机发送预设格式的指令封包进行通讯测试, 下位机解析 指令并执行该指令, 并将执行指令的结果返回给上位机。 通过上述自动化测试 方法代替了现有上位机和下位机侧均需要人工参与的测试方法, 可以增加测试 的次数以及扩大测试地点的适用范围, 提升了蓝牙产品的测试效率。
对附图的简要说明
附图说明
[0038] 为了更清楚地说明本发明实施例中的技术方案, 下面将对实施例或现有技术描 述中所需要使用的附图作简单地介绍, 显而易见地, 下面描述中的附图仅仅是 本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动性 的前提下, 还可以根据这些附图获得其他的附图。
[0039] 图 1是本发明实施例提供的蓝牙测试的方法的实现流程示意图;
[0040] 图 2是本发明另一实施例提供的蓝牙测试的方法的示意性框图;
[0041] 图 3是图 2中实现蓝牙测试的方法的实现流程示意图;
[0042] 图 4是本发明实施例提供的蓝牙测试的装置的连接示意图;
[0043] 图 5是本发明另一实施例提供的蓝牙测试的装置的连接示意图;
[0044] 图 6是本发明实施例提供的蓝牙测试的终端设备的示意图。
本发明的实施方式 [0045] 以下描述中, 为了说明而不是为了限定, 提出了诸如特定系统结构、 技术之类 的具体细节, 以便透彻理解本发明实施例。 然而, 本领域的技术人员应当清楚 , 在没有这些具体细节的其它实施例中也可以实现本发明。 在其它情况中, 省 略对众所周知的系统、 装置、 电路以及方法的详细说明, 以免不必要的细节妨 碍本发明的描述。
[0046] 为了说明本发明的技术方案, 下面通过具体实施例来进行说明。
[0047] 图 1是本发明实施例提供的蓝牙测试的方法的实现流程示意图; 如图 1所示, 本 发明实施例的执行主体是下位机, 本发明实施例提供的蓝牙测试的方法, 可以 包括:
[0048] 101、 通过预设的交互协议接收上位机发送的带有预设格式的指令封包;
[0049] 具体地, 本方案通讯的两端分别为蓝牙模块一端所在的上位机和蓝牙模块另一 端所在的下位机, 本方案的执行主体在下位机。 上位机上运行的程序为高度定 制化程序, 可视具体测试需求和目的而不同, 运行在蓝牙模块一端所在的例如 P OS机 (Point Of Sale支付终端) 或者电脑端等, 与蓝牙模块另一端所在的下位机 所在的被测产品进行互通测试。 通过给上位机和下位机设定交互接口的交互协 议, 以及提供统一格式的指令封包接口供上位机调用, 完成与下位机的交互。 进一步地, 上位机实现通讯并不需要了解采用通讯协议细节, 仅需提供符合下 位机预设的指令封包接口的格式。 上位机用下位机支持的蓝牙命令以及对应的 定制参数的作为输入参数调用后, 通过交互接口把封装好的指令封包发给下位 机, 并等待下位机返回的指令响应结果即可。
[0050] 再进一步地, 本实施例对蓝牙具体操作进行细化, 一对一封装成命令加参数的 形式。 命令调用和参数传递由上位机发起, 通过通讯端口例如串口、 USB、 以太 网等发送给一直处于监听状态的下位机, 下位机接收到命令后对命令进行判断 并进行对应蓝牙操作。 上下位的通讯协议使用等停协议模式, 简单可靠。 下位 机具有命令响应机制, 进一步提高了通讯的稳定性。
[0051] 更进一步地, 交互协议的格式如下:
[] [表 1]
STX Type ID Length Data ETX LRC [0052] 上述表格内字段的意义:
[0053] STX: 帧幵始
[0054] Type: 帧类型
[] [表 2]
Figure imgf000007_0001
[0055] ID: 帧序列
[0056] Length Data: 字段长度
[0057] Data: 具体的指令以及参数信息
[0058] ETX: 帧结束
[0059] LRC: 校验码
[0060] 通过交互协议收到的数据对下位机而言成为指令封包, 对指令封包进行逆向解 析后交给指令控制模块进行进一步处理, 主要是完成对应的蓝牙操作。
[0061] 通讯接口抽象层主要是为了屏蔽不同通讯方式的差异, 例如串口、 USB、 以太 网等。 本实施例通过提供统一的调用入口, 方便代码移植和重复使用。 目前提 供的发送指令和指令响应两个接口以满足实际使用。 本协议层仅提供接口定义 , 然后根据不同通讯方式的实现方式以及根据用户的选择进行动态绑定。
[0062] 指令封包的格式如下 (数字表示占用的字节数) :
[] [表 3]
Figure imgf000007_0002
[0063] 1 1 4 1 1 VAR
[0064] 上述表格内字段的意义: [0065] %: 关键字分隔符
[0066] e: 命令字段标识
[0067] d: 整数类型参数
[0068] C : 字符类型参数
[0069] S : 字符串类型参数
[0070] 其中参数个数不限制,
[] [表 4]
Type Length Value
[0071] (Length指 value字段的字节数)
[0072] 封装好的指令封包将成为上位机和下位机交互协议的数据部分。
[0073] 101、 解析出指令封包携带的指令;
[0074] 具体地, 指令封包携带的指令几乎囊括了所有蓝牙模块应该具有的功能命令。
下面的表格列举了本实施例设定的蓝牙命令, 用于测试蓝牙模块各个指令功能 是否正常。
[]
[表 5]
Figure imgf000009_0001
22 CMD_BT_SET_PAIR_KEY 设置 PASSKEY
23 CMD_BT_GET_PAIR_KEY 获取 PASSKEY
24 CMD_BT_START_SPP_COMM 启动 RFCOMM通讯回射服务
25 CMD_BT_STOP_SPP_COMM 关闭 RFCOMM通讯回射服务
26 CMD—BT—TRANSFER 预留
27 CMD—BT—GET—RESP 预留
28 CMD—BT—PER—TEST 进入性能测试模式
29 CMD_BT_SET_BAUDRATE 设置 RFCOMM通讯波特率
30 CMD_BT_WAIT_PAIR_DONE 要求等待配对结束
31 CMD_BT_WAIT_CONN_DONE 要求等待连接结束
32 CMD_BT_GET_BT_SERVER_MAC 获取蓝牙服务端 MAC
33 CMD_BT_SET_BT_CLIENT_MAC 上报蓝牙客户端 MAC给服务端
34 CMD_BT_SET_BT_NAME 设置蓝牙名字
[0075]
[0076] 102、 执行解析出的指令;
[0077] 104、 将执行指令的执行结果返回给上位机。
[0078] 具体地, 本步骤将步骤 103执行指令的结果反馈给上位机, 用于上报测试蓝牙 模块功能运行的情况, 代替了人工上报测试结果的过程。
[0079] 应理解, 上述实施例中各步骤的序号的大小并不意味着执行顺序的先后, 各过 程的执行顺序应以其功能和内在逻辑确定, 而不应对本发明实施例的实施过程 构成任何限定。
[0080] 本实施例提供的方法可以看出, 本实施例中上位机通过预设的交互协议给下位 机发送预设格式的指令封包进行通讯测试, 下位机解析指令并执行该指令, 并 将执行指令的结果返回给上位机。 通过上述自动化测试方法代替了现有上位机 和下位机侧均需要人工参与的测试方法, 可以增加测试的次数以及扩大测试地 点的适用范围, 提升了蓝牙产品的测试效率。 [0081] 图 2是本发明另一实施例提供的蓝牙测试的方法的示意性框图; 图 3是图 2中实 现蓝牙测试的方法的实现流程示意图; 如图 2和图 3所示, 本发明实施例的执行 主体是下位机, 本发明实施例中通过预设的交互协议接收上位机发送的带有预 设格式的指令封包之前, 该方法还可以包括:
[0082] 201、 监听上位机是否发送带有预设格式的指令封包, 若未监听到, 则保持监 听, 直至接收到上位机发送的指令封包。
[0083] 具体的, 下位机所在的蓝牙测试服务器启动后, 默认进入监听状态, 采用轮询 的方式等待上位机发出指令封包。 进一步地, 当下位机接收到指令封包, 并解 析出指令封包携带的指令之后, 判定解析出的指令是否正确, 若不正确, 则通 知上位机重新发送指令封包, 直至解析出正确的指令。 对指令的解析包括: 先 对数据格式进行解析, 格式正确的情况下再检査是否支持携带的指令, 都正确 的情况下把指令提交给指令控制模块进行最终的蓝牙操作。 上述过程完成后下 位机继续恢复监听的模式, 等待接收下一个指令封包。
[0084] 相对于上一实施例, 本实施例提供的方法可以持续性地对蓝牙指令进行测试, 加大了测试的速度提高了测试效率。
[0085] 本方法还提供另一实施例, 测试蓝牙的方法还可以包括: 通过日志接口记录上 位机和下位机之间进行通讯交互的过程。 进一步地, 测试蓝牙的方法还可以包 括: 下位机和所述上位机之间通过抽象层的发送指令接口和指令响应接口实现 相互通讯。 将上位机和下位机之间的通讯接口抽象化主要是为了屏蔽不同通讯 方式的差异, 例如串口、 USB、 以太网等。 提供统一的抽象调用入口, 方便代码 移植和重复使用。 本实施例提供的发送指令和指令响应两个接口以满足实际使 用。 通讯接口层只提供接口定义, 然后系统将根据不同通讯方式的具体实现根 据用户选择进行动态绑定。
[0086] 相对于上一实施例, 通过日志接口记录上位机和下位机之间进行通讯交互的过 程, 可以有效地记录测试过程中发生的各种问题吋间以及发生的吋间, 便于后 期根据日志的记录采取相应的解决方案。 通过 LBS方法可以记录测试发生的地点 , 用于后期根据测试地点出现的测试问题, 采取相应的解决方案。 上述两种方 法对于测试中出现的测试问题都更具有针对性, 方便了后期地维护工作。 [0087] 图 4是本发明实施例提供的蓝牙测试的装置的连接示意图; 如图 4所示, 本发明 实施例的执行主体是下位机, 本发明实施例提供了一种蓝牙测试的装置, 可以 包括:
[0088] 接收模块 41, 用于通过预设的交互协议接收上位机发送的带有预设格式的指令 封包;
[0089] 解析模块 42, 用于解析出指令封包携带的指令;
[0090] 执行模块 43, 用于执行解析出的指令;
[0091] 返回模块 44, 用于将执行指令的执行结果返回给上位机。
[0092] 本实施例提供的装置同样可以看出, 本实施例中上位机通过预设的交互协议给 下位机发送预设格式的指令封包进行通讯测试, 下位机解析指令并执行该指令 , 并将执行指令的结果返回给上位机。 通过上述自动化测试方法代替了现有上 位机和下位机侧均需要人工参与的测试方法, 可以增加测试的次数以及扩大测 试地点的适用范围, 提升了蓝牙产品的测试效率。
[0093] 图 5是本发明另一实施例提供的蓝牙测试的装置的连接示意图; 如图 5所示, 本 发明实施例的执行主体是下位机, 本发明实施例提供了一种蓝牙测试的装置, 还可以包括:
[0094] 监听模块 51, 用于监听上位机是否发送带有预设格式的指令封包, 若未监听到 , 则保持监听, 直至接收到上位机发送的指令封包。
[0095] 需要说明的是, 本发明实施例提供的上述系统中各个模块, 由于与本发明方法 实施例基于同一构思, 其带来的技术效果与本发明方法实施例相同, 具体内容 可参见本发明方法实施例中的叙述, 此处不再赘述。
[0096] 图 6是本发明一实施例提供的蓝牙测试的终端设备的示意图。 如图 6所示, 该实 施例的蓝牙测试的终端设备 6包括: 处理器 60、 存储器 61以及存储在存储器 61中 并可在处理器 60上运行的计算机程序 62, 例如用于实现蓝牙测试的方法的计算 机程序。 处理器 60执行计算机程序 62吋实现上述各个蓝牙测试的方法实施例中 的步骤, 例如图 1所示的步骤 101至 104。 或者, 处理器 60执行计算机程序 62吋实 现上述各装置实施例中各模块 /单元的功能, 例如图 4所示模块 41至 44的功能。
[0097] 本发明提出用于实现蓝牙测试的方法的计算机程序 62, 包括: 通过预设的交互 协议接收上位机发送的带有预设格式的指令封包; 解析出指令封包携带的指令 ; 执行解析出的指令; 将执行指令的执行结果返回给上位机。 计算机程序 62可 以被分割成一个或多个模块 /单元, 一个或者多个模块 /单元被存储在存储器 61中 , 并由处理器 60执行, 以完成本发明。 一个或多个模块 /单元可以是能够完成特 定功能的一系列计算机程序指令段, 该指令段用于描述计算机程序 62在蓝牙测 试的终端设备 6中的执行过程。 例如, 计算机程序 62可以被分割成同步模块、 汇 总模块、 获取模块、 返回模块 (虚拟装置中的模块) , 各模块具体功能如下:
[0098] 蓝牙测试的终端设备 6可以是桌上型计算机、 笔记本、 掌上电脑及云端服务器 等计算设备。 蓝牙测试的终端设备可包括, 但不仅限于, 处理器 60、 存储器 61 。 本领域技术人员可以理解, 图 6仅仅是蓝牙测试的终端设备 6的示例, 并不构 成对蓝牙测试的终端设备 6的限定, 可以包括比图示更多或更少的部件, 或者组 合某些部件, 或者不同的部件, 例如蓝牙测试的终端设备 6还可以包括输入输出 设备、 网络接入设备、 总线等。
[0099] 所称处理器 60可以是中央处理单元 (Central Processing Unit, CPU) , 还可以是 其他通用处理器、 数字信号处理器(Digital Signal Processor, DSP)、 专用集成电 路(Application Specific Integrated Circuit, ASIC)、 现成可编程门阵列
(Field-Programmable Gate Array , FPGA)或者其他可编程逻辑器件、 分立门或者 晶体管逻辑器件、 分立硬件组件等。 通用处理器可以是微处理器或者该处理器 也可以是任何常规的处理器等。
[0100] 存储器 61可以是蓝牙测试的终端设备 6的内部存储单元, 例如蓝牙测试的终端 设备 6的硬盘或内存。 存储器 61也可以是蓝牙测试的终端设备 6的外部存储设备 , 例如蓝牙测试的终端设备 6上配备的插接式硬盘, 智能存储卡 (Smart Media Card, SMC) , 安全数字 (Secure Digital, SD) 卡, 闪存卡 (Flash Card) 等。 进 一步地, 存储器 61还可以既包括蓝牙测试的终端设备 6的内部存储单元也包括外 部存储设备。 存储器 61用于存储计算机程序以及蓝牙测试的终端设备 6所需的其 他程序和数据。 存储器 61还可以用于暂吋地存储已经输出或者将要输出的数据
[0101] 所属领域的技术人员可以清楚地了解到, 为了描述的方便和简洁, 仅以上述各 功能单元、 模块的划分进行举例说明, 实际应用中, 可以根据需要而将上述功 能分配由不同的功能单元、 模块完成, 即将装置的内部结构划分成不同的功能 单元或模块, 以完成以上描述的全部或者部分功能。 实施例中的各功能单元、 模块可以集成在一个处理单元中, 也可以是各个单元单独物理存在, 也可以两 个或两个以上单元集成在一个单元中, 上述集成的单元既可以采用硬件的形式 实现, 也可以采用软件功能单元的形式实现。 另外, 各功能单元、 模块的具体 名称也只是为了便于相互区分, 并不用于限制本申请的保护范围。 上述系统中 单元、 模块的具体工作过程, 可以参考前述方法实施例中的对应过程, 在此不 再赘述。
[0102] 在上述实施例中, 对各个实施例的描述都各有侧重, 某个实施例中没有详述或 记载的部分, 可以参见其它实施例的相关描述。
[0103] 本领域普通技术人员可以意识到, 结合本文中所公幵的实施例描述的各示例的 单元及算法步骤, 能够以电子硬件、 或者计算机软件和电子硬件的结合来实现 。 这些功能究竟以硬件还是软件方式来执行, 取决于技术方案的特定应用和设 计约束条件。 专业技术人员可以对每个特定的应用来使用不同方法来实现所描 述的功能, 但是这种实现不应认为超出本发明的范围。
[0104] 在本发明所提供的实施例中, 应该理解到, 所揭露的装置 /终端设备和方法, 可以通过其它的方式实现。 例如, 以上所描述的装置 /终端设备实施例仅仅是示 意性的, 例如, 模块或单元的划分, 仅仅为一种逻辑功能划分, 实际实现吋可 以有另外的划分方式, 例如多个单元或组件可以结合或者可以集成到另一个系 统, 或一些特征可以忽略, 或不执行。 另一点, 所显示或讨论的相互之间的耦 合或直接耦合或通讯连接可以是通过一些接口, 装置或单元的间接耦合或通讯 连接, 可以是电性, 机械或其它的形式。
[0105] 作为分离部件说明的单元可以是或者也可以不是物理上分幵的, 作为单元显示 的部件可以是或者也可以不是物理单元, 即可以位于一个地方, 或者也可以分 布到多个网络单元上。 可以根据实际的需要选择其中的部分或者全部单元来实 现本实施例方案的目的。
[0106] 另外, 在本发明各个实施例中的各功能单元可以集成在一个处理单元中, 也可 以是各个单元单独物理存在, 也可以两个或两个以上单元集成在一个单元中。 上述集成的单元既可以采用硬件的形式实现, 也可以采用软件功能单元的形式 实现。
[0107] 集成的模块 /单元如果以软件功能单元的形式实现并作为独立的产品销售或使 用吋, 可以存储在一个计算机可读取存储介质中。 基于这样的理解, 本发明实 现上述实施例方法中的全部或部分流程, 也可以通过计算机程序来指令相关的 硬件来完成, 的计算机程序可存储于一计算机可读存储介质中, 该计算机程序 在被处理器执行吋, 可实现上述各个方法实施例的步骤。 其中, 计算机程序包 括计算机程序代码, 计算机程序代码可以为源代码形式、 对象代码形式、 可执 行文件或某些中间形式等。 计算机可读介质可以包括: 能够携带计算机程序代 码的任何实体或装置、 记录介质、 U盘、 移动硬盘、 磁碟、 光盘、 计算机存储器 、 只读存储器 (ROM, Read-Only
Memory) 、 随机存取存储器 (RAM, Random Access Memory) 、 电载波信号、 电信信号以及软件分发介质等。 需要说明的是, 计算机可读介质包含的内容可 以根据司法管辖区内立法和专利实践的要求进行适当的增减, 例如在某些司法 管辖区, 根据立法和专利实践, 计算机可读介质不包括电载波信号和电信信号
[0108] 以上实施例仅用以说明本发明的技术方案, 而非对其限制; 尽管参照前述实施 例对本发明进行了详细的说明, 本领域的普通技术人员应当理解: 其依然可以 对前述各实施例所记载的技术方案进行修改, 或者对其中部分技术特征进行等 同替换; 而这些修改或者替换, 并不使相应技术方案的本质脱离本发明各实施 例技术方案的精神和范围, 均应包含在本发明的保护范围之内。

Claims

权利要求书
[权利要求 1] 一种蓝牙测试的方法, 其特征在于, 包括:
通过预设的交互协议接收上位机发送的带有预设格式的指令封包; 解析出所述指令封包携带的指令;
执行所述解析出的指令;
将执行所述指令的执行结果返回给上位机。
[权利要求 2] 如权利要求 1所述的蓝牙测试的方法, 其特征在于, 所述通过预设的 交互协议接收上位机发送的带有预设格式的指令封包之前, 所述方法 还包括:
监听所述上位机是否发送所述带有预设格式的指令封包, 若未监听到 , 则保持监听, 直至接收到所述上位机发送的指令封包。
[权利要求 3] 如权利要求 1所述的蓝牙测试的方法, 其特征在于, 所述解析出所述 指令封包携带的指令之后, 所述方法还包括:
判定解析出的所述指令是否正确, 若不正确, 则通知所述上位机重新 发送指令封包, 直至解析出正确的指令。
[权利要求 4] 如权利要求 1所述的蓝牙测试的方法, 其特征在于, 还包括:
通过日志接口记录下位机和所述上位机之间进行通讯交互的过程。
[权利要求 5] 如权利要求 1所述的蓝牙测试的方法, 其特征在于, 还包括:
下位机和所述上位机之间通过抽象层的发送指令接口和指令响应接 口实现相互通讯。
[权利要求 6] —种蓝牙测试的装置, 其特征在于, 包括:
接收模块, 用于通过预设的交互协议接收上位机发送的带有预设格式 的指令封包;
解析模块, 用于解析出指令封包携带的指令;
执行模块, 用于执行解析出的指令;
返回模块, 用于将执行指令的执行结果返回给上位机。
[权利要求 7] 如权利要求 6所述的蓝牙测试的装置, 其特征在于, 装置还包括: 监听模块, 用于监听上位机是否发送带有预设格式的指令封包, 若未 监听到, 则保持监听, 直至接收到上位机发送的指令封包。
[权利要求 8] 如权利要求 6所述的蓝牙测试的装置, 其特征在于, 装置还包括: 判定模块, 用于判定解析出的指令是否正确, 若不正确, 则通知上位 机重新发送指令封包, 直至解析出正确的指令。
[权利要求 9] 一种蓝牙测试的终端设备, 包括存储器、 处理器以及存储在所述存储 器中并可在所述处理器上运行的计算机程序, 其特征在于, 所述处理 器执行所述计算机程序吋实现如权利要求 1至 5任一项所述方法的步骤
[权利要求 10] —种蓝牙测试的计算机可读存储介质, 所述计算机可读存储介质存储 有计算机程序, 其特征在于, 所述计算机程序被处理器执行吋实现如 权利要求 1至 5任一项所述方法的步骤。
PCT/CN2017/095856 2017-06-07 2017-08-03 蓝牙测试的方法、终端设备及计算机可读存储介质 WO2018223513A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710422943.7 2017-06-07
CN201710422943.7A CN107317638A (zh) 2017-06-07 2017-06-07 蓝牙测试的方法、终端设备及计算机可读存储介质

Publications (1)

Publication Number Publication Date
WO2018223513A1 true WO2018223513A1 (zh) 2018-12-13

Family

ID=60182201

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/095856 WO2018223513A1 (zh) 2017-06-07 2017-08-03 蓝牙测试的方法、终端设备及计算机可读存储介质

Country Status (2)

Country Link
CN (1) CN107317638A (zh)
WO (1) WO2018223513A1 (zh)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110519779A (zh) * 2019-08-26 2019-11-29 Oppo(重庆)智能科技有限公司 移动终端测试方法、装置、系统和存储介质
CN111885580A (zh) * 2020-07-10 2020-11-03 上海庆科信息技术有限公司 蓝牙设备的测试方法、装置、设备及存储介质
CN111885579A (zh) * 2020-07-10 2020-11-03 上海庆科信息技术有限公司 蓝牙设备的测试方法、装置、设备及存储介质
CN113037396A (zh) * 2021-03-05 2021-06-25 深圳市百泰实业股份有限公司 蓝牙设备的pcba自动测试系统及自动测试方法

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110533062B (zh) * 2019-07-12 2024-04-09 平安科技(深圳)有限公司 多型号门控器切换控制方法、装置、电子设备及存储介质
CN112445548A (zh) * 2019-09-02 2021-03-05 广州皓醒湾科技有限公司 蓝牙设备操作命令的处理方法、系统及可读存储介质
CN111198790B (zh) * 2019-12-23 2023-09-08 深圳市优必选科技股份有限公司 机器人测试方法、机器人测试装置及机器人
CN111323831B (zh) * 2020-03-05 2023-01-17 上海顷实电子科技有限公司 一种卡钉测试方法、装置及计算机可读存储介质
CN112015607B (zh) * 2020-08-06 2024-03-19 百富计算机技术(深圳)有限公司 一种开关机测试方法、被测试设备及工具设备
CN112085873A (zh) * 2020-08-12 2020-12-15 中国电力科学研究院有限公司 一种电力智能物联锁具的测试装置及方法
CN112383911B (zh) * 2020-12-24 2023-09-29 福建新大陆支付技术有限公司 一种pos蓝牙自动化测试方法、系统和存储介质
CN112911565B (zh) * 2021-02-01 2022-12-13 中汽数据(天津)有限公司 蓝牙发包方法及系统、设备及存储介质
CN112996020B (zh) * 2021-03-30 2023-06-02 深圳市优必选科技股份有限公司 一种基于蓝牙的自动化测试方法、装置及蓝牙测试终端
CN113890635A (zh) * 2021-09-29 2022-01-04 四川虹美智能科技有限公司 智能产品的检测工装、检测装置、检测方法及介质
CN115442261A (zh) * 2022-05-27 2022-12-06 北京罗克维尔斯科技有限公司 下位机测试方法及系统

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN201994944U (zh) * 2010-12-22 2011-09-28 宁波翼动通讯科技有限公司 蓝牙模块测试装置
CN103716099A (zh) * 2013-12-17 2014-04-09 延锋伟世通电子科技(上海)有限公司 蓝牙互通性规范自动测试系统
CN104202105A (zh) * 2014-09-24 2014-12-10 福建联迪商用设备有限公司 一种蓝牙设备的测试方法及系统
US9524148B1 (en) * 2016-03-07 2016-12-20 Luxrobo Multi-module compilation system, multi-module compilation method, and non-transitory computer-readable storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN201994944U (zh) * 2010-12-22 2011-09-28 宁波翼动通讯科技有限公司 蓝牙模块测试装置
CN103716099A (zh) * 2013-12-17 2014-04-09 延锋伟世通电子科技(上海)有限公司 蓝牙互通性规范自动测试系统
CN104202105A (zh) * 2014-09-24 2014-12-10 福建联迪商用设备有限公司 一种蓝牙设备的测试方法及系统
US9524148B1 (en) * 2016-03-07 2016-12-20 Luxrobo Multi-module compilation system, multi-module compilation method, and non-transitory computer-readable storage medium

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110519779A (zh) * 2019-08-26 2019-11-29 Oppo(重庆)智能科技有限公司 移动终端测试方法、装置、系统和存储介质
CN110519779B (zh) * 2019-08-26 2022-05-13 Oppo(重庆)智能科技有限公司 移动终端测试方法、装置、系统和存储介质
CN111885580A (zh) * 2020-07-10 2020-11-03 上海庆科信息技术有限公司 蓝牙设备的测试方法、装置、设备及存储介质
CN111885579A (zh) * 2020-07-10 2020-11-03 上海庆科信息技术有限公司 蓝牙设备的测试方法、装置、设备及存储介质
CN111885580B (zh) * 2020-07-10 2023-04-18 上海庆科信息技术有限公司 蓝牙设备的测试方法、装置、设备及存储介质
CN111885579B (zh) * 2020-07-10 2023-05-09 上海庆科信息技术有限公司 蓝牙设备的测试方法、装置、设备及存储介质
CN113037396A (zh) * 2021-03-05 2021-06-25 深圳市百泰实业股份有限公司 蓝牙设备的pcba自动测试系统及自动测试方法
CN113037396B (zh) * 2021-03-05 2021-11-30 深圳市百泰实业股份有限公司 蓝牙设备的pcba自动测试系统及自动测试方法

Also Published As

Publication number Publication date
CN107317638A (zh) 2017-11-03

Similar Documents

Publication Publication Date Title
WO2018223513A1 (zh) 蓝牙测试的方法、终端设备及计算机可读存储介质
CN109587275A (zh) 一种通信连接的建立方法及代理服务器
CN113505007A (zh) 基于Linux系统的协议栈数据传输方法、计算机设备和存储介质
CN108763140A (zh) 一种双向通信的方法、系统及终端设备
US10609633B2 (en) Method for triggering registrar protocol interaction, access point, and station
TW201715412A (zh) 充電方法、移動終端和充電裝置
CN112039722B (zh) 一种mqtt协议仿真方法及仿真设备
WO2018058862A1 (zh) 一种基于spi的数据传输方法及装置
CN108616429A (zh) 一种推送服务的重连方法及设备
CN108446088B (zh) 终端及投屏系统
CN103051716A (zh) 一种面向网络的串口设备重定向的方法及系统
CN110324193A (zh) 一种终端升级管理方法及装置
CN114553601B (zh) 信息校验方法、装置、设备和介质
EP4132075A1 (en) Energy efficiency evaluation method, and related device
CN110022374A (zh) 基于物联网的网络连接方法、装置、通信设备及存储介质
JP5624997B2 (ja) デバイスの複数のコンポーネント間でメモリ資源を共有するための通信プロトコル
WO2024066248A1 (zh) 一种接入访问的控制方法、装置、设备和非易失性可读存储介质
WO2011116610A1 (zh) 一种对上网设备进行初始化的方法、系统及设备
CN106888271A (zh) 一种ble5.0协议系统及系统中应用的软硬件交互接口
CN103973468B (zh) 自动设置上网模式的处理方法和处理设备
TW201610690A (zh) 提供主機即時切換及分享通用串列匯流排(usb)電子設備之電子裝置
CN103812841A (zh) 旁路认证方法、设备和系统
CN106657076A (zh) 一种网络命名空间的tcp服务实现方法及装置
CN106845974B (zh) 一种实现近场通信的点对点通信的方法及装置
CN115391396A (zh) 基于接口的查询方法、装置以及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17913053

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17913053

Country of ref document: EP

Kind code of ref document: A1