JP6500302B2 - Central device, peripheral device, communication system, communication method and program - Google Patents

Central device, peripheral device, communication system, communication method and program Download PDF

Info

Publication number
JP6500302B2
JP6500302B2 JP2015115595A JP2015115595A JP6500302B2 JP 6500302 B2 JP6500302 B2 JP 6500302B2 JP 2015115595 A JP2015115595 A JP 2015115595A JP 2015115595 A JP2015115595 A JP 2015115595A JP 6500302 B2 JP6500302 B2 JP 6500302B2
Authority
JP
Japan
Prior art keywords
communication
information
unit
peripheral device
rule
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.)
Active
Application number
JP2015115595A
Other languages
Japanese (ja)
Other versions
JP2017005411A (en
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.)
Tanita Corp
Original Assignee
Tanita Corp
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 Tanita Corp filed Critical Tanita Corp
Priority to JP2015115595A priority Critical patent/JP6500302B2/en
Publication of JP2017005411A publication Critical patent/JP2017005411A/en
Application granted granted Critical
Publication of JP6500302B2 publication Critical patent/JP6500302B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Telephone Function (AREA)

Description

本発明は、中央装置、周辺装置、通信システム、通信方法およびプログラムに関する。   The present invention relates to a central device, a peripheral device, a communication system, a communication method and a program.

近年、近距離無線通信の一つであるBLE(Bluetooth Low Energy、Bluetoothは登録商標)を搭載した通信端末が普及している(例えば、特許文献1を参照)。BLEは、低消費電力の通信を目的に開発された無線技術である。
BLEによるデータの授受は基本的にはGATT(Generic Attribute Profile)というプロファイルに基づいて行われる。GATTでは、1つまたは複数のキャラクタリスティック(Characteristic)がサービス(Service)としてまとめられる。サービスを定義する端末をサーバー(Server)、サービスを呼び出す端末をクライアント(Client)と呼び、クライアントはサーバー内のキャラクタリスティックに定められた宣言に従ってデータを受信する。例えばスマートフォンなどの情報通信端末にクライアントの役割を、生体情報測定機器などにサーバーの役割を与えて、データの授受に関してキャラクタリスティックをキーとして暗号化などの通信端末間の通信規則などを表すことができる。
In recent years, communication terminals equipped with BLE (Bluetooth Low Energy, Bluetooth is a registered trademark), which is one of short-range wireless communication, are in widespread use (see, for example, Patent Document 1). BLE is a wireless technology developed for low power consumption communication.
The transfer of data by BLE is basically performed based on a profile called GATT (Generic Attribute Profile). In GATT, one or more characteristics are grouped as a service. A terminal that defines a service is called a server (Server), and a terminal that calls a service is called a client (Client), and the client receives data according to the characteristic declarations defined in the server. For example, giving the role of a client to an information communication terminal such as a smart phone and the role of a server to a biological information measuring device etc, and representing communication rules between communication terminals such as encryption using characteristics as a key for data transfer. Can.

また、BLEでは通信端末間で相互に通信するための汎用的なアクセス用プロファイルであるGAP(Generic Access Profile)が定義されており、例えばスマートフォンなどの情報通信端末に中央装置(Central)の役割を、生体情報測定機器などに周辺装置(Peripheral)の役割をそれぞれ定義することで、周辺機器の発見や接続を低消費かつ素早く実施することができる。   Further, in BLE, GAP (Generic Access Profile), which is a general-purpose access profile for mutually communicating between communication terminals, is defined. For example, the role of a central apparatus (Central) in an information communication terminal such as a smartphone is defined. By defining the role of the peripheral device (Peripheral) in the biological information measuring device, etc., discovery and connection of the peripheral device can be performed quickly and quickly.

BLEは、標準で通信暗号化などのセキュリティ機構をサポートしている。GAPは、セキュリティのためのプロトコルであるSMP(Security Management Protocol)上に構築されており、GAPを通して暗号化の有無などのセキュリティを設定することが可能である。暗号化通信を必要とする場合は生成された暗号鍵を用いて通信する必要がある。   BLE supports security mechanisms such as communication encryption as standard. GAP is built on Security Management Protocol (SMP) which is a protocol for security, and it is possible to set security such as presence / absence of encryption through GAP. When encrypted communication is required, communication needs to be performed using the generated encryption key.

特開2014−110635号公報JP, 2014-110635, A

しかしながら、通信端末の種類によっては、暗号化された通信を要するキャラクタリスティックを用いる通信ができない場合がある。他方、通信の対象となる目的情報の種類によっては(例えば、目的情報が個人情報である場合)、暗号化された通信により目的情報の授受を行う要望がある。
本発明の目的は、上述した課題を解決する中央装置、周辺装置、通信システム、通信方法およびプログラムを提供することにある。
However, depending on the type of communication terminal, communication using a characteristic requiring encrypted communication may not be possible. On the other hand, depending on the type of target information to be communicated (for example, when the target information is personal information), there is a demand to transmit and receive the target information by encrypted communication.
An object of the present invention is to provide a central device, a peripheral device, a communication system, a communication method and a program that solve the above-mentioned problems.

本発明の第1の態様によれば、プログラムは、コンピュータを、周辺装置との通信に用いる暗号鍵による異なる暗号化の方法を示す複数の通信規則の中から前記周辺装置との通信に用いる通信規則を特定する通信規則特定部、前記通信規則特定部が特定した前記通信規則に基づいて、前記周辺装置と所定の目的情報の通信を行う通信部として機能させ、前記周辺装置が、前記通信規則ごとにBLEのキャラクタリスティックを割り当て、前記通信部が、前記通信規則特定部が特定した前記通信規則に係る前記キャラクタリスティックに基づいて、前記周辺装置と前記目的情報の通信を行うように機能させるAccording to the first aspect of the present invention, the program uses the computer to communicate with the peripheral device among a plurality of communication rules indicating different encryption methods using encryption keys used to communicate with the peripheral device. A communication rule specifying unit for specifying a rule, and based on the communication rule specified by the communication rule specifying unit, function as a communication unit for communicating predetermined object information with the peripheral device, and the peripheral device performs the communication rule Assign the characteristic of BLE every time, and the communication unit functions to communicate the target information with the peripheral device based on the characteristic according to the communication rule specified by the communication rule specifying unit Let

本発明の第2の態様によれば、第1の態様に係るプログラムは、前記コンピュータを、自装置の属性を示す属性情報を取得する属性取得部としてさらに機能させ、前記通信規則特定部が、属性情報と前記複数の通信規則のうちの1つとを関連付けて記憶するマッピング記憶部が前記属性取得部が取得した前記属性情報に関連付けて記憶する通信規則を特定する。   According to a second aspect of the present invention, the program according to the first aspect causes the computer to further function as an attribute acquisition unit that acquires attribute information indicating an attribute of the own device, and the communication rule identification unit A mapping storage unit that associates and stores attribute information and one of the plurality of communication rules specifies a communication rule that is stored in association with the attribute information acquired by the attribute acquisition unit.

本発明の第3の態様によれば、第2の態様に係るプログラムは、前記コンピュータを、前記マッピング記憶部としてさらに機能させる。   According to a third aspect of the present invention, the program according to the second aspect causes the computer to further function as the mapping storage unit.

本発明の第4の態様によれば、第1から第3の何れかの態様に係るプログラムは、前記複数の通信規則が、前記目的情報の通知指示を前記暗号鍵によって暗号化して通信し、かつ前記目的情報を前記暗号鍵によって暗号化して通信することを定めた第1の通信規則と、前記目的情報の通知指示を前記暗号鍵によって暗号化せずに通信し、かつ前記目的情報を前記暗号鍵によって暗号化して通信することを定めた第2の通信規則と、前記目的情報の通知指示を前記暗号鍵によって暗号化せずに通信し、かつ前記目的情報を前記暗号鍵によって暗号化せずに通信することを定めた第3の通信規則と、を含む。   According to a fourth aspect of the present invention, in the program according to any one of the first to third aspects, the plurality of communication rules communicate by encrypting the notification instruction of the object information with the encryption key, And communicating the first communication rule that specifies that the target information is to be encrypted by the encryption key and communication, and the notification instruction of the target information without encrypting the target information by the encryption key, and that the target information is A second communication rule that establishes communication by encrypting with an encryption key, and a notification instruction of the object information are communicated without being encrypted by the encryption key, and the object information is encrypted by the encryption key And a third communication rule that establishes communication without communication.

本発明の第5の態様によれば、第4の態様に係るプログラムは、前記通信規則特定部が特定した前記通信規則が第3の通信規則である場合に、前記通信部が、前記周辺装置と前記暗号鍵以外の鍵による暗号を用いて前記目的情報の通信を行う。   According to a fifth aspect of the present invention, in the program according to the fourth aspect, the communication unit is the peripheral device when the communication rule specified by the communication rule specifying unit is a third communication rule. The target information is communicated using an encryption using a key other than the encryption key and the encryption key.

本発明の第6の態様によれば、第1から第5の何れかの態様に係るプログラムは、前記通信規則特定部が、前記複数の通信規則それぞれを用いて前記周辺装置との通信を試み、通信に成功した前記通信規則を特定する。   According to a sixth aspect of the present invention, in the program according to any one of the first to fifth aspects, the communication rule specifying unit attempts to communicate with the peripheral device using each of the plurality of communication rules. , Identify the communication rule that succeeded in communication.

