CN112445548A - Method and system for processing Bluetooth device operation command and readable storage medium - Google Patents

Method and system for processing Bluetooth device operation command and readable storage medium Download PDF

Info

Publication number
CN112445548A
CN112445548A CN201910823333.7A CN201910823333A CN112445548A CN 112445548 A CN112445548 A CN 112445548A CN 201910823333 A CN201910823333 A CN 201910823333A CN 112445548 A CN112445548 A CN 112445548A
Authority
CN
China
Prior art keywords
command
bluetooth
processing
bluetooth device
queue
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN201910823333.7A
Other languages
Chinese (zh)
Inventor
张楚滨
陈建群
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Haoxingwan Technology Co Ltd
Original Assignee
Guangzhou Haoxingwan Technology Co Ltd
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 Guangzhou Haoxingwan Technology Co Ltd filed Critical Guangzhou Haoxingwan Technology Co Ltd
Priority to CN201910823333.7A priority Critical patent/CN112445548A/en
Publication of CN112445548A publication Critical patent/CN112445548A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • G06F9/449Object-oriented method invocation or resolution
    • GPHYSICS
    • G08SIGNALLING
    • G08CTRANSMISSION SYSTEMS FOR MEASURED VALUES, CONTROL OR SIMILAR SIGNALS
    • G08C17/00Arrangements for transmitting signals characterised by the use of a wireless electrical link
    • G08C17/02Arrangements for transmitting signals characterised by the use of a wireless electrical link using a radio link
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/80Services using short range communication, e.g. near-field communication [NFC], radio-frequency identification [RFID] or low energy communication

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • General Engineering & Computer Science (AREA)
  • Telephone Function (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention provides a processing method, a system and a readable storage medium of a Bluetooth device operation command; the method comprises the following steps: packaging the operation command of the Bluetooth equipment according to a preset rule and generating a uniform operation object; adding the uniform operation object into a Bluetooth command processing queue; processing the unified operation object in the Bluetooth command processing queue; the system comprises a package generating module, a processing module and a processing module, wherein the package generating module is used for packaging an operation command of the Bluetooth equipment according to a preset rule and generating a uniform operation object; the adding module is used for adding the uniform operation object into a Bluetooth command processing queue; and the processor module is used for processing the uniform operation objects in the Bluetooth command processing queue. The invention can simplify the logic and code amount of the operation command of the Bluetooth equipment and solve the problem of the blockage of the Bluetooth equipment caused by the operation of a plurality of commands on the Bluetooth equipment.

Description

Method and system for processing Bluetooth device operation command and readable storage medium
Technical Field
The embodiment of the invention relates to the technical field of processing methods of Bluetooth equipment operation commands, in particular to a method and a system for processing the Bluetooth equipment operation commands and a readable storage medium.
Background
For the bluetooth equipment which is successfully connected, the bluetooth equipment is operated by a plurality of commands in a short time, and the situation of blocking often occurs, so for the plurality of operating commands, the bluetooth equipment can only respond to part of operating commands, and the normal data interaction between the mobile terminal and the bluetooth equipment is influenced; meanwhile, for each command operation of the Bluetooth equipment, a corresponding operation command needs to be realized by calling a native interface of the corresponding command, then different result feedback callback functions need to be called, and the operation result of the operation command of the Bluetooth equipment is fed back; if a plurality of commands are operated simultaneously, each operation command needs to be processed by judging the command type, then the corresponding native callback function is selected to be called, and the corresponding result feedback callback function is also called, so that the problems of complex logic and large code quantity are brought.
Disclosure of Invention
An object of an embodiment of the present invention is to provide a method, a system and a readable storage medium for processing an operation command of a bluetooth device.
In a first aspect, an embodiment of the present invention provides a method for processing an operation command of a bluetooth device, where the method includes:
packaging the operation command of the Bluetooth equipment according to a preset rule and generating a uniform operation object;
adding the uniform operation object into a Bluetooth command processing queue;
and processing the unified operation object in the Bluetooth command processing queue.
Optionally, the operation command of the bluetooth device includes a read command, a write command, and a notification command.
Optionally, the preset rule is that the operation command type and the result return callback interface of the bluetooth device are packaged together with the format encryption check of the transmitted data frame, and then the package is performed.
Optionally, the method includes encapsulating an operation command for the bluetooth device according to a preset rule, and generating a unified operation object, and further includes:
packaging three operation commands of the Bluetooth equipment according to a preset rule;
identifying a command type of an operation command to be performed on the Bluetooth device;
carrying out type marking on the identified type of the Bluetooth equipment operation command;
and generating a unified operation object.
Optionally, processing the unified operation object in the bluetooth command processing queue includes the following steps:
calling an operation command processing interface of a corresponding type;
and returning the calling result to the callback interface and returning the prompt message of the command operation result.
Optionally, the prompt information of the command operation result includes success, failure and timeout.
Optionally, the calling result returning to the callback interface, and after returning the prompt information of the command operation result, further includes the following steps:
judging whether an unoperated command exists in the Bluetooth command processing queue;
if yes, continuing to execute the operation commands in the queue in sequence;
if not, waiting to add the uniform operation object to the Bluetooth command processing queue for processing.
Optionally, the unified operation objects in the bluetooth command processing queue are processed, and the unified operation objects are processed according to a first-in-first processing sequence.
In a second aspect, the present invention further provides a system for processing bluetooth device operation commands, comprising
The encapsulation generation module encapsulates the operation command of the Bluetooth equipment according to a preset rule and generates a uniform operation object;
the adding module is used for adding the uniform operation object into a Bluetooth command processing queue;
and the processor module is used for processing the uniform operation objects in the Bluetooth command processing queue.
In a third aspect, the present invention also provides a readable storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement the steps of the method for processing bluetooth device operation commands as claimed in any one of claims 1 to 8.
By the invention, the following beneficial effects can be realized:
in the embodiment of the invention, the processing logic and the simplified logic code amount of the operation command of the Bluetooth equipment are simplified by packaging the operation command of the Bluetooth equipment according to the preset rule and generating a uniform operation object; by adding the uniform operation object into the Bluetooth command processing queue, the problem that the mobile terminal cannot perform data interaction with the Bluetooth device due to the blocking condition when a plurality of commands are performed on the Bluetooth device in a short time can be solved. The invention can simplify the logic and code amount of the operation command of the Bluetooth equipment and solve the problem of the blockage of the Bluetooth equipment caused by the operation of a plurality of commands on the Bluetooth equipment.
Drawings
One or more embodiments are illustrated by way of example in the accompanying drawings, which correspond to the figures in which like reference numerals refer to similar elements and which are not to scale unless otherwise specified.
Fig. 1 is a flowchart of a first embodiment of a processing method of an operation command of a bluetooth device of the present invention;
FIG. 2 is a flow chart of a read command of the processing method of the operation command of the Bluetooth device of the present invention;
FIG. 3 is a flow chart of a write command of the method of processing an operation command of a Bluetooth device of the present invention;
fig. 4 is a flowchart of a notification command of a method of processing a bluetooth device operation command of the present invention;
fig. 5 is a flowchart of a second embodiment of a method for processing an operation command of a bluetooth device according to the present invention;
fig. 6 is a flowchart of a third embodiment of a processing method of an operation command of a bluetooth device of the present invention;
fig. 7 is a flowchart of timeout determination of the processing method of the bluetooth device operation command of the present invention;
fig. 8 is a flowchart of a fourth embodiment of a processing method of an operation command of a bluetooth device of the present invention;
fig. 9 is a block diagram of a processing system for operating commands of the bluetooth device according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
An object of an embodiment of the present invention is to provide a method, a system and a readable storage medium for processing an operation command of a bluetooth device.
Referring to fig. 1, in a first aspect, an embodiment of the present invention provides a method for processing an operation command of a bluetooth device, where the method includes:
s1: packaging the operation command of the Bluetooth equipment according to a preset rule and generating a uniform operation object;
in the first embodiment of the present invention, the operation commands of the bluetooth device mainly include three types, a read command, a write command, and a notification command; the three commands are packaged according to preset rules, wherein the rules are that the operation command type and the result of the Bluetooth equipment are returned to the callback interface and the format of the transmitted data frame is encrypted and checked to be packaged together, and a uniform operation object is generated, namely, the read, write and notification operation commands are packaged together to generate a uniform operation object; if there are many operation commands, it will generate many common operations, and different common operations correspond to different operation results.
S2: adding the uniform operation object into a Bluetooth command processing queue;
the Bluetooth processing queue is only one, the unified operation object common generated by packaging is added into the Bluetooth processing queue, and when a plurality of common operations exist, the operations are sequentially processed according to the sequence of different common operations entering the queue.
S3: and processing the unified operation object in the Bluetooth command processing queue.
And processing the unified operation objects in the Bluetooth command processing queue according to a principle that the unified operation objects are firstly processed after entering the queue.
Further, referring to fig. 2, 3 and 4, the operation commands of the bluetooth device include a read command, a write command and a notification command.
As shown in fig. 2, the method for processing the read command of the bluetooth device includes:
s100: reading data in the Bluetooth equipment;
s101: judging whether the reading is successful;
s102: if yes, calling a corresponding callback interface for returning a success result;
s103: if not, calling a corresponding callback interface for returning a failure result;
s104: executing the next command;
as shown in fig. 3, the method for processing the write command of the bluetooth device includes:
s201: writing data into the Bluetooth equipment;
s202: judging whether the writing is successful;
s203: if the writing is successful, opening the notice, and judging whether the opening of the notice is successful;
s204: if the command is not written, calling a failure callback interface to process the next command;
s205: if the opening notification is successful, judging whether a response exists;
s206: if the opening of the notice is unsuccessful, the timer is overtime;
s207: if so, judging whether the notification is successful;
s208: if the notification is successful, calling a successful callback interface;
s209: if the notification fails, calling a failure callback interface;
s210: executing the next command;
as shown in fig. 4, the method for processing the notification command of the bluetooth device includes:
s300: judging whether the opening notification is successful;
s301: if the call is successful, calling a successful callback interface;
s302: if the call fails, calling a failure callback interface;
s303: the next command is executed.
Further, the preset rule is that the operation command type and the result return callback interface of the bluetooth device are packaged together with the format encryption check of the transmitted data frame, and then the bluetooth device is packaged.
In this embodiment, the operation command types of the bluetooth device are three operation commands of the bluetooth device, i.e., a read command, a write command, and a notification command; the result return callback interface comprises three callback interfaces of success, failure and overtime; the format encryption verification of the transmitted data frame is the verification of the frame data format, and the frame data format specifically comprises: frame header + frame number + frame length + equipment code + message ID + content + check code; and (4) the operation command type and the result of the Bluetooth equipment are returned to the callback interface, and the transmitted data frame format is encrypted, checked, packed and packaged.
Further, referring to fig. 5, the method for encapsulating the operation command of the bluetooth device according to the preset rule and generating a unified operation object further includes:
s11, packaging the three operation commands of the Bluetooth equipment according to a preset rule;
s12, identifying the command type of the operation command to be performed on the Bluetooth device;
s13, marking the type of the identified Bluetooth device operation command type;
and S14, generating a unified operation object.
Based on the above embodiment, in the second embodiment of the present invention, the bluetooth device is packaged and encapsulated according to the preset rule, that is, the operation command type and the result of the bluetooth device are returned to the callback interface and the transmitted data frame format is encrypted and verified; then, the command type of the operation command to be performed on the Bluetooth device is identified, the identified Bluetooth device operation command type is marked, and then a uniform operation object carrying the mark is generated. Subsequent operations on the bluetooth device, whether the operations are read command operations, write command operations or notification command operations, only need to operate the finally generated unified operation object carrying the read command mark, write command mark or notification command mark.
Further, referring to fig. 6, the processing of the unified operation object in the bluetooth command processing queue includes the following steps:
calling an operation command processing interface of a corresponding type;
and returning the calling result to the callback interface and returning the prompt message of the command operation result.
Based on the above embodiments, in the third embodiment of the present invention, when processing the unified operation object entering the bluetooth command processing queue, first, an operation command interface of a corresponding type should be called, for example, if the unified operation object is a read command, an interface corresponding to the read command should be called to perform a corresponding operation of "read"; then calling a result and returning to a callback interface, and returning prompt information of the command operation result, wherein the command operation result has three types, success, failure and overtime; for example, the operation result of the "read command" is "success", or "failure", or "timeout".
Further, the prompt information of the command operation result comprises success, failure and timeout.
Referring to fig. 7, the timeout determining step is as follows:
s400: the timer starts to time;
s401: judging whether the time is out;
s402: if so, calling a failure callback interface to start processing the next command;
s403: if not, waiting for the Bluetooth equipment to respond;
further, referring to fig. 8, after the call result returns to the callback interface and returns the prompt information of the command operation result, the method further includes the following steps:
s5, judging whether there is any command in the Bluetooth command processing queue;
s6, if yes, continuing to execute the operation commands in the queue in sequence;
and S7, if not, waiting for adding the uniform operation object to the Bluetooth command processing queue for processing.
In the fourth embodiment of the invention, the operation commands put into the Bluetooth command processing queue are processed according to the sequence of the operation commands in the queue; after the first command is processed, whether the command which is not operated is in the Bluetooth command processing queue or not is judged, if the command which is not operated is in the Bluetooth command processing queue, the command which is not operated is processed continuously according to the sequence, and if all the commands in the queue are processed, the operation is carried out after waiting for a new command to be put into the queue. For example, there are 8 commands to be processed in a bluetooth command processing queue, and the commands are processed in the order of 1-8 from first to last; 1 is treated first, 2 is operated later than 1, and so on, 8 is treated last. And when all the 1-8 commands are processed, waiting for new commands to be added into the queue again and then processing.
Further, the unified operation objects in the bluetooth command processing queue are processed, and the unified operation objects are processed according to a first-in-first processing sequence.
The order of the commands in the Bluetooth command processing queue is processed according to the principle of first-in-first processing. Such as 1-8 pending commands in the queue, 1 being the first to enqueue, 2 being the second to enqueue, and so on, 8 being the last command processed.
In a second aspect, referring to fig. 9, the present invention further provides a system for processing an operation command of a bluetooth device, including
The encapsulation generation module 1 encapsulates the operation command of the Bluetooth equipment according to a preset rule and generates a uniform operation object;
the device comprises an encapsulation generating module 1, a storage module and a processing module, wherein the encapsulation generating module 1 is used for encapsulating operation commands of the Bluetooth equipment and generating uniform operation objects, and the operation commands of the Bluetooth equipment mainly comprise three types, namely a read command, a write command and a notification command; the three commands are packaged according to preset rules, wherein the rules are that the operation command type and the result of the Bluetooth equipment are returned to the callback interface and the format of the transmitted data frame is encrypted and checked to be packaged together, and a uniform operation object is generated, namely, the read, write and notification operation commands are packaged together to generate a uniform operation object; if there are many operation commands, it will generate many common operations, and different common operations correspond to different operation results.
The adding module 3 is used for adding the uniform operation object into a Bluetooth command processing queue;
the bluetooth processing queue is only one, the unified operation object common generated by packaging is added into the bluetooth processing queue through the adding module 3, and when a plurality of common operations exist, the operations are sequentially processed according to the sequence of different common operations entering the queue.
And the processor module 2 is used for processing the uniform operation objects in the Bluetooth command processing queue.
The processor module 2 is used for processing the unified operation objects in the Bluetooth command processing queue according to the principle that the unified operation objects enter the queue first and then are processed first.
In a third aspect, the present invention also provides a readable storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement the steps of the method for processing bluetooth device operation commands as claimed in any one of claims 1 to 8.
Further, the present invention provides a readable storage medium, on which one or more computer programs are stored, and the computer programs, when executed by a processor, implement the processing method of the bluetooth device operation command of the above embodiments.
The processing method or system of the bluetooth device operation command, if implemented in the form of a software functional unit and sold or used as a separate product, may be stored in the readable storage medium. Based on such understanding, all or part of the flow in the method of implementing the above embodiments of the present invention may also be implemented by hardware related to computer program instructions.
The computer program may be stored in a readable storage medium, which is a computer readable storage medium, and when being executed by a processor module, the computer program may implement the steps of the embodiments of the processing method for operating commands of a bluetooth device, where the computer program includes computer program code, and the computer program code may be in a source code form, an object code form, an executable file or some intermediate file form, and the like. The computer-readable storage medium may include: any entity or device capable of carrying the computer program code, recording media, U-disk, removable hard disk, magnetic diskette, optical disk, computer memory, random access memory, software distribution media and the like.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; within the idea of the invention, also technical features in the above embodiments or in different embodiments may be combined, steps may be implemented in any order, and there are many other variations of the different aspects of the invention as described above, which are not provided in detail for the sake of brevity; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A processing method of Bluetooth device operation commands is characterized by comprising the following steps:
packaging the operation command of the Bluetooth equipment according to a preset rule and generating a uniform operation object;
adding the uniform operation object into a Bluetooth command processing queue;
and processing the unified operation object in the Bluetooth command processing queue.
2. The method of claim 1, wherein the command is a command for operating a Bluetooth device,
the operation commands of the bluetooth device include a read command, a write command, and a notification command.
3. The method according to claim 2, wherein the predetermined rule is to package and encapsulate the type of the operation command of the bluetooth device, the result return callback interface, and the format encryption check of the transmitted data frame.
4. The method of claim 3, wherein the operating command of the bluetooth device is encapsulated according to a predetermined rule and a unified operation object is generated, further comprising:
packaging three operation commands of the Bluetooth equipment according to a preset rule;
identifying a command type of an operation command to be performed on the Bluetooth device;
carrying out type marking on the identified type of the Bluetooth equipment operation command;
and generating a unified operation object.
5. The method for processing the bluetooth device operation command according to claim 4, wherein the step of processing the unified operation object in the bluetooth command processing queue comprises the steps of:
calling an operation command processing interface of a corresponding type;
and returning the calling result to the callback interface and returning the prompt message of the command operation result.
6. The method as claimed in claim 5, wherein the command operation result prompting message includes success, failure and timeout.
7. The method for processing the bluetooth device operation command according to claim 5, wherein the step of calling the result return callback interface and returning the command operation result prompt message further comprises the following steps:
judging whether an unoperated command exists in the Bluetooth command processing queue;
if yes, continuing to execute the operation commands in the queue in sequence;
if not, waiting to add the uniform operation object to the Bluetooth command processing queue for processing.
8. The method for processing the bluetooth device operation command according to any one of claims 1 to 7, wherein the unified objects in the bluetooth command processing queue are processed, and the unified objects are processed in an order of first-in-first processing.
9. A system for processing operation commands of Bluetooth equipment is characterized by comprising
The encapsulation generation module encapsulates the operation command of the Bluetooth equipment according to a preset rule and generates a uniform operation object;
the adding module is used for adding the uniform operation object into a Bluetooth command processing queue;
and the processor module is used for processing the uniform operation objects in the Bluetooth command processing queue.
10. A readable storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement the steps of the method for processing bluetooth device operation commands according to any one of claims 1 to 8.
CN201910823333.7A 2019-09-02 2019-09-02 Method and system for processing Bluetooth device operation command and readable storage medium Pending CN112445548A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910823333.7A CN112445548A (en) 2019-09-02 2019-09-02 Method and system for processing Bluetooth device operation command and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910823333.7A CN112445548A (en) 2019-09-02 2019-09-02 Method and system for processing Bluetooth device operation command and readable storage medium

Publications (1)

Publication Number Publication Date
CN112445548A true CN112445548A (en) 2021-03-05

Family

ID=74734926

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910823333.7A Pending CN112445548A (en) 2019-09-02 2019-09-02 Method and system for processing Bluetooth device operation command and readable storage medium

Country Status (1)

Country Link
CN (1) CN112445548A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101499827A (en) * 2009-03-03 2009-08-05 青岛海信移动通信技术股份有限公司 Mobile terminal and Bluetooth communication method thereof
CN103228059A (en) * 2013-04-02 2013-07-31 深圳市文鼎创数据科技有限公司 Method and device for processing bluetooth pairing information
CN105846863A (en) * 2016-05-31 2016-08-10 青岛海信电器股份有限公司 Bluetooth based operation method and device
CN105867657A (en) * 2016-03-24 2016-08-17 青岛职业技术学院 Method for remotely controlling computer mouse on the basis of mobile phone sensor
CN105898673A (en) * 2015-10-19 2016-08-24 乐卡汽车智能科技(北京)有限公司 Information sending method and device
CN106981187A (en) * 2017-04-17 2017-07-25 南京航空航天大学 Four rotor wing unmanned aerial vehicle communication means and system based on bluetooth and Wi Fi
CN107317638A (en) * 2017-06-07 2017-11-03 百富计算机技术(深圳)有限公司 Method, terminal device and the computer-readable recording medium of bluetooth test
CN107529132A (en) * 2017-09-05 2017-12-29 北京京东尚科信息技术有限公司 The method and apparatus that data are transmitted between bluetooth equipment and application program

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101499827A (en) * 2009-03-03 2009-08-05 青岛海信移动通信技术股份有限公司 Mobile terminal and Bluetooth communication method thereof
CN103228059A (en) * 2013-04-02 2013-07-31 深圳市文鼎创数据科技有限公司 Method and device for processing bluetooth pairing information
CN105898673A (en) * 2015-10-19 2016-08-24 乐卡汽车智能科技(北京)有限公司 Information sending method and device
CN105867657A (en) * 2016-03-24 2016-08-17 青岛职业技术学院 Method for remotely controlling computer mouse on the basis of mobile phone sensor
CN105846863A (en) * 2016-05-31 2016-08-10 青岛海信电器股份有限公司 Bluetooth based operation method and device
CN106981187A (en) * 2017-04-17 2017-07-25 南京航空航天大学 Four rotor wing unmanned aerial vehicle communication means and system based on bluetooth and Wi Fi
CN107317638A (en) * 2017-06-07 2017-11-03 百富计算机技术(深圳)有限公司 Method, terminal device and the computer-readable recording medium of bluetooth test
CN107529132A (en) * 2017-09-05 2017-12-29 北京京东尚科信息技术有限公司 The method and apparatus that data are transmitted between bluetooth equipment and application program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
马超 等: "《Android移动设备应用程序开发》", 31 December 2016, pages: 247 *

Similar Documents

Publication Publication Date Title
US11099889B2 (en) Method-call-chain tracking method, electronic device, and computer readable storage medium
CN112671760A (en) Socket-based client cross-platform network communication method and related equipment thereof
CN113990354B (en) Audio control method, device, equipment and storage medium based on Linux
CN106940674B (en) Method and device for triggering target event in mobile terminal
CN111290866A (en) Service processing method and device
WO2019140739A1 (en) Method for determining return visits to client, and electronic apparatus and computer-readable storage medium
US10509901B2 (en) Method of managing a secure element
CN108920159B (en) Security upgrading method and device and electronic equipment
CN110888628A (en) Method, device, equipment and storage medium for generating control tool
CN112445548A (en) Method and system for processing Bluetooth device operation command and readable storage medium
CN111159298A (en) Service request processing method and device, electronic equipment and storage medium
CN111709748A (en) Transaction execution method and device with service attribute and electronic equipment
CN109684846A (en) A kind of file extraction method and device
CN115599299A (en) Storage bucket management method and device, electronic equipment and storage medium
CN112866265B (en) CSRF attack protection method and device
CN108089927B (en) Method and device for realizing message communication based on Web Worker
CN112187994A (en) Call limitation method, device, medium and terminal equipment
CN113342447A (en) Page generation method, device, equipment and storage medium based on Flutter
CN117112047B (en) USB equipment management and control method, equipment and storage medium
CN113127051B (en) Application resource packaging process monitoring method, device, equipment and medium
CN116088836B (en) Tableview-based data page display method and system
CN110740102B (en) Communication method, system, equipment and computer readable storage medium
CN110781493B (en) Processing method for running application program, terminal and server
CN114007077B (en) Method and device for processing multimedia resources, electronic equipment and storage medium
CN111383025B (en) Method and device for forwarding wind control data and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
CB02 Change of applicant information

Address after: 510000 718, block a, Linhe xiyaozhong square, Tianhe District, Guangzhou City, Guangdong Province

Applicant after: Guangzhou haoxingwan Technology Co.,Ltd.

Address before: 510000 718, block a, Linhe xiyaozhong square, Tianhe District, Guangzhou City, Guangdong Province

Applicant before: GUANGZHOU HAOXING BAY SCIENCE AND TECHNOLOGY Co.,Ltd.

Address after: Room 2001, 2002, 2003, 2004, 2005, No. 239, Tianhe North Road, Tianhe District, Guangzhou, Guangdong 510630

Applicant after: Guangzhou Xingxing Yuedong Co.,Ltd.

Address before: 510000 718, block a, Linhe xiyaozhong square, Tianhe District, Guangzhou City, Guangdong Province

Applicant before: Guangzhou haoxingwan Technology Co.,Ltd.

CB02 Change of applicant information
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination