WO2016112626A1 - 一种嵌入式操作系统实现蓝牙从设备功能的系统及方法 - Google Patents
一种嵌入式操作系统实现蓝牙从设备功能的系统及方法 Download PDFInfo
- Publication number
- WO2016112626A1 WO2016112626A1 PCT/CN2015/081393 CN2015081393W WO2016112626A1 WO 2016112626 A1 WO2016112626 A1 WO 2016112626A1 CN 2015081393 W CN2015081393 W CN 2015081393W WO 2016112626 A1 WO2016112626 A1 WO 2016112626A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- bluetooth
- interface
- mobile terminal
- module
- operating system
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 18
- 238000004891 communication Methods 0.000 claims description 14
- 230000002093 peripheral effect Effects 0.000 claims description 3
- 238000012986 modification Methods 0.000 abstract description 2
- 230000004048 modification Effects 0.000 abstract description 2
- 230000006870 function Effects 0.000 description 24
- 238000005516 engineering process Methods 0.000 description 6
- 238000010586 diagram Methods 0.000 description 5
- 230000005540 biological transmission Effects 0.000 description 4
- 238000011161 development Methods 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
- 230000008520 organization Effects 0.000 description 1
- 238000004806 packaging method and process Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/80—Services using short range communication, e.g. near-field communication [NFC], radio-frequency identification [RFID] or low energy communication
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/08—Protocols for interworking; Protocol conversion
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/18—Multiprotocol handlers, e.g. single devices capable of handling multiple protocols
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/30—Definitions, standards or architectural aspects of layered protocol stacks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/30—Definitions, standards or architectural aspects of layered protocol stacks
- H04L69/32—Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
- H04L69/322—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/18—Information format or content conversion, e.g. adaptation by the network of the transmitted or received information for the purpose of wireless delivery to users or terminals
Definitions
- the present invention relates to the field of communications technologies, and in particular, to a system and method for implementing a Bluetooth slave device function in an embedded operating system.
- Bluetooth technology has been more and more widely used. From mobile phones to homes, from sensor networks to home robots, Bluetooth applications are used in a wide variety of applications and devices.
- Bluetooth technology is a short-range wireless transmission technology that can effectively simplify communication problems between different devices such as mobile phones, computers, sensors and even robots or the same devices.
- Bluetooth protocols and profiles are an important part of the Bluetooth technology, in which the Bluetooth protocol defines the way to communicate with other systems (protocols), the timing of the signals and the organization of the communication data, and the Bluetooth specification is for some Application and specific scenarios, specifying the protocols used in these scenarios, and the order of work between the protocols, thus ensuring the interoperability between devices.
- Bluetooth specifications divide devices into two different roles, master and slave, such as the Advanced Audio Distribution Profile (A2DP), which implements the audio transport model, which classifies devices into master devices (SRC) and Slave device (SNK), where the sender of the audio stream is the SRC role and the receiver is the SNK role.
- A2DP Advanced Audio Distribution Profile
- SRC master devices
- SNK Slave device
- all mobile phones, tablets, etc. implement the master device (SRC role) in the A2DP specification.
- SRC role master device
- These devices based on the IOS or Android smart operating system use the Bluetooth protocol stack of the operating system itself to implement the main definition defined in the specification. device.
- the protocol stack can be Bluz or Bluedroid.
- These protocol stack software implements many specifications of Bluetooth. Their architecture is shown in Figure 1.
- the present invention provides a system and method for implementing a Bluetooth slave device function in an embedded operating system for an existing embedded operating system that cannot implement the Bluetooth slave device function.
- An embedded operating system implements a Bluetooth slave device function, which includes:
- the mobile terminal is installed with an embedded operating system
- Bluetooth module operable at least in a Bluetooth slave mode
- An interface module wherein the Bluetooth module is connected to the mobile terminal by using the interface module
- the mobile terminal drives the Bluetooth module to work through the interface module.
- the Bluetooth module comprises:
- a Bluetooth transceiver unit connected to the control unit
- the external interface unit is respectively connected to the control unit and the interface module;
- Bluetooth antenna connected to the Bluetooth transceiver unit
- the control unit connects to the mobile terminal by using the external interface unit, and controls the Bluetooth transceiver unit to communicate with the mobile terminal by using the external interface unit according to an instruction of the mobile terminal.
- control unit comprises:
- a first storage unit configured to store a complete Bluetooth slave device function protocol stack, where the complete Bluetooth slave device function protocol stack is used to control the operation of the Bluetooth transceiver unit;
- a second storage unit configured to store an interface protocol stack, where the interface protocol stack is used by the Bluetooth module to communicate with the mobile terminal.
- the external interface unit and the interface module are serial interfaces.
- the serial interface is an asynchronous serial communication interface, or a serial peripheral interface, or an internal integrated bus, or a serial fast input/output interface.
- the embedded operating system is Android or Linux.
- Step 1 Providing a Bluetooth module capable of operating at least in a Bluetooth slave mode and having a complete Bluetooth slave device protocol stack;
- Step 2 connecting the Bluetooth module to a mobile terminal through an interface module
- Step 3 The mobile terminal drives the Bluetooth module to work with a Bluetooth slave device function protocol stack of the Bluetooth module itself;
- Step 4 The Bluetooth module performs data communication with the mobile terminal through the interface module.
- the interface module is a serial interface.
- the mobile terminal adopts an Android operating system or a Linux operating system.
- the above technical solution has the beneficial effects that: by adopting the above system and method, the above technical solution is different from the current practice of integrating the Bluetooth protocol stack software into the operating system, but utilizes an additional hardware to implement and process the Bluetooth protocol stack. Then through the hardware and software interface specification, the Bluetooth specification required by the mobile terminal, including the master and slave devices, all the complete external Bluetooth protocol stacks are associated with the embedded operating system, thereby realizing the modification of the existing embedded operating system source code.
- the invention is not coupled with the operating system, and has portability, and can be easily transplanted to various embedded operating systems after completing a set of Bluetooth protocol stacks, even It is a closed operating system that does not open source code, so that the expansion of the Bluetooth protocol stack is no longer affected by the interface and service of the operating system, thereby improving the scalability and flexibility of the entire system.
- FIG. 1 is a schematic diagram of a Bluetooth software protocol stack architecture in the prior art
- Figure 2 is a schematic diagram of the system of the present invention.
- FIG. 3 is a four-layer model diagram of a software and hardware interface specification of an interface module of the present invention.
- FIG. 4 is a drive architecture diagram of an embodiment of an Android-based smart operating system
- Figure 5 is a block flow diagram of the method of the present invention.
- the technical solution of the present invention discloses a system for implementing a Bluetooth slave device function in an embedded operating system, which includes: a mobile terminal 1 with an embedded operating system installed therein; a Bluetooth module 2;
- the Bluetooth module 2 can operate at least in the Bluetooth slave mode; the interface module 3, the Bluetooth module 2 is connected to the mobile terminal 1 through the interface module 3; and the mobile terminal 1 drives the Bluetooth module 2 to work through the interface module 3.
- the mobile terminal 1 communicates with the external Bluetooth master device in the slave device mode by externally operating the Bluetooth module 2 that is at least operable in the Bluetooth slave mode, and the Bluetooth module 2 performs the interface with the mobile terminal 1 through the interface module 3. Communication, the mobile terminal 1 drives the Bluetooth module 2 to work.
- the Bluetooth module 2 includes: a control unit 21; a Bluetooth transceiver unit 22, a connection control unit 21; an external interface unit 23, which is respectively connected to the control unit 21 and the interface module 3; a Bluetooth antenna 24, which is connected to the Bluetooth.
- the control unit 21 connects the mobile terminal 1 through the external interface unit 23, and controls the Bluetooth transceiver unit 22 to perform data communication with the mobile terminal 1 through the external interface unit 23 according to an instruction of the mobile terminal 1.
- the Bluetooth transceiver unit 22 communicates with the external Bluetooth master device in the form of a Bluetooth slave device under the control of the control unit 21, and the Bluetooth antenna 24 is used for transmitting and receiving radio signals.
- control unit 21 includes: a first storage unit 211 for storing a complete Bluetooth slave device function protocol stack, and a complete Bluetooth slave device function protocol stack for controlling the Bluetooth transceiver unit 22 to operate;
- the second storage unit 212 is configured to store an interface protocol stack, and the interface protocol stack is used by the Bluetooth module 2 to communicate with the mobile terminal 1.
- control unit 21 can be formed by a low-power single-chip microcomputer, and the Bluetooth slave device protocol stack can be developed on the single-chip microcomputer through the C language, and the first storage unit 211 is formed by the storage space of the single-chip microcomputer.
- a further second storage unit 212 can also be formed in the storage space of the single chip microcomputer, wherein the driver of the external interface unit 23 and the interface protocol stack can be stored.
- the Bluetooth module 2 receives the Bluetooth data packet from the Bluetooth antenna 24 through the Bluetooth transceiver unit 22, and transmits the valid data to the mobile terminal 1 or the mobile terminal after being processed by the protocol stack in the control unit 21. 1 The data is received and then packaged into a Bluetooth data packet.
- the Bluetooth transceiver unit 22 transmits via the Bluetooth antenna 24.
- the external interface unit 23 and the interface module 3 are serial interfaces.
- the external interface unit 23 can adopt a Universal Asynchronous Receiver and Transmitter (UART), or a Serial Peripheral Interface (SPI), or an internal integrated bus (Inter-Integrated). Circuit, I2C), or Serial Rapid Input Output (SRIO).
- UART Universal Asynchronous Receiver and Transmitter
- SPI Serial Peripheral Interface
- I2C Internal integrated bus
- SRIO Serial Rapid Input Output
- the software and hardware interface specification of the interface module 3 is a bridge between the Bluetooth module 2 and the mobile terminal 1.
- the specification may be a specific hardware communication interface on the hardware, and may be a layer on the software.
- a communication protocol stack that defines a packet format and transmission timing between the Bluetooth module 2 and the mobile terminal 1. As shown in FIG. 3, the protocol stack can be divided into four layers, which are an application layer, a transport layer, a data link layer, and a physical layer.
- the application layer directly provides services for applications, specifically packet format and timing specifications for a specific Bluetooth specification application; the transport layer is responsible for data transmission and control, thereby providing reliable end-to-end data exchange functions;
- the function of the data link layer is to provide transparent data transmission basic services to upper users;
- the physical layer specifies the physical link creation, maintenance, and removal required to transmit data, while providing mechanical, electronic, functional, and specification. Characteristics.
- the interface module 3 can be disposed in the mobile terminal 1 and has the hardware and software components of the mobile terminal 1.
- the mobile terminal 1 further includes an embedded operating system driver, and the driver runs inside the operating system of the mobile terminal 1, and is specifically responsible for receiving the requirements of the application, and packaging the requirements into a data packet through the interface module.
- 3 is sent to the Bluetooth module 2, or receives the notification of the Bluetooth module 2, and notifies the specific state to the upper layer application that the mobile terminal 1 is running.
- the robot in an intelligent robot based on the Android embedded operating system, the robot is required to have a function of dialing a Bluetooth phone and playing Bluetooth music.
- the user uses the mobile phone to pair with the robot for Bluetooth, and then the user can interact with the robot to command the robot to make a call or play music from the phone via Bluetooth.
- the robot is required to have the slave device functions of the Bluetooth specifications A2DP, HFP, and AVRCP.
- the smart robot is a specific embodiment of the mobile terminal 1 in the above technical solution, and the Android native Bluetooth protocol stack can be no longer used. Instead, use the protocol in Bluetooth module 2 instead.
- the stack in which the protocol stack of the Bluetooth module 2 includes the complete A2DP, HFP, AVRCP Bluetooth slave function.
- a serial interface ie, an embodiment of the interface module 3 is used as a communication interface between the mobile terminal 1 and the Bluetooth module 2, and an Android-based driver and service are implemented as shown in FIG. In this way, the robot can realize the function of making calls and listening to music through Bluetooth.
- the workflow is as follows: First, the user commands the robot to make a call, and the robot invokes the application after receiving the command, and the application encapsulates the command content into a data packet according to the model of FIG. 3, and then transmits the data packet to the Bluetooth. Module 2; After the Bluetooth module 2 is unpacked, it passes through the Bluetooth protocol stack to execute the process of making a call made by HFP, thereby realizing the function of making a call by Bluetooth.
- the embedded operating system can be Android or Linux.
- the technical solution of the present invention further includes a method for implementing a function of a Bluetooth slave device in an embedded operating system, wherein, as shown in FIG. 5, the method includes the following steps:
- Step 1 Providing a Bluetooth module capable of operating at least in a Bluetooth slave mode and having a complete Bluetooth slave device protocol stack;
- Step 2 connecting the Bluetooth module to a mobile terminal through an interface module
- Step 3 The mobile terminal drives the Bluetooth module to work with the bluetooth slave device function protocol stack of the Bluetooth module itself;
- Step 4 The Bluetooth module performs data communication with the mobile terminal through the interface module.
- the interface module can adopt a serial interface.
- the mobile terminal may adopt an Android operating system or a Linux operating system.
- the present invention is different from the current practice of integrating the Bluetooth protocol stack software into the operating system, but utilizes an additional hardware to implement and process the Bluetooth protocol stack, and then through the hardware and software interface.
- the Bluetooth specification required for the smart device includes all the complete external Bluetooth protocol stacks, including the master and slave devices, associated with the embedded operating system of the mobile terminal, thereby realizing that the source code of the existing embedded operating system is not modified.
- the operating system adds the support function of the Bluetooth slave device; at the same time, the technical solution of the invention is not coupled with the operating system, and has portability.
- Bluetooth protocol stack After completing a set of Bluetooth protocol stack, it can be simply transplanted to various embedded operating systems, or even The closed operating system of the source code is not open, so that the extension of the Bluetooth protocol stack is no longer affected by the interface and service of the operating system, thereby improving the scalability and flexibility of the entire system.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Mobile Radio Communication Systems (AREA)
- Telephone Function (AREA)
- User Interface Of Digital Computer (AREA)
- Computer And Data Communications (AREA)
- Health & Medical Sciences (AREA)
- Computing Systems (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
Abstract
Description
Claims (9)
- 一种嵌入式操作系统实现蓝牙从设备功能的系统,其特征在于,包括:移动终端,所述移动终端安装有嵌入式智能操作系统;蓝牙模块,所述蓝牙模块至少可工作于蓝牙从设备模式;接口模块,所述蓝牙模块通过所述接口模块与所述移动终端连接;所述移动终端通过所述接口模块驱动所述蓝牙模块工作。
- 如权利要求1所述系统,其特征在于,所述蓝牙模块包括:控制单元;蓝牙收发单元,连接所述控制单元;对外接口单元,分别连接所述控制单元和所述接口模块;蓝牙天线,连接所述蓝牙收发单元;所述控制单元通过所述对外接口单元连接所述移动终端,并根据所述移动终端的指令控制所述蓝牙收发单元通过所述对外接口单元与所述移动终端进行通信。
- 如权利要求2所述系统,其特征在于,所述控制单元包括:第一储存单元,用以储存完整的蓝牙从设备功能协议栈,所述完整的蓝牙从设备功能协议栈用于控制所述蓝牙收发单元工作;第二储存单元,用以储存接口协议栈,所述接口协议栈用于所述蓝牙模块与所述移动终端通信。
- 如权利要求2所述系统,其特征在于,所述对外接口单元及所述接口模块为串行接口。
- 如权利要求4所述系统,其特征在于,所述串行接口为异步串行通信接口、或者串行外设接口、或者内部集成总线、或者串行快速输入输出接口
- 如权利要求1-5中任一所述系统,其特征在于,所述嵌入式操作系统为安卓或者Linux。
- 一种嵌入式操作系统实现蓝牙从设备功能的方法,其特征在于,包括如下步骤:步骤1、提供一至少可工作于蓝牙从设备模式且具备完整蓝牙从设备功能协议栈的蓝牙模块;步骤2、通过一接口模块将所述蓝牙模块连接至一移动终端;步骤3、所述移动终端驱动所述蓝牙模块以所述蓝牙模块自身的蓝牙从设备功能协议栈工作;步骤4、所述蓝牙模块通过所述接口模块与所述移动终端进行数据通信。
- 如权利要求7所述方法,其特征在于,所述接口模块为串行接口。
- 如权利要求8所述方法,其特征在于,所述移动终端采用安卓操作系统或者采用Linux操作系统。
Priority Applications (9)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017554629A JP6526238B2 (ja) | 2015-01-12 | 2015-06-12 | 組み込み式操作システムを使ってブルートゥース(登録商標)スレーブ設備の機能を実現する操作システムと方法 |
US14/763,748 US20160353231A1 (en) | 2015-01-12 | 2015-06-12 | An embedded operating system for achieving bluetooth slave device function and the method thereof |
AU2015376660A AU2015376660A1 (en) | 2015-01-12 | 2015-06-12 | System and method for embedded operating system achieving Bluetooth slave device function |
NZ734395A NZ734395B2 (en) | 2015-01-12 | 2015-06-12 | System and method for embedded operating system achieving bluetooth slave device function |
KR1020177022428A KR20170105055A (ko) | 2015-01-12 | 2015-06-12 | 임베디드 실행 시스템의 블루투스 종속 장치 기능 실현 시스템 및 방법 |
CA2973022A CA2973022C (en) | 2015-01-12 | 2015-06-12 | An embedded operating system for achieving bluetooth slave device function and the method thereof |
EP15877542.9A EP3247048B1 (en) | 2015-01-12 | 2015-06-12 | System and method for embedded operating system achieving bluetooth slave device function |
SG11201705719XA SG11201705719XA (en) | 2015-01-12 | 2015-06-12 | An embedded operating system for achieving bluetooth slave device function and the method thereof |
ZA2017/05412A ZA201705412B (en) | 2015-01-12 | 2017-08-10 | System and method for embedded operating system achieving bluetooth slave device function |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510014816.4A CN105846859B (zh) | 2015-01-12 | 2015-01-12 | 一种嵌入式操作系统实现蓝牙从设备功能的系统及方法 |
CN201510014816.4 | 2015-01-12 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2016112626A1 true WO2016112626A1 (zh) | 2016-07-21 |
Family
ID=56405172
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2015/081393 WO2016112626A1 (zh) | 2015-01-12 | 2015-06-12 | 一种嵌入式操作系统实现蓝牙从设备功能的系统及方法 |
Country Status (12)
Country | Link |
---|---|
US (1) | US20160353231A1 (zh) |
EP (1) | EP3247048B1 (zh) |
JP (1) | JP6526238B2 (zh) |
KR (1) | KR20170105055A (zh) |
CN (1) | CN105846859B (zh) |
AU (2) | AU2015101900A4 (zh) |
CA (1) | CA2973022C (zh) |
HK (1) | HK1222263A1 (zh) |
SG (1) | SG11201705719XA (zh) |
TW (1) | TWI589176B (zh) |
WO (1) | WO2016112626A1 (zh) |
ZA (1) | ZA201705412B (zh) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106714084A (zh) * | 2016-12-19 | 2017-05-24 | 四川长虹电器股份有限公司 | 安卓智能设备快速连接蓝牙的方法 |
CN114422992A (zh) * | 2020-12-08 | 2022-04-29 | Oppo广东移动通信有限公司 | 双系统蓝牙装置及电子设备 |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112309154A (zh) * | 2020-09-28 | 2021-02-02 | 惠州市德赛西威智能交通技术研究院有限公司 | 一种Ble快速启动自动泊车出库方法,设备及汽车 |
CN113099429B (zh) * | 2021-03-06 | 2023-06-27 | 深圳市智之祺科技有限公司 | 基于Android平台的蓝牙主从模式切换系统和方法 |
CN113950034B (zh) * | 2021-10-14 | 2024-04-26 | 北京字节跳动网络技术有限公司 | 蓝牙行为的模拟方法、装置和设备 |
CN114527958A (zh) * | 2021-12-28 | 2022-05-24 | 安徽清新物联科技有限公司 | 一种嵌入式安防监控设备的二次开发实现方法及存储介质 |
CN114173315B (zh) * | 2022-02-14 | 2022-06-14 | 荣耀终端有限公司 | 蓝牙回连方法及终端设备 |
CN117412273A (zh) * | 2022-07-07 | 2024-01-16 | 瑞昱半导体股份有限公司 | 蓝牙网络协议封包传输装置及方法 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2004034601A1 (en) * | 2002-10-08 | 2004-04-22 | Texas Instruments Incorporated | Bluetooth transparent bridge |
CN101141628A (zh) * | 2006-09-07 | 2008-03-12 | 环达电脑(上海)有限公司 | 移动嵌入式设备远程监控系统及方法 |
CN202750089U (zh) * | 2012-04-19 | 2013-02-20 | 中国联合网络通信集团有限公司 | 蓝牙装置和集成式外设 |
CN204013536U (zh) * | 2014-05-30 | 2014-12-10 | 深圳市江波龙电子有限公司 | 蓝牙通信设备及系统 |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2991165B2 (ja) * | 1997-08-20 | 1999-12-20 | 日本電気株式会社 | Isdn用端末装置 |
US20020164953A1 (en) * | 2000-06-13 | 2002-11-07 | Jeremy Curtis | Bluetooth adaptor |
US7127541B2 (en) * | 2002-12-23 | 2006-10-24 | Microtune (Texas), L.P. | Automatically establishing a wireless connection between adapters |
FR2851350B1 (fr) * | 2003-02-14 | 2005-05-20 | Baracoda | Boitier adaptateur autonome bluetooth pour pour peripherique informatique, adaptateur bluetooth usb maitre et systeme de communication |
US8510025B2 (en) * | 2009-04-02 | 2013-08-13 | Trafficcast International, Inc. | Method and system for a traffic management network |
CN102573128B (zh) * | 2010-12-22 | 2014-07-16 | 深圳市云通时代科技开发有限公司 | 短距离无线移动终端方法和系统 |
US9916257B2 (en) * | 2011-07-26 | 2018-03-13 | Intel Corporation | Method and apparatus for TLB shoot-down in a heterogeneous computing system supporting shared virtual memory |
CN204069148U (zh) * | 2014-09-16 | 2014-12-31 | 安福县海能实业股份有限公司 | 双向寻找以及无线自拍的装置 |
-
2015
- 2015-01-12 CN CN201510014816.4A patent/CN105846859B/zh active Active
- 2015-06-12 AU AU2015101900A patent/AU2015101900A4/en not_active Ceased
- 2015-06-12 EP EP15877542.9A patent/EP3247048B1/en active Active
- 2015-06-12 JP JP2017554629A patent/JP6526238B2/ja active Active
- 2015-06-12 US US14/763,748 patent/US20160353231A1/en not_active Abandoned
- 2015-06-12 SG SG11201705719XA patent/SG11201705719XA/en unknown
- 2015-06-12 CA CA2973022A patent/CA2973022C/en not_active Expired - Fee Related
- 2015-06-12 AU AU2015376660A patent/AU2015376660A1/en active Pending
- 2015-06-12 KR KR1020177022428A patent/KR20170105055A/ko not_active Ceased
- 2015-06-12 WO PCT/CN2015/081393 patent/WO2016112626A1/zh active Application Filing
- 2015-12-29 TW TW104144166A patent/TWI589176B/zh not_active IP Right Cessation
-
2016
- 2016-09-01 HK HK16110423.8A patent/HK1222263A1/zh not_active IP Right Cessation
-
2017
- 2017-08-10 ZA ZA2017/05412A patent/ZA201705412B/en unknown
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2004034601A1 (en) * | 2002-10-08 | 2004-04-22 | Texas Instruments Incorporated | Bluetooth transparent bridge |
CN101141628A (zh) * | 2006-09-07 | 2008-03-12 | 环达电脑(上海)有限公司 | 移动嵌入式设备远程监控系统及方法 |
CN202750089U (zh) * | 2012-04-19 | 2013-02-20 | 中国联合网络通信集团有限公司 | 蓝牙装置和集成式外设 |
CN204013536U (zh) * | 2014-05-30 | 2014-12-10 | 深圳市江波龙电子有限公司 | 蓝牙通信设备及系统 |
Non-Patent Citations (1)
Title |
---|
See also references of EP3247048A4 * |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106714084A (zh) * | 2016-12-19 | 2017-05-24 | 四川长虹电器股份有限公司 | 安卓智能设备快速连接蓝牙的方法 |
CN106714084B (zh) * | 2016-12-19 | 2019-11-12 | 四川长虹电器股份有限公司 | 安卓智能设备快速连接蓝牙的方法 |
CN114422992A (zh) * | 2020-12-08 | 2022-04-29 | Oppo广东移动通信有限公司 | 双系统蓝牙装置及电子设备 |
Also Published As
Publication number | Publication date |
---|---|
EP3247048A1 (en) | 2017-11-22 |
CN105846859A (zh) | 2016-08-10 |
TW201626845A (zh) | 2016-07-16 |
TWI589176B (zh) | 2017-06-21 |
KR20170105055A (ko) | 2017-09-18 |
SG11201705719XA (en) | 2017-08-30 |
AU2015376660A1 (en) | 2017-08-24 |
US20160353231A1 (en) | 2016-12-01 |
AU2015101900A4 (en) | 2017-09-28 |
CA2973022A1 (en) | 2016-07-21 |
ZA201705412B (en) | 2019-01-30 |
JP6526238B2 (ja) | 2019-06-05 |
EP3247048A4 (en) | 2018-08-08 |
NZ734395A (en) | 2020-10-30 |
CA2973022C (en) | 2020-09-22 |
EP3247048B1 (en) | 2021-05-19 |
CN105846859B (zh) | 2019-05-24 |
HK1222263A1 (zh) | 2017-06-23 |
JP2018508917A (ja) | 2018-03-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2016112626A1 (zh) | 一种嵌入式操作系统实现蓝牙从设备功能的系统及方法 | |
US8280086B2 (en) | Remote control system for a hearing aid | |
US8086781B2 (en) | Serial pass-through device | |
WO2017004982A1 (zh) | 智能系统及其实现方法、和用于智能设备的外设 | |
US8620379B2 (en) | Windows portable devices interface for Bluetooth low energy devices | |
JP4237771B2 (ja) | ブルートゥース無線装置を備える通信端末間のリンク連結方法 | |
JP6571341B2 (ja) | オーディオ使用のための電力供給の方法、デバイス及びプログラム | |
JP6426079B2 (ja) | Bluetoothネットワークでデータ通信を中継するための方法および装置 | |
KR102482670B1 (ko) | 무선 통신 시스템에서 데이터를 송수신하는 전자 장치 및 이를 위한 방법 | |
CN106169976A (zh) | 一种基于新型智能家庭网关的服务系统 | |
CN104540071A (zh) | 智能音箱的通信切换方法及装置 | |
CN101232310A (zh) | 蓝牙模块、蓝牙设备及其信息处理方法 | |
WO2020103680A1 (zh) | 一种数据通信方法及人机交互系统 | |
CN204090124U (zh) | 基于蓝牙通讯的智能手持设备音箱控制系统 | |
CN108234673B (zh) | 车载分布式映射系统及映射方法 | |
CN105608774A (zh) | 一种智能门禁控制系统及其控制方法 | |
CN110324214A (zh) | 一种无线控制方法、装置及系统 | |
CN106165483B (zh) | 通信模块及使用该通信模块的数据分割传输方法 | |
NZ734395B2 (en) | System and method for embedded operating system achieving bluetooth slave device function | |
US8983381B2 (en) | Multi-mode short-range wireless signal processing apparatus and method | |
CN202906905U (zh) | 一种蓝牙模块 | |
CN110532027B (zh) | 终端安装包处理方法、系统、终端及可读存储介质 | |
OA18306A (en) | An embedded operation system for achieving bluetooth slave device function and the method thereof | |
CN106454705B (zh) | 智能骑行多设备无线通讯系统及方法 | |
KR200328928Y1 (ko) | 이동통신용 기지국 제어기와 개인용 컴퓨터와의 정합장치 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WWE | Wipo information: entry into national phase |
Ref document number: 14763748 Country of ref document: US |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 15877542 Country of ref document: EP Kind code of ref document: A1 |
|
ENP | Entry into the national phase |
Ref document number: 2973022 Country of ref document: CA |
|
ENP | Entry into the national phase |
Ref document number: 2017554629 Country of ref document: JP Kind code of ref document: A |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
REEP | Request for entry into the european phase |
Ref document number: 2015877542 Country of ref document: EP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 11201705719X Country of ref document: SG |
|
ENP | Entry into the national phase |
Ref document number: 20177022428 Country of ref document: KR Kind code of ref document: A |
|
ENP | Entry into the national phase |
Ref document number: 2015376660 Country of ref document: AU Date of ref document: 20150612 Kind code of ref document: A |