本発明の第7の態様によれば、第6の態様に係るプログラムは、前記通信規則特定部が特定した前記通信規則を、所定のサーバ装置に送信する通信規則送信部を備える。   According to a seventh aspect of the present invention, the program according to the sixth aspect includes a communication rule transmission unit for transmitting the communication rule specified by the communication rule specifying unit to a predetermined server device.

本発明の第9の態様によれば、第1から第8の何れかの態様に係るプログラムは、前記周辺装置が、利用者の生体情報を測定する生体情報測定装置であり、前記目的情報が、前記生体情報である。   According to a ninth aspect of the present invention, in the program according to any one of the first to eighth aspects, the peripheral device is a biological information measuring device for measuring biological information of a user, and the target information is , And the biological information.

本発明の第10の態様によれば、中央装置は、周辺装置との通信に用いる暗号鍵による異なる暗号化の方法を示す複数の通信規則の中から前記周辺装置との通信に用いる通信規則を特定する通信規則特定部と、前記通信規則特定部が特定した前記通信規則に基づいて、前記周辺装置と所定の目的情報の通信を行う通信部とを備え、前記周辺装置が、前記通信規則ごとにBLEのキャラクタリスティックを割り当て、前記通信部が、前記通信規則特定部が特定した前記通信規則に係る前記キャラクタリスティックに基づいて、前記周辺装置と前記目的情報の通信を行う制御をするAccording to the tenth aspect of the present invention, the central unit selects a communication rule used for communication with the peripheral device out of a plurality of communication rules indicating different encryption methods using encryption keys used for communication with the peripheral device. a communication rule specifying unit for specifying, based on the communication rule which the communication rule specifying unit has identified, and a said peripheral device and communicating section which communicates a given purpose information, the peripheral device, each of the communication rules The characteristic of BLE is assigned, and the communication unit controls the communication between the peripheral device and the object information based on the characteristic according to the communication rule specified by the communication rule specifying unit .

本発明の第11の態様によれば、通信方法は、周辺装置との通信に用いる暗号鍵による異なる暗号化の方法を示す複数の通信規則の中から前記周辺装置との通信に用いる通信規則を特定するステップと、特定した前記通信規則に基づいて、前記周辺装置と所定の目的情報の通信を行うステップとを有し、前記周辺装置が、前記通信規則ごとにBLEのキャラクタリスティックを割り当て、前記目的情報の通信を行うステップにおいて、特定した前記通信規則に係る前記キャラクタリスティックに基づいて、前記周辺装置と前記目的情報の通信を行うAccording to the eleventh aspect of the present invention, the communication method uses a communication rule used for communication with the peripheral device out of a plurality of communication rules indicating different encryption methods using encryption keys used for communication with the peripheral device. The method further comprises the steps of identifying and communicating predetermined object information with the peripheral device based on the identified communication rule, wherein the peripheral device assigns a characteristic of BLE for each of the communication rules. In the step of communicating the object information, the object information is communicated with the peripheral device based on the characteristic relating to the specified communication rule .

本発明の第12の態様によれば、周辺装置は、中央装置との通信に用いる暗号鍵による異なる暗号化の方法を示す複数の通信規則それぞれに基づいて、前記中央装置へ所定の目的情報を通信可能な通信部を備え、前記通信部が、前記通信規則ごとにBLEのキャラクタリスティックを割り当て、当該キャラクタリスティックに基づいて、前記中央装置と前記目的情報の通信を行うAccording to a twelfth aspect of the present invention, the peripheral device sends predetermined target information to the central device based on each of a plurality of communication rules indicating different encryption methods using encryption keys used for communication with the central device. A communication unit that can communicate is provided, and the communication unit assigns the characteristic of BLE to each of the communication rules, and communicates the target information with the central apparatus based on the characteristic .

本発明の第13の態様によれば、第12の態様に係る周辺装置は、前記複数の通信規則が、前記目的情報の通知指示を前記暗号鍵によって暗号化して通信し、かつ前記目的情報を前記暗号鍵によって暗号化して通信することを定めた第1の通信規則と、前記目的情報の通知指示を前記暗号鍵によって暗号化せずに通信し、かつ前記目的情報を前記暗号鍵によって暗号化して通信することを定めた第2の通信規則と、前記目的情報の通知指示を前記暗号鍵によって暗号化せずに通信し、かつ前記目的情報を前記暗号鍵によって暗号化せずに通信することを定めた第3の通信規則と、を含む。   According to a thirteenth aspect of the present invention, in the peripheral device according to the twelfth aspect, the plurality of communication rules encrypt and communicate the notification instruction of the object information with the encryption key, and the object information is transmitted. The first communication rule that determines that communication is to be performed by encryption using the encryption key, and the notification instruction for the target information are communicated without encryption using the encryption key, and the target information is encrypted using the encryption key A second communication rule that establishes communication and a notification instruction of the object information without encrypting the encryption key by the encryption key, and communicating the object information without encryption by the encryption key And a third communication rule that defines

本発明の第14の態様によれば、第13の態様に係る周辺装置は、前記通信部が、第3の通信規則に基づいて前記目的情報の通信を行う場合に、前記中央装置と前記暗号鍵以外の鍵による暗号を用いて前記目的情報の通信を行う。   According to a fourteenth aspect of the present invention, in the peripheral device according to the thirteenth aspect, when the communication unit communicates the object information based on a third communication rule, the central device and the cipher Communication of the object information is performed using encryption with a key other than the key.

本発明の第16の態様によれば、第12から第15の何れかの態様に係る周辺装置は、利用者の生体情報を測定する測定部をさらに備え、前記通信部が、前記生体情報を前記目的情報とする通信を行う。   According to a sixteenth aspect of the present invention, the peripheral device according to any of the twelfth to fifteenth aspects further includes a measurement unit configured to measure biological information of the user, and the communication unit is configured to measure the biological information. Communication is performed as the target information.

本発明の第17の態様によれば、通信システムは、第10の態様に係る中央装置と、第12から第16の何れかの態様に係る周辺装置とを備える。   According to a seventeenth aspect of the present invention, a communication system includes the central device according to the tenth aspect and the peripheral device according to any of the twelfth to sixteenth aspects.

上記態様のうち少なくとも1つの態様によれば、中央装置は、異なる暗号化の方法を示す複数の通信規則の中から周辺装置との通信に用いる通信規則を特定し、当該通信規則に基づいて周辺装置との通信を行う。これにより、中央装置は、複数の通信規則のうち周辺装置との通信が可能な1つの通信規則を用いることで、周辺装置から目的情報を受信することができる。また、暗号化の方法が異なる複数の通信規則が用意されることで、通信システムは、暗号化された通信による目的情報の授受をサポートすることができる。   According to at least one of the above aspects, the central apparatus specifies a communication rule to be used for communication with the peripheral device from among a plurality of communication rules indicating different encryption methods, and based on the communication rule, the central apparatus identifies the communication rule. Communicate with the device. Thus, the central device can receive the target information from the peripheral device by using one of the plurality of communication rules that can communicate with the peripheral device. In addition, by preparing a plurality of communication rules with different encryption methods, the communication system can support the exchange of object information by encrypted communication.

第1の実施形態に係る通信システムの構成を示す概略図である。BRIEF DESCRIPTION OF THE DRAWINGS It is the schematic which shows the structure of the communication system which concerns on 1st Embodiment. 第1の実施形態に係る生体情報の通信方法を示すシーケンス図である。It is a sequence diagram which shows the communication method of the living body information concerning a 1st embodiment. 第1の実施形態に係るマッピング情報の作成方法を示すフローチャートである。It is a flowchart which shows the creation method of the mapping information which concerns on 1st Embodiment. 第2の実施形態に係る通信システムの構成を示す概略図である。It is a schematic diagram showing composition of a communication system concerning a 2nd embodiment. 第3の実施形態に係る通信システムの構成を示す概略図である。It is the schematic which shows the structure of the communication system which concerns on 3rd Embodiment. 少なくとも1つの実施形態に係るコンピュータの構成を示す概略ブロック図である。It is a schematic block diagram showing composition of a computer concerning at least one embodiment.

《第1の実施形態》
以下、図面を参照しながら実施形態について詳しく説明する。
図1は、第1の実施形態に係る通信システムの構成を示す概略図である。
通信システム1は、生体情報測定装置10と通信端末20とを備える。生体情報測定装置10と通信端末20とは、BLEにより通信を行う。生体情報測定装置10は、利用者の生体情報(例えば、体重、体脂肪率、活動量など)を測定する装置である。生体情報測定装置10は、目的情報として生体情報を提供する周辺装置として動作する。通信端末20は、利用者が所有するスマートフォンなどの端末装置である。通信端末20は、目的情報を取得する中央装置として動作する。生体情報測定装置10と通信端末20とは、予めペアリングすることにより、共通の暗号鍵(以下、BLE鍵という)を有する。
First Embodiment
Hereinafter, embodiments will be described in detail with reference to the drawings.
FIG. 1 is a schematic view showing the configuration of the communication system according to the first embodiment.
The communication system 1 includes a biological information measurement device 10 and a communication terminal 20. The biological information measuring device 10 and the communication terminal 20 communicate by BLE. The biological information measurement device 10 is a device that measures biological information (for example, body weight, body fat percentage, activity amount, etc.) of the user. The biological information measurement device 10 operates as a peripheral device that provides biological information as target information. The communication terminal 20 is a terminal device such as a smartphone owned by the user. The communication terminal 20 operates as a central apparatus for acquiring object information. The biometric information measuring device 10 and the communication terminal 20 have a common encryption key (hereinafter referred to as a BLE key) by pairing in advance.

