Merge "Clarify that an EID is a Find My Device network EID" into main
This commit is contained in:
commit
1f330d6ce8
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue