| Change Type | Old Version | New Version | d.ts File |
|---|---|---|---|
| New error code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 code | Class 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 change | Class 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 change | Class 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 change | Class 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 API | Class name: global; API declaration: declare namespace opp DIfferences: declare namespace opp | NA | api/@ohos.bluetooth.opp.d.ts |
| Deleted API | Class name: opp; API declaration: interface OppServerProfile DIfferences: interface OppServerProfile | NA | api/@ohos.bluetooth.opp.d.ts |
| Deleted API | Class name: global; API declaration: export interface BarcodeTag DIfferences: export interface BarcodeTag | NA | api/tag/nfctech.d.ts |
| Deleted API | Class name: BarcodeTag; API declaration: getBarcode(): Promise<ArrayBuffer>; DIfferences: getBarcode(): Promise<ArrayBuffer>; | NA | api/tag/nfctech.d.ts |
| Deleted API | Class name: CodecInfo; API declaration: codecBitRate?: CodecBitRate; DIfferences: codecBitRate?: CodecBitRate; | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecInfo; API declaration: codecFrameLength?: CodecFrameLength; DIfferences: codecFrameLength?: CodecFrameLength; | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: a2dp; API declaration: interface CodecInfoList DIfferences: interface CodecInfoList | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecInfoList; API declaration: codecType: CodecType; DIfferences: codecType: CodecType; | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecInfoList; API declaration: codecBitsPerSampleArray: CodecBitsPerSample[]; DIfferences: codecBitsPerSampleArray: CodecBitsPerSample[]; | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecInfoList; API declaration: codecChannelModeArray: CodecChannelMode[]; DIfferences: codecChannelModeArray: CodecChannelMode[]; | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecInfoList; API declaration: codecSampleRateArray: CodecSampleRate[]; DIfferences: codecSampleRateArray: CodecSampleRate[]; | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecInfoList; API declaration: codecBitRateArray: CodecBitRate[]; DIfferences: codecBitRateArray: CodecBitRate[]; | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecInfoList; API declaration: codecFrameLengthArray: CodecFrameLength[]; DIfferences: codecFrameLengthArray: CodecFrameLength[]; | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: a2dp; API declaration: enum CodecBitRate DIfferences: enum CodecBitRate | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecBitRate; API declaration: CODEC_BIT_RATE_96000 = 0 DIfferences: CODEC_BIT_RATE_96000 = 0 | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecBitRate; API declaration: CODEC_BIT_RATE_128000 = 1 DIfferences: CODEC_BIT_RATE_128000 = 1 | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecBitRate; API declaration: CODEC_BIT_RATE_192000 = 2 DIfferences: CODEC_BIT_RATE_192000 = 2 | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecBitRate; API declaration: CODEC_BIT_RATE_256000 = 3 DIfferences: CODEC_BIT_RATE_256000 = 3 | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecBitRate; API declaration: CODEC_BIT_RATE_320000 = 4 DIfferences: CODEC_BIT_RATE_320000 = 4 | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecBitRate; API declaration: CODEC_BIT_RATE_480000 = 5 DIfferences: CODEC_BIT_RATE_480000 = 5 | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecBitRate; API declaration: CODEC_BIT_RATE_640000 = 6 DIfferences: CODEC_BIT_RATE_640000 = 6 | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecBitRate; API declaration: CODEC_BIT_RATE_960000 = 7 DIfferences: CODEC_BIT_RATE_960000 = 7 | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecBitRate; API declaration: CODEC_BIT_RATE_ABR = 8 DIfferences: CODEC_BIT_RATE_ABR = 8 | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: a2dp; API declaration: enum CodecFrameLength DIfferences: enum CodecFrameLength | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecFrameLength; API declaration: CODEC_FRAME_LENGTH_5MS = 0 DIfferences: CODEC_FRAME_LENGTH_5MS = 0 | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: CodecFrameLength; API declaration: CODEC_FRAME_LENGTH_10MS = 1 DIfferences: CODEC_FRAME_LENGTH_10MS = 1 | NA | api/@ohos.bluetooth.a2dp.d.ts |
| Deleted API | Class name: access; API declaration: function enableBluetoothAsync(): Promise<void>; DIfferences: function enableBluetoothAsync(): Promise<void>; | NA | api/@ohos.bluetooth.access.d.ts |
| Deleted API | Class name: access; API declaration: function disableBluetoothAsync(): Promise<void>; DIfferences: function disableBluetoothAsync(): Promise<void>; | NA | api/@ohos.bluetooth.access.d.ts |
| Deleted API | Class name: access; API declaration: function addPersistentDeviceId(deviceId: string): Promise<void>; DIfferences: function addPersistentDeviceId(deviceId: string): Promise<void>; | NA | api/@ohos.bluetooth.access.d.ts |
| Deleted API | Class name: access; API declaration: function deletePersistentDeviceId(deviceId: string): Promise<void>; DIfferences: function deletePersistentDeviceId(deviceId: string): Promise<void>; | NA | api/@ohos.bluetooth.access.d.ts |
| Deleted API | Class name: access; API declaration: function getPersistentDeviceIds(): string[]; DIfferences: function getPersistentDeviceIds(): string[]; | NA | api/@ohos.bluetooth.access.d.ts |
| Deleted API | Class name: access; API declaration: function isValidRandomDeviceId(deviceId: string): boolean; DIfferences: function isValidRandomDeviceId(deviceId: string): boolean; | NA | api/@ohos.bluetooth.access.d.ts |
| Deleted API | Class name: BLECharacteristic; API declaration: characteristicValueHandle?: number; DIfferences: characteristicValueHandle?: number; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: BLECharacteristic; API declaration: permissions?: GattPermissions; DIfferences: permissions?: GattPermissions; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: BLEDescriptor; API declaration: descriptorHandle?: number; DIfferences: descriptorHandle?: number; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: BLEDescriptor; API declaration: permissions?: GattPermissions; DIfferences: permissions?: GattPermissions; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: BLEConnectionChangeState; API declaration: reason?: GattDisconnectReason; DIfferences: reason?: GattDisconnectReason; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: AdvertiseData; API declaration: includeTxPower?: boolean; DIfferences: includeTxPower?: boolean; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattProperties; API declaration: broadcast?: boolean; DIfferences: broadcast?: boolean; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattProperties; API declaration: authenticatedSignedWrite?: boolean; DIfferences: authenticatedSignedWrite?: boolean; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattProperties; API declaration: extendedProperties?: boolean; DIfferences: extendedProperties?: boolean; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: ScanReportMode; API declaration: BATCH = 2 DIfferences: BATCH = 2 | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: ScanReportMode; API declaration: FENCE_SENSITIVITY_LOW = 10 DIfferences: FENCE_SENSITIVITY_LOW = 10 | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: ScanReportMode; API declaration: FENCE_SENSITIVITY_HIGH = 11 DIfferences: FENCE_SENSITIVITY_HIGH = 11 | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: ScanReportType; API declaration: ON_BATCH = 3 DIfferences: ON_BATCH = 3 | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: ble; API declaration: enum GattDisconnectReason DIfferences: enum GattDisconnectReason | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattDisconnectReason; API declaration: CONN_TIMEOUT = 1 DIfferences: CONN_TIMEOUT = 1 | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattDisconnectReason; API declaration: CONN_TERMINATE_PEER_USER = 2 DIfferences: CONN_TERMINATE_PEER_USER = 2 | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattDisconnectReason; API declaration: CONN_TERMINATE_LOCAL_HOST = 3 DIfferences: CONN_TERMINATE_LOCAL_HOST = 3 | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattDisconnectReason; API declaration: CONN_UNKNOWN = 4 DIfferences: CONN_UNKNOWN = 4 | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: ble; API declaration: interface GattPermissions DIfferences: interface GattPermissions | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattPermissions; API declaration: read?: boolean; DIfferences: read?: boolean; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattPermissions; API declaration: readEncrypted?: boolean; DIfferences: readEncrypted?: boolean; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattPermissions; API declaration: readEncryptedMitm?: boolean; DIfferences: readEncryptedMitm?: boolean; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattPermissions; API declaration: write?: boolean; DIfferences: write?: boolean; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattPermissions; API declaration: writeEncrypted?: boolean; DIfferences: writeEncrypted?: boolean; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattPermissions; API declaration: writeEncryptedMitm?: boolean; DIfferences: writeEncryptedMitm?: boolean; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattPermissions; API declaration: writeSigned?: boolean; DIfferences: writeSigned?: boolean; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: GattPermissions; API declaration: writeSignedMitm?: boolean; DIfferences: writeSignedMitm?: boolean; | NA | api/@ohos.bluetooth.ble.d.ts |
| Deleted API | Class name: connection; API declaration: function getRemoteDeviceName(deviceId: string, alias?: boolean): string; DIfferences: function getRemoteDeviceName(deviceId: string, alias?: boolean): string; | NA | api/@ohos.bluetooth.connection.d.ts |
| Deleted API | Class name: connection; API declaration: function getRemoteDeviceTransport(deviceId: string): BluetoothTransport; DIfferences: function getRemoteDeviceTransport(deviceId: string): BluetoothTransport; | NA | api/@ohos.bluetooth.connection.d.ts |
| Deleted API | Class name: connection; API declaration: function connectAllowedProfiles(deviceId: string, callback: AsyncCallback<void>): void; DIfferences: function connectAllowedProfiles(deviceId: string, callback: AsyncCallback<void>): void; | NA | api/@ohos.bluetooth.connection.d.ts |
| Deleted API | Class name: connection; API declaration: function connectAllowedProfiles(deviceId: string): Promise<void>; DIfferences: function connectAllowedProfiles(deviceId: string): Promise<void>; | NA | api/@ohos.bluetooth.connection.d.ts |
| Deleted API | Class name: connection; API declaration: function on(type: 'discoveryResult', callback: Callback<Array<DiscoveryResult>>): void; DIfferences: function on(type: 'discoveryResult', callback: Callback<Array<DiscoveryResult>>): void; | NA | api/@ohos.bluetooth.connection.d.ts |
| Deleted API | Class name: connection; API declaration: function off(type: 'discoveryResult', callback?: Callback<Array<DiscoveryResult>>): void; DIfferences: function off(type: 'discoveryResult', callback?: Callback<Array<DiscoveryResult>>): void; | NA | api/@ohos.bluetooth.connection.d.ts |
| Deleted API | Class name: BluetoothTransport; API declaration: TRANSPORT_DUAL = 2 DIfferences: TRANSPORT_DUAL = 2 | NA | api/@ohos.bluetooth.connection.d.ts |
| Deleted API | Class name: BluetoothTransport; API declaration: TRANSPORT_UNKNOWN = 3 DIfferences: TRANSPORT_UNKNOWN = 3 | NA | api/@ohos.bluetooth.connection.d.ts |
| Deleted API | Class name: connection; API declaration: interface DiscoveryResult DIfferences: interface DiscoveryResult | NA | api/@ohos.bluetooth.connection.d.ts |
| Deleted API | Class name: DiscoveryResult; API declaration: deviceId: string; DIfferences: deviceId: string; | NA | api/@ohos.bluetooth.connection.d.ts |
| Deleted API | Class name: DiscoveryResult; API declaration: rssi: number; DIfferences: rssi: number; | NA | api/@ohos.bluetooth.connection.d.ts |
| Deleted API | Class name: DiscoveryResult; API declaration: deviceName: string; DIfferences: deviceName: string; | NA | api/@ohos.bluetooth.connection.d.ts |
| Deleted API | Class name: DiscoveryResult; API declaration: deviceClass: DeviceClass; DIfferences: deviceClass: DeviceClass; | NA | api/@ohos.bluetooth.connection.d.ts |
| Deleted API | Class name: socket; API declaration: function getL2capPsm(serverSocket: number): number; DIfferences: function getL2capPsm(serverSocket: number): number; | NA | api/@ohos.bluetooth.socket.d.ts |
| Deleted API | Class name: socket; API declaration: function getDeviceId(clientSocket: number): string; DIfferences: function getDeviceId(clientSocket: number): string; | NA | api/@ohos.bluetooth.socket.d.ts |
| Deleted API | Class name: socket; API declaration: function sppWriteAsync(clientSocket: number, data: ArrayBuffer): Promise<void>; DIfferences: function sppWriteAsync(clientSocket: number, data: ArrayBuffer): Promise<void>; | NA | api/@ohos.bluetooth.socket.d.ts |
| Deleted API | Class name: socket; API declaration: function sppReadAsync(clientSocket: number): Promise<ArrayBuffer>; DIfferences: function sppReadAsync(clientSocket: number): Promise<ArrayBuffer>; | NA | api/@ohos.bluetooth.socket.d.ts |
| Deleted API | Class name: SppOptions; API declaration: psm?: number; DIfferences: psm?: number; | NA | api/@ohos.bluetooth.socket.d.ts |
| Deleted API | Class name: SppType; API declaration: SPP_L2CAP = 1 DIfferences: SPP_L2CAP = 1 | NA | api/@ohos.bluetooth.socket.d.ts |
| Deleted API | Class name: SppType; API declaration: SPP_L2CAP_BLE = 2 DIfferences: SPP_L2CAP_BLE = 2 | NA | api/@ohos.bluetooth.socket.d.ts |
| Deleted API | Class name: HceService; API declaration: off(type: 'hceCmd', callback?: AsyncCallback<number[]>): void; DIfferences: off(type: 'hceCmd', callback?: AsyncCallback<number[]>): void; | NA | api/@ohos.nfc.cardEmulation.d.ts |
| Deleted API | Class name: tag; API declaration: const NFC_BARCODE = 10; DIfferences: const NFC_BARCODE = 10; | NA | api/@ohos.nfc.tag.d.ts |
| Deleted API | Class name: tag; API declaration: function getBarcodeTag(tagInfo: TagInfo): BarcodeTag; DIfferences: function getBarcodeTag(tagInfo: TagInfo): BarcodeTag; | NA | api/@ohos.nfc.tag.d.ts |
| Deleted API | Class name: ndef; API declaration: function makeApplicationRecord(bundleName: string): NdefRecord; DIfferences: function makeApplicationRecord(bundleName: string): NdefRecord; | NA | api/@ohos.nfc.tag.d.ts |
| Deleted API | Class name: tag; API declaration: export type BarcodeTag = _BarcodeTag; DIfferences: export type BarcodeTag = _BarcodeTag; | NA | api/@ohos.nfc.tag.d.ts |
| Deleted API | Class name: omapi; API declaration: function on(type: 'stateChanged', callback: Callback<ServiceState>): void; DIfferences: function on(type: 'stateChanged', callback: Callback<ServiceState>): void; | NA | api/@ohos.secureElement.d.ts |
| Deleted API | Class name: omapi; API declaration: function off(type: 'stateChanged', callback?: Callback<ServiceState>): void; DIfferences: function off(type: 'stateChanged', callback?: Callback<ServiceState>): void; | NA | api/@ohos.secureElement.d.ts |
| Deleted API | Class name: wifiManager; API declaration: function disableWifi(): void; DIfferences: function disableWifi(): void; | NA | api/@ohos.wifiManager.d.ts |
| Deleted API | Class name: wifiManager; API declaration: function connectToCandidateConfigWithUserAction(networkId: number): Promise<void>; DIfferences: function connectToCandidateConfigWithUserAction(networkId: number): Promise<void>; | NA | api/@ohos.wifiManager.d.ts |
| Deleted API | Class name: wifiManager; API declaration: function getMultiLinkedInfo(): Array<WifiLinkedInfo>; DIfferences: function getMultiLinkedInfo(): Array<WifiLinkedInfo>; | NA | api/@ohos.wifiManager.d.ts |
| Deleted API | Class name: wifiManager; API declaration: function getLinkedInfoSync(): WifiLinkedInfo; DIfferences: function getLinkedInfoSync(): WifiLinkedInfo; | NA | api/@ohos.wifiManager.d.ts |
| Deleted API | Class name: wifiManager; API declaration: enum WifiLinkType DIfferences: enum WifiLinkType | NA | api/@ohos.wifiManager.d.ts |
| Deleted API | Class name: WifiLinkType; API declaration: DEFAULT_LINK = 0 DIfferences: DEFAULT_LINK = 0 | NA | api/@ohos.wifiManager.d.ts |
| Deleted API | Class name: WifiLinkType; API declaration: WIFI7_SINGLE_LINK = 1 DIfferences: WIFI7_SINGLE_LINK = 1 | NA | api/@ohos.wifiManager.d.ts |
| Deleted API | Class name: WifiLinkType; API declaration: WIFI7_MLSR = 2 DIfferences: WIFI7_MLSR = 2 | NA | api/@ohos.wifiManager.d.ts |
| Deleted API | Class name: WifiLinkType; API declaration: WIFI7_EMLSR = 3 DIfferences: WIFI7_EMLSR = 3 | NA | api/@ohos.wifiManager.d.ts |
| Deleted API | Class name: WifiLinkType; API declaration: WIFI7_STR = 4 DIfferences: WIFI7_STR = 4 | NA | api/@ohos.wifiManager.d.ts |
| Deleted API | Class name: WifiLinkedInfo; API declaration: wifiLinkType?: WifiLinkType; DIfferences: wifiLinkType?: WifiLinkType; | NA | api/@ohos.wifiManager.d.ts |
| Initial version change | Class 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 change | Class 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 change | Class 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 change | Class 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 change | Class 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 change | Class 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 change | Class 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 change | Class 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 change | Class 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 change | Class 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 change | Class 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 change | Class 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 change | Class 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 change | Class 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 change | Class 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 kit | Class 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 symbol | Class 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