生体情報測定装置10は、測定部11、通信部12、通信制御部13を備える。
測定部11は、利用者の生体情報を測定する。
通信部12は、BLEによる通信機能を有する。
通信制御部13は、測定部11が測定した生体情報を、通信部12を介して通信端末20に送信する。
The biological information measurement device 10 includes a measurement unit 11, a communication unit 12, and a communication control unit 13.
The measurement unit 11 measures biometric information of the user.
The communication unit 12 has a communication function by BLE.
The communication control unit 13 transmits the biological information measured by the measurement unit 11 to the communication terminal 20 via the communication unit 12.

生体情報測定装置10は、通信端末20との通信に利用可能なサービスとして、暗号化の方法が異なる3つのサービスを提供する。つまり、生体情報測定装置10は、第1のサービス、第2のサービス、および第3のサービスを提供する。各サービスは、通信端末20が生体情報測定装置10から生体情報を受信するための受信用キャラクタリスティックと、通信端末20から生体情報測定装置10へ、生体情報の測定に用いる情報(例えば、身長や年齢など)を送信するための送信用キャラクタリスティックとを有する。なお、各キャラクタリスティックには、それぞれ異なる通信規則が定められる。各サービスに係る通信は、第1のサービスが最もセキュアであり、次いで第2のサービス、第3のサービスの順にセキュアである。   The biological information measurement device 10 provides three services having different encryption methods as services available for communication with the communication terminal 20. That is, the biological information measurement device 10 provides the first service, the second service, and the third service. Each service includes a receiving characteristic for the communication terminal 20 to receive biological information from the biological information measuring device 10, and information used for measuring biological information from the communication terminal 20 to the biological information measuring device 10 (for example, height) Transmission characteristic for transmitting (eg, age, etc.). Note that different communication rules are defined for each characteristic. The communication related to each service is the first service is the most secure, then the second service and then the third service in order.

第1のサービスは、第1の受信用キャラクタリスティックと、第1の送信用キャラクタリスティックとを有する。
第1の受信用キャラクタリスティックは、BLE鍵によって暗号化された通信により通信端末20から目的情報の送信要求を受け付け、BLE鍵によって暗号化された通信により通信端末20へ目的情報を通知する。つまり、第1の受信用キャラクタリスティックは、暗号化通信設定されたバリューアトリビュートと、暗号化通信設定されたCCCD(Client Characteristic Configuration Descriptor)とを有する。なお、CCCDは、通信端末20への目的情報の通知の可否を示す値である。CCCDの値が1を示すことは、目的情報の通知の許可を意味する。CCCDの値が0を示すことは、目的情報の通知の禁止を意味する。第1の受信用キャラクタリスティックに定められる通信規則は、第1の通信規則の一例である。
第1の送信用キャラクタリスティックは、BLE鍵によって暗号化された通信により通信端末20から受信用キャラクタリスティックのUUID(Universally Unique Identifier)の書き込みを受け付ける。つまり、第1の送信用キャラクタリスティックは、暗号化通信設定されたバリューアトリビュートを有する。
The first service has a first receiving characteristic and a first transmitting characteristic.
The first receiving characteristic receives a transmission request of the target information from the communication terminal 20 by communication encrypted by the BLE key, and notifies the communication terminal 20 of the target information by communication encrypted by the BLE key. That is, the first reception characteristic has a value attribute set for encrypted communication and a CCCD (Client Characteristic Configuration Descriptor) set for encrypted communication. The CCCD is a value indicating whether to notify the communication terminal 20 of the target information. When the value of CCCD indicates 1, it means permission to notify the object information. When the value of CCCD indicates 0, it means that the notification of the object information is prohibited. The communication rule defined in the first reception characteristic is an example of the first communication rule.
The first transmission characteristic receives the writing of the universally unique identifier (UUID) of the reception characteristic from the communication terminal 20 through the communication encrypted with the BLE key. That is, the first transmission characteristic has a value attribute set for encrypted communication.

第2のサービスは、第2の受信用キャラクタリスティックと、第2の送信用キャラクタリスティックとを有する。
第2の受信用キャラクタリスティックは、暗号化されない通信により通信端末20から目的情報の送信要求を受け付け、BLE鍵によって暗号化された通信により通信端末20へ目的情報を通知する。つまり、第2の受信用キャラクタリスティックは、暗号化通信設定されたバリューアトリビュートと、非暗号化通信設定されたCCCDとを有する。第2の受信用キャラクタリスティックに定められる通信規則は、第2の通信規則の一例である。
第2の送信用キャラクタリスティックは、BLE鍵によって暗号化された通信により通信端末20から受信用キャラクタリスティックのUUIDの書き込みを受け付ける。つまり、第2の送信用キャラクタリスティックは、暗号化通信設定されたバリューアトリビュートを有する。
The second service has a second receiving characteristic and a second transmitting characteristic.
The second receiving characteristic receives a transmission request for the target information from the communication terminal 20 by unencrypted communication, and notifies the communication terminal 20 of the target information by communication encrypted with the BLE key. That is, the second reception characteristic has a value attribute set for encrypted communication, and a CCCD set for non-encrypted communication. The communication rule defined in the second reception characteristic is an example of the second communication rule.
The second transmission characteristic receives writing of the UUID of the reception characteristic from the communication terminal 20 through communication encrypted with the BLE key. That is, the second transmission characteristic has a value attribute set for encrypted communication.

第3のサービスは、第3の受信用キャラクタリスティックと、第3の送信用キャラクタリスティックとを有する。
第3の受信用キャラクタリスティックは、暗号化されない通信により通信端末20から目的情報の送信要求を受け付け、暗号化されない通信により通信端末20へ目的情報を通知する。つまり、第3の受信用キャラクタリスティックは、非暗号化通信設定されたバリューアトリビュートと、非暗号化通信設定されたCCCDとを有する。第3の受信用キャラクタリスティックに定められる通信規則は、第3の通信規則の一例である。
第3の送信用キャラクタリスティックは、暗号化されない通信により通信端末20から受信用キャラクタリスティックのUUIDの書き込みを受け付ける。つまり、第3の送信用キャラクタリスティックは、非暗号化通信設定されたバリューアトリビュートを有する。
The third service has a third receiving characteristic and a third transmitting characteristic.
The third reception characteristic receives a request for transmission of the target information from the communication terminal 20 by communication that is not encrypted, and notifies the communication terminal 20 of the target information by communication that is not encrypted. That is, the third reception characteristic has a value attribute set for non-encrypted communication and a CCCD set for non-encrypted communication. The communication rule defined in the third reception characteristic is an example of the third communication rule.
The third transmission characteristic receives writing of the UUID of the reception characteristic from the communication terminal 20 by unencrypted communication. That is, the third transmission characteristic has a value attribute set for non-encryption communication.

通信端末20は、OSの機能として、端末情報記憶部21、通信部22、アプリケーション部23を備える。
端末情報記憶部21は、通信端末20の属性を記憶する。通信端末の属性は、通信端末20の機種(型番)、通信端末20に実装されるOSの種類、当該OSのバージョンを含む。以下、通信端末20の機種(型番)、OSの種類およびOSのバージョンの組み合わせを端末情報と呼ぶ。
通信部22は、BLEによる通信機能を有する。
アプリケーション部23は、利用者の任意でインストールされるアプリケーションプログラムを実行する。
The communication terminal 20 includes a terminal information storage unit 21, a communication unit 22, and an application unit 23 as functions of the OS.
The terminal information storage unit 21 stores an attribute of the communication terminal 20. The attribute of the communication terminal includes the model (model number) of the communication terminal 20, the type of OS installed in the communication terminal 20, and the version of the OS. Hereinafter, a combination of the model (model number) of the communication terminal 20, the type of OS, and the version of the OS is referred to as terminal information.
The communication unit 22 has a communication function by BLE.
The application unit 23 executes an application program that is optionally installed by the user.

アプリケーション部23は、生体情報測定装置10から生体情報を受信するための生体情報受信プログラムを実行することで、端末情報取得部31、マッピング記憶部32、サービス特定部33、通信制御部34を備える。
端末情報取得部31は、端末情報記憶部21から端末情報を取得する。端末情報取得部31は、自装置の属性を示す属性情報を取得する属性取得部の一例である。
マッピング記憶部32は、生体情報測定装置10との通信に用いるサービスのUUIDと、端末情報とを関連付けたマッピング情報を記憶する。端末情報とサービスとの関係は、予めの接続試験により特定されたものである。
サービス特定部33は、生体情報測定装置10が提供するサービスのうち、自装置との通信が可能なサービスを特定する。つまり、サービス特定部33は、自装置との通信が可能な受信用キャラクタリスティックおよび送信用キャラクタリスティックを特定する。サービス特定部33は、通信規則特定部の一例である。
通信制御部34は、サービス特定部33が特定したサービスに基づいて、端末情報記憶部21から生体情報を受信する。
The application unit 23 includes a terminal information acquisition unit 31, a mapping storage unit 32, a service specification unit 33, and a communication control unit 34 by executing a biological information reception program for receiving biological information from the biological information measurement apparatus 10. .
The terminal information acquisition unit 31 acquires terminal information from the terminal information storage unit 21. The terminal information acquisition unit 31 is an example of an attribute acquisition unit that acquires attribute information indicating an attribute of the own device.
The mapping storage unit 32 stores mapping information in which the UUID of the service used for communication with the biological information measuring device 10 and the terminal information are associated. The relationship between the terminal information and the service is specified by the connection test in advance.
Among the services provided by the biological information measurement device 10, the service identification unit 33 identifies a service that can communicate with the device itself. That is, the service specifying unit 33 specifies the receiving characteristic and the transmitting characteristic which can communicate with the own apparatus. The service identification unit 33 is an example of a communication rule identification unit.
The communication control unit 34 receives the biological information from the terminal information storage unit 21 based on the service specified by the service specifying unit 33.

