1| Change Type | Old Version | New Version | d.ts File | 2| ---- | ------ | ------ | -------- | 3|Added|NA|Class name: connectedTag<br>Method or attribute name: function initialize(): void;|@ohos.connectedTag.d.ts| 4|Added|NA|Class name: connectedTag<br>Method or attribute name: function uninitialize(): void;|@ohos.connectedTag.d.ts| 5|Added|NA|Class name: connectedTag<br>Method or attribute name: function read(): Promise<number[]>;|@ohos.connectedTag.d.ts| 6|Added|NA|Class name: connectedTag<br>Method or attribute name: function read(callback: AsyncCallback<number[]>): void;|@ohos.connectedTag.d.ts| 7|Added|NA|Class name: connectedTag<br>Method or attribute name: function write(data: number[]): Promise<void>;|@ohos.connectedTag.d.ts| 8|Added|NA|Class name: connectedTag<br>Method or attribute name: function write(data: number[], callback: AsyncCallback<void>): void;|@ohos.connectedTag.d.ts| 9|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing|@ohos.net.sharing.d.ts| 10|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function isSharingSupported(callback: AsyncCallback<boolean>): void;|@ohos.net.sharing.d.ts| 11|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function isSharingSupported(): Promise<boolean>;|@ohos.net.sharing.d.ts| 12|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function isSharing(callback: AsyncCallback<boolean>): void;|@ohos.net.sharing.d.ts| 13|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function isSharing(): Promise<boolean>;|@ohos.net.sharing.d.ts| 14|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function startSharing(type: SharingIfaceType, callback: AsyncCallback<void>): void;|@ohos.net.sharing.d.ts| 15|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise<void>;|@ohos.net.sharing.d.ts| 16|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function stopSharing(type: SharingIfaceType, callback: AsyncCallback<void>): void;|@ohos.net.sharing.d.ts| 17|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise<void>;|@ohos.net.sharing.d.ts| 18|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function getStatsRxBytes(callback: AsyncCallback<number>): void;|@ohos.net.sharing.d.ts| 19|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function getStatsRxBytes(): Promise<number>;|@ohos.net.sharing.d.ts| 20|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function getStatsTxBytes(callback: AsyncCallback<number>): void;|@ohos.net.sharing.d.ts| 21|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function getStatsTxBytes(): Promise<number>;|@ohos.net.sharing.d.ts| 22|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function getStatsTotalBytes(callback: AsyncCallback<number>): void;|@ohos.net.sharing.d.ts| 23|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function getStatsTotalBytes(): Promise<number>;|@ohos.net.sharing.d.ts| 24|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback<Array<string>>): void;|@ohos.net.sharing.d.ts| 25|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise<Array<string>>;|@ohos.net.sharing.d.ts| 26|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function getSharingState(type: SharingIfaceType, callback: AsyncCallback<SharingIfaceState>): void;|@ohos.net.sharing.d.ts| 27|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise<SharingIfaceState>;|@ohos.net.sharing.d.ts| 28|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback<Array<string>>): void;|@ohos.net.sharing.d.ts| 29|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise<Array<string>>;|@ohos.net.sharing.d.ts| 30|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function on(type: 'sharingStateChange', callback: Callback<boolean>): void;|@ohos.net.sharing.d.ts| 31|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function off(type: 'sharingStateChange', callback?: Callback<boolean>): void;|@ohos.net.sharing.d.ts| 32|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function on(type: 'interfaceSharingStateChange', callback: Callback<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;|@ohos.net.sharing.d.ts| 33|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function off(type: 'interfaceSharingStateChange', callback?: Callback<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;|@ohos.net.sharing.d.ts| 34|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function on(type: 'sharingUpstreamChange', callback: Callback<NetHandle>): void;|@ohos.net.sharing.d.ts| 35|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing<br>Method or attribute name: function off(type: 'sharingUpstreamChange', callback?: Callback<NetHandle>): void;|@ohos.net.sharing.d.ts| 36|Added|NA|Module name: ohos.net.sharing<br>Class name: SharingIfaceState|@ohos.net.sharing.d.ts| 37|Added|NA|Module name: ohos.net.sharing<br>Class name: SharingIfaceState<br>Method or attribute name: SHARING_NIC_SERVING = 1|@ohos.net.sharing.d.ts| 38|Added|NA|Module name: ohos.net.sharing<br>Class name: SharingIfaceState<br>Method or attribute name: SHARING_NIC_CAN_SERVER = 2|@ohos.net.sharing.d.ts| 39|Added|NA|Module name: ohos.net.sharing<br>Class name: SharingIfaceState<br>Method or attribute name: SHARING_NIC_ERROR = 3|@ohos.net.sharing.d.ts| 40|Added|NA|Module name: ohos.net.sharing<br>Class name: SharingIfaceType|@ohos.net.sharing.d.ts| 41|Added|NA|Module name: ohos.net.sharing<br>Class name: SharingIfaceType<br>Method or attribute name: SHARING_WIFI = 0|@ohos.net.sharing.d.ts| 42|Added|NA|Module name: ohos.net.sharing<br>Class name: SharingIfaceType<br>Method or attribute name: SHARING_USB = 1|@ohos.net.sharing.d.ts| 43|Added|NA|Module name: ohos.net.sharing<br>Class name: SharingIfaceType<br>Method or attribute name: SHARING_BLUETOOTH = 2|@ohos.net.sharing.d.ts| 44|Added|NA|Module name: ohos.nfc.cardEmulation<br>Class name: CardType|@ohos.nfc.cardEmulation.d.ts| 45|Added|NA|Class name: CardType<br>Method or attribute name: |@ohos.nfc.cardEmulation.d.ts| 46|Added|NA|Module name: ohos.nfc.cardEmulation<br>Class name: CardType<br>Method or attribute name: PAYMENT = "payment"|@ohos.nfc.cardEmulation.d.ts| 47|Added|NA|Class name: CardType<br>Method or attribute name: PAYMENT = "payment"|@ohos.nfc.cardEmulation.d.ts| 48|Added|NA|Module name: ohos.nfc.cardEmulation<br>Class name: CardType<br>Method or attribute name: OTHER = "other"|@ohos.nfc.cardEmulation.d.ts| 49|Added|NA|Class name: CardType<br>Method or attribute name: OTHER = "other"|@ohos.nfc.cardEmulation.d.ts| 50|Added|NA|Class name: cardEmulation<br>Method or attribute name: function hasHceCapability(): boolean;|@ohos.nfc.cardEmulation.d.ts| 51|Added|NA|Class name: cardEmulation<br>Method or attribute name: function isDefaultService(elementName: ElementName, type: CardType): boolean;|@ohos.nfc.cardEmulation.d.ts| 52|Added|NA|Class name: HceService<br>Method or attribute name: start(elementName: ElementName, aidList: string[]): void|@ohos.nfc.cardEmulation.d.ts| 53|Added|NA|Class name: HceService<br>Method or attribute name: stop(elementName: ElementName): void|@ohos.nfc.cardEmulation.d.ts| 54|Added|NA|Class name: HceService<br>Method or attribute name: transmit(response: number[]): Promise<void>;|@ohos.nfc.cardEmulation.d.ts| 55|Added|NA|Class name: HceService<br>Method or attribute name: transmit(response: number[], callback: AsyncCallback<void>): void;|@ohos.nfc.cardEmulation.d.ts| 56|Added|NA|Class name: nfcController<br>Method or attribute name: function enableNfc(): void|@ohos.nfc.controller.d.ts| 57|Added|NA|Class name: nfcController<br>Method or attribute name: function disableNfc(): void|@ohos.nfc.controller.d.ts| 58|Added|NA|Class name: tag<br>Method or attribute name: function getNfcA(tagInfo: TagInfo): NfcATag|@ohos.nfc.tag.d.ts| 59|Added|NA|Class name: tag<br>Method or attribute name: function getNfcB(tagInfo: TagInfo): NfcBTag|@ohos.nfc.tag.d.ts| 60|Added|NA|Class name: tag<br>Method or attribute name: function getNfcF(tagInfo: TagInfo): NfcFTag|@ohos.nfc.tag.d.ts| 61|Added|NA|Class name: tag<br>Method or attribute name: function getNfcV(tagInfo: TagInfo): NfcVTag|@ohos.nfc.tag.d.ts| 62|Added|NA|Class name: wifiManager<br>Method or attribute name: function p2pCancelConnect(): void;|@ohos.wifiManager.d.ts| 63|Added|NA|Class name: TagSession<br>Method or attribute name: connect(): void;|tagSession.d.ts| 64|Added|NA|Class name: TagSession<br>Method or attribute name: resetConnection(): void;|tagSession.d.ts| 65|Added|NA|Class name: TagSession<br>Method or attribute name: isConnected(): boolean;|tagSession.d.ts| 66|Added|NA|Class name: TagSession<br>Method or attribute name: setTimeout(timeout: number): void;|tagSession.d.ts| 67|Added|NA|Class name: TagSession<br>Method or attribute name: getTimeout(): number;|tagSession.d.ts| 68|Added|NA|Class name: TagSession<br>Method or attribute name: transmit(data: number[]): Promise<number[]>;|tagSession.d.ts| 69|Added|NA|Class name: TagSession<br>Method or attribute name: transmit(data: number[], callback: AsyncCallback<number[]>): void;|tagSession.d.ts| 70|Added|NA|Class name: TagSession<br>Method or attribute name: getMaxTransmitSize(): number;|tagSession.d.ts| 71|Deleted|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function p2pDisconnect(): void;|NA|@ohos.wifiManager.d.ts| 72|Deprecated version changed|Class name: connectedTag<br>Method or attribute name: function init(): boolean;<br>Deprecated version: N/A|Class name: connectedTag<br>Method or attribute name: function init(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts| 73|Deprecated version changed|Class name: connectedTag<br>Method or attribute name: function uninit(): boolean;<br>Deprecated version: N/A|Class name: connectedTag<br>Method or attribute name: function uninit(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts| 74|Deprecated version changed|Class name: connectedTag<br>Method or attribute name: function readNdefTag(): Promise<string>;<br>Deprecated version: N/A|Class name: connectedTag<br>Method or attribute name: function readNdefTag(): Promise<string>;<br>Deprecated version: 9<br>Substitute API: ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts| 75|Deprecated version changed|Class name: connectedTag<br>Method or attribute name: function readNdefTag(callback: AsyncCallback<string>): void;<br>Deprecated version: N/A|Class name: connectedTag<br>Method or attribute name: function readNdefTag(callback: AsyncCallback<string>): void;<br>Deprecated version: 9|@ohos.connectedTag.d.ts| 76|Deprecated version changed|Class name: connectedTag<br>Method or attribute name: function writeNdefTag(data: string): Promise<void>;<br>Deprecated version: N/A|Class name: connectedTag<br>Method or attribute name: function writeNdefTag(data: string): Promise<void>;<br>Deprecated version: 9<br>Substitute API: ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts| 77|Deprecated version changed|Class name: connectedTag<br>Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback<void>): void;<br>Deprecated version: N/A|Class name: connectedTag<br>Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback<void>): void;<br>Deprecated version: 9|@ohos.connectedTag.d.ts| 78|Deprecated version changed|Class name: FeatureType<br>Deprecated version: N/A|Class name: FeatureType<br>Deprecated version: 9<br>Substitute API: ohos.nfc.cardEmulation/cardEmulation|@ohos.nfc.cardEmulation.d.ts| 79|Deprecated version changed|Class name: cardEmulation<br>Method or attribute name: function isSupported(feature: number): boolean;<br>Deprecated version: N/A|Class name: cardEmulation<br>Method or attribute name: function isSupported(feature: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.nfc.cardEmulation/cardEmulation|@ohos.nfc.cardEmulation.d.ts| 80|Deprecated version changed|Class name: HceService<br>Method or attribute name: startHCE(aidList: string[]): boolean;<br>Deprecated version: N/A|Class name: HceService<br>Method or attribute name: startHCE(aidList: string[]): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts| 81|Deprecated version changed|Class name: HceService<br>Method or attribute name: stopHCE(): boolean;<br>Deprecated version: N/A|Class name: HceService<br>Method or attribute name: stopHCE(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts| 82|Deprecated version changed|Class name: HceService<br>Method or attribute name: sendResponse(responseApdu: number[]): void;<br>Deprecated version: N/A|Class name: HceService<br>Method or attribute name: sendResponse(responseApdu: number[]): void;<br>Deprecated version: 9<br>Substitute API: ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts| 83|Deprecated version changed|Class name: nfcController<br>Method or attribute name: function isNfcAvailable(): boolean<br>Deprecated version: N/A|Class name: nfcController<br>Method or attribute name: function isNfcAvailable(): boolean<br>Deprecated version: 9<br>Substitute API: global|@ohos.nfc.controller.d.ts| 84|Deprecated version changed|Class name: nfcController<br>Method or attribute name: function openNfc(): boolean<br>Deprecated version: N/A|Class name: nfcController<br>Method or attribute name: function openNfc(): boolean<br>Deprecated version: 9<br>Substitute API: @ohos.nfc.controller.nfcController|@ohos.nfc.controller.d.ts| 85|Deprecated version changed|Class name: nfcController<br>Method or attribute name: function closeNfc(): boolean<br>Deprecated version: N/A|Class name: nfcController<br>Method or attribute name: function closeNfc(): boolean<br>Deprecated version: 9<br>Substitute API: @ohos.nfc.controller.nfcController|@ohos.nfc.controller.d.ts| 86|Deprecated version changed|Class name: tag<br>Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag<br>Deprecated version: N/A|Class name: tag<br>Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag<br>Deprecated version: 9<br>Substitute API: ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts| 87|Deprecated version changed|Class name: tag<br>Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>Deprecated version: N/A|Class name: tag<br>Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>Deprecated version: 9<br>Substitute API: ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts| 88|Deprecated version changed|Class name: tag<br>Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>Deprecated version: N/A|Class name: tag<br>Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>Deprecated version: 9<br>Substitute API: ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts| 89|Deprecated version changed|Class name: tag<br>Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>Deprecated version: N/A|Class name: tag<br>Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>Deprecated version: 9<br>Substitute API: ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts| 90|Deprecated version changed|Class name: TagSession<br>Method or attribute name: getTagInfo(): tag.TagInfo;<br>Deprecated version: N/A|Class name: TagSession<br>Method or attribute name: getTagInfo(): tag.TagInfo;<br>Deprecated version: 9<br>Substitute API: ohos.nfc.tag/tag|tagSession.d.ts| 91|Deprecated version changed|Class name: TagSession<br>Method or attribute name: connectTag(): boolean;<br>Deprecated version: N/A|Class name: TagSession<br>Method or attribute name: connectTag(): boolean;<br>Deprecated version: 9<br>Substitute API: tagSession.TagSession|tagSession.d.ts| 92|Deprecated version changed|Class name: TagSession<br>Method or attribute name: reset(): void;<br>Deprecated version: N/A|Class name: TagSession<br>Method or attribute name: reset(): void;<br>Deprecated version: 9<br>Substitute API: tagSession.TagSession|tagSession.d.ts| 93|Deprecated version changed|Class name: TagSession<br>Method or attribute name: isTagConnected(): boolean;<br>Deprecated version: N/A|Class name: TagSession<br>Method or attribute name: isTagConnected(): boolean;<br>Deprecated version: 9<br>Substitute API: tagSession.TagSession|tagSession.d.ts| 94|Deprecated version changed|Class name: TagSession<br>Method or attribute name: setSendDataTimeout(timeout: number): boolean;<br>Deprecated version: N/A|Class name: TagSession<br>Method or attribute name: setSendDataTimeout(timeout: number): boolean;<br>Deprecated version: 9<br>Substitute API: tagSession.TagSession|tagSession.d.ts| 95|Deprecated version changed|Class name: TagSession<br>Method or attribute name: getSendDataTimeout(): number;<br>Deprecated version: N/A|Class name: TagSession<br>Method or attribute name: getSendDataTimeout(): number;<br>Deprecated version: 9<br>Substitute API: tagSession.TagSession|tagSession.d.ts| 96|Deprecated version changed|Class name: TagSession<br>Method or attribute name: sendData(data: number[]): Promise<number[]>;<br>Deprecated version: N/A|Class name: TagSession<br>Method or attribute name: sendData(data: number[]): Promise<number[]>;<br>Deprecated version: 9<br>Substitute API: tagSession.TagSession|tagSession.d.ts| 97|Deprecated version changed|Class name: TagSession<br>Method or attribute name: sendData(data: number[], callback: AsyncCallback<number[]>): void;<br>Deprecated version: N/A|Class name: TagSession<br>Method or attribute name: sendData(data: number[], callback: AsyncCallback<number[]>): void;<br>Deprecated version: 9|tagSession.d.ts| 98|Deprecated version changed|Class name: TagSession<br>Method or attribute name: getMaxSendLength(): number;<br>Deprecated version: N/A|Class name: TagSession<br>Method or attribute name: getMaxSendLength(): number;<br>Deprecated version: 9<br>Substitute API: tagSession.TagSession|tagSession.d.ts| 99|Initial version changed|Class name: FeatureType<br>Initial version: N/A|Class name: FeatureType<br>Initial version: 6|@ohos.nfc.cardEmulation.d.ts| 100|Permission changed|Class name: A2dpSourceProfile<br>Method or attribute name: connect(device: string): boolean;<br>Permission: permission ohos.permission.DISCOVER_BLUETOOTH|Class name: A2dpSourceProfile<br>Method or attribute name: connect(device: string): boolean;<br>Permission: ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| 101|Permission changed|Class name: A2dpSourceProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Permission: permission ohos.permission.DISCOVER_BLUETOOTH|Class name: A2dpSourceProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Permission: ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| 102|Permission changed|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: connect(device: string): boolean;<br>Permission: permission ohos.permission.DISCOVER_BLUETOOTH|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: connect(device: string): boolean;<br>Permission: ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| 103|Permission changed|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Permission: permission ohos.permission.DISCOVER_BLUETOOTH|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Permission: ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| 104|Permission changed|Class name: HidHostProfile<br>Method or attribute name: connect(device: string): boolean;<br>Permission: permission ohos.permission.DISCOVER_BLUETOOTH|Class name: HidHostProfile<br>Method or attribute name: connect(device: string): boolean;<br>Permission: ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| 105|Permission changed|Class name: HidHostProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Permission: permission ohos.permission.DISCOVER_BLUETOOTH|Class name: HidHostProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Permission: ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| 106|Permission changed|Class name: PanProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Permission: permission ohos.permission.USE_BLUETOOTH|Class name: PanProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Permission: ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts| 107|Permission changed|Class name: PanProfile<br>Method or attribute name: setTethering(enable: boolean): void;<br>Permission: permission ohos.permission.DISCOVER_BLUETOOTH|Class name: PanProfile<br>Method or attribute name: setTethering(enable: boolean): void;<br>Permission: ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| 108|Permission changed|Class name: connectedTag<br>Method or attribute name: function init(): boolean;<br>Permission: s ohos.permission.NFC_TAG|Class name: connectedTag<br>Method or attribute name: function init(): boolean;<br>Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 109|Permission changed|Class name: connectedTag<br>Method or attribute name: function uninit(): boolean;<br>Permission: s ohos.permission.NFC_TAG|Class name: connectedTag<br>Method or attribute name: function uninit(): boolean;<br>Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 110|Permission changed|Class name: connectedTag<br>Method or attribute name: function readNdefTag(): Promise<string>;<br>Permission: s ohos.permission.NFC_TAG|Class name: connectedTag<br>Method or attribute name: function readNdefTag(): Promise<string>;<br>Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 111|Permission changed|Class name: connectedTag<br>Method or attribute name: function readNdefTag(callback: AsyncCallback<string>): void;<br>Permission: s ohos.permission.NFC_TAG|Class name: connectedTag<br>Method or attribute name: function readNdefTag(callback: AsyncCallback<string>): void;<br>Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 112|Permission changed|Class name: connectedTag<br>Method or attribute name: function writeNdefTag(data: string): Promise<void>;<br>Permission: s ohos.permission.NFC_TAG|Class name: connectedTag<br>Method or attribute name: function writeNdefTag(data: string): Promise<void>;<br>Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 113|Permission changed|Class name: connectedTag<br>Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback<void>): void;<br>Permission: s ohos.permission.NFC_TAG|Class name: connectedTag<br>Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback<void>): void;<br>Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 114|Permission changed|Class name: connectedTag<br>Method or attribute name: function on(type: "notify", callback: Callback<number>): void;<br>Permission: s ohos.permission.NFC_TAG|Class name: connectedTag<br>Method or attribute name: function on(type: "notify", callback: Callback<number>): void;<br>Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 115|Permission changed|Class name: connectedTag<br>Method or attribute name: function off(type: "notify", callback?:Callback<number>): void;<br>Permission: s ohos.permission.NFC_TAG|Class name: connectedTag<br>Method or attribute name: function off(type: "notify", callback?:Callback<number>): void;<br>Permission: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 116|Permission deleted|Class name: tag<br>Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag<br>Permission: ohos.permission.NFC_TAG|Class name: tag<br>Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag<br>Permission: N/A|@ohos.nfc.tag.d.ts| 117|Permission deleted|Class name: tag<br>Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>Permission: ohos.permission.NFC_TAG|Class name: tag<br>Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>Permission: N/A|@ohos.nfc.tag.d.ts| 118|Permission deleted|Class name: tag<br>Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>Permission: ohos.permission.NFC_TAG|Class name: tag<br>Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>Permission: N/A|@ohos.nfc.tag.d.ts| 119|Permission deleted|Class name: tag<br>Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>Permission: ohos.permission.NFC_TAG|Class name: tag<br>Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>Permission: N/A|@ohos.nfc.tag.d.ts| 120|Permission deleted|Class name: NfcATag<br>Method or attribute name: getSak(): number;<br>Permission: ohos.permission.NFC_TAG|Class name: NfcATag<br>Method or attribute name: getSak(): number;<br>Permission: N/A|nfctech.d.ts| 121|Permission deleted|Class name: NfcATag<br>Method or attribute name: getAtqa(): number[];<br>Permission: ohos.permission.NFC_TAG|Class name: NfcATag<br>Method or attribute name: getAtqa(): number[];<br>Permission: N/A|nfctech.d.ts| 122|Permission deleted|Class name: NfcBTag<br>Method or attribute name: getRespAppData(): number[];<br>Permission: ohos.permission.NFC_TAG|Class name: NfcBTag<br>Method or attribute name: getRespAppData(): number[];<br>Permission: N/A|nfctech.d.ts| 123|Permission deleted|Class name: NfcBTag<br>Method or attribute name: getRespProtocol(): number[];<br>Permission: ohos.permission.NFC_TAG|Class name: NfcBTag<br>Method or attribute name: getRespProtocol(): number[];<br>Permission: N/A|nfctech.d.ts| 124|Permission deleted|Class name: NfcFTag<br>Method or attribute name: getSystemCode(): number[];<br>Permission: ohos.permission.NFC_TAG|Class name: NfcFTag<br>Method or attribute name: getSystemCode(): number[];<br>Permission: N/A|nfctech.d.ts| 125|Permission deleted|Class name: NfcFTag<br>Method or attribute name: getPmm(): number[];<br>Permission: ohos.permission.NFC_TAG|Class name: NfcFTag<br>Method or attribute name: getPmm(): number[];<br>Permission: N/A|nfctech.d.ts| 126|Permission deleted|Class name: NfcVTag<br>Method or attribute name: getResponseFlags(): number;<br>Permission: ohos.permission.NFC_TAG|Class name: NfcVTag<br>Method or attribute name: getResponseFlags(): number;<br>Permission: N/A|nfctech.d.ts| 127|Permission deleted|Class name: NfcVTag<br>Method or attribute name: getDsfId(): number;<br>Permission: ohos.permission.NFC_TAG|Class name: NfcVTag<br>Method or attribute name: getDsfId(): number;<br>Permission: N/A|nfctech.d.ts| 128|Permission deleted|Class name: TagSession<br>Method or attribute name: isTagConnected(): boolean;<br>Permission: ohos.permission.NFC_TAG|Class name: TagSession<br>Method or attribute name: isTagConnected(): boolean;<br>Permission: N/A|tagSession.d.ts| 129|Permission added|Class name: connection<br>Method or attribute name: function hasDefaultNet(callback: AsyncCallback<boolean>): void;<br>Permission: N/A|Class name: connection<br>Method or attribute name: function hasDefaultNet(callback: AsyncCallback<boolean>): void;<br>Permission: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts| 130|Permission added|Class name: connection<br>Method or attribute name: function hasDefaultNet(): Promise<boolean>;<br>Permission: N/A|Class name: connection<br>Method or attribute name: function hasDefaultNet(): Promise<boolean>;<br>Permission: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts| 131|Function changed|Class name: wifiManager<br>Method or attribute name: function disconnect(): boolean;<br>|Class name: wifiManager<br>Method or attribute name: function disconnect(): void;<br>|@ohos.wifiManager.d.ts| 132