Google ファスト ペアリング サービス
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
はじめに
Google Fast Pair Service(GFPS)は、Bluetooth Low Energy(BLE)を利用して、スマートフォンのバッテリーを大幅に消費することなく、近くの Bluetooth デバイスを検出します。これにより、デバイスの近接性に基づく「魔法のような」シナリオを実現できます。
機能
GFPS は、スピーカー、ヘッドフォン、カーキット、マウス、キーボードなどの Bluetooth デバイスと BLE デバイスのペア設定を、最小限のユーザー操作で簡単に行うことを目的としています。Google は、以下の仕様を実装することで、この仕様に基づく追加機能を継続的にリリースしていきます。これには以下が該当します。
- デバイスがペア設定モードのときに半ページの通知を表示し、簡単な初期ペア設定を可能にします。また、コンパニオン アプリはユーザーに簡単にマーケティングできます。
- 最初のペア設定が完了した後に、デバイスをユーザーのアカウントに関連付ける。
- デバイスの電源がオンで、ユーザーが所有する別のスマートフォン、タブレット、パソコンの近くにあるときにペア設定の通知を表示します。これにより、ユーザーは他のデバイスとペア設定する前に、デバイスをペア設定モードに戻す方法を知らなくても済みます。
- デバイスに名前を関連付ける。
- ヘッドフォンのバッテリー残量の通知が表示されます。
- Android 11 以降では、デバイスの詳細が表示されます。
- 紛失したヘッドセットやイヤホンをユーザーが見つけられるようにする機能。
- オフライン ペア設定は、ネットワーク接続が不安定な状況で使用できます。
- 音声の切り替えをサポートし、ユーザーのアクティビティ(映画の開始など)や優先イベント(着信など)に基づいて、デバイス間でヘッドセットの接続をシームレスに切り替えます。
- Hearable Controls をサポートし、重要な Hearable 機能のアクセス制御を強化します。
機能の要件
デバイスの種類に応じて、機能のサポート要件が異なります。詳しくは、デバイス機能の要件をご覧ください。
プロファイルの依存関係
GFPS の実装は、Bluetooth Core Specification v4.2 以降に対応しています。
オクテットの順序
フィールドが複数のバイトで構成されている場合、バイト順はビッグ エンディアン(ネットワーク バイト順、最上位オクテットから最下位オクテット)です。
これはネットワーク経由で転送されるバイトの標準ですが、Bluetooth SIG 仕様のマルチバイト フィールドのバイト順序とは異なります(たとえば、アドバタイズ内のサービス UUID はリトル エンディアンです)。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-13 UTC。
[null,null,["最終更新日 2025-08-13 UTC。"],[[["\u003cp\u003eGoogle Fast Pair Service (GFPS) uses Bluetooth Low Energy to easily pair devices like headphones, speakers, and keyboards with minimal user interaction.\u003c/p\u003e\n"],["\u003cp\u003eGFPS allows devices to be automatically paired with other devices logged into the same Google account, simplifying the connection process.\u003c/p\u003e\n"],["\u003cp\u003eThe service offers additional features like personalized device names, battery notifications, and seamless audio switching between devices.\u003c/p\u003e\n"],["\u003cp\u003eGFPS is compatible with Bluetooth 4.2 or later and utilizes a big-endian octet order for data transmission.\u003c/p\u003e\n"],["\u003cp\u003eDevice feature requirements and a reference implementation are available for developers to integrate GFPS functionality.\u003c/p\u003e\n"]]],[],null,["# Google Fast Pair Service\n\nIntroduction\n------------\n\nThe Google Fast Pair Service (*GFPS* ) utilizes Bluetooth Low Energy (*BLE*) to\ndiscover nearby Bluetooth devices without using significant phone battery,\nenabling \"magical\" scenarios based on device proximity.\n\n### Features\n\nGFPS is aimed at facilitating the pairing of Bluetooth and BLE devices, such as\nspeakers, headphones, car kits, mice and keyboards, with as little user\ninteraction required as possible. By implementing the following spec, Google\nwill continue to release additional features that build upon it. This includes:\n\n1. Displaying a half page notification when the device is in pairing mode to facilitate [easy initial pairing](/nearby/fast-pair/specifications/configuration#DeviceDiscovery \"Device Discovery\"). Additionally companion apps are easily marketed to users.\n2. Associating the device with the user's account after the initial pairing has completed.\n3. Displaying a [subsequent pairing notification](/nearby/fast-pair/specifications/service/provider#AdvertisingWhenNotDiscoverable \"Advertizing when not discoverable\") when the device is turned on and near another phone, tablet, or desktop that the user owns, so that the user does not need to know how to put the device back into pairing mode before pairing with their other devices.\n4. Associating a [personalized name](/nearby/fast-pair/specifications/extensions/personalizedname \"Extensions - Personalized name\") with the device.\n5. [Battery notifications](/nearby/fast-pair/specifications/extensions/batterynotification \"Extensions - Battery Notifications\") are displayed for the headphones.\n6. Shows device details in Android 11+.\n7. Ability for users to locate a lost headset or buds.\n8. Offline pairing is available for low-network situations.\n9. Support [Audio switch](/nearby/fast-pair/specifications/extensions/sass \"Audio Switch\") to seamlessly transition headset connections between devices based on user activity (e.g. starting a movie) and prioritized events (e.g. an incoming call).\n10. Support [Hearable Controls](/nearby/fast-pair/specifications/extensions/hearablecontrols \"Hearable Controls\") to provide better access controls for important Hearable features.\n\n### Feature Requirements\n\nBased on the device type , the requirement for feature support would differ.\nSee the [Device Feature Requirements](/nearby/fast-pair/specifications/devicefeaturerequirement \"Link to the Device feature requirement.\") for more\ndetails.\n\n### Profile dependencies\n\nThe GFPS implementation is compatible with the Bluetooth Core\nSpecification v4.2 or later.\n\n### Octet order\n\nWherever a field consists of multiple bytes, the byte ordering is big-endian,\nthat is, network byte order (most-significant octet to least-significant octet).\n\nNote that while this is standard for bytes transferred over networks, it is\ndifferent from the byte ordering for multi-byte fields in Bluetooth SIG\nspecifications (for example, a service UUID in an advertisement is\nlittle-endian)."]]