次に、本実施形態に係る通信システム1による生体情報の通知方法について説明する。
図2は、第1の実施形態に係る生体情報の通信方法を示すシーケンス図である。
生体情報測定装置10の通信制御部13は、通信部12を介して一定周期で自装置の存在を報知するアドバタイジングパケットを送信する(ステップS101)。
通信端末20の通信部22が生体情報測定装置10のアドバタイジングパケットを受信すると、通信制御部34は、通信部22を介して接続要求パケットを生体情報測定装置10に送信する(ステップS201)。これにより、生体情報測定装置10と通信端末20との通信が確立される。
Next, a notification method of biological information by the communication system 1 according to the present embodiment will be described.
FIG. 2 is a sequence diagram showing a method of communicating biological information according to the first embodiment.
The communication control unit 13 of the biological information measuring device 10 transmits an advertising packet notifying of the presence of the own device at a constant cycle via the communication unit 12 (step S101).
When the communication unit 22 of the communication terminal 20 receives the advertising packet of the biological information measuring device 10, the communication control unit 34 transmits a connection request packet to the biological information measuring device 10 via the communication unit 22 (step S201). Thus, communication between the biological information measuring device 10 and the communication terminal 20 is established.

次に、端末情報取得部31は、端末情報記憶部21が記憶する端末情報を取得する(ステップS202)。次に、サービス特定部33は、取得した端末情報に関連付けてマッピング記憶部32が記憶するサービスのUUIDを特定する(ステップS203)。次に、通信制御部34は、特定したサービスに含まれるキャラクタリスティックを検索する(ステップS204)。生体情報測定装置10の通信制御部13は、通信部12を介してキャラクタリスティックの検索を受け付けると、検索対象となるサービスに属する受信用キャラクタリスティックと送信用キャラクタリスティックのUUIDを通信端末20に送信する(ステップS102)。これにより、通信端末20は、特定したサービスに含まれる受信用キャラクタリスティックと送信用キャラクタリスティックのUUIDを特定することができる。   Next, the terminal information acquisition unit 31 acquires terminal information stored in the terminal information storage unit 21 (step S202). Next, the service specifying unit 33 specifies the UUID of the service stored in the mapping storage unit 32 in association with the acquired terminal information (step S203). Next, the communication control unit 34 searches for a characteristic included in the identified service (step S204). When the communication control unit 13 of the biological information measuring apparatus 10 receives the characteristic search via the communication unit 12, the communication characteristic of the reception characteristic and the transmission characteristic belonging to the service to be searched is used as the communication terminal. It transmits to 20 (step S102). Thereby, the communication terminal 20 can specify the UUID of the reception characteristic and the transmission characteristic included in the specified service.

次に、通信制御部34は、通信部22を介して、特定した受信用キャラクタリスティックのCCCDを1に書き換える(ステップS205)。これにより、生体情報測定装置10は、当該受信用キャラクタリスティックによって通信端末20に生体情報を通知できる状態になる。次に、通信制御部34は、特定した送信用キャラクタリスティックに基づいて、生体情報の計測に用いる情報を、通信部22を介して生体情報測定装置10に送信する(ステップS206)。このとき通信部22は、送信用キャラクタリスティックに定められる通信規則に基づいて当該送信用キャラクタリスティックへの書き込みを行う。次に、通信制御部34は、生体情報測定装置10による生体情報の通知を待機する。   Next, the communication control unit 34 rewrites the CCCD of the identified reception characteristic to 1 via the communication unit 22 (step S205). As a result, the biological information measurement apparatus 10 can be notified of the biological information to the communication terminal 20 by the reception characteristic. Next, the communication control unit 34 transmits the information used for measuring the biological information to the biological information measuring device 10 via the communication unit 22 based on the specified transmission characteristic (step S206). At this time, the communication unit 22 writes to the transmission characteristic based on the communication rule defined in the transmission characteristic. Next, the communication control unit 34 waits for notification of the biological information by the biological information measurement device 10.

生体情報測定装置10は、全ての受信用キャラクタリスティックのCCCDを監視し、生体情報の通知に用いる受信用キャラクタリスティックを特定する(ステップS103)。つまり、生体情報測定装置10は、CCCDへの値の書き込みがなされた受信用キャラクタリスティックを、生体情報の通知に用いる受信用キャラクタリスティックとして特定する。
次に、生体情報測定装置10の測定部11は、受信した情報を用いて利用者の生体情報を計測する(ステップS104)。通信制御部13は、測定部11が測定した生体情報を、ステップS103で特定した受信用キャラクタリスティックのバリューアトリビュートに格納する。当該受信用キャラクタリスティックのCCCDは、ステップS206において1に書き換えられているため、通信部12は、当該受信用キャラクタリスティックに基づいて生体情報を通信端末20に通知する(ステップS105)。これにより、生体情報測定装置10は、通信端末20の端末情報に応じた通信規則に基づいて、通信端末20に生体情報を通知することができる。
The biological information measurement device 10 monitors CCCDs of all the receiving characteristics, and specifies the receiving characteristics used for the notification of the biological information (step S103). That is, the biological information measuring device 10 specifies the receiving characteristic in which the value is written to the CCCD as the receiving characteristic to be used for the notification of the biological information.
Next, the measurement unit 11 of the biological information measurement device 10 measures the biological information of the user using the received information (step S104). The communication control unit 13 stores the biological information measured by the measurement unit 11 in the value attribute of the reception characteristic that is specified in step S103. Since the CCCD of the reception characteristic is rewritten to 1 in step S206, the communication unit 12 notifies the communication terminal 20 of the biological information based on the reception characteristic (step S105). Thus, the biological information measurement device 10 can notify the communication terminal 20 of biological information based on the communication rule corresponding to the terminal information of the communication terminal 20.

通信端末20の通信制御部34は、生体情報測定装置10から生体情報の通知を受信すると、通信部22を介して、ステップS204の検索により特定した受信用キャラクタリスティックのCCCDを0に書き換える(ステップS207)。これにより、生体情報測定装置10は、当該受信用キャラクタリスティックによって通信端末20に生体情報を通知しない状態になる。そして、利用者が生体情報測定装置10から離れ、通信端末20が生体情報測定装置10の通信範囲外に出ることで、生体情報測定装置10と通信端末20との通信が切断される。
上記手順により、通信端末20は、生体情報測定装置10から生体情報を受信することができる。
When the communication control unit 34 of the communication terminal 20 receives the notification of the biological information from the biological information measurement device 10, the CCCD of the reception characteristic identified by the search in step S204 is rewritten to 0 via the communication unit 22 (0 Step S207). As a result, the biological information measurement device 10 does not notify the communication terminal 20 of the biological information by the reception characteristic. Then, when the user leaves the biological information measurement apparatus 10 and the communication terminal 20 goes out of the communication range of the biological information measurement apparatus 10, the communication between the biological information measurement apparatus 10 and the communication terminal 20 is disconnected.
According to the above procedure, the communication terminal 20 can receive the biological information from the biological information measuring device 10.

ここで、マッピング記憶部32に記憶されるマッピング情報の作成方法について説明する。
図3は、第1の実施形態に係るマッピング情報の作成方法を示すフローチャートである。
生体情報受信プログラムの設計者は、異なる端末情報を有する複数の通信端末20を用いて、以下に示す処理を実行する。まず設計者は、第1のサービスにより通信端末20と生体情報測定装置10との接続を試みる(ステップS301)。設計者は、通信端末20の接続ログ等に基づいて、通信端末20と生体情報測定装置10との通信が成功したか否かを判定する(ステップS302)。通信端末20と生体情報測定装置10との通信が成功した場合(ステップS302:YES)、設計者は、マッピング情報に、当該通信端末20の端末情報と第1のサービスのUUIDとを関連付けた情報を追記する(ステップS303)。
Here, a method of creating the mapping information stored in the mapping storage unit 32 will be described.
FIG. 3 is a flowchart showing a method of creating mapping information according to the first embodiment.
The designer of the biometric information reception program executes the processing described below using a plurality of communication terminals 20 having different terminal information. First, the designer tries to connect the communication terminal 20 and the biological information measuring device 10 by the first service (step S301). The designer determines whether communication between the communication terminal 20 and the biological information measuring device 10 has succeeded based on the connection log of the communication terminal 20 (step S302). When the communication between the communication terminal 20 and the biological information measuring apparatus 10 is successful (step S302: YES), the designer associates the mapping information with the terminal information of the communication terminal 20 and the UUID of the first service. Is added (step S303).

