CN102811076B - Bluetooth connecting method - Google Patents
Bluetooth connecting method Download PDFInfo
- Publication number
- CN102811076B CN102811076B CN201110149567.1A CN201110149567A CN102811076B CN 102811076 B CN102811076 B CN 102811076B CN 201110149567 A CN201110149567 A CN 201110149567A CN 102811076 B CN102811076 B CN 102811076B
- Authority
- CN
- China
- Prior art keywords
- node
- present node
- bluetooth
- destination end
- current node
- 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.)
- Expired - Fee Related
Links
Landscapes
- Mobile Radio Communication Systems (AREA)
Abstract
本发明公开了一种蓝牙连接方法包括:将发送端作为当前节点;搜索当前节点可连接的所有节点生成可连接设备列表;将当前节点加入连接路径;搜索当前节点下有多少子节点循环判断当前节点的所有子节点是否为目标端;若是,建立蓝牙连接;若否,则将当前节点的子节点作为新的当前节点,并根据新的当前节点开始递归搜索。用户可以在有足够蓝牙设备覆盖的区域中,远距离连接此区域中远处的任何一台蓝牙设备,从而大大扩展了蓝牙的使用范围,使得蓝牙通信不再局限于较短的距离之内。
The invention discloses a bluetooth connection method, which includes: taking the sending end as the current node; searching for all nodes that can be connected to the current node to generate a list of connectable devices; adding the current node to the connection path; Whether all child nodes of the node are target terminals; if yes, establish a Bluetooth connection; if not, use the child nodes of the current node as the new current node, and start recursive search based on the new current node. Users can connect to any remote Bluetooth device in the area covered by sufficient Bluetooth devices, which greatly expands the range of use of Bluetooth, making Bluetooth communication no longer limited to a short distance.
Description
技术领域 technical field
本发明涉及一种蓝牙连接方法,特别是涉及一种蓝牙远距离连接的方法。The invention relates to a Bluetooth connection method, in particular to a Bluetooth long-distance connection method.
背景技术 Background technique
当今手机的功能越来越强大,其中蓝牙已经成为一种标准配置。手机间的通讯方式不再仅限于GSM/GPRS,蓝牙也在手机无线通讯方式中扮演了重要的角色。蓝牙有着通迅简单,传输速度较快,无网络要求的优点。但同时,蓝牙也有传输距离短的缺点。Today's mobile phones are becoming more and more powerful, and Bluetooth has become a standard configuration. The communication method between mobile phones is no longer limited to GSM/GPRS, and Bluetooth also plays an important role in the wireless communication method of mobile phones. Bluetooth has the advantages of simple communication, fast transmission speed, and no network requirements. But at the same time, Bluetooth also has the disadvantage of short transmission distance.
以简单的手机间建立蓝牙连接为例,目前蓝牙传输距离一般只能在10M以内,而现实中由于各种干扰,其距离会更短。但要实现直接远距离的蓝牙设备连接是不可能的。Take the establishment of a simple Bluetooth connection between mobile phones as an example. At present, the Bluetooth transmission distance is generally only within 10M, but in reality, due to various interferences, the distance will be shorter. But it is impossible to realize direct long-distance Bluetooth device connection.
因此期望能找到一种能实现远距离蓝牙连接的方法。Therefore expect to find a kind of method that can realize long-distance bluetooth connection.
发明内容 Contents of the invention
本发明要解决的技术问题是为了克服现有技术中蓝牙连接距离受限、无法实现远距离的蓝牙连接的缺陷,提供一种通过多个蓝牙设备中继的方式实现蓝牙设备之间的远距离连接的蓝牙连接方法。The technical problem to be solved by the present invention is to overcome the defects in the prior art that the bluetooth connection distance is limited and the long-distance bluetooth connection cannot be realized, and to provide a way to realize the long-distance connection between bluetooth devices by means of multiple bluetooth device relays. Bluetooth connection method for connection.
本发明是通过下述技术方案来解决上述技术问题的:The present invention solves the above technical problems through the following technical solutions:
一种蓝牙连接方法,其特点在于,其包括以下步骤:A bluetooth connection method is characterized in that it comprises the following steps:
S1、将发送端作为当前节点,并传入父节点列表;S 1. Set the sender as the current node and pass in the list of parent nodes;
S2、搜索当前节点可连接的所有节点,并生成可连接设备列表,将当前节点可连接的所有节点存入该可连接设备列表;S 2. Search for all nodes that the current node can connect to, and generate a list of connectable devices, and store all nodes that the current node can connect to in the list of connectable devices;
S3、去除该可连接设备列表中与父节点列表重复的节点;S 3. Remove nodes that are duplicated with the parent node list in the connectable device list;
S4、将当前节点加入连接路径;S 4. Add the current node to the connection path;
S5、搜索当前节点下有多少子节点;S 5. Search how many child nodes are under the current node;
S6、循环判断当前节点的所有子节点,是否当前节点的某个子节点为目标端;若是,则进入步骤S12、;若否,则进入步骤S7;S 6. Circularly judge all child nodes of the current node, whether a certain child node of the current node is the target end; if yes, enter step S 12 ; if not, enter step S 7 ;
S7、搜索当前节点可连接的所有节点,并将当前节点可连接的所有节点存入该可连接设备列表;S 7. Search for all nodes that the current node can connect to, and store all the nodes that the current node can connect to in the connectable device list;
S8、将当前节点的子节点作为新的当前节点,并将该可连接设备列表作为父节点列表;S 8. Use the child nodes of the current node as the new current node, and use the connectable device list as the parent node list;
S9、根据新的当前节点开始递归搜索;S 9. Start a recursive search according to the new current node;
S10、判断递归搜索是否结束,若是,进入步骤S11、;若否,返回步骤S2; S10 . Determine whether the recursive search is over, if yes, go to step S11 ; if not, return to step S2 ;
S11、当前节点及其下方子节点不存在目标端,删除连接路径的尾部节点,即当前节点,并提示未找到目标端;S 11. The current node and its child nodes below do not have a target end, delete the tail node of the connection path, that is, the current node, and prompt that the target end is not found;
S12、找到目标端,并确定发送端与目标端之间的连接路径;S 12. Find the target end, and determine the connection path between the sender end and the target end;
S13、发送端按照步骤S12中确定的连接路径发送连接请求至目标端; S13 . The sending end sends a connection request to the target end according to the connection path determined in step S12 ;
S14、判断发送端是否收到来自目标端的响应连接信息,若是,进入步骤S15;若否,提示蓝牙连接失败;S 14. Determine whether the sending end has received the response connection information from the target end, if so, enter step S 15 ; if not, prompt that the Bluetooth connection fails;
S15、发送端建立与目标端之间的蓝牙连接。其中,发送端、目标端以及上述的各个节点均为蓝牙设备。S 15 . The sending end establishes a Bluetooth connection with the target end. Wherein, the sending end, the target end and the above-mentioned nodes are all Bluetooth devices.
优选地,步骤S13还包括以下步骤:Preferably, step S13 also includes the following steps:
S131、发送端发送连接请求给当前节点;S 131. The sender sends a connection request to the current node;
S132、当前节点获得连接请求信息;S 132. The current node obtains connection request information;
S133、判断当前节点是否为目标端,若否,进入步骤S134;若是,进入步骤S136;S 133. Determine whether the current node is the target end, if not, enter step S 134 ; if yes, enter step S 136 ;
S134、当前节点将连接请求发送给连接路径中当前节点的下一个节点;S 134. The current node sends the connection request to the next node of the current node in the connection path;
S135、将连接路径中当前节点的下一个节点作为新的当前节点并返回步骤S132;S 135. Use the next node of the current node in the connection path as the new current node and return to step S 132 ;
S136、目标端发送响应连接信息。S 136. The target end sends a response connection information.
优选地,步骤S15还包括以下步骤:Preferably, step S15 also includes the following steps:
S151、目标端发送响应连接信息给当前节点;S 151. The target end sends response connection information to the current node;
S152、当前节点获得响应连接信息;S 152. The current node obtains the response connection information;
S153、判断当前节点是否为发送端,若否,进入步骤S154;若是,进入步骤S156;S 153. Determine whether the current node is the sending end, if not, enter step S 154 ; if yes, enter step S 156 ;
S154、当前节点将响应连接信息发送给连接路径中当前节点的上一个节点;S 154. The current node sends the response connection information to the previous node of the current node in the connection path;
S155、将连接路径中当前节点的上一个节点作为新的当前节点并返回步骤S152;S 155. Use the previous node of the current node in the connection path as the new current node and return to step S 152 ;
S156、发送端建立与目标端之间的蓝牙连接。S 156. The sending end establishes a Bluetooth connection with the target end.
优选地,步骤S15之后还包括以下步骤:存储该发送端与该目标端之间的连接路径。这样方便用户再次使用远距离蓝牙连接时的连接路径查找。Preferably, after step S15 , the following step is further included: storing the connection path between the sending end and the target end. In this way, it is convenient for the user to find the connection path when using the long-distance Bluetooth connection again.
本发明的积极进步效果在于:用户可以在有足够蓝牙设备覆盖的区域中,远距离连接此区域中远处的任何一台蓝牙设备,从而大大扩展了蓝牙的使用范围,使得蓝牙通信不再局限于较短的距离之内,也为数据传输提供了更多的选择。The positive progress effect of the present invention is that the user can remotely connect any bluetooth device in the area covered by enough bluetooth devices, thereby greatly expanding the range of use of bluetooth, so that bluetooth communication is no longer limited to Within a shorter distance, it also provides more options for data transmission.
附图说明 Description of drawings
图1为本发明的蓝牙连接方法中搜索目标端的步骤流程图。FIG. 1 is a flow chart of the steps of searching for a target in the Bluetooth connection method of the present invention.
图2为本发明的蓝牙连接方法中发送端发送连接请求至目标端的步骤流程图。FIG. 2 is a flow chart of the steps of sending a connection request from the sending end to the target end in the Bluetooth connection method of the present invention.
图3为本发明的蓝牙连接方法中目标端发送响应连接信息至发送端的步骤流程图。FIG. 3 is a flow chart of steps in which the target end sends response connection information to the sender end in the Bluetooth connection method of the present invention.
具体实施方式 detailed description
下面结合附图给出本发明较佳实施例,以详细说明本发明的技术方案。The preferred embodiments of the present invention are given below in conjunction with the accompanying drawings to describe the technical solution of the present invention in detail.
参考图1,本发明的蓝牙连接方法中搜索目标端的步骤如下:With reference to Fig. 1, the step of searching target end in the bluetooth connection method of the present invention is as follows:
步骤100,将发送端作为当前节点,并传入父节点列表。此时,由于发送端是起始节点,因此不存在父节点,所以此时的父节点列表是空的。Step 100, take the sender as the current node, and pass in the list of parent nodes. At this time, since the sender is the starting node, there is no parent node, so the parent node list at this time is empty.
步骤101,搜索当前节点可连接的所有节点,并生成可连接设备列表,将当前节点可连接的所有节点存入该可连接设备列表。Step 101, searching for all nodes connectable to the current node, generating a list of connectable devices, and storing all nodes connectable to the current node into the list of connectable devices.
步骤102,去除该可连接设备列表中与父节点列表重复的节点。Step 102, remove nodes that are duplicated with the parent node list in the connectable device list.
步骤103,将当前节点加入连接路径。Step 103, adding the current node to the connection path.
步骤104,搜索当前节点下有多少子节点。Step 104, searching how many child nodes there are under the current node.
步骤105,循环判断当前节点的所有子节点,是否当前节点的某个子节点为目标端?若是,进入步骤106;若否,进入步骤107。Step 105, cyclically judge all child nodes of the current node, whether a child node of the current node is the target end? If yes, go to step 106; if not, go to step 107.
步骤106,找到目标端。Step 106, find the target end.
步骤107,搜索当前节点可连接的所有节点,并将当前节点可连接的所有节点存入该可连接设备列表。Step 107, searching for all the nodes that the current node can connect to, and storing all the nodes that the current node can connect to in the connectable device list.
步骤108,将当前节点的子节点作为新的当前节点,并将该可连接设备列表作为父节点列表。Step 108, use the child nodes of the current node as the new current node, and use the connectable device list as the parent node list.
步骤109,根据新的当前节点开始递归搜索。Step 109, start a recursive search according to the new current node.
步骤110,判断递归搜索是否结束?若是,进入步骤111;若否,返回步骤101。Step 110, judging whether the recursive search is over? If yes, go to step 111; if not, go back to step 101.
步骤111,当前节点及其下方子节点不存在目标端,删除连接路径的尾部节点,即当前节点。Step 111 , the current node and its child nodes below do not have a target end, and the tail node of the connection path, that is, the current node, is deleted.
步骤112,未找到目标端。Step 112, the target end is not found.
参考图2,发送端发送连接请求至目标端的步骤如下所述:Referring to Figure 2, the steps for the sender to send a connection request to the target are as follows:
步骤200,发送端发送连接请求给当前节点。Step 200, the sender sends a connection request to the current node.
步骤201,当前节点获得连接请求信息。Step 201, the current node obtains connection request information.
步骤202,判断当前节点是否为目标端,若是,进入步骤203;若否,进入步骤204。Step 202, judge whether the current node is the target end, if yes, go to step 203; if not, go to step 204.
步骤203,目标端发送响应连接信息。Step 203, the target end sends a response connection information.
步骤204,当前节点将连接请求发送给连接路径中当前节点的下一个节点。Step 204, the current node sends the connection request to the next node of the current node in the connection path.
步骤205,将连接路径中当前节点的下一个节点作为新的当前节点并返回步骤201。Step 205 , use the next node of the current node in the connection path as the new current node and return to step 201 .
参考图3,目标端发送响应连接信息至发送端的步骤如下所述:Referring to Figure 3, the steps for the target end to send the response connection information to the sender end are as follows:
步骤300,目标端发送响应连接信息给当前节点。Step 300, the target end sends response connection information to the current node.
步骤301,当前节点获得响应连接信息。In step 301, the current node obtains response connection information.
步骤302,判断当前节点是否为发送端,若是,进入步骤303;若否,进入步骤304。Step 302, judge whether the current node is the sending end, if yes, go to step 303; if not, go to step 304.
步骤303,发送端建立与目标端之间的蓝牙连接。Step 303, the sending end establishes a Bluetooth connection with the target end.
步骤304,当前节点将响应连接信息发送给连接路径中当前节点的上一个节点。Step 304, the current node sends the response connection information to the previous node of the current node in the connection path.
步骤305,将连接路径中当前节点的上一个节点作为新的当前节点并返回步骤301。Step 305 , take the previous node of the current node in the connection path as the new current node and return to step 301 .
下面结合一应用实例再次说明本发明所述的蓝牙连接方法,其中蓝牙设备以具有蓝牙模块的手机为例,假设需要建立手机A和手机D之间的蓝牙连接,具体的实现方式如下:The bluetooth connection method of the present invention will be described again below in conjunction with an application example, wherein the bluetooth device takes a mobile phone with a bluetooth module as an example, assuming that a bluetooth connection between mobile phone A and mobile phone D needs to be established, the specific implementation is as follows:
(1)手机A通过蓝牙搜索手机D;(1) Mobile phone A searches for mobile phone D through Bluetooth;
所述步骤(1)中手机A通过蓝牙搜索手机D的步骤包括:In described step (1), the step that mobile phone A searches mobile phone D by bluetooth comprises:
(1-1)手机A通过搜索蓝牙设备找到手机A1,A2,...,An(n是自然数);(1-1) Mobile phone A finds mobile phones A1, A2, ..., An (n is a natural number) by searching for Bluetooth devices;
(1-2)手机A作为父节点将自己搜索到的设备列表依次发送给此设备列表中的子节点设备A1,A2,...,An(n是自然数);(1-2) The mobile phone A, as the parent node, sends the device list it has searched to the child node devices A1, A2, ..., An (n is a natural number) in the device list in turn;
(1-3)设备列表中的设备A1,A2,...,An(n是自然数)在得到列表后,记录自己的父节点手机A,同时搜索各自能找到的设备,并在这些找到的设备中排除掉之前得到列表中有的部分,即将重复的部分去除,得到一份自己的子节点列表,同时将自己搜索到的设备列表连同父节点传送来的其搜索到的设备列表合并为自己搜索到的设备列表,并重复之前(1-2)中手机A的动作,直到找到手机D;(1-3) Devices A1, A2, ..., An (n is a natural number) in the device list record their parent node mobile phone A after getting the list, and search for the devices they can find at the same time. Exclude the part in the list obtained before from the device, that is, remove the duplicate part, and get a list of its own child nodes, and at the same time merge the list of devices it has searched for with the list of devices it has searched for from the parent node into its own Search the list of devices, and repeat the actions of mobile phone A in the previous (1-2) until mobile phone D is found;
(1-4)手机D将自己的路径(D)向父节点D1反馈,父节点D1在接到子节点的反馈后将自己加入路径(D1-D)并向自己的父节点反馈,按此方法一直反馈到节点A,从而得到A-......-D的路径。(1-4) The mobile phone D feeds back its own path (D) to the parent node D1. After receiving the feedback from the child node, the parent node D1 adds itself to the path (D1-D) and feeds back to its parent node. Click here The method has been fed back to node A, so as to obtain the path of A-...-D.
(2)将手机A与手机D进行蓝牙连接。(2) Connect mobile phone A to mobile phone D via Bluetooth.
所述步骤(2)中将手机A与手机D进行蓝牙连接的步骤包括:The step that mobile phone A and mobile phone D are carried out bluetooth connection in described step (2) comprises:
(2-1)手机A根据自己记录的A-......-D的路径,将自己的连接请求及连接路径发送给下一个节点手机B;(2-1) Mobile phone A sends its own connection request and connection path to the next node mobile phone B according to the path A-...-D recorded by itself;
(2-2)节点手机B重复(2-1)中手机A的动作;(2-2) node mobile phone B repeats the action of mobile phone A in (2-1);
(2-3)如上循环一直到手机D;(2-3) Cycle as above until cell phone D;
(2-4)手机D响应手机A的请求,将连接响应按连接路径反馈给手机C;(2-4) Mobile phone D responds to the request of mobile phone A, and feeds back the connection response to mobile phone C according to the connection path;
(2-5)节点手机C重复(2-4)中手机D的动作;(2-5) node mobile phone C repeats the action of mobile phone D in (2-4);
(2-6)如上循环一直到手机A;(2-6) Cycle as above until cell phone A;
(2-7)手机A与手机D建立连接。(2-7) Mobile phone A establishes a connection with mobile phone D.
虽然以上描述了本发明的具体实施方式,但是本领域的技术人员应当理解,这些仅是举例说明,本发明的保护范围是由所附权利要求书限定的。本领域的技术人员在不背离本发明的原理和实质的前提下,可以对这些实施方式做出多种变更或修改,但这些变更和修改均落入本发明的保护范围。Although the specific embodiments of the present invention have been described above, those skilled in the art should understand that these are only examples, and the protection scope of the present invention is defined by the appended claims. Those skilled in the art can make various changes or modifications to these embodiments without departing from the principle and essence of the present invention, but these changes and modifications all fall within the protection scope of the present invention.
Claims (4)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201110149567.1A CN102811076B (en) | 2011-06-03 | 2011-06-03 | Bluetooth connecting method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201110149567.1A CN102811076B (en) | 2011-06-03 | 2011-06-03 | Bluetooth connecting method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN102811076A CN102811076A (en) | 2012-12-05 |
| CN102811076B true CN102811076B (en) | 2016-06-29 |
Family
ID=47234672
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201110149567.1A Expired - Fee Related CN102811076B (en) | 2011-06-03 | 2011-06-03 | Bluetooth connecting method |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN102811076B (en) |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103973343B (en) * | 2014-04-23 | 2017-01-11 | 广东华邦云计算股份有限公司 | Communication method and system |
| CN104780607B (en) * | 2015-04-24 | 2018-08-24 | 新华三技术有限公司 | To method, bluetooth trunking and the audiomonitor of the positioning of bluetooth wearable device |
| CN105336013B (en) * | 2015-10-16 | 2018-10-09 | 江苏协信信息科技有限公司 | It is a kind of that the method and system called the roll is realized by beacon broadcast |
| CN105933897A (en) * | 2016-03-31 | 2016-09-07 | 联想(北京)有限公司 | Electronic equipment and method for establishing communication connection among electronic equipment |
| CN105827282A (en) * | 2016-05-24 | 2016-08-03 | 卧槽科技(深圳)有限公司 | Bluetooth equipment networking method and device and Bluetooth equipment |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1408159A (en) * | 1999-12-06 | 2003-04-02 | 艾利森电话股份有限公司 | Broadcast as a triggering mechanism for route discovery |
| CN1453963A (en) * | 2002-04-25 | 2003-11-05 | 三星电子株式会社 | Method of bluetooth routing according to request and network formation and communication method of bluetooth group network |
| CN101127537A (en) * | 2007-09-30 | 2008-02-20 | 东南大学 | Multi-hop voice transmission method based on bluetooth technology |
| CN101217490A (en) * | 2008-01-09 | 2008-07-09 | 西南科技大学 | A Bluetooth wireless sensor network networking and routing method |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2008193247A (en) * | 2007-02-01 | 2008-08-21 | Oki Electric Ind Co Ltd | Communication method of master terminal applied to radio communication system, master terminal equipment, and program |
| WO2008096912A1 (en) * | 2007-02-04 | 2008-08-14 | Ki-Hyung Kim | Method for allowing a family-based address in a wireless sensor network, and method for hierarchical routing a path setting using the same |
| CN101425918A (en) * | 2007-10-29 | 2009-05-06 | 吉林市曼博科技有限公司 | Routing method based on tree network topology |
| CN101909012B (en) * | 2010-08-02 | 2012-07-04 | 深圳中兴力维技术有限公司 | Route addressing method based on tree network |
-
2011
- 2011-06-03 CN CN201110149567.1A patent/CN102811076B/en not_active Expired - Fee Related
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1408159A (en) * | 1999-12-06 | 2003-04-02 | 艾利森电话股份有限公司 | Broadcast as a triggering mechanism for route discovery |
| CN1453963A (en) * | 2002-04-25 | 2003-11-05 | 三星电子株式会社 | Method of bluetooth routing according to request and network formation and communication method of bluetooth group network |
| CN101127537A (en) * | 2007-09-30 | 2008-02-20 | 东南大学 | Multi-hop voice transmission method based on bluetooth technology |
| CN101217490A (en) * | 2008-01-09 | 2008-07-09 | 西南科技大学 | A Bluetooth wireless sensor network networking and routing method |
Also Published As
| Publication number | Publication date |
|---|---|
| CN102811076A (en) | 2012-12-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| KR101806257B1 (en) | Method and apparatus for implementing subscription notification | |
| CN102761351B (en) | Information transfer method and system based on Bluetooth technology | |
| CN102811076B (en) | Bluetooth connecting method | |
| US10110525B2 (en) | Method and device for interaction between smart watch and WECHAT platform, and smart watch | |
| JP4732972B2 (en) | Ad hoc network, node, route control method, and route control program | |
| KR102140664B1 (en) | Method and apparatus for sharing contents | |
| JP2011505751A (en) | Modifying the behavior of mobile devices using proximity | |
| JP2015500608A (en) | Method for transmitting data between terminals and terminal | |
| US20120063361A1 (en) | System and Method for Remote Radio Unit Finding and Topology Structure Establishment | |
| CN101667928B (en) | Client and server, device and method for signaling trace | |
| CN103220822A (en) | Data transmission method, data transmission device and mobile terminal | |
| CN101384009A (en) | Short message cancelling method and terminal | |
| CN111886843B (en) | Low power consumption Bluetooth network maintenance method, electronic device, bluetooth network and medium | |
| CN102420876A (en) | Method for actively pushing files in point-to-point mode in android-based intelligent mobile terminal | |
| US20160021487A1 (en) | Near field communication method and device | |
| CN105978940A (en) | Friend adding method and system of intelligent wearable device | |
| CN104469715A (en) | Delayed message sending method, terminal, server and system | |
| CN102970702B (en) | A Zigbee protocol-based wireless sensor network structure maintenance method and system | |
| CN102075974B (en) | Method for searching high contiguity resources in wireless sensor network | |
| Wang et al. | BWMesh: a multi-hop connectivity framework on Android for proximity service | |
| CN102571853A (en) | Method, system and device for remote point-to-point communication of mobile terminals | |
| CN105376138B (en) | Method for adding contacts, method for data transmission, and user equipment | |
| CN105451129B (en) | Network switching method and wireless loudspeaker box | |
| CN108200216A (en) | A kind of method, apparatus, storage medium and equipment for binding internet of things equipment | |
| CN111314101B (en) | Sensor parent node setting method, device and system based on ZigBee network |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C14 | Grant of patent or utility model | ||
| GR01 | Patent grant | ||
| TR01 | Transfer of patent right | ||
| TR01 | Transfer of patent right |
Effective date of registration: 20200713 Address after: Wang Yi No. 2158 building, 201103 Shanghai City, Minhang District Wanyuan Road 11 building 1111 room Patentee after: Shanghai RemoWireless Communication Technology Co.,Ltd. Address before: 200335 Shanghai city Changning District Admiralty Road No. 633 Patentee before: SHANGHAI SIMCOM Ltd. |
|
| CF01 | Termination of patent right due to non-payment of annual fee | ||
| CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20160629 |