openharmony 鸿蒙 js-apidiff-ConnectivityKit

2026-08-25 浏览 (1)

Change TypeOld VersionNew Versiond.ts File
New error codeClass name: access;
API declaration: function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
DIfferences: NA
Class name: access;
API declaration: function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
DIfferences: 201
api/@ohos.bluetooth.access.d.ts
New error codeClass name: access;
API declaration: function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
DIfferences: NA
Class name: access;
API declaration: function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
DIfferences: 201
api/@ohos.bluetooth.access.d.ts
New error codeClass name: connection;
API declaration: function getRemoteDeviceClass(deviceId: string): DeviceClass;
DIfferences: NA
Class name: connection;
API declaration: function getRemoteDeviceClass(deviceId: string): DeviceClass;
DIfferences: 201
api/@ohos.bluetooth.connection.d.ts
New error codeClass name: wifiManager;
API declaration: function on(type: 'hotspotStateChange', callback: Callback<number>): void;
DIfferences: NA
Class name: wifiManager;
API declaration: function on(type: 'hotspotStateChange', callback: Callback<number>): void;
DIfferences: 202
api/@ohos.wifiManager.d.ts
New error codeClass name: wifiManager;
API declaration: function off(type: 'hotspotStateChange', callback?: Callback<number>): void;
DIfferences: NA
Class name: wifiManager;
API declaration: function off(type: 'hotspotStateChange', callback?: Callback<number>): void;
DIfferences: 202
api/@ohos.wifiManager.d.ts
Deleted error codeClass name: ble;
API declaration: function startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
DIfferences: 2900010,2902054
Class name: ble;
API declaration: function startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: ble;
API declaration: function startAdvertising(advertisingParams: AdvertisingParams, callback: AsyncCallback<number>): void;
DIfferences: 2900010,2902054
Class name: ble;
API declaration: function startAdvertising(advertisingParams: AdvertisingParams, callback: AsyncCallback<number>): void;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: ble;
API declaration: function startAdvertising(advertisingParams: AdvertisingParams): Promise<number>;
DIfferences: 2900010,2902054
Class name: ble;
API declaration: function startAdvertising(advertisingParams: AdvertisingParams): Promise<number>;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: ble;
API declaration: function stopAdvertising(advertisingId: number, callback: AsyncCallback<void>): void;
DIfferences: 2902055
Class name: ble;
API declaration: function stopAdvertising(advertisingId: number, callback: AsyncCallback<void>): void;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: ble;
API declaration: function stopAdvertising(advertisingId: number): Promise<void>;
DIfferences: 2902055
Class name: ble;
API declaration: function stopAdvertising(advertisingId: number): Promise<void>;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: ble;
API declaration: function enableAdvertising(advertisingEnableParams: AdvertisingEnableParams, callback: AsyncCallback<void>): void;
DIfferences: 2902055
Class name: ble;
API declaration: function enableAdvertising(advertisingEnableParams: AdvertisingEnableParams, callback: AsyncCallback<void>): void;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: ble;
API declaration: function enableAdvertising(advertisingEnableParams: AdvertisingEnableParams): Promise<void>;
DIfferences: 2902055
Class name: ble;
API declaration: function enableAdvertising(advertisingEnableParams: AdvertisingEnableParams): Promise<void>;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: ble;
API declaration: function disableAdvertising(advertisingDisableParams: AdvertisingDisableParams, callback: AsyncCallback<void>): void;
DIfferences: 2902055
Class name: ble;
API declaration: function disableAdvertising(advertisingDisableParams: AdvertisingDisableParams, callback: AsyncCallback<void>): void;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: ble;
API declaration: function disableAdvertising(advertisingDisableParams: AdvertisingDisableParams): Promise<void>;
DIfferences: 2902055
Class name: ble;
API declaration: function disableAdvertising(advertisingDisableParams: AdvertisingDisableParams): Promise<void>;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: GattClientDevice;
API declaration: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
DIfferences: 2900011,2901003,2901004,2901005,2901006,2901007
Class name: GattClientDevice;
API declaration: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: GattClientDevice;
API declaration: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
DIfferences: 2900011,2901003,2901004,2901005,2901006,2901007
Class name: GattClientDevice;
API declaration: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: GattClientDevice;
API declaration: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
DIfferences: 2900011,2901003,2901004,2901005,2901006,2901007
Class name: GattClientDevice;
API declaration: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: GattClientDevice;
API declaration: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
DIfferences: 2900011,2901003,2901004,2901005,2901006,2901007
Class name: GattClientDevice;
API declaration: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: GattClientDevice;
API declaration: writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType, callback: AsyncCallback<void>): void;
DIfferences: 2900011,2901003,2901004,2901005,2901006,2901007
Class name: GattClientDevice;
API declaration: writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType, callback: AsyncCallback<void>): void;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: GattClientDevice;
API declaration: writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType): Promise<void>;
DIfferences: 2900011,2901003,2901004,2901005,2901006,2901007
Class name: GattClientDevice;
API declaration: writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType): Promise<void>;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: GattClientDevice;
API declaration: writeDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<void>): void;
DIfferences: 2900011,2901003,2901004,2901005,2901006,2901007
Class name: GattClientDevice;
API declaration: writeDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<void>): void;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: GattClientDevice;
API declaration: writeDescriptorValue(descriptor: BLEDescriptor): Promise<void>;
DIfferences: 2900011,2901003,2901004,2901005,2901006,2901007
Class name: GattClientDevice;
API declaration: writeDescriptorValue(descriptor: BLEDescriptor): Promise<void>;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: GattClientDevice;
API declaration: getRssiValue(callback: AsyncCallback<number>): void;
DIfferences: 2900011,2901003
Class name: GattClientDevice;
API declaration: getRssiValue(callback: AsyncCallback<number>): void;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: GattClientDevice;
API declaration: getRssiValue(): Promise<number>;
DIfferences: 2900011,2901003
Class name: GattClientDevice;
API declaration: getRssiValue(): Promise<number>;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: GattClientDevice;
API declaration: setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean, callback: AsyncCallback<void>): void;
DIfferences: 2900011,2901003
Class name: GattClientDevice;
API declaration: setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean, callback: AsyncCallback<void>): void;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: GattClientDevice;
API declaration: setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean): Promise<void>;
DIfferences: 2900011,2901003
Class name: GattClientDevice;
API declaration: setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean): Promise<void>;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: GattClientDevice;
API declaration: setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean, callback: AsyncCallback<void>): void;
DIfferences: 2900011,2901003
Class name: GattClientDevice;
API declaration: setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean, callback: AsyncCallback<void>): void;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: GattClientDevice;
API declaration: setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean): Promise<void>;
DIfferences: 2900011,2901003
Class name: GattClientDevice;
API declaration: setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean): Promise<void>;
DIfferences: NA
api/@ohos.bluetooth.ble.d.ts
Deleted error codeClass name: HceService;
API declaration: on(type: 'hceCmd', callback: AsyncCallback<number[]>): void;
DIfferences: 201,401,801
Class name: HceService;
API declaration: on(type: 'hceCmd', callback: AsyncCallback<number[]>): void;
DIfferences: NA
api/@ohos.nfc.cardEmulation.d.ts
Permission changeClass name: access;
API declaration: function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
DIfferences: NA
Class name: access;
API declaration: function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
DIfferences: ohos.permission.ACCESS_BLUETOOTH
api/@ohos.bluetooth.access.d.ts
Permission changeClass name: access;
API declaration: function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
DIfferences: NA
Class name: access;
API declaration: function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
DIfferences: ohos.permission.ACCESS_BLUETOOTH
api/@ohos.bluetooth.access.d.ts
Permission changeClass name: connection;
API declaration: function getRemoteDeviceClass(deviceId: string): DeviceClass;
DIfferences: NA
Class name: connection;
API declaration: function getRemoteDeviceClass(deviceId: string): DeviceClass;
DIfferences: ohos.permission.ACCESS_BLUETOOTH
api/@ohos.bluetooth.connection.d.ts
Deleted APIClass name: global;
API declaration: declare namespace opp
DIfferences: declare namespace opp
NAapi/@ohos.bluetooth.opp.d.ts
Deleted APIClass name: opp;
API declaration: interface OppServerProfile
DIfferences: interface OppServerProfile
NAapi/@ohos.bluetooth.opp.d.ts
Deleted APIClass name: global;
API declaration: export interface BarcodeTag
DIfferences: export interface BarcodeTag
NAapi/tag/nfctech.d.ts
Deleted APIClass name: BarcodeTag;
API declaration: getBarcode(): Promise<ArrayBuffer>;
DIfferences: getBarcode(): Promise<ArrayBuffer>;
NAapi/tag/nfctech.d.ts
Deleted APIClass name: CodecInfo;
API declaration: codecBitRate?: CodecBitRate;
DIfferences: codecBitRate?: CodecBitRate;
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecInfo;
API declaration: codecFrameLength?: CodecFrameLength;
DIfferences: codecFrameLength?: CodecFrameLength;
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: a2dp;
API declaration: interface CodecInfoList
DIfferences: interface CodecInfoList
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecInfoList;
API declaration: codecType: CodecType;
DIfferences: codecType: CodecType;
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecInfoList;
API declaration: codecBitsPerSampleArray: CodecBitsPerSample[];
DIfferences: codecBitsPerSampleArray: CodecBitsPerSample[];
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecInfoList;
API declaration: codecChannelModeArray: CodecChannelMode[];
DIfferences: codecChannelModeArray: CodecChannelMode[];
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecInfoList;
API declaration: codecSampleRateArray: CodecSampleRate[];
DIfferences: codecSampleRateArray: CodecSampleRate[];
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecInfoList;
API declaration: codecBitRateArray: CodecBitRate[];
DIfferences: codecBitRateArray: CodecBitRate[];
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecInfoList;
API declaration: codecFrameLengthArray: CodecFrameLength[];
DIfferences: codecFrameLengthArray: CodecFrameLength[];
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: a2dp;
API declaration: enum CodecBitRate
DIfferences: enum CodecBitRate
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecBitRate;
API declaration: CODEC_BIT_RATE_96000 = 0
DIfferences: CODEC_BIT_RATE_96000 = 0
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecBitRate;
API declaration: CODEC_BIT_RATE_128000 = 1
DIfferences: CODEC_BIT_RATE_128000 = 1
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecBitRate;
API declaration: CODEC_BIT_RATE_192000 = 2
DIfferences: CODEC_BIT_RATE_192000 = 2
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecBitRate;
API declaration: CODEC_BIT_RATE_256000 = 3
DIfferences: CODEC_BIT_RATE_256000 = 3
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecBitRate;
API declaration: CODEC_BIT_RATE_320000 = 4
DIfferences: CODEC_BIT_RATE_320000 = 4
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecBitRate;
API declaration: CODEC_BIT_RATE_480000 = 5
DIfferences: CODEC_BIT_RATE_480000 = 5
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecBitRate;
API declaration: CODEC_BIT_RATE_640000 = 6
DIfferences: CODEC_BIT_RATE_640000 = 6
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecBitRate;
API declaration: CODEC_BIT_RATE_960000 = 7
DIfferences: CODEC_BIT_RATE_960000 = 7
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecBitRate;
API declaration: CODEC_BIT_RATE_ABR = 8
DIfferences: CODEC_BIT_RATE_ABR = 8
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: a2dp;
API declaration: enum CodecFrameLength
DIfferences: enum CodecFrameLength
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecFrameLength;
API declaration: CODEC_FRAME_LENGTH_5MS = 0
DIfferences: CODEC_FRAME_LENGTH_5MS = 0
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: CodecFrameLength;
API declaration: CODEC_FRAME_LENGTH_10MS = 1
DIfferences: CODEC_FRAME_LENGTH_10MS = 1
NAapi/@ohos.bluetooth.a2dp.d.ts
Deleted APIClass name: access;
API declaration: function enableBluetoothAsync(): Promise<void>;
DIfferences: function enableBluetoothAsync(): Promise<void>;
NAapi/@ohos.bluetooth.access.d.ts
Deleted APIClass name: access;
API declaration: function disableBluetoothAsync(): Promise<void>;
DIfferences: function disableBluetoothAsync(): Promise<void>;
NAapi/@ohos.bluetooth.access.d.ts
Deleted APIClass name: access;
API declaration: function addPersistentDeviceId(deviceId: string): Promise<void>;
DIfferences: function addPersistentDeviceId(deviceId: string): Promise<void>;
NAapi/@ohos.bluetooth.access.d.ts
Deleted APIClass name: access;
API declaration: function deletePersistentDeviceId(deviceId: string): Promise<void>;
DIfferences: function deletePersistentDeviceId(deviceId: string): Promise<void>;
NAapi/@ohos.bluetooth.access.d.ts
Deleted APIClass name: access;
API declaration: function getPersistentDeviceIds(): string[];
DIfferences: function getPersistentDeviceIds(): string[];
NAapi/@ohos.bluetooth.access.d.ts
Deleted APIClass name: access;
API declaration: function isValidRandomDeviceId(deviceId: string): boolean;
DIfferences: function isValidRandomDeviceId(deviceId: string): boolean;
NAapi/@ohos.bluetooth.access.d.ts
Deleted APIClass name: BLECharacteristic;
API declaration: characteristicValueHandle?: number;
DIfferences: characteristicValueHandle?: number;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: BLECharacteristic;
API declaration: permissions?: GattPermissions;
DIfferences: permissions?: GattPermissions;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: BLEDescriptor;
API declaration: descriptorHandle?: number;
DIfferences: descriptorHandle?: number;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: BLEDescriptor;
API declaration: permissions?: GattPermissions;
DIfferences: permissions?: GattPermissions;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: BLEConnectionChangeState;
API declaration: reason?: GattDisconnectReason;
DIfferences: reason?: GattDisconnectReason;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: AdvertiseData;
API declaration: includeTxPower?: boolean;
DIfferences: includeTxPower?: boolean;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattProperties;
API declaration: broadcast?: boolean;
DIfferences: broadcast?: boolean;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattProperties;
API declaration: authenticatedSignedWrite?: boolean;
DIfferences: authenticatedSignedWrite?: boolean;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattProperties;
API declaration: extendedProperties?: boolean;
DIfferences: extendedProperties?: boolean;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: ScanReportMode;
API declaration: BATCH = 2
DIfferences: BATCH = 2
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: ScanReportMode;
API declaration: FENCE_SENSITIVITY_LOW = 10
DIfferences: FENCE_SENSITIVITY_LOW = 10
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: ScanReportMode;
API declaration: FENCE_SENSITIVITY_HIGH = 11
DIfferences: FENCE_SENSITIVITY_HIGH = 11
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: ScanReportType;
API declaration: ON_BATCH = 3
DIfferences: ON_BATCH = 3
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: ble;
API declaration: enum GattDisconnectReason
DIfferences: enum GattDisconnectReason
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattDisconnectReason;
API declaration: CONN_TIMEOUT = 1
DIfferences: CONN_TIMEOUT = 1
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattDisconnectReason;
API declaration: CONN_TERMINATE_PEER_USER = 2
DIfferences: CONN_TERMINATE_PEER_USER = 2
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattDisconnectReason;
API declaration: CONN_TERMINATE_LOCAL_HOST = 3
DIfferences: CONN_TERMINATE_LOCAL_HOST = 3
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattDisconnectReason;
API declaration: CONN_UNKNOWN = 4
DIfferences: CONN_UNKNOWN = 4
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: ble;
API declaration: interface GattPermissions
DIfferences: interface GattPermissions
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattPermissions;
API declaration: read?: boolean;
DIfferences: read?: boolean;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattPermissions;
API declaration: readEncrypted?: boolean;
DIfferences: readEncrypted?: boolean;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattPermissions;
API declaration: readEncryptedMitm?: boolean;
DIfferences: readEncryptedMitm?: boolean;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattPermissions;
API declaration: write?: boolean;
DIfferences: write?: boolean;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattPermissions;
API declaration: writeEncrypted?: boolean;
DIfferences: writeEncrypted?: boolean;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattPermissions;
API declaration: writeEncryptedMitm?: boolean;
DIfferences: writeEncryptedMitm?: boolean;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattPermissions;
API declaration: writeSigned?: boolean;
DIfferences: writeSigned?: boolean;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: GattPermissions;
API declaration: writeSignedMitm?: boolean;
DIfferences: writeSignedMitm?: boolean;
NAapi/@ohos.bluetooth.ble.d.ts
Deleted APIClass name: connection;
API declaration: function getRemoteDeviceName(deviceId: string, alias?: boolean): string;
DIfferences: function getRemoteDeviceName(deviceId: string, alias?: boolean): string;
NAapi/@ohos.bluetooth.connection.d.ts
Deleted APIClass name: connection;
API declaration: function getRemoteDeviceTransport(deviceId: string): BluetoothTransport;
DIfferences: function getRemoteDeviceTransport(deviceId: string): BluetoothTransport;
NAapi/@ohos.bluetooth.connection.d.ts
Deleted APIClass name: connection;
API declaration: function connectAllowedProfiles(deviceId: string, callback: AsyncCallback<void>): void;
DIfferences: function connectAllowedProfiles(deviceId: string, callback: AsyncCallback<void>): void;
NAapi/@ohos.bluetooth.connection.d.ts
Deleted APIClass name: connection;
API declaration: function connectAllowedProfiles(deviceId: string): Promise<void>;
DIfferences: function connectAllowedProfiles(deviceId: string): Promise<void>;
NAapi/@ohos.bluetooth.connection.d.ts
Deleted APIClass name: connection;
API declaration: function on(type: 'discoveryResult', callback: Callback<Array<DiscoveryResult>>): void;
DIfferences: function on(type: 'discoveryResult', callback: Callback<Array<DiscoveryResult>>): void;
NAapi/@ohos.bluetooth.connection.d.ts
Deleted APIClass name: connection;
API declaration: function off(type: 'discoveryResult', callback?: Callback<Array<DiscoveryResult>>): void;
DIfferences: function off(type: 'discoveryResult', callback?: Callback<Array<DiscoveryResult>>): void;
NAapi/@ohos.bluetooth.connection.d.ts
Deleted APIClass name: BluetoothTransport;
API declaration: TRANSPORT_DUAL = 2
DIfferences: TRANSPORT_DUAL = 2
NAapi/@ohos.bluetooth.connection.d.ts
Deleted APIClass name: BluetoothTransport;
API declaration: TRANSPORT_UNKNOWN = 3
DIfferences: TRANSPORT_UNKNOWN = 3
NAapi/@ohos.bluetooth.connection.d.ts
Deleted APIClass name: connection;
API declaration: interface DiscoveryResult
DIfferences: interface DiscoveryResult
NAapi/@ohos.bluetooth.connection.d.ts
Deleted APIClass name: DiscoveryResult;
API declaration: deviceId: string;
DIfferences: deviceId: string;
NAapi/@ohos.bluetooth.connection.d.ts
Deleted APIClass name: DiscoveryResult;
API declaration: rssi: number;
DIfferences: rssi: number;
NAapi/@ohos.bluetooth.connection.d.ts
Deleted APIClass name: DiscoveryResult;
API declaration: deviceName: string;
DIfferences: deviceName: string;
NAapi/@ohos.bluetooth.connection.d.ts
Deleted APIClass name: DiscoveryResult;
API declaration: deviceClass: DeviceClass;
DIfferences: deviceClass: DeviceClass;
NAapi/@ohos.bluetooth.connection.d.ts
Deleted APIClass name: socket;
API declaration: function getL2capPsm(serverSocket: number): number;
DIfferences: function getL2capPsm(serverSocket: number): number;
NAapi/@ohos.bluetooth.socket.d.ts
Deleted APIClass name: socket;
API declaration: function getDeviceId(clientSocket: number): string;
DIfferences: function getDeviceId(clientSocket: number): string;
NAapi/@ohos.bluetooth.socket.d.ts
Deleted APIClass name: socket;
API declaration: function sppWriteAsync(clientSocket: number, data: ArrayBuffer): Promise<void>;
DIfferences: function sppWriteAsync(clientSocket: number, data: ArrayBuffer): Promise<void>;
NAapi/@ohos.bluetooth.socket.d.ts
Deleted APIClass name: socket;
API declaration: function sppReadAsync(clientSocket: number): Promise<ArrayBuffer>;
DIfferences: function sppReadAsync(clientSocket: number): Promise<ArrayBuffer>;
NAapi/@ohos.bluetooth.socket.d.ts
Deleted APIClass name: SppOptions;
API declaration: psm?: number;
DIfferences: psm?: number;
NAapi/@ohos.bluetooth.socket.d.ts
Deleted APIClass name: SppType;
API declaration: SPP_L2CAP = 1
DIfferences: SPP_L2CAP = 1
NAapi/@ohos.bluetooth.socket.d.ts
Deleted APIClass name: SppType;
API declaration: SPP_L2CAP_BLE = 2
DIfferences: SPP_L2CAP_BLE = 2
NAapi/@ohos.bluetooth.socket.d.ts
Deleted APIClass name: HceService;
API declaration: off(type: 'hceCmd', callback?: AsyncCallback<number[]>): void;
DIfferences: off(type: 'hceCmd', callback?: AsyncCallback<number[]>): void;
NAapi/@ohos.nfc.cardEmulation.d.ts
Deleted APIClass name: tag;
API declaration: const NFC_BARCODE = 10;
DIfferences: const NFC_BARCODE = 10;
NAapi/@ohos.nfc.tag.d.ts
Deleted APIClass name: tag;
API declaration: function getBarcodeTag(tagInfo: TagInfo): BarcodeTag;
DIfferences: function getBarcodeTag(tagInfo: TagInfo): BarcodeTag;
NAapi/@ohos.nfc.tag.d.ts
Deleted APIClass name: ndef;
API declaration: function makeApplicationRecord(bundleName: string): NdefRecord;
DIfferences: function makeApplicationRecord(bundleName: string): NdefRecord;
NAapi/@ohos.nfc.tag.d.ts
Deleted APIClass name: tag;
API declaration: export type BarcodeTag = _BarcodeTag;
DIfferences: export type BarcodeTag = _BarcodeTag;
NAapi/@ohos.nfc.tag.d.ts
Deleted APIClass name: omapi;
API declaration: function on(type: 'stateChanged', callback: Callback<ServiceState>): void;
DIfferences: function on(type: 'stateChanged', callback: Callback<ServiceState>): void;
NAapi/@ohos.secureElement.d.ts
Deleted APIClass name: omapi;
API declaration: function off(type: 'stateChanged', callback?: Callback<ServiceState>): void;
DIfferences: function off(type: 'stateChanged', callback?: Callback<ServiceState>): void;
NAapi/@ohos.secureElement.d.ts
Deleted APIClass name: wifiManager;
API declaration: function disableWifi(): void;
DIfferences: function disableWifi(): void;
NAapi/@ohos.wifiManager.d.ts
Deleted APIClass name: wifiManager;
API declaration: function connectToCandidateConfigWithUserAction(networkId: number): Promise<void>;
DIfferences: function connectToCandidateConfigWithUserAction(networkId: number): Promise<void>;
NAapi/@ohos.wifiManager.d.ts
Deleted APIClass name: wifiManager;
API declaration: function getMultiLinkedInfo(): Array<WifiLinkedInfo>;
DIfferences: function getMultiLinkedInfo(): Array<WifiLinkedInfo>;
NAapi/@ohos.wifiManager.d.ts
Deleted APIClass name: wifiManager;
API declaration: function getLinkedInfoSync(): WifiLinkedInfo;
DIfferences: function getLinkedInfoSync(): WifiLinkedInfo;
NAapi/@ohos.wifiManager.d.ts
Deleted APIClass name: wifiManager;
API declaration: enum WifiLinkType
DIfferences: enum WifiLinkType
NAapi/@ohos.wifiManager.d.ts
Deleted APIClass name: WifiLinkType;
API declaration: DEFAULT_LINK = 0
DIfferences: DEFAULT_LINK = 0
NAapi/@ohos.wifiManager.d.ts
Deleted APIClass name: WifiLinkType;
API declaration: WIFI7_SINGLE_LINK = 1
DIfferences: WIFI7_SINGLE_LINK = 1
NAapi/@ohos.wifiManager.d.ts
Deleted APIClass name: WifiLinkType;
API declaration: WIFI7_MLSR = 2
DIfferences: WIFI7_MLSR = 2
NAapi/@ohos.wifiManager.d.ts
Deleted APIClass name: WifiLinkType;
API declaration: WIFI7_EMLSR = 3
DIfferences: WIFI7_EMLSR = 3
NAapi/@ohos.wifiManager.d.ts
Deleted APIClass name: WifiLinkType;
API declaration: WIFI7_STR = 4
DIfferences: WIFI7_STR = 4
NAapi/@ohos.wifiManager.d.ts
Deleted APIClass name: WifiLinkedInfo;
API declaration: wifiLinkType?: WifiLinkType;
DIfferences: wifiLinkType?: WifiLinkType;
NAapi/@ohos.wifiManager.d.ts
Initial version changeClass name: connection;
API declaration: type ProfileUuids = constant.ProfileUuids;
DIfferences: 12
Class name: connection;
API declaration: type ProfileUuids = constant.ProfileUuids;
DIfferences: 10
api/@ohos.bluetooth.connection.d.ts
Initial version changeClass name: connection;
API declaration: function getRemoteProfileUuids(deviceId: string, callback: AsyncCallback<Array<ProfileUuids>>): void;
DIfferences: 12
Class name: connection;
API declaration: function getRemoteProfileUuids(deviceId: string, callback: AsyncCallback<Array<ProfileUuids>>): void;
DIfferences: 10
api/@ohos.bluetooth.connection.d.ts
Initial version changeClass name: connection;
API declaration: function getRemoteProfileUuids(deviceId: string): Promise<Array<ProfileUuids>>;
DIfferences: 12
Class name: connection;
API declaration: function getRemoteProfileUuids(deviceId: string): Promise<Array<ProfileUuids>>;
DIfferences: 10
api/@ohos.bluetooth.connection.d.ts
Initial version changeClass name: constant;
API declaration: export enum ProfileUuids
DIfferences: 12
Class name: constant;
API declaration: export enum ProfileUuids
DIfferences: 10
api/@ohos.bluetooth.constant.d.ts
Initial version changeClass name: ProfileUuids;
API declaration: PROFILE_UUID_HFP_AG = '0000111F-0000-1000-8000-00805F9B34FB'
DIfferences: 12
Class name: ProfileUuids;
API declaration: PROFILE_UUID_HFP_AG = '0000111F-0000-1000-8000-00805F9B34FB'
DIfferences: 10
api/@ohos.bluetooth.constant.d.ts
Initial version changeClass name: ProfileUuids;
API declaration: PROFILE_UUID_HFP_HF = '0000111E-0000-1000-8000-00805F9B34FB'
DIfferences: 12
Class name: ProfileUuids;
API declaration: PROFILE_UUID_HFP_HF = '0000111E-0000-1000-8000-00805F9B34FB'
DIfferences: 10
api/@ohos.bluetooth.constant.d.ts
Initial version changeClass name: ProfileUuids;
API declaration: PROFILE_UUID_HSP_AG = '00001112-0000-1000-8000-00805F9B34FB'
DIfferences: 12
Class name: ProfileUuids;
API declaration: PROFILE_UUID_HSP_AG = '00001112-0000-1000-8000-00805F9B34FB'
DIfferences: 10
api/@ohos.bluetooth.constant.d.ts
Initial version changeClass name: ProfileUuids;
API declaration: PROFILE_UUID_HSP_HS = '00001108-0000-1000-8000-00805F9B34FB'
DIfferences: 12
Class name: ProfileUuids;
API declaration: PROFILE_UUID_HSP_HS = '00001108-0000-1000-8000-00805F9B34FB'
DIfferences: 10
api/@ohos.bluetooth.constant.d.ts
Initial version changeClass name: ProfileUuids;
API declaration: PROFILE_UUID_A2DP_SRC = '0000110A-0000-1000-8000-00805F9B34FB'
DIfferences: 12
Class name: ProfileUuids;
API declaration: PROFILE_UUID_A2DP_SRC = '0000110A-0000-1000-8000-00805F9B34FB'
DIfferences: 10
api/@ohos.bluetooth.constant.d.ts
Initial version changeClass name: ProfileUuids;
API declaration: PROFILE_UUID_A2DP_SINK = '0000110B-0000-1000-8000-00805F9B34FB'
DIfferences: 12
Class name: ProfileUuids;
API declaration: PROFILE_UUID_A2DP_SINK = '0000110B-0000-1000-8000-00805F9B34FB'
DIfferences: 10
api/@ohos.bluetooth.constant.d.ts
Initial version changeClass name: ProfileUuids;
API declaration: PROFILE_UUID_AVRCP_CT = '0000110E-0000-1000-8000-00805F9B34FB'
DIfferences: 12
Class name: ProfileUuids;
API declaration: PROFILE_UUID_AVRCP_CT = '0000110E-0000-1000-8000-00805F9B34FB'
DIfferences: 10
api/@ohos.bluetooth.constant.d.ts
Initial version changeClass name: ProfileUuids;
API declaration: PROFILE_UUID_AVRCP_TG = '0000110C-0000-1000-8000-00805F9B34FB'
DIfferences: 12
Class name: ProfileUuids;
API declaration: PROFILE_UUID_AVRCP_TG = '0000110C-0000-1000-8000-00805F9B34FB'
DIfferences: 10
api/@ohos.bluetooth.constant.d.ts
Initial version changeClass name: ProfileUuids;
API declaration: PROFILE_UUID_HID = '00001124-0000-1000-8000-00805F9B34FB'
DIfferences: 12
Class name: ProfileUuids;
API declaration: PROFILE_UUID_HID = '00001124-0000-1000-8000-00805F9B34FB'
DIfferences: 10
api/@ohos.bluetooth.constant.d.ts
Initial version changeClass name: ProfileUuids;
API declaration: PROFILE_UUID_HOGP = '00001812-0000-1000-8000-00805F9B34FB'
DIfferences: 12
Class name: ProfileUuids;
API declaration: PROFILE_UUID_HOGP = '00001812-0000-1000-8000-00805F9B34FB'
DIfferences: 10
api/@ohos.bluetooth.constant.d.ts
Initial version changeClass name: wifiManager;
API declaration: function isHotspotActive(): boolean;
DIfferences: 15
Class name: wifiManager;
API declaration: function isHotspotActive(): boolean;
DIfferences: 9
api/@ohos.wifiManager.d.ts
Deleted kitClass name: global;
API declaration: api@ohos.bluetooth.opp.d.ts
DIfferences: ConnectivityKit
Class name: global;
API declaration:
DIfferences: NA
api/@ohos.bluetooth.opp.d.ts
Deleted export symbolClass name: global;
API declaration: export interface BarcodeTag
DIfferences: export interface BarcodeTag
Class name: global;
API declaration:
DIfferences: NA
api/tag/nfctech.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-ArkGraphics3D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-InputKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ArkWeb

openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit

openharmony 鸿蒙 js-apidiff-ArkData

openharmony 鸿蒙 js-apidiff-NA

openharmony 鸿蒙 js-apidiff-IPCKit

  • 所属分类: 后端技术
  • 本文标签: 鸿蒙 软件
  • 版权声明: 本文链接 https://seaxiang.com/blog/eoOhPHDa