Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07353f28 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6314039 from b36129e17163dd31fe0add18c658d7c1d245b4e1 to sc-release

Change-Id: Ib47d6f018aaeb81b3de36ba304e9679563656dee
parents f7b403ac 6b6aa230
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -496,17 +496,20 @@ public final class BluetoothHearingAid implements BluetoothProfile {
    }

    /**
     * Get the CustomerId of the device.
     * Get the HiSyncId (unique hearing aid device identifier) of the device.
     *
     * <a href=https://source.android.com/devices/bluetooth/asha#hisyncid>HiSyncId documentation
     * can be found here</a>
     *
     * @param device Bluetooth device
     * @return the CustomerId of the device
     * @return the HiSyncId of the device
     * @hide
     */
    @SystemApi
    @RequiresPermission(Manifest.permission.BLUETOOTH)
    public long getHiSyncId(@Nullable BluetoothDevice device) {
        if (VDBG) {
            log("getCustomerId(" + device + ")");
            log("getHiSyncId(" + device + ")");
        }
        final IBluetoothHearingAid service = getService();
        try {