通信端末20と生体情報測定装置10との第1のサービスによる通信が失敗した場合(ステップS302:NO)、設計者は、第2のサービスにより通信端末20と生体情報測定装置10との接続を試みる(ステップS304)。設計者は、通信端末20の接続ログ等に基づいて、通信端末20と生体情報測定装置10との通信が成功したか否かを判定する(ステップS305)。通信端末20と生体情報測定装置10との通信が成功した場合(ステップS305:YES)、設計者は、マッピング情報に、当該通信端末20の端末情報と第2のサービスのUUIDとを関連付けた情報を追記する(ステップS306)。   When communication by the first service between the communication terminal 20 and the biological information measuring apparatus 10 fails (step S302: NO), the designer connects the communication terminal 20 to the biological information measuring apparatus 10 by the second service. An attempt is made (step S304). The designer determines whether the communication between the communication terminal 20 and the biological information measuring device 10 has succeeded based on the connection log of the communication terminal 20 (step S305). If the communication between the communication terminal 20 and the biological information measuring device 10 is successful (step S305: YES), the designer associates the mapping information with the terminal information of the communication terminal 20 and the UUID of the second service. Is added (step S306).

通信端末20と生体情報測定装置10との第2のサービスによる通信が失敗した場合(ステップS305:NO)、設計者は、マッピング情報に、当該通信端末20の端末情報と第3のサービスのUUIDとを関連付けた情報を追記する(ステップS307)。
上記手順により、マッピング情報には、生体情報測定装置10と通信端末20とを接続可能なサービスのうち、最もセキュアなサービスのUUIDが記録される。
When communication by the second service between the communication terminal 20 and the biological information measuring apparatus 10 fails (step S305: NO), the designer uses the terminal information of the communication terminal 20 and the UUID of the third service in the mapping information. And the information associated with each other is added (step S307).
According to the above-described procedure, the UUID of the most secure service among the services that can connect the biological information measurement device 10 and the communication terminal 20 is recorded in the mapping information.

このように、本実施形態によれば、通信端末20は、BLE鍵による異なる暗号化の方法を示す複数の通信規則の中から生体情報測定装置10との通信に用いる通信規則を特定するサービス特定部33と、当該通信規則に基づいて、生体情報測定装置10から生体情報を受信する通信部22とを備える。これにより、通信端末20は、複数の通信規則のうち生体情報測定装置10との通信が可能な1つの通信規則を用いることで、生体情報測定装置10から目的情報を受信することができる。また、暗号化の方法が異なる複数の通信規則が用意されることで、通信システム1は、暗号化された通信による生体情報の授受をサポートすることができる。   As described above, according to the present embodiment, the communication terminal 20 is a service specification that specifies a communication rule to be used for communication with the biological information measuring apparatus 10 from among a plurality of communication rules indicating different encryption methods using BLE keys. And a communication unit 22 that receives biological information from the biological information measuring device 10 based on the communication rule. Accordingly, the communication terminal 20 can receive the target information from the biological information measurement device 10 by using one of the plurality of communication rules that can communicate with the biological information measurement device 10. Further, by preparing a plurality of communication rules having different encryption methods, the communication system 1 can support the exchange of biometric information by encrypted communication.

また、本実施形態に係る通信端末20は、マッピング記憶部32が自装置の端末情報に関連付けて記憶するサービスを用いて生体情報を受信する。これにより、通信端末20は、生体情報測定装置10との接続が可能なサービスを容易に特定することができる。   Also, the communication terminal 20 according to the present embodiment receives the biometric information using the service that the mapping storage unit 32 stores in association with the terminal information of the own device. As a result, the communication terminal 20 can easily identify the service that can be connected to the biological information measurement device 10.

また、本実施形態に係る生体情報測定装置10は、第1のサービス、第2のサービスおよび第3のサービスからなる3つのサービスをサポートする。第1のサービスは、生体情報の通知指示をBLE鍵によって暗号化して生体情報測定装置10に送信し、かつ生体情報測定装置10が生体情報をBLE鍵によって暗号化して送信する通信規則を定めたサービスである。第2のサービスは、生体情報の通知指示をBLE鍵によって暗号化せずに生体情報測定装置10に送信し、かつ生体情報測定装置10が生体情報をBLE鍵によって暗号化して送信する通信規則を定めたサービスである。第3のサービスは、生体情報の通知指示をBLE鍵によって暗号化せずに生体情報測定装置10に送信し、かつ生体情報測定装置10が生体情報をBLE鍵によって暗号化せずに送信する通信規則を定めたサービスである。これにより、生体情報測定装置10は、確実に通信端末20へ生体情報を通知することができる。   Further, the biological information measurement device 10 according to the present embodiment supports three services consisting of a first service, a second service, and a third service. The first service encrypts a notification instruction of biological information with the BLE key and transmits it to the biological information measuring apparatus 10, and the communication information measuring apparatus 10 encrypts the biological information with the BLE key and transmits it. It is a service. The second service transmits the notification instruction of the biological information to the biological information measuring apparatus 10 without encrypting it with the BLE key, and the biological information measuring apparatus 10 encrypts the biological information with the BLE key and transmits it. It is a defined service. The third service is a communication in which a notification instruction of biological information is transmitted to the biological information measuring apparatus 10 without encryption using the BLE key, and the biological information measuring apparatus 10 transmits the biological information without encryption using the BLE key. It is a service that defines the rules. Thus, the biological information measurement device 10 can reliably notify the communication terminal 20 of the biological information.

なお、本実施形態にかかるマッピング記憶部32は、第1のサービス、第2のサービスまたは第3のサービスのうちの1つと端末情報とを関連付けて記憶するが、これに限られない。例えば、マッピング記憶部32は、端末情報のうち、第1のサービスまたは第2のサービスによって接続されるもののみを、サービスと関連付けて記憶しても良い。この場合、サービス特定部33は、マッピング記憶部32に自装置の端末情報が記憶されない場合、第3のサービスを、生体情報測定装置10との通信を行うサービスとして特定する。   Although the mapping storage unit 32 according to the present embodiment associates and stores the terminal information with one of the first service, the second service, and the third service, the present invention is not limited to this. For example, the mapping storage unit 32 may store only the terminal information connected by the first service or the second service in association with the service. In this case, when the terminal information of the own device is not stored in the mapping storage unit 32, the service specifying unit 33 specifies the third service as a service to communicate with the biological information measuring device 10.

《第2の実施形態》
第2の実施形態について説明する。
図4は、第2の実施形態に係る通信システムの構成を示す概略図である。
第1の実施形態に係る通信システム1によれば、生体情報測定装置10と通信端末20とが第3のサービスによって接続される場合、生体情報が平文で送信される。他方、生体情報は利用者の個人情報であるため、暗号化された通信で送信されることが望まれる場合がある。これに対し、第2の実施形態に係る通信システム1によれば、生体情報測定装置10と通信端末20とが何れのサービスによって接続される場合にも、生体情報が暗号化されて送信される。
Second Embodiment
The second embodiment will be described.
FIG. 4 is a schematic view showing the configuration of the communication system according to the second embodiment.
According to the communication system 1 according to the first embodiment, when the biological information measurement device 10 and the communication terminal 20 are connected by the third service, the biological information is transmitted in plain text. On the other hand, since biometric information is personal information of a user, it may be desired to be transmitted by encrypted communication. On the other hand, according to the communication system 1 of the second embodiment, the biometric information is encrypted and transmitted regardless of which service the biometric information measuring device 10 and the communication terminal 20 are connected to. .

第2の実施形態に係る通信システム1によれば、生体情報測定装置10が暗号処理部14を備え、通信端末20が暗号処理部35を備える。
暗号処理部35は、生体情報測定装置10と通信端末20とが第3のサービスによって接続される場合に、所定の方式(例えば、共通鍵方式および公開鍵方式など)により、生体情報の測定に用いる情報を暗号化する。通信制御部34は、生体情報測定装置10と通信端末20とが第3のサービスによって接続される場合に、暗号化された情報を、第3の送信用キャラクタリスティックに格納する。暗号処理部14は、通信制御部34が受信した暗号化された生体情報を、所定の方式により復号する。
また、暗号処理部14は、生体情報測定装置10と通信端末20とが第3のサービスによって接続される場合に、所定の方式により、生体情報を暗号化する。通信制御部13は、生体情報測定装置10と通信端末20とが第3のサービスによって接続される場合に、暗号化された生体情報を、第3の受信用キャラクタリスティックに格納する。暗号処理部35は、通信制御部34が受信した暗号化された生体情報を、所定の方式により復号する。
これにより、通信システム1は、BLE鍵による暗号化を用いた通信ができない場合にも、送受信される生体情報を暗号化することができる。
According to the communication system 1 of the second embodiment, the biological information measurement device 10 includes the encryption processing unit 14, and the communication terminal 20 includes the encryption processing unit 35.
When the biological information measuring apparatus 10 and the communication terminal 20 are connected by the third service, the cryptographic processing unit 35 measures biological information by a predetermined method (for example, common key method and public key method). Encrypt the information used. The communication control unit 34 stores the encrypted information in the third transmission characteristic, when the biological information measurement device 10 and the communication terminal 20 are connected by the third service. The encryption processing unit 14 decrypts the encrypted biological information received by the communication control unit 34 according to a predetermined method.
Further, when the biometric information measuring device 10 and the communication terminal 20 are connected by the third service, the encryption processing unit 14 encrypts the biometric information by a predetermined method. The communication control unit 13 stores the encrypted biometric information in the third reception characteristic when the biometric information measuring device 10 and the communication terminal 20 are connected by the third service. The encryption processing unit 35 decrypts the encrypted biological information received by the communication control unit 34 according to a predetermined method.
Thus, the communication system 1 can encrypt the transmitted and received biological information even when communication using encryption with the BLE key is not possible.

