diff --git a/api/@ohos.bluetooth.d.ts b/api/@ohos.bluetooth.d.ts index 38e7044b419687b8c9cff20d0c70fc809787a041..f6a50ad9b5d88a0e7f4e4410c4039006808c5248 100644 --- a/api/@ohos.bluetooth.d.ts +++ b/api/@ohos.bluetooth.d.ts @@ -427,7 +427,8 @@ declare namespace bluetooth { * * @param device The address of the remote device. * @return Returns {@link PlayingState} of the remote device. - * + * @since 8 + * @permission ohos.permission.USE_BLUETOOTH */ getPlayingState(device: string): PlayingState; }