Merge "Clarify that an EID is a Find My Device network EID" into main

This commit is contained in:
Yahav Nussbaum 2024-01-08 19:31:57 +00:00 committed by Gerrit Code Review
commit 1f330d6ce8
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
package android.hardware.bluetooth.finder; package android.hardware.bluetooth.finder;
/** /**
* Ephemeral Identifier * Find My Device network ephemeral identifier
*/ */
@VintfStability @VintfStability
parcelable Eid { parcelable Eid {

View file

@ -21,7 +21,7 @@ import android.hardware.bluetooth.finder.Eid;
@VintfStability @VintfStability
interface IBluetoothFinder { interface IBluetoothFinder {
/** /**
* API to set the EIDs to the Bluetooth Controller * API to set Find My Device network EIDs to the Bluetooth Controller
* *
* @param eids array of 20 bytes EID to the Bluetooth * @param eids array of 20 bytes EID to the Bluetooth
* controller * controller