他方、生体情報測定装置10と通信端末20とが第1のサービスまたは第2のサービスによって接続される場合、生体情報の測定に用いる情報および生体情報はBLE鍵によって暗号化されるため、暗号処理部14および暗号処理部35による暗号化は行われない。これにより、生体情報測定装置10は、第1のサービスまたは第2のサービスによって接続される場合に、暗号処理部14および暗号処理部35による計算負荷を抑えることができる。   On the other hand, when the biological information measuring device 10 and the communication terminal 20 are connected by the first service or the second service, the information and the biological information used for measuring the biological information are encrypted by the BLE key, so that the encryption process is performed. The encryption by the unit 14 and the encryption processing unit 35 is not performed. Thereby, the biometric information measuring device 10 can suppress the calculation load by the cryptographic processing unit 14 and the cryptographic processing unit 35 when connected by the first service or the second service.

このように、本実施形態に係る生体情報測定装置10は、通信端末20と何れのサービスによって接続される場合にも、生体情報を暗号化して送信することができる。
なお、本実施形態では、生体情報測定装置10と通信端末20とが第3のサービスによって接続される場合に、必ず暗号処理部14および暗号処理部35による暗号化がなされるが、これに限られない。例えば他の実施形態に係る生体情報測定装置10は、利用者から暗号化の要否の入力を受け付け、当該入力に基づいて暗号処理部14および暗号処理部35による暗号化を行うか否かを判定しても良い。暗号化の要否の入力は、例えば送信用キャラクタリスティックへの書き込みによってなされる。
As described above, the biometric information measurement device 10 according to the present embodiment can encrypt and transmit biometric information regardless of which service the communication terminal 20 is connected to.
In the present embodiment, when the biological information measurement apparatus 10 and the communication terminal 20 are connected by the third service, encryption is always performed by the encryption processing unit 14 and the encryption processing unit 35, but the present invention is limited thereto. I can not. For example, the biometric information measuring apparatus 10 according to another embodiment receives an input of necessity of encryption from the user, and determines whether to perform encryption by the encryption processing unit 14 and the encryption processing unit 35 based on the input. You may judge. The input of the necessity of encryption is made, for example, by writing to the transmission characteristic.

《第3の実施形態》
第3の実施形態について説明する。
図5は、第3の実施形態に係る通信システムの構成を示す概略図である。
第1、第2の実施形態に係る通信端末20は、マッピング記憶部32が記憶する機種情報に基づいて生体情報測定装置10との通信に用いるサービスを特定する。これに対し、第3の実施形態に係る通信端末20は、マッピング情報を用いずに生体情報測定装置10との通信に用いるサービスを特定する。
Third Embodiment
The third embodiment will be described.
FIG. 5 is a schematic view showing the configuration of the communication system according to the third embodiment.
The communication terminal 20 according to the first and second embodiments specifies a service used for communication with the biological information measurement device 10 based on the model information stored in the mapping storage unit 32. On the other hand, the communication terminal 20 according to the third embodiment specifies a service used for communication with the biological information measuring device 10 without using the mapping information.

第3の実施形態に係る通信端末20は、第1の実施形態に構成に加え、サービス送信部36を備える。また第3の実施形態に係る通信端末20は、サービス特定部33の動作が第1の実施形態と異なる。第3の実施形態に係る通信端末20は、マッピング記憶部32を備えない。   The communication terminal 20 according to the third embodiment includes a service transmission unit 36 in addition to the configuration of the first embodiment. The communication terminal 20 according to the third embodiment differs from the first embodiment in the operation of the service identification unit 33. The communication terminal 20 according to the third embodiment does not include the mapping storage unit 32.

サービス特定部33は、第1のサービスによる接続を試み、データの授受に成功した場合に、第1のサービスを、生体情報測定装置10との通信に用いるサービスとして特定する。第1のサービスによるデータの授受に失敗した場合、サービス特定部33は、第2のサービスによる接続を試み、データの授受に成功した場合に、第2のサービスを、生体情報測定装置10との通信に用いるサービスとして特定する。第2のサービスによるデータの授受に失敗した場合、サービス特定部33は、第3のサービスを、生体情報測定装置10との通信に用いるサービスとして特定する。
通信制御部34は、上記手順によりサービス特定部33が特定したサービスを用いて、生体情報測定装置10から生体情報を受信する。
これにより、本実施形態に係る通信端末20は、マッピング情報を用いずに生体情報測定装置10との通信に用いるサービスを特定することができる。
The service specifying unit 33 attempts connection by the first service, and specifies the first service as a service to be used for communication with the biological information measuring apparatus 10 when data exchange is successful. If transmission / reception of data by the first service fails, the service specifying unit 33 attempts connection by the second service, and if transmission / reception of data succeeds, the second service is exchanged with the biological information measuring device 10. Identify as a service used for communication. When the exchange of data by the second service has failed, the service specifying unit 33 specifies the third service as a service to be used for communication with the biological information measuring device 10.
The communication control unit 34 receives the biological information from the biological information measuring device 10 using the service specified by the service specifying unit 33 according to the above procedure.
As a result, the communication terminal 20 according to the present embodiment can specify the service used for communication with the biological information measurement device 10 without using the mapping information.

サービス送信部36は、サービス特定部33が特定したサービスのUUIDを、端末情報取得部31が取得した端末情報に関連付けて、ネットワークを介して接続されるサーバ装置(図示せず)に送信する。これにより、生体情報受信プログラムの設計者は、当該サーバ装置に蓄積された情報を用いてマッピング情報を生成することができる。   The service transmission unit 36 associates the UUID of the service identified by the service identification unit 33 with the terminal information acquired by the terminal information acquisition unit 31, and transmits it to a server apparatus (not shown) connected via the network. Thus, the designer of the biometric information receiving program can generate the mapping information using the information stored in the server device.

なお、本実施形態に係る通信端末20は、サービスのUUIDと端末情報とを関連付けてサーバ装置に送信するが、他の実施形態に係る通信端末20は、当該情報を送信しなくても良い。   Although the communication terminal 20 according to the present embodiment associates the UUID of the service with the terminal information and transmits it to the server device, the communication terminal 20 according to another embodiment may not transmit the information.

また、本実施形態に係る通信端末20は、マッピング記憶部32を備えないが、これに限られない。例えば、他の実施形態に係る通信端末20は、第1の実施形態と同様にマッピング記憶部32が記憶するマッピング情報に基づいてサービスの特定を試み、自装置の端末情報に関連付けられたサービスが無い場合に、サービス特定部33が上記手順でサービスを特定しても良い。   Moreover, although the communication terminal 20 which concerns on this embodiment is not provided with the mapping storage part 32, it is not restricted to this. For example, as in the first embodiment, the communication terminal 20 according to another embodiment attempts to specify a service based on the mapping information stored in the mapping storage unit 32, and the service associated with the terminal information of the own device If not, the service specifying unit 33 may specify the service in the above procedure.

以上、図面を参照して一実施形態について詳しく説明してきたが、具体的な構成は上述のものに限られることはなく、様々な設計変更等をすることが可能である。
例えば、上述した実施形態に係る通信システム1は、生体情報測定装置10が周辺装置として動作する場合について説明したが、これに限られない。例えば、他の実施形態では、位置情報通知装置やビーコン装置など、生体情報以外の情報を通知する装置が周辺装置として動作しても良い。
As mentioned above, although one embodiment was described in detail with reference to drawings, a concrete configuration is not restricted to the above-mentioned thing, It is possible to do various design changes etc.
For example, although communication system 1 concerning an embodiment mentioned above explained a case where living body information measuring device 10 operated as a peripheral device, it is not restricted to this. For example, in another embodiment, a device that notifies information other than biological information, such as a position information notification device or a beacon device may operate as a peripheral device.

また、上述した実施形態に係る生体情報測定装置10および通信端末20は、BLEによる通信を行うが、これに限られない。例えば、他の実施形態に係る生体情報測定装置10および通信端末20は、生体情報測定装置10において予め定められた通信規則に従った通信を行う他の通信方式による通信を行っても良い。   Moreover, although the biometric information measuring apparatus 10 and the communication terminal 20 which concern on embodiment mentioned above communicate by BLE, it is not restricted to this. For example, the biological information measurement device 10 and the communication terminal 20 according to another embodiment may perform communication according to another communication method in which communication in accordance with a predetermined communication rule is performed in the biological information measurement device 10.

また、上述した実施形態に係る通信システム1は、通信端末20がマッピング記憶部32を備え、生体情報測定装置10と通信端末20との通信に用いるサービスを特定するが、これに限られない。例えば、他の実施形態に係る通信システム1は、生体情報測定装置10がマッピング記憶部32を備え、通信端末20が生体情報測定装置10に端末情報を通知することで、生体情報測定装置10がサービスを特定しても良い。この場合、生体情報測定装置10が当該サービスのUUIDを通信端末20に通知することで、生体情報測定装置10のサービス特定部33は、通信に用いるサービスを特定することができる。   The communication system 1 according to the above-described embodiment includes the mapping storage unit 32 in the communication terminal 20, and identifies the service used for communication between the biological information measurement device 10 and the communication terminal 20. However, the present invention is not limited thereto. For example, in the communication system 1 according to the other embodiment, the biological information measuring device 10 includes the mapping storage unit 32, and the communication terminal 20 notifies the biological information measuring device 10 of the terminal information, whereby the biological information measuring device 10 operates. You may specify a service. In this case, when the biological information measuring device 10 notifies the communication terminal 20 of the UUID of the service, the service specifying unit 33 of the biological information measuring device 10 can specify the service used for communication.

