From ebe3fa6f1229e3c6a97392c932660f38fa7ab215 Mon Sep 17 00:00:00 2001 From: lee Date: Sat, 16 Apr 2022 16:15:51 +0800 Subject: [PATCH] add bt getPlayingState version and permission Signed-off-by: lee --- api/@ohos.bluetooth.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/@ohos.bluetooth.d.ts b/api/@ohos.bluetooth.d.ts index 38e7044b41..f6a50ad9b5 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; } -- Gitee