Usługa Szybkie parowanie Google
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Wprowadzenie
Usługa Szybkie parowanie Google (GFPS) korzysta z Bluetooth Low Energy (BLE), aby wykrywać urządzenia Bluetooth w pobliżu bez nadmiernego zużycia baterii telefonu, umożliwiając „magiczne” scenariusze oparte na bliskości urządzenia.
Funkcje
GFPS ułatwia parowanie urządzeń Bluetooth i BLE, takich jak głośniki, słuchawki, zestawy samochodowe, myszy i klawiatury, przy minimalnej interakcji użytkownika. Dzięki wdrożeniu tej specyfikacji Google będzie nadal udostępniać dodatkowe funkcje, które będą się na niej opierać. Obejmuje to m.in.:
- Wyświetlanie powiadomienia na połowie strony, gdy urządzenie jest w trybie parowania, aby ułatwić pierwotne parowanie. Dodatkowo aplikacje towarzyszące są łatwo reklamowane wśród użytkowników.
- Powiązanie urządzenia z kontem użytkownika po zakończeniu początkowego parowania.
- Wyświetlanie kolejne powiadomienie o sparowaniu, gdy urządzenie jest włączone i znajduje się w pobliżu innego telefonu, tabletu lub komputera należącego do użytkownika, dzięki czemu użytkownik nie musi wiedzieć, jak ponownie ustawić urządzenie w trybie parowania przed sparowaniem z innymi urządzeniami.
- Powiązanie z urządzeniem indywidualnej nazwy.
- Na słuchawkach wyświetlają się powiadomienia o baterii.
- W Androidzie 11 i nowszych wyświetla szczegóły urządzenia.
- Umożliwienie użytkownikom zlokalizowania zgubionych słuchawek lub wkładek dousznych.
- Parowanie offline jest dostępne w przypadku słabego sygnału sieci.
- Obsługa przełącznika dźwięku umożliwia płynne przełączanie połączeń z słuchawek na inne urządzenia na podstawie aktywności użytkownika (np. uruchamiania filmu) i priorytetowych zdarzeń (np. przychodzącego połączenia).
- Obsługa Hearable Controls w celu zapewnienia lepszych ustawień dostępu do ważnych funkcji Hearable.
Wymagania dotyczące funkcji
Wymagania dotyczące obsługi funkcji różnią się w zależności od typu urządzenia.
Więcej informacji znajdziesz w wymaganiach dotyczących funkcji urządzenia.
Zależności profilu
Implementacja GFPS jest zgodna ze specyfikacją Bluetooth Core w wersji 4.2 lub nowszej.
Kolejność bajtów
W przypadku pól składających się z wielu bajtów kolejność bajtów jest zgodna z formatem big-endian, czyli kolejności bajtów sieci (od oktetów o największej do najmniejszej istotności).
Pamiętaj, że chociaż jest to standard dla bajtów przesyłanych przez sieci, różni się od kolejności bajtów w przypadku pól wielobajtowych w specyfikacjach Bluetooth SIG (np. identyfikator UUID usługi w reklamie jest w standardzie little-endian).
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-13 UTC.
[null,null,["Ostatnia aktualizacja: 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)."]]