また、上述した実施形態に係る生体情報測定装置10は、異なる通信規則を規定した各サービスが、送信用キャラクタリスティックと受信用キャラクタリスティックとを1つずつ有するが、これに限られない。例えば、他の実施形態に係る生体情報測定装置10は、送信用サービスと受信用サービスの2つのサービスを提供し、各送信用キャラクタリスティックが送信用サービスに属し、各受信用キャラクタリスティックが受信用サービスに属しても良い。また他の実施形態に係る生体情報測定装置10は、1つのサービスに全てのキャラクタリスティックが属しても良い。   Further, in the biological information measurement apparatus 10 according to the above-described embodiment, each service that defines different communication rules has one transmission characteristic and one reception characteristic, but is not limited thereto. For example, the biometric information measuring apparatus 10 according to the other embodiment provides two services of a service for transmission and a service for reception, and each characteristic for transmission belongs to the service for transmission, and each characteristic for reception is It may belong to the service for reception. In the biological information measurement apparatus 10 according to another embodiment, all the characteristic may belong to one service.

また、上述した実施形態に係る生体情報測定装置10は、第1の受信用キャラクタリスティック、第2の受信用キャラクタリスティックおよび第3の受信用キャラクタリスティックの3種類の受信用キャラクタリスティックを提供するが、これに限られない。例えば、他の実施形態に係る生体情報測定装置10は、4種類以上の受信用キャラクタリスティックを提供しても良いし、2種類の受信用キャラクタリスティックを提供しても良い。   In addition, the biological information measurement device 10 according to the embodiment described above includes three types of reception characteristics of the first reception characteristic, the second reception characteristic, and the third reception characteristic. To provide, but not limited to. For example, the biological information measurement device 10 according to another embodiment may provide four or more types of reception characteristics, or may provide two types of reception characteristics.

図6は、少なくとも1つの実施形態に係るコンピュータの構成を示す概略ブロック図である。
コンピュータ90は、CPU91、主記憶装置92、補助記憶装置93、インタフェース94を備える。
上述の通信端末20は、コンピュータ90を備える。そして、上述したアプリケーション部23の各処理部の動作は、生体情報受信プログラムとして補助記憶装置93に記憶されている。CPU91は、生体情報受信プログラムを補助記憶装置93から読み出して主記憶装置92に展開し、当該生体情報受信プログラムに従って上記処理を実行する。また、CPU91は、生体情報受信プログラムに従って、上述したマッピング記憶部32に対応する記憶領域を主記憶装置92または補助記憶装置93に確保する。
FIG. 6 is a schematic block diagram showing the configuration of a computer according to at least one embodiment.
The computer 90 includes a CPU 91, a main storage 92, an auxiliary storage 93, and an interface 94.
The communication terminal 20 described above comprises a computer 90. The operation of each processing unit of the application unit 23 described above is stored in the auxiliary storage device 93 as a biological information reception program. The CPU 91 reads out the biological information reception program from the auxiliary storage device 93, expands it in the main storage device 92, and executes the above processing according to the biological information reception program. Further, the CPU 91 secures a storage area corresponding to the above-described mapping storage unit 32 in the main storage device 92 or the auxiliary storage device 93 in accordance with the biological information receiving program.

なお、少なくとも1つの実施形態において、補助記憶装置93は、一時的でない有形の媒体の一例である。一時的でない有形の媒体の他の例としては、インタフェース94を介して接続される外部フラッシュメモリ等が挙げられる。また、生体情報受信プログラムが通信回線によってコンピュータ90に配信される場合、配信を受けたコンピュータ90が当該生体情報受信プログラムを主記憶装置92に展開し、上記処理を実行しても良い。   In at least one embodiment, the auxiliary storage device 93 is an example of a non-temporary tangible medium. Other examples of non-transitory tangible media include an external flash memory connected via interface 94 and the like. When the biometric information reception program is distributed to the computer 90 by a communication line, the computer 90 that has received the distribution may expand the biometric information reception program into the main storage device 92 and execute the above processing.

また、生体情報受信プログラムは、前述した機能の一部を実現するためのものであっても良い。さらに、生体情報受信プログラムは、前述した機能を補助記憶装置93に既に記憶されている他のプログラムとの組み合わせで実現するもの、いわゆる差分ファイル(差分プログラム)であっても良い。   Further, the biological information receiving program may be for realizing a part of the functions described above. Furthermore, the living body information receiving program may be a so-called difference file (difference program) that realizes the above-described function in combination with other programs already stored in the auxiliary storage device 93.

1 通信システム
10 生体情報測定装置
20 通信端末
11 測定部
12 通信部
13 通信制御部
21 端末情報記憶部
22 通信部
23 アプリケーション部
31 端末情報取得部
32 マッピング記憶部
33 サービス特定部
34 通信制御部
Reference Signs List 1 communication system 10 biological information measuring device 20 communication terminal 11 measurement unit 12 communication unit 13 communication control unit 21 terminal information storage unit 22 communication unit 23 application unit 31 terminal information acquisition unit 32 mapping storage unit 33 service identification unit 34 communication control unit

Claims (15)

