diff --git a/api/@ohos.bluetooth.d.ts b/api/@ohos.bluetooth.d.ts index 2a0986f446c16b6e9b74886eee9521f7c7e72efd..8285c80451a3d49ed521ece81fb7e564f6083cd0 100644 --- a/api/@ohos.bluetooth.d.ts +++ b/api/@ohos.bluetooth.d.ts @@ -436,7 +436,15 @@ declare namespace bluetooth { * * @param device The address of the remote device. * @return Returns {@link PlayingState} of the remote device. + * @deprecated since 9 * @since 8 + */ + /** + * Obtains the playing state of device. + * + * @param device The address of the remote device. + * @return Returns {@link PlayingState} of the remote device. + * @since 9 * @permission ohos.permission.USE_BLUETOOTH */ getPlayingState(device: string): PlayingState;