コンピュータを、
周辺装置との通信に用いる暗号鍵による異なる暗号化の方法を示す複数の通信規則の中から前記周辺装置との通信に用いる通信規則を特定する通信規則特定部、
前記通信規則特定部が特定した前記通信規則に基づいて、前記周辺装置と所定の目的情報の通信を行う通信部として機能させ
前記周辺装置が、前記通信規則ごとにBLEのキャラクタリスティックを割り当て、
前記通信部が、前記通信規則特定部が特定した前記通信規則に係る前記キャラクタリスティックに基づいて、前記周辺装置と前記目的情報の通信を行う
ように機能させるためのプログラム。
Computer,
A communication rule specifying unit for specifying a communication rule used for communication with the peripheral device out of a plurality of communication rules indicating different encryption methods using encryption keys used for communication with the peripheral device
Based on the communication rule specified by the communication rule specifying unit, the communication unit is caused to function as a communication unit that communicates predetermined object information with the peripheral device .
The peripheral device assigns a characteristic of BLE for each of the communication rules;
The communication unit communicates the object information with the peripheral device based on the characteristic according to the communication rule specified by the communication rule specifying unit.
Program to make it work .
前記コンピュータを、
自装置の属性を示す属性情報を取得する属性取得部としてさらに機能させ、
前記通信規則特定部が、属性情報と前記複数の通信規則のうちの1つとを関連付けて記憶するマッピング記憶部が前記属性取得部が取得した前記属性情報に関連付けて記憶する通信規則を特定する
請求項1に記載のプログラム。
The computer,
Further function as an attribute acquisition unit for acquiring attribute information indicating an attribute of the own device,
The communication rule specifying unit specifies a communication rule stored in association with the attribute information acquired by the attribute acquisition unit, and a mapping storage unit that associates and stores attribute information and one of the plurality of communication rules. The program according to Item 1.
前記コンピュータを、前記マッピング記憶部としてさらに機能させる請求項2に記載のプログラム。   The program according to claim 2, further causing the computer to function as the mapping storage unit. 前記複数の通信規則が、
前記目的情報の通知指示を前記暗号鍵によって暗号化して通信し、かつ前記目的情報を前記暗号鍵によって暗号化して通信することを定めた第1の通信規則と、
前記目的情報の通知指示を前記暗号鍵によって暗号化せずに通信し、かつ前記目的情報を前記暗号鍵によって暗号化して通信することを定めた第2の通信規則と、
前記目的情報の通知指示を前記暗号鍵によって暗号化せずに通信し、かつ前記目的情報を前記暗号鍵によって暗号化せずに通信することを定めた第3の通信規則と、
を含む請求項1から請求項3の何れか1項に記載のプログラム。
The plurality of communication rules are:
A first communication rule which specifies that the notification instruction of the object information is encrypted by the encryption key and communicated, and the object information is encrypted by the encryption key and communicated;
A second communication rule that communicates that the notification instruction of the target information is not encrypted by the encryption key and that the target information is encrypted by the encryption key for communication;
A third communication rule which communicates that the notification instruction of the object information is not encrypted by the encryption key and that the object information is communicated without encryption by the encryption key;
The program according to any one of claims 1 to 3, including
前記通信規則特定部が特定した前記通信規則が第3の通信規則である場合に、前記通信部が、前記周辺装置と前記暗号鍵以外の鍵による暗号を用いて前記目的情報の通信を行う
請求項4に記載のプログラム。
When the communication rule specified by the communication rule specifying unit is the third communication rule, the communication unit communicates the object information using the peripheral device and an encryption using a key other than the encryption key. The program described in Item 4.
前記通信規則特定部が、前記複数の通信規則それぞれを用いて前記周辺装置との通信を試み、通信に成功した前記通信規則を特定する
請求項1から請求項5の何れか1項に記載のプログラム。
The communication rule specifying unit attempts to communicate with the peripheral device using each of the plurality of communication rules, and specifies the communication rule which has succeeded in communication. program.
前記通信規則特定部が特定した前記通信規則を、所定のサーバ装置に送信する通信規則送信部
を備える請求項6に記載のプログラム。
The program according to claim 6, further comprising: a communication rule transmitting unit that transmits the communication rule specified by the communication rule specifying unit to a predetermined server device.
前記周辺装置が、利用者の生体情報を測定する生体情報測定装置であり、
前記目的情報が、前記生体情報である
請求項1から請求項の何れか1項に記載のプログラム。
The peripheral device is a biological information measuring device for measuring biological information of a user,
The program according to any one of claims 1 to 7 , wherein the purpose information is the biological information.
周辺装置との通信に用いる暗号鍵による異なる暗号化の方法を示す複数の通信規則の中から前記周辺装置との通信に用いる通信規則を特定する通信規則特定部と、
前記通信規則特定部が特定した前記通信規則に基づいて、前記周辺装置と所定の目的情報の通信を行う通信部とを備え、
前記周辺装置が、前記通信規則ごとにBLEのキャラクタリスティックを割り当て、
前記通信部が、前記通信規則特定部が特定した前記通信規則に係る前記キャラクタリスティックに基づいて、前記周辺装置と前記目的情報の通信を行う制御をする
中央装置。
A communication rule specifying unit for specifying a communication rule used for communication with the peripheral device out of a plurality of communication rules indicating different encryption methods using encryption keys used for communication with the peripheral device;
A communication unit configured to communicate predetermined peripheral information with the peripheral device based on the communication rule specified by the communication rule specifying unit ;
The peripheral device assigns a characteristic of BLE for each of the communication rules;
A central apparatus that controls the communication unit to communicate the target information with the peripheral device based on the characteristic according to the communication rule specified by the communication rule specification unit .
周辺装置との通信に用いる暗号鍵による異なる暗号化の方法を示す複数の通信規則の中から前記周辺装置との通信に用いる通信規則を特定するステップと、
特定した前記通信規則に基づいて、前記周辺装置と所定の目的情報の通信を行うステップとを有し、
前記周辺装置が、前記通信規則ごとにBLEのキャラクタリスティックを割り当て、
前記目的情報の通信を行うステップにおいて、特定した前記通信規則に係る前記キャラクタリスティックに基づいて、前記周辺装置と前記目的情報の通信を行う
通信方法。
Identifying a communication rule to be used for communication with the peripheral device out of a plurality of communication rules indicating different encryption methods using encryption keys used for communication with the peripheral device;
Communicating the predetermined information with the peripheral device based on the identified communication rule ;
The peripheral device assigns a characteristic of BLE for each of the communication rules;
A communication method for communicating the target information with the peripheral device based on the characteristic according to the specified communication rule in the step of communicating the target information .
中央装置との通信に用いる暗号鍵による異なる暗号化の方法を示す複数の通信規則それぞれに基づいて、前記中央装置へ所定の目的情報を通信可能な通信部を備え、
前記通信部が、前記通信規則ごとにBLEのキャラクタリスティックを割り当て、当該キャラクタリスティックに基づいて、前記中央装置と前記目的情報の通信を行う
周辺装置。
A communication unit capable of communicating predetermined object information to the central apparatus based on each of a plurality of communication rules indicating different encryption methods using encryption keys used for communication with the central apparatus ;
The peripheral device which assigns the characteristic of BLE for each of the communication rules and the communication unit communicates the object information with the central apparatus based on the characteristic .
前記複数の通信規則が、
前記目的情報の通知指示を前記暗号鍵によって暗号化して通信し、かつ前記目的情報を前記暗号鍵によって暗号化して通信することを定めた第1の通信規則と、
前記目的情報の通知指示を前記暗号鍵によって暗号化せずに通信し、かつ前記目的情報を前記暗号鍵によって暗号化して通信することを定めた第2の通信規則と、
前記目的情報の通知指示を前記暗号鍵によって暗号化せずに通信し、かつ前記目的情報を前記暗号鍵によって暗号化せずに通信することを定めた第3の通信規則と、
を含む請求項11に記載の周辺装置。
The plurality of communication rules are:
A first communication rule which specifies that the notification instruction of the object information is encrypted by the encryption key and communicated, and the object information is encrypted by the encryption key and communicated;
A second communication rule that communicates that the notification instruction of the target information is not encrypted by the encryption key and that the target information is encrypted by the encryption key for communication;
A third communication rule which communicates that the notification instruction of the object information is not encrypted by the encryption key and that the object information is communicated without encryption by the encryption key;
The peripheral device according to claim 11 , comprising
前記通信部が、第3の通信規則に基づいて前記目的情報の通信を行う場合に、前記中央装置と前記暗号鍵以外の鍵による暗号を用いて前記目的情報の通信を行う
請求項12に記載の周辺装置。
The communication device according to claim 12 , wherein, when the communication unit communicates the object information based on a third communication rule, the object information is communicated using the central apparatus and an encryption using a key other than the encryption key. Peripheral devices.
利用者の生体情報を測定する測定部をさらに備え、
前記通信部が、前記生体情報を前記目的情報とする通信を行う
請求項11から請求項13の何れか1項に記載の周辺装置。
It further comprises a measurement unit that measures the user's biological information,
The peripheral device according to any one of claims 11 to 13 , wherein the communication unit performs communication in which the biological information is used as the target information.
請求項に記載の中央装置と、
請求項11から請求項14の何れか1項に記載の周辺装置と
を備える通信システム。
A central unit according to claim 9 ;
A communication system comprising: the peripheral device according to any one of claims 11 to 14 .
JP2015115595A 2015-06-08 2015-06-08 Central device, peripheral device, communication system, communication method and program Active JP6500302B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015115595A JP6500302B2 (en) 2015-06-08 2015-06-08 Central device, peripheral device, communication system, communication method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015115595A JP6500302B2 (en) 2015-06-08 2015-06-08 Central device, peripheral device, communication system, communication method and program

Publications (2)

Publication Number Publication Date
JP2017005411A JP2017005411A (en) 2017-01-05
JP6500302B2 true JP6500302B2 (en) 2019-04-17

Family

ID=57752327

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015115595A Active JP6500302B2 (en) 2015-06-08 2015-06-08 Central device, peripheral device, communication system, communication method and program

Country Status (1)

Country Link
JP (1) JP6500302B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7159679B2 (en) 2018-07-30 2022-10-25 オムロンヘルスケア株式会社 Measuring instruments and communication systems
JP2024044702A (en) * 2022-09-21 2024-04-02 オムロンヘルスケア株式会社 Measuring devices, information terminals, and operating programs for information terminals

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05102960A (en) * 1991-10-04 1993-04-23 Nec Corp Cipher communication system
JPH07240913A (en) * 1994-03-01 1995-09-12 Toshiba Corp Scramble signal receiver
JP3960026B2 (en) * 2001-11-29 2007-08-15 セイコーエプソン株式会社 Communication mediation device
JP2007043566A (en) * 2005-08-04 2007-02-15 Micro Research Laboratory Inc Encryption control device and encryption system of wireless lan
JP5096588B2 (en) * 2007-10-17 2012-12-12 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Method and configuration for determining security settings
CN104053396B (en) * 2011-12-15 2016-12-21 贝克顿·迪金森公司 For the explanation of physiological data improved and the system presented of physiological situation management information
JP2015041438A (en) * 2013-08-21 2015-03-02 アプリックスIpホールディングス株式会社 Illumination control system, terminal, and illumination control method for the same
AU2014332244A1 (en) * 2013-10-07 2016-05-05 Fornetix Llc System and method for encryption key management, federation and distribution

Also Published As

Publication number Publication date
JP2017005411A (en) 2017-01-05

Similar Documents

Publication Publication Date Title
US20150358820A1 (en) Method for Establishing Connection Between Devices, Configuration Device, and Wireless Device
JP6412140B2 (en) Make sure to allow access to remote resources
US9525670B2 (en) Computer product, recording medium, communications apparatus, and communications method
US10091650B2 (en) Wireless terminal configuration method, device, and system
Rodrigues et al. Sensemycity: Crowdsourcing an urban sensor
US20140215585A1 (en) System and method for synchronizing connection credentials
JP6500302B2 (en) Central device, peripheral device, communication system, communication method and program
US11210678B2 (en) Component for provisioning security data and product including the same
CN101873215A (en) Safety chip, wireless control module and terminal
JP6192495B2 (en) Semiconductor device, information terminal, semiconductor element control method, and information terminal control method
US20170366534A1 (en) Application delivery method, computer-readable recording medium, and server
WO2017141468A1 (en) Identification information transfer system and identification information decryption method
JP6743534B2 (en) Information processing apparatus, information processing system, program, and information processing method
JP2011215688A (en) Database access system and method
US10951653B2 (en) Apparatus including secure component and method of provisioning security information into the apparatus
JP6101197B2 (en) Network connection management system and method, and wireless terminal device
JP6750260B2 (en) Information processing device and agent system
KR101137069B1 (en) System and method for business intelligence service, and servers used in the same
CN117034370B (en) Data processing method based on block chain network and related equipment
JP5882637B2 (en) Thin client type reading device, communication system, control method, and program
KR102477263B1 (en) Apparatus including secure component and method for provisioning of security information to the same
JP6394322B2 (en) Key data generation system and key data generation method
KR20170076905A (en) Apparatus and method for managing secret key in IoT environment
JP2022120615A (en) Communication device, apparatus, communication system, authentication method, and program
KR101327051B1 (en) Method for exchanging group key using trust server in communication network

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180131

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180919

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20181009

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20181203

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190117

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190129

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190228

R150 Certificate of patent or registration of utility model

Ref document number: 6500302

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250