• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager|@ohos.bluetoothManager.d.ts|
4|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getState(): BluetoothState;|@ohos.bluetoothManager.d.ts|
5|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getBtConnectionState(): ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
6|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function pairDevice(deviceId: string): void;|@ohos.bluetoothManager.d.ts|
7|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function cancelPairedDevice(deviceId: string): void;|@ohos.bluetoothManager.d.ts|
8|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getRemoteDeviceName(deviceId: string): string;|@ohos.bluetoothManager.d.ts|
9|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;|@ohos.bluetoothManager.d.ts|
10|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function enableBluetooth(): void;|@ohos.bluetoothManager.d.ts|
11|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function disableBluetooth(): void;|@ohos.bluetoothManager.d.ts|
12|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getLocalName(): string;|@ohos.bluetoothManager.d.ts|
13|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getPairedDevices(): Array\<string>;|@ohos.bluetoothManager.d.ts|
14|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
15|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): void;|@ohos.bluetoothManager.d.ts|
16|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function setLocalName(name: string): void;|@ohos.bluetoothManager.d.ts|
17|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;|@ohos.bluetoothManager.d.ts|
18|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getBluetoothScanMode(): ScanMode;|@ohos.bluetoothManager.d.ts|
19|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function startBluetoothDiscovery(): void;|@ohos.bluetoothManager.d.ts|
20|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function stopBluetoothDiscovery(): void;|@ohos.bluetoothManager.d.ts|
21|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function on(type: "bluetoothDeviceFind", callback: Callback\<Array\<string>>): void;|@ohos.bluetoothManager.d.ts|
22|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function off(type: "bluetoothDeviceFind", callback?: Callback\<Array\<string>>): void;|@ohos.bluetoothManager.d.ts|
23|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function on(type: "bondStateChange", callback: Callback\<BondStateParam>): void;|@ohos.bluetoothManager.d.ts|
24|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function off(type: "bondStateChange", callback?: Callback\<BondStateParam>): void;|@ohos.bluetoothManager.d.ts|
25|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function on(type: "pinRequired", callback: Callback\<PinRequiredParam>): void;|@ohos.bluetoothManager.d.ts|
26|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function off(type: "pinRequired", callback?: Callback\<PinRequiredParam>): void;|@ohos.bluetoothManager.d.ts|
27|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function on(type: "stateChange", callback: Callback\<BluetoothState>): void;|@ohos.bluetoothManager.d.ts|
28|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function off(type: "stateChange", callback?: Callback\<BluetoothState>): void;|@ohos.bluetoothManager.d.ts|
29|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;|@ohos.bluetoothManager.d.ts|
30|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;|@ohos.bluetoothManager.d.ts|
31|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;|@ohos.bluetoothManager.d.ts|
32|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function sppCloseServerSocket(socket: number): void;|@ohos.bluetoothManager.d.ts|
33|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function sppCloseClientSocket(socket: number): void;|@ohos.bluetoothManager.d.ts|
34|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): void;|@ohos.bluetoothManager.d.ts|
35|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function on(type: "sppRead", clientSocket: number, callback: Callback\<ArrayBuffer>): void;|@ohos.bluetoothManager.d.ts|
36|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function off(type: "sppRead", clientSocket: number, callback?: Callback\<ArrayBuffer>): void;|@ohos.bluetoothManager.d.ts|
37|Added|NA|Module name: ohos.bluetoothManager<br>Class name: bluetoothManager<br>Method or attribute name: function getProfileInstance(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile \| HidHostProfile \| PanProfile;|@ohos.bluetoothManager.d.ts|
38|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BaseProfile|@ohos.bluetoothManager.d.ts|
39|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BaseProfile<br>Method or attribute name: getConnectionDevices(): Array\<string>;|@ohos.bluetoothManager.d.ts|
40|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BaseProfile<br>Method or attribute name: getDeviceState(device: string): ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
41|Added|NA|Module name: ohos.bluetoothManager<br>Class name: A2dpSourceProfile|@ohos.bluetoothManager.d.ts|
42|Added|NA|Module name: ohos.bluetoothManager<br>Class name: A2dpSourceProfile<br>Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts|
43|Added|NA|Module name: ohos.bluetoothManager<br>Class name: A2dpSourceProfile<br>Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
44|Added|NA|Module name: ohos.bluetoothManager<br>Class name: A2dpSourceProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
45|Added|NA|Module name: ohos.bluetoothManager<br>Class name: A2dpSourceProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
46|Added|NA|Module name: ohos.bluetoothManager<br>Class name: A2dpSourceProfile<br>Method or attribute name: getPlayingState(device: string): PlayingState;|@ohos.bluetoothManager.d.ts|
47|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HandsFreeAudioGatewayProfile|@ohos.bluetoothManager.d.ts|
48|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts|
49|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
50|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
51|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
52|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HidHostProfile|@ohos.bluetoothManager.d.ts|
53|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HidHostProfile<br>Method or attribute name: connect(device: string): void;|@ohos.bluetoothManager.d.ts|
54|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HidHostProfile<br>Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
55|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HidHostProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
56|Added|NA|Module name: ohos.bluetoothManager<br>Class name: HidHostProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
57|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PanProfile|@ohos.bluetoothManager.d.ts|
58|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PanProfile<br>Method or attribute name: disconnect(device: string): void;|@ohos.bluetoothManager.d.ts|
59|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PanProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
60|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PanProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;|@ohos.bluetoothManager.d.ts|
61|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PanProfile<br>Method or attribute name: setTethering(enable: boolean): void;|@ohos.bluetoothManager.d.ts|
62|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PanProfile<br>Method or attribute name: isTetheringOn(): boolean;|@ohos.bluetoothManager.d.ts|
63|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE|@ohos.bluetoothManager.d.ts|
64|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE<br>Method or attribute name: function createGattServer(): GattServer;|@ohos.bluetoothManager.d.ts|
65|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE<br>Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;|@ohos.bluetoothManager.d.ts|
66|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE<br>Method or attribute name: function getConnectedBLEDevices(): Array\<string>;|@ohos.bluetoothManager.d.ts|
67|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE<br>Method or attribute name: function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;|@ohos.bluetoothManager.d.ts|
68|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE<br>Method or attribute name: function stopBLEScan(): void;|@ohos.bluetoothManager.d.ts|
69|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE<br>Method or attribute name: function on(type: "BLEDeviceFind", callback: Callback\<Array\<ScanResult>>): void;|@ohos.bluetoothManager.d.ts|
70|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLE<br>Method or attribute name: function off(type: "BLEDeviceFind", callback?: Callback\<Array\<ScanResult>>): void;|@ohos.bluetoothManager.d.ts|
71|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer|@ohos.bluetoothManager.d.ts|
72|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;|@ohos.bluetoothManager.d.ts|
73|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: stopAdvertising(): void;|@ohos.bluetoothManager.d.ts|
74|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: addService(service: GattService): void;|@ohos.bluetoothManager.d.ts|
75|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: removeService(serviceUuid: string): void;|@ohos.bluetoothManager.d.ts|
76|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: close(): void;|@ohos.bluetoothManager.d.ts|
77|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;|@ohos.bluetoothManager.d.ts|
78|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: sendResponse(serverResponse: ServerResponse): void;|@ohos.bluetoothManager.d.ts|
79|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: on(type: "characteristicRead", callback: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetoothManager.d.ts|
80|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: off(type: "characteristicRead", callback?: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetoothManager.d.ts|
81|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: on(type: "characteristicWrite", callback: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
82|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: off(type: "characteristicWrite", callback?: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
83|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: on(type: "descriptorRead", callback: Callback\<DescriptorReadRequest>): void;|@ohos.bluetoothManager.d.ts|
84|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: off(type: "descriptorRead", callback?: Callback\<DescriptorReadRequest>): void;|@ohos.bluetoothManager.d.ts|
85|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: on(type: "descriptorWrite", callback: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
86|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: off(type: "descriptorWrite", callback?: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
87|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: on(type: "connectStateChange", callback: Callback\<BLEConnectChangedState>): void;|@ohos.bluetoothManager.d.ts|
88|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattServer<br>Method or attribute name: off(type: "connectStateChange", callback?: Callback\<BLEConnectChangedState>): void;|@ohos.bluetoothManager.d.ts|
89|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice|@ohos.bluetoothManager.d.ts|
90|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: connect(): void;|@ohos.bluetoothManager.d.ts|
91|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: disconnect(): void;|@ohos.bluetoothManager.d.ts|
92|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: close(): void;|@ohos.bluetoothManager.d.ts|
93|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: getDeviceName(callback: AsyncCallback\<string>): void;|@ohos.bluetoothManager.d.ts|
94|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: getDeviceName(): Promise\<string>;|@ohos.bluetoothManager.d.ts|
95|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: getServices(callback: AsyncCallback\<Array\<GattService>>): void;|@ohos.bluetoothManager.d.ts|
96|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;|@ohos.bluetoothManager.d.ts|
97|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;|@ohos.bluetoothManager.d.ts|
98|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;|@ohos.bluetoothManager.d.ts|
99|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;|@ohos.bluetoothManager.d.ts|
100|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;|@ohos.bluetoothManager.d.ts|
101|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): void;|@ohos.bluetoothManager.d.ts|
102|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): void;|@ohos.bluetoothManager.d.ts|
103|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: getRssiValue(callback: AsyncCallback\<number>): void;|@ohos.bluetoothManager.d.ts|
104|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: getRssiValue(): Promise\<number>;|@ohos.bluetoothManager.d.ts|
105|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: setBLEMtuSize(mtu: number): void;|@ohos.bluetoothManager.d.ts|
106|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;|@ohos.bluetoothManager.d.ts|
107|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: on(type: "BLECharacteristicChange", callback: Callback\<BLECharacteristic>): void;|@ohos.bluetoothManager.d.ts|
108|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: off(type: "BLECharacteristicChange", callback?: Callback\<BLECharacteristic>): void;|@ohos.bluetoothManager.d.ts|
109|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: on(type: "BLEConnectionStateChange", callback: Callback\<BLEConnectChangedState>): void;|@ohos.bluetoothManager.d.ts|
110|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattClientDevice<br>Method or attribute name: off(type: "BLEConnectionStateChange", callback?: Callback\<BLEConnectChangedState>): void;|@ohos.bluetoothManager.d.ts|
111|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattService|@ohos.bluetoothManager.d.ts|
112|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattService<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
113|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattService<br>Method or attribute name: isPrimary: boolean;|@ohos.bluetoothManager.d.ts|
114|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattService<br>Method or attribute name: characteristics: Array\<BLECharacteristic>;|@ohos.bluetoothManager.d.ts|
115|Added|NA|Module name: ohos.bluetoothManager<br>Class name: GattService<br>Method or attribute name: includeServices?: Array\<GattService>;|@ohos.bluetoothManager.d.ts|
116|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLECharacteristic|@ohos.bluetoothManager.d.ts|
117|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLECharacteristic<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
118|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLECharacteristic<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
119|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLECharacteristic<br>Method or attribute name: characteristicValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
120|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLECharacteristic<br>Method or attribute name: descriptors: Array\<BLEDescriptor>;|@ohos.bluetoothManager.d.ts|
121|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEDescriptor|@ohos.bluetoothManager.d.ts|
122|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEDescriptor<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
123|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEDescriptor<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
124|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEDescriptor<br>Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts|
125|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEDescriptor<br>Method or attribute name: descriptorValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
126|Added|NA|Module name: ohos.bluetoothManager<br>Class name: NotifyCharacteristic|@ohos.bluetoothManager.d.ts|
127|Added|NA|Module name: ohos.bluetoothManager<br>Class name: NotifyCharacteristic<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
128|Added|NA|Module name: ohos.bluetoothManager<br>Class name: NotifyCharacteristic<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
129|Added|NA|Module name: ohos.bluetoothManager<br>Class name: NotifyCharacteristic<br>Method or attribute name: characteristicValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
130|Added|NA|Module name: ohos.bluetoothManager<br>Class name: NotifyCharacteristic<br>Method or attribute name: confirm: boolean;|@ohos.bluetoothManager.d.ts|
131|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicReadRequest|@ohos.bluetoothManager.d.ts|
132|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicReadRequest<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
133|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicReadRequest<br>Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
134|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicReadRequest<br>Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
135|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicReadRequest<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
136|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicReadRequest<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
137|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest|@ohos.bluetoothManager.d.ts|
138|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
139|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
140|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
141|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: isPrep: boolean;|@ohos.bluetoothManager.d.ts|
142|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: needRsp: boolean;|@ohos.bluetoothManager.d.ts|
143|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
144|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
145|Added|NA|Module name: ohos.bluetoothManager<br>Class name: CharacteristicWriteRequest<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
146|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorReadRequest|@ohos.bluetoothManager.d.ts|
147|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorReadRequest<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
148|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorReadRequest<br>Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
149|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorReadRequest<br>Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
150|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorReadRequest<br>Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts|
151|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorReadRequest<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
152|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorReadRequest<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
153|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest|@ohos.bluetoothManager.d.ts|
154|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
155|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
156|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
157|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: isPrep: boolean;|@ohos.bluetoothManager.d.ts|
158|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: needRsp: boolean;|@ohos.bluetoothManager.d.ts|
159|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
160|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: descriptorUuid: string;|@ohos.bluetoothManager.d.ts|
161|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetoothManager.d.ts|
162|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DescriptorWriteRequest<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
163|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServerResponse|@ohos.bluetoothManager.d.ts|
164|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServerResponse<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
165|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServerResponse<br>Method or attribute name: transId: number;|@ohos.bluetoothManager.d.ts|
166|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServerResponse<br>Method or attribute name: status: number;|@ohos.bluetoothManager.d.ts|
167|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServerResponse<br>Method or attribute name: offset: number;|@ohos.bluetoothManager.d.ts|
168|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServerResponse<br>Method or attribute name: value: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
169|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEConnectChangedState|@ohos.bluetoothManager.d.ts|
170|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEConnectChangedState<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
171|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BLEConnectChangedState<br>Method or attribute name: state: ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
172|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanResult|@ohos.bluetoothManager.d.ts|
173|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanResult<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
174|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanResult<br>Method or attribute name: rssi: number;|@ohos.bluetoothManager.d.ts|
175|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanResult<br>Method or attribute name: data: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
176|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseSetting|@ohos.bluetoothManager.d.ts|
177|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseSetting<br>Method or attribute name: interval?: number;|@ohos.bluetoothManager.d.ts|
178|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseSetting<br>Method or attribute name: txPower?: number;|@ohos.bluetoothManager.d.ts|
179|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseSetting<br>Method or attribute name: connectable?: boolean;|@ohos.bluetoothManager.d.ts|
180|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseData|@ohos.bluetoothManager.d.ts|
181|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseData<br>Method or attribute name: serviceUuids: Array\<string>;|@ohos.bluetoothManager.d.ts|
182|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseData<br>Method or attribute name: manufactureData: Array\<ManufactureData>;|@ohos.bluetoothManager.d.ts|
183|Added|NA|Module name: ohos.bluetoothManager<br>Class name: AdvertiseData<br>Method or attribute name: serviceData: Array\<ServiceData>;|@ohos.bluetoothManager.d.ts|
184|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ManufactureData|@ohos.bluetoothManager.d.ts|
185|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ManufactureData<br>Method or attribute name: manufactureId: number;|@ohos.bluetoothManager.d.ts|
186|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ManufactureData<br>Method or attribute name: manufactureValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
187|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServiceData|@ohos.bluetoothManager.d.ts|
188|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServiceData<br>Method or attribute name: serviceUuid: string;|@ohos.bluetoothManager.d.ts|
189|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ServiceData<br>Method or attribute name: serviceValue: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
190|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter|@ohos.bluetoothManager.d.ts|
191|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: deviceId?: string;|@ohos.bluetoothManager.d.ts|
192|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: name?: string;|@ohos.bluetoothManager.d.ts|
193|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: serviceUuid?: string;|@ohos.bluetoothManager.d.ts|
194|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: serviceUuidMask?: string;|@ohos.bluetoothManager.d.ts|
195|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: serviceSolicitationUuid?: string;|@ohos.bluetoothManager.d.ts|
196|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: serviceSolicitationUuidMask?: string;|@ohos.bluetoothManager.d.ts|
197|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: serviceData?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
198|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: serviceDataMask?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
199|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: manufactureId?: number;|@ohos.bluetoothManager.d.ts|
200|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: manufactureData?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
201|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanFilter<br>Method or attribute name: manufactureDataMask?: ArrayBuffer;|@ohos.bluetoothManager.d.ts|
202|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanOptions|@ohos.bluetoothManager.d.ts|
203|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanOptions<br>Method or attribute name: interval?: number;|@ohos.bluetoothManager.d.ts|
204|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanOptions<br>Method or attribute name: dutyMode?: ScanDuty;|@ohos.bluetoothManager.d.ts|
205|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanOptions<br>Method or attribute name: matchMode?: MatchMode;|@ohos.bluetoothManager.d.ts|
206|Added|NA|Module name: ohos.bluetoothManager<br>Class name: SppOption|@ohos.bluetoothManager.d.ts|
207|Added|NA|Module name: ohos.bluetoothManager<br>Class name: SppOption<br>Method or attribute name: uuid: string;|@ohos.bluetoothManager.d.ts|
208|Added|NA|Module name: ohos.bluetoothManager<br>Class name: SppOption<br>Method or attribute name: secure: boolean;|@ohos.bluetoothManager.d.ts|
209|Added|NA|Module name: ohos.bluetoothManager<br>Class name: SppOption<br>Method or attribute name: type: SppType;|@ohos.bluetoothManager.d.ts|
210|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinRequiredParam|@ohos.bluetoothManager.d.ts|
211|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinRequiredParam<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
212|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PinRequiredParam<br>Method or attribute name: pinCode: string;|@ohos.bluetoothManager.d.ts|
213|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DeviceClass|@ohos.bluetoothManager.d.ts|
214|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DeviceClass<br>Method or attribute name: majorClass: MajorClass;|@ohos.bluetoothManager.d.ts|
215|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DeviceClass<br>Method or attribute name: majorMinorClass: MajorMinorClass;|@ohos.bluetoothManager.d.ts|
216|Added|NA|Module name: ohos.bluetoothManager<br>Class name: DeviceClass<br>Method or attribute name: classOfDevice: number;|@ohos.bluetoothManager.d.ts|
217|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BondStateParam|@ohos.bluetoothManager.d.ts|
218|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BondStateParam<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
219|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BondStateParam<br>Method or attribute name: state: BondState;|@ohos.bluetoothManager.d.ts|
220|Added|NA|Module name: ohos.bluetoothManager<br>Class name: StateChangeParam|@ohos.bluetoothManager.d.ts|
221|Added|NA|Module name: ohos.bluetoothManager<br>Class name: StateChangeParam<br>Method or attribute name: deviceId: string;|@ohos.bluetoothManager.d.ts|
222|Added|NA|Module name: ohos.bluetoothManager<br>Class name: StateChangeParam<br>Method or attribute name: state: ProfileConnectionState;|@ohos.bluetoothManager.d.ts|
223|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanDuty|@ohos.bluetoothManager.d.ts|
224|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanDuty<br>Method or attribute name: SCAN_MODE_LOW_POWER = 0|@ohos.bluetoothManager.d.ts|
225|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanDuty<br>Method or attribute name: SCAN_MODE_BALANCED = 1|@ohos.bluetoothManager.d.ts|
226|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanDuty<br>Method or attribute name: SCAN_MODE_LOW_LATENCY = 2|@ohos.bluetoothManager.d.ts|
227|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MatchMode|@ohos.bluetoothManager.d.ts|
228|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MatchMode<br>Method or attribute name: MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetoothManager.d.ts|
229|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MatchMode<br>Method or attribute name: MATCH_MODE_STICKY = 2|@ohos.bluetoothManager.d.ts|
230|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileConnectionState|@ohos.bluetoothManager.d.ts|
231|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileConnectionState<br>Method or attribute name: STATE_DISCONNECTED = 0|@ohos.bluetoothManager.d.ts|
232|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileConnectionState<br>Method or attribute name: STATE_CONNECTING = 1|@ohos.bluetoothManager.d.ts|
233|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileConnectionState<br>Method or attribute name: STATE_CONNECTED = 2|@ohos.bluetoothManager.d.ts|
234|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileConnectionState<br>Method or attribute name: STATE_DISCONNECTING = 3|@ohos.bluetoothManager.d.ts|
235|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState|@ohos.bluetoothManager.d.ts|
236|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState<br>Method or attribute name: STATE_OFF = 0|@ohos.bluetoothManager.d.ts|
237|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState<br>Method or attribute name: STATE_TURNING_ON = 1|@ohos.bluetoothManager.d.ts|
238|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState<br>Method or attribute name: STATE_ON = 2|@ohos.bluetoothManager.d.ts|
239|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState<br>Method or attribute name: STATE_TURNING_OFF = 3|@ohos.bluetoothManager.d.ts|
240|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState<br>Method or attribute name: STATE_BLE_TURNING_ON = 4|@ohos.bluetoothManager.d.ts|
241|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState<br>Method or attribute name: STATE_BLE_ON = 5|@ohos.bluetoothManager.d.ts|
242|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BluetoothState<br>Method or attribute name: STATE_BLE_TURNING_OFF = 6|@ohos.bluetoothManager.d.ts|
243|Added|NA|Module name: ohos.bluetoothManager<br>Class name: SppType|@ohos.bluetoothManager.d.ts|
244|Added|NA|Module name: ohos.bluetoothManager<br>Class name: SppType<br>Method or attribute name: SPP_RFCOMM|@ohos.bluetoothManager.d.ts|
245|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanMode|@ohos.bluetoothManager.d.ts|
246|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanMode<br>Method or attribute name: SCAN_MODE_NONE = 0|@ohos.bluetoothManager.d.ts|
247|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanMode<br>Method or attribute name: SCAN_MODE_CONNECTABLE = 1|@ohos.bluetoothManager.d.ts|
248|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanMode<br>Method or attribute name: SCAN_MODE_GENERAL_DISCOVERABLE = 2|@ohos.bluetoothManager.d.ts|
249|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanMode<br>Method or attribute name: SCAN_MODE_LIMITED_DISCOVERABLE = 3|@ohos.bluetoothManager.d.ts|
250|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanMode<br>Method or attribute name: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4|@ohos.bluetoothManager.d.ts|
251|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ScanMode<br>Method or attribute name: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5|@ohos.bluetoothManager.d.ts|
252|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BondState|@ohos.bluetoothManager.d.ts|
253|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BondState<br>Method or attribute name: BOND_STATE_INVALID = 0|@ohos.bluetoothManager.d.ts|
254|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BondState<br>Method or attribute name: BOND_STATE_BONDING = 1|@ohos.bluetoothManager.d.ts|
255|Added|NA|Module name: ohos.bluetoothManager<br>Class name: BondState<br>Method or attribute name: BOND_STATE_BONDED = 2|@ohos.bluetoothManager.d.ts|
256|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass|@ohos.bluetoothManager.d.ts|
257|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_MISC = 0x0000|@ohos.bluetoothManager.d.ts|
258|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_COMPUTER = 0x0100|@ohos.bluetoothManager.d.ts|
259|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_PHONE = 0x0200|@ohos.bluetoothManager.d.ts|
260|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_NETWORKING = 0x0300|@ohos.bluetoothManager.d.ts|
261|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_AUDIO_VIDEO = 0x0400|@ohos.bluetoothManager.d.ts|
262|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_PERIPHERAL = 0x0500|@ohos.bluetoothManager.d.ts|
263|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_IMAGING = 0x0600|@ohos.bluetoothManager.d.ts|
264|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_WEARABLE = 0x0700|@ohos.bluetoothManager.d.ts|
265|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_TOY = 0x0800|@ohos.bluetoothManager.d.ts|
266|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_HEALTH = 0x0900|@ohos.bluetoothManager.d.ts|
267|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorClass<br>Method or attribute name: MAJOR_UNCATEGORIZED = 0x1F00|@ohos.bluetoothManager.d.ts|
268|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass|@ohos.bluetoothManager.d.ts|
269|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_UNCATEGORIZED = 0x0100|@ohos.bluetoothManager.d.ts|
270|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_DESKTOP = 0x0104|@ohos.bluetoothManager.d.ts|
271|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_SERVER = 0x0108|@ohos.bluetoothManager.d.ts|
272|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_LAPTOP = 0x010C|@ohos.bluetoothManager.d.ts|
273|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_HANDHELD_PC_PDA = 0x0110|@ohos.bluetoothManager.d.ts|
274|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_PALM_SIZE_PC_PDA = 0x0114|@ohos.bluetoothManager.d.ts|
275|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_WEARABLE = 0x0118|@ohos.bluetoothManager.d.ts|
276|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: COMPUTER_TABLET = 0x011C|@ohos.bluetoothManager.d.ts|
277|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PHONE_UNCATEGORIZED = 0x0200|@ohos.bluetoothManager.d.ts|
278|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PHONE_CELLULAR = 0x0204|@ohos.bluetoothManager.d.ts|
279|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PHONE_CORDLESS = 0x0208|@ohos.bluetoothManager.d.ts|
280|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PHONE_SMART = 0x020C|@ohos.bluetoothManager.d.ts|
281|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PHONE_MODEM_OR_GATEWAY = 0x0210|@ohos.bluetoothManager.d.ts|
282|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PHONE_ISDN = 0x0214|@ohos.bluetoothManager.d.ts|
283|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_FULLY_AVAILABLE = 0x0300|@ohos.bluetoothManager.d.ts|
284|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_1_TO_17_UTILIZED = 0x0320|@ohos.bluetoothManager.d.ts|
285|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_17_TO_33_UTILIZED = 0x0340|@ohos.bluetoothManager.d.ts|
286|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_33_TO_50_UTILIZED = 0x0360|@ohos.bluetoothManager.d.ts|
287|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_60_TO_67_UTILIZED = 0x0380|@ohos.bluetoothManager.d.ts|
288|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_67_TO_83_UTILIZED = 0x03A0|@ohos.bluetoothManager.d.ts|
289|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_83_TO_99_UTILIZED = 0x03C0|@ohos.bluetoothManager.d.ts|
290|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: NETWORK_NO_SERVICE = 0x03E0|@ohos.bluetoothManager.d.ts|
291|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_UNCATEGORIZED = 0x0400|@ohos.bluetoothManager.d.ts|
292|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404|@ohos.bluetoothManager.d.ts|
293|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_HANDSFREE = 0x0408|@ohos.bluetoothManager.d.ts|
294|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_MICROPHONE = 0x0410|@ohos.bluetoothManager.d.ts|
295|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_LOUDSPEAKER = 0x0414|@ohos.bluetoothManager.d.ts|
296|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_HEADPHONES = 0x0418|@ohos.bluetoothManager.d.ts|
297|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C|@ohos.bluetoothManager.d.ts|
298|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_CAR_AUDIO = 0x0420|@ohos.bluetoothManager.d.ts|
299|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_SET_TOP_BOX = 0x0424|@ohos.bluetoothManager.d.ts|
300|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_HIFI_AUDIO = 0x0428|@ohos.bluetoothManager.d.ts|
301|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_VCR = 0x042C|@ohos.bluetoothManager.d.ts|
302|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430|@ohos.bluetoothManager.d.ts|
303|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_CAMCORDER = 0x0434|@ohos.bluetoothManager.d.ts|
304|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438|@ohos.bluetoothManager.d.ts|
305|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C|@ohos.bluetoothManager.d.ts|
306|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440|@ohos.bluetoothManager.d.ts|
307|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448|@ohos.bluetoothManager.d.ts|
308|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500|@ohos.bluetoothManager.d.ts|
309|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_KEYBOARD = 0x0540|@ohos.bluetoothManager.d.ts|
310|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_POINTING_DEVICE = 0x0580|@ohos.bluetoothManager.d.ts|
311|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_KEYBOARD_POINTING = 0x05C0|@ohos.bluetoothManager.d.ts|
312|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_UNCATEGORIZED = 0x0500|@ohos.bluetoothManager.d.ts|
313|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_JOYSTICK = 0x0504|@ohos.bluetoothManager.d.ts|
314|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_GAMEPAD = 0x0508|@ohos.bluetoothManager.d.ts|
315|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_REMOTE_CONTROL = 0x05C0|@ohos.bluetoothManager.d.ts|
316|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_SENSING_DEVICE = 0x0510|@ohos.bluetoothManager.d.ts|
317|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_DIGITIZER_TABLET = 0x0514|@ohos.bluetoothManager.d.ts|
318|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_CARD_READER = 0x0518|@ohos.bluetoothManager.d.ts|
319|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_DIGITAL_PEN = 0x051C|@ohos.bluetoothManager.d.ts|
320|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_SCANNER_RFID = 0x0520|@ohos.bluetoothManager.d.ts|
321|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: PERIPHERAL_GESTURAL_INPUT = 0x0522|@ohos.bluetoothManager.d.ts|
322|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: IMAGING_UNCATEGORIZED = 0x0600|@ohos.bluetoothManager.d.ts|
323|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: IMAGING_DISPLAY = 0x0610|@ohos.bluetoothManager.d.ts|
324|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: IMAGING_CAMERA = 0x0620|@ohos.bluetoothManager.d.ts|
325|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: IMAGING_SCANNER = 0x0640|@ohos.bluetoothManager.d.ts|
326|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: IMAGING_PRINTER = 0x0680|@ohos.bluetoothManager.d.ts|
327|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: WEARABLE_UNCATEGORIZED = 0x0700|@ohos.bluetoothManager.d.ts|
328|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: WEARABLE_WRIST_WATCH = 0x0704|@ohos.bluetoothManager.d.ts|
329|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: WEARABLE_PAGER = 0x0708|@ohos.bluetoothManager.d.ts|
330|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: WEARABLE_JACKET = 0x070C|@ohos.bluetoothManager.d.ts|
331|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: WEARABLE_HELMET = 0x0710|@ohos.bluetoothManager.d.ts|
332|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: WEARABLE_GLASSES = 0x0714|@ohos.bluetoothManager.d.ts|
333|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: TOY_UNCATEGORIZED = 0x0800|@ohos.bluetoothManager.d.ts|
334|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: TOY_ROBOT = 0x0804|@ohos.bluetoothManager.d.ts|
335|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: TOY_VEHICLE = 0x0808|@ohos.bluetoothManager.d.ts|
336|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: TOY_DOLL_ACTION_FIGURE = 0x080C|@ohos.bluetoothManager.d.ts|
337|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: TOY_CONTROLLER = 0x0810|@ohos.bluetoothManager.d.ts|
338|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: TOY_GAME = 0x0814|@ohos.bluetoothManager.d.ts|
339|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_UNCATEGORIZED = 0x0900|@ohos.bluetoothManager.d.ts|
340|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_BLOOD_PRESSURE = 0x0904|@ohos.bluetoothManager.d.ts|
341|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_THERMOMETER = 0x0908|@ohos.bluetoothManager.d.ts|
342|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_WEIGHING = 0x090C|@ohos.bluetoothManager.d.ts|
343|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_GLUCOSE = 0x0910|@ohos.bluetoothManager.d.ts|
344|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_PULSE_OXIMETER = 0x0914|@ohos.bluetoothManager.d.ts|
345|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_PULSE_RATE = 0x0918|@ohos.bluetoothManager.d.ts|
346|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_DATA_DISPLAY = 0x091C|@ohos.bluetoothManager.d.ts|
347|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_STEP_COUNTER = 0x0920|@ohos.bluetoothManager.d.ts|
348|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924|@ohos.bluetoothManager.d.ts|
349|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_PEAK_FLOW_MONITOR = 0x0928|@ohos.bluetoothManager.d.ts|
350|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_MEDICATION_MONITOR = 0x092C|@ohos.bluetoothManager.d.ts|
351|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_KNEE_PROSTHESIS = 0x0930|@ohos.bluetoothManager.d.ts|
352|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_ANKLE_PROSTHESIS = 0x0934|@ohos.bluetoothManager.d.ts|
353|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938|@ohos.bluetoothManager.d.ts|
354|Added|NA|Module name: ohos.bluetoothManager<br>Class name: MajorMinorClass<br>Method or attribute name: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C|@ohos.bluetoothManager.d.ts|
355|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PlayingState|@ohos.bluetoothManager.d.ts|
356|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PlayingState<br>Method or attribute name: STATE_NOT_PLAYING|@ohos.bluetoothManager.d.ts|
357|Added|NA|Module name: ohos.bluetoothManager<br>Class name: PlayingState<br>Method or attribute name: STATE_PLAYING|@ohos.bluetoothManager.d.ts|
358|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileId|@ohos.bluetoothManager.d.ts|
359|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileId<br>Method or attribute name: PROFILE_A2DP_SOURCE = 1|@ohos.bluetoothManager.d.ts|
360|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileId<br>Method or attribute name: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4|@ohos.bluetoothManager.d.ts|
361|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileId<br>Method or attribute name: PROFILE_HID_HOST = 6|@ohos.bluetoothManager.d.ts|
362|Added|NA|Module name: ohos.bluetoothManager<br>Class name: ProfileId<br>Method or attribute name: PROFILE_PAN_NETWORK = 7|@ohos.bluetoothManager.d.ts|
363|Added|NA|Class name: connectedTag<br>Method or attribute name: function initialize(): void;|@ohos.connectedTag.d.ts|
364|Added|NA|Class name: connectedTag<br>Method or attribute name: function uninitialize(): void;|@ohos.connectedTag.d.ts|
365|Added|NA|Class name: connectedTag<br>Method or attribute name: function read(): Promise\<number[]>;|@ohos.connectedTag.d.ts|
366|Added|NA|Class name: connectedTag<br>Method or attribute name: function read(callback: AsyncCallback\<number[]>): void;|@ohos.connectedTag.d.ts|
367|Added|NA|Class name: connectedTag<br>Method or attribute name: function write(data: number[]): Promise\<void>;|@ohos.connectedTag.d.ts|
368|Added|NA|Class name: connectedTag<br>Method or attribute name: function write(data: number[], callback: AsyncCallback\<void>): void;|@ohos.connectedTag.d.ts|
369|Added|NA|Class name: connection<br>Method or attribute name: function getDefaultNetSync(): NetHandle;|@ohos.net.connection.d.ts|
370|Added|NA|Class name: connection<br>Method or attribute name: function isDefaultNetMetered(callback: AsyncCallback\<boolean>): void;|@ohos.net.connection.d.ts|
371|Added|NA|Class name: connection<br>Method or attribute name: function isDefaultNetMetered(): Promise\<boolean>;|@ohos.net.connection.d.ts|
372|Added|NA|Class name: connection<br>Method or attribute name: function getAppNet(callback: AsyncCallback\<NetHandle>): void;|@ohos.net.connection.d.ts|
373|Added|NA|Class name: connection<br>Method or attribute name: function getAppNet(): Promise\<NetHandle>;|@ohos.net.connection.d.ts|
374|Added|NA|Class name: connection<br>Method or attribute name: function setAppNet(netHandle: NetHandle, callback: AsyncCallback\<void>): void;|@ohos.net.connection.d.ts|
375|Added|NA|Class name: connection<br>Method or attribute name: function setAppNet(netHandle: NetHandle): Promise\<void>;|@ohos.net.connection.d.ts|
376|Added|NA|Class name: NetHandle<br>Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket, callback: AsyncCallback\<void>): void;|@ohos.net.connection.d.ts|
377|Added|NA|Class name: NetHandle<br>Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket): Promise\<void>;|@ohos.net.connection.d.ts|
378|Added|NA|Module name: ohos.net.ethernet<br>Class name: ethernet|@ohos.net.ethernet.d.ts|
379|Added|NA|Module name: ohos.net.ethernet<br>Class name: ethernet<br>Method or attribute name: function getIfaceConfig(iface: string, callback: AsyncCallback\<InterfaceConfiguration>): void;|@ohos.net.ethernet.d.ts|
380|Added|NA|Module name: ohos.net.ethernet<br>Class name: ethernet<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;|@ohos.net.ethernet.d.ts|
381|Added|NA|Module name: ohos.net.ethernet<br>Class name: ethernet<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration, callback: AsyncCallback\<void>): void;|@ohos.net.ethernet.d.ts|
382|Added|NA|Module name: ohos.net.ethernet<br>Class name: ethernet<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;|@ohos.net.ethernet.d.ts|
383|Added|NA|Module name: ohos.net.ethernet<br>Class name: ethernet<br>Method or attribute name: function isIfaceActive(iface: string, callback: AsyncCallback\<number>): void;|@ohos.net.ethernet.d.ts|
384|Added|NA|Module name: ohos.net.ethernet<br>Class name: ethernet<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;|@ohos.net.ethernet.d.ts|
385|Added|NA|Module name: ohos.net.ethernet<br>Class name: ethernet<br>Method or attribute name: function getAllActiveIfaces(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.ethernet.d.ts|
386|Added|NA|Module name: ohos.net.ethernet<br>Class name: ethernet<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;|@ohos.net.ethernet.d.ts|
387|Added|NA|Module name: ohos.net.ethernet<br>Class name: InterfaceConfiguration|@ohos.net.ethernet.d.ts|
388|Added|NA|Module name: ohos.net.ethernet<br>Class name: InterfaceConfiguration<br>Method or attribute name: mode: IPSetMode;|@ohos.net.ethernet.d.ts|
389|Added|NA|Module name: ohos.net.ethernet<br>Class name: InterfaceConfiguration<br>Method or attribute name: ipAddr: string;|@ohos.net.ethernet.d.ts|
390|Added|NA|Module name: ohos.net.ethernet<br>Class name: InterfaceConfiguration<br>Method or attribute name: route: string;|@ohos.net.ethernet.d.ts|
391|Added|NA|Module name: ohos.net.ethernet<br>Class name: InterfaceConfiguration<br>Method or attribute name: gateway: string;|@ohos.net.ethernet.d.ts|
392|Added|NA|Module name: ohos.net.ethernet<br>Class name: InterfaceConfiguration<br>Method or attribute name: netMask: string;|@ohos.net.ethernet.d.ts|
393|Added|NA|Module name: ohos.net.ethernet<br>Class name: InterfaceConfiguration<br>Method or attribute name: dnsServers: string;|@ohos.net.ethernet.d.ts|
394|Added|NA|Module name: ohos.net.ethernet<br>Class name: IPSetMode|@ohos.net.ethernet.d.ts|
395|Added|NA|Module name: ohos.net.ethernet<br>Class name: IPSetMode<br>Method or attribute name: STATIC = 0|@ohos.net.ethernet.d.ts|
396|Added|NA|Module name: ohos.net.ethernet<br>Class name: IPSetMode<br>Method or attribute name: DHCP = 1|@ohos.net.ethernet.d.ts|
397|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequestOptions<br>Method or attribute name: expectDataType?: HttpDataType;|@ohos.net.http.d.ts|
398|Added|NA|Class name: HttpRequestOptions<br>Method or attribute name: expectDataType?: HttpDataType;|@ohos.net.http.d.ts|
399|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequestOptions<br>Method or attribute name: usingCache?: boolean;|@ohos.net.http.d.ts|
400|Added|NA|Class name: HttpRequestOptions<br>Method or attribute name: usingCache?: boolean;|@ohos.net.http.d.ts|
401|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequestOptions<br>Method or attribute name: priority?: number;|@ohos.net.http.d.ts|
402|Added|NA|Class name: HttpRequestOptions<br>Method or attribute name: priority?: number;|@ohos.net.http.d.ts|
403|Added|NA|Module name: ohos.net.http<br>Class name: HttpRequestOptions<br>Method or attribute name: usingProtocol?: HttpProtocol;|@ohos.net.http.d.ts|
404|Added|NA|Class name: HttpRequestOptions<br>Method or attribute name: usingProtocol?: HttpProtocol;|@ohos.net.http.d.ts|
405|Added|NA|Module name: ohos.net.http<br>Class name: HttpProtocol|@ohos.net.http.d.ts|
406|Added|NA|Class name: HttpProtocol<br>Method or attribute name: |@ohos.net.http.d.ts|
407|Added|NA|Module name: ohos.net.http<br>Class name: HttpProtocol<br>Method or attribute name: HTTP1_1|@ohos.net.http.d.ts|
408|Added|NA|Class name: HttpProtocol<br>Method or attribute name: HTTP1_1|@ohos.net.http.d.ts|
409|Added|NA|Module name: ohos.net.http<br>Class name: HttpProtocol<br>Method or attribute name: HTTP2|@ohos.net.http.d.ts|
410|Added|NA|Class name: HttpProtocol<br>Method or attribute name: HTTP2|@ohos.net.http.d.ts|
411|Added|NA|Module name: ohos.net.http<br>Class name: HttpDataType|@ohos.net.http.d.ts|
412|Added|NA|Class name: HttpDataType<br>Method or attribute name: |@ohos.net.http.d.ts|
413|Added|NA|Module name: ohos.net.http<br>Class name: HttpDataType<br>Method or attribute name: STRING|@ohos.net.http.d.ts|
414|Added|NA|Class name: HttpDataType<br>Method or attribute name: STRING|@ohos.net.http.d.ts|
415|Added|NA|Module name: ohos.net.http<br>Class name: HttpDataType<br>Method or attribute name: OBJECT = 1|@ohos.net.http.d.ts|
416|Added|NA|Class name: HttpDataType<br>Method or attribute name: OBJECT = 1|@ohos.net.http.d.ts|
417|Added|NA|Module name: ohos.net.http<br>Class name: HttpDataType<br>Method or attribute name: ARRAY_BUFFER = 2|@ohos.net.http.d.ts|
418|Added|NA|Class name: HttpDataType<br>Method or attribute name: ARRAY_BUFFER = 2|@ohos.net.http.d.ts|
419|Added|NA|Module name: ohos.net.http<br>Class name: HttpResponse<br>Method or attribute name: resultType: HttpDataType;|@ohos.net.http.d.ts|
420|Added|NA|Class name: HttpResponse<br>Method or attribute name: resultType: HttpDataType;|@ohos.net.http.d.ts|
421|Added|NA|Module name: ohos.net.http<br>Class name: http<br>Method or attribute name: function createHttpResponseCache(cacheSize?: number): HttpResponseCache;|@ohos.net.http.d.ts|
422|Added|NA|Class name: http<br>Method or attribute name: function createHttpResponseCache(cacheSize?: number): HttpResponseCache;|@ohos.net.http.d.ts|
423|Added|NA|Module name: ohos.net.http<br>Class name: HttpResponseCache|@ohos.net.http.d.ts|
424|Added|NA|Class name: HttpResponseCache<br>Method or attribute name: |@ohos.net.http.d.ts|
425|Added|NA|Module name: ohos.net.http<br>Class name: HttpResponseCache<br>Method or attribute name: flush(callback: AsyncCallback\<void>): void;|@ohos.net.http.d.ts|
426|Added|NA|Class name: HttpResponseCache<br>Method or attribute name: flush(callback: AsyncCallback\<void>): void;|@ohos.net.http.d.ts|
427|Added|NA|Module name: ohos.net.http<br>Class name: HttpResponseCache<br>Method or attribute name: flush(): Promise\<void>;|@ohos.net.http.d.ts|
428|Added|NA|Class name: HttpResponseCache<br>Method or attribute name: flush(): Promise\<void>;|@ohos.net.http.d.ts|
429|Added|NA|Module name: ohos.net.http<br>Class name: HttpResponseCache<br>Method or attribute name: delete(callback: AsyncCallback\<void>): void;|@ohos.net.http.d.ts|
430|Added|NA|Class name: HttpResponseCache<br>Method or attribute name: delete(callback: AsyncCallback\<void>): void;|@ohos.net.http.d.ts|
431|Added|NA|Module name: ohos.net.http<br>Class name: HttpResponseCache<br>Method or attribute name: delete(): Promise\<void>;|@ohos.net.http.d.ts|
432|Added|NA|Class name: HttpResponseCache<br>Method or attribute name: delete(): Promise\<void>;|@ohos.net.http.d.ts|
433|Added|NA|Module name: ohos.net.sharing<br>Class name: sharing|@ohos.net.sharing.d.ts|
434|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|
435|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|
436|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|
437|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|
438|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|
439|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|
440|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|
441|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|
442|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|
443|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|
444|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|
445|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|
446|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|
447|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|
448|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|
449|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|
450|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|
451|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|
452|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|
453|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|
454|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|
455|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|
456|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|
457|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|
458|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|
459|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|
460|Added|NA|Module name: ohos.net.sharing<br>Class name: SharingIfaceState|@ohos.net.sharing.d.ts|
461|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|
462|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|
463|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|
464|Added|NA|Module name: ohos.net.sharing<br>Class name: SharingIfaceType|@ohos.net.sharing.d.ts|
465|Added|NA|Module name: ohos.net.sharing<br>Class name: SharingIfaceType<br>Method or attribute name: SHARING_WIFI = 0|@ohos.net.sharing.d.ts|
466|Added|NA|Module name: ohos.net.sharing<br>Class name: SharingIfaceType<br>Method or attribute name: SHARING_USB = 1|@ohos.net.sharing.d.ts|
467|Added|NA|Module name: ohos.net.sharing<br>Class name: SharingIfaceType<br>Method or attribute name: SHARING_BLUETOOTH = 2|@ohos.net.sharing.d.ts|
468|Added|NA|Module name: ohos.net.socket<br>Class name: socket<br>Method or attribute name: function constructTLSSocketInstance(): TLSSocket;|@ohos.net.socket.d.ts|
469|Added|NA|Class name: socket<br>Method or attribute name: function constructTLSSocketInstance(): TLSSocket;|@ohos.net.socket.d.ts|
470|Added|NA|Class name: TCPExtraOptions<br>Method or attribute name: socketLinger?: {on: boolean, linger: number};|@ohos.net.socket.d.ts|
471|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket|@ohos.net.socket.d.ts|
472|Added|NA|Class name: TLSSocket<br>Method or attribute name: |@ohos.net.socket.d.ts|
473|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
474|Added|NA|Class name: TLSSocket<br>Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
475|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;|@ohos.net.socket.d.ts|
476|Added|NA|Class name: TLSSocket<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;|@ohos.net.socket.d.ts|
477|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;|@ohos.net.socket.d.ts|
478|Added|NA|Class name: TLSSocket<br>Method or attribute name: getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;|@ohos.net.socket.d.ts|
479|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;|@ohos.net.socket.d.ts|
480|Added|NA|Class name: TLSSocket<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;|@ohos.net.socket.d.ts|
481|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;|@ohos.net.socket.d.ts|
482|Added|NA|Class name: TLSSocket<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;|@ohos.net.socket.d.ts|
483|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: getState(): Promise\<SocketStateBase>;|@ohos.net.socket.d.ts|
484|Added|NA|Class name: TLSSocket<br>Method or attribute name: getState(): Promise\<SocketStateBase>;|@ohos.net.socket.d.ts|
485|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
486|Added|NA|Class name: TLSSocket<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
487|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;|@ohos.net.socket.d.ts|
488|Added|NA|Class name: TLSSocket<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;|@ohos.net.socket.d.ts|
489|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: on(type: 'message', callback: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts|
490|Added|NA|Class name: TLSSocket<br>Method or attribute name: on(type: 'message', callback: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts|
491|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: off(type: 'message', callback?: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts|
492|Added|NA|Class name: TLSSocket<br>Method or attribute name: off(type: 'message', callback?: Callback\<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): void;|@ohos.net.socket.d.ts|
493|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts|
494|Added|NA|Class name: TLSSocket<br>Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts|
495|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts|
496|Added|NA|Class name: TLSSocket<br>Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts|
497|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts|
498|Added|NA|Class name: TLSSocket<br>Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts|
499|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts|
500|Added|NA|Class name: TLSSocket<br>Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts|
501|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
502|Added|NA|Class name: TLSSocket<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
503|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
504|Added|NA|Class name: TLSSocket<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
505|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: getCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts|
506|Added|NA|Class name: TLSSocket<br>Method or attribute name: getCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts|
507|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: getCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts|
508|Added|NA|Class name: TLSSocket<br>Method or attribute name: getCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts|
509|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: getRemoteCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts|
510|Added|NA|Class name: TLSSocket<br>Method or attribute name: getRemoteCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts|
511|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: getRemoteCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts|
512|Added|NA|Class name: TLSSocket<br>Method or attribute name: getRemoteCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts|
513|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: getProtocol(callback: AsyncCallback\<string>): void;|@ohos.net.socket.d.ts|
514|Added|NA|Class name: TLSSocket<br>Method or attribute name: getProtocol(callback: AsyncCallback\<string>): void;|@ohos.net.socket.d.ts|
515|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: getProtocol(): Promise\<string>;|@ohos.net.socket.d.ts|
516|Added|NA|Class name: TLSSocket<br>Method or attribute name: getProtocol(): Promise\<string>;|@ohos.net.socket.d.ts|
517|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: getCipherSuite(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts|
518|Added|NA|Class name: TLSSocket<br>Method or attribute name: getCipherSuite(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts|
519|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: getCipherSuite(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts|
520|Added|NA|Class name: TLSSocket<br>Method or attribute name: getCipherSuite(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts|
521|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: getSignatureAlgorithms(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts|
522|Added|NA|Class name: TLSSocket<br>Method or attribute name: getSignatureAlgorithms(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts|
523|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: getSignatureAlgorithms(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts|
524|Added|NA|Class name: TLSSocket<br>Method or attribute name: getSignatureAlgorithms(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts|
525|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: connect(options: TLSConnectOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
526|Added|NA|Class name: TLSSocket<br>Method or attribute name: connect(options: TLSConnectOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
527|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: connect(options: TLSConnectOptions): Promise\<void>;|@ohos.net.socket.d.ts|
528|Added|NA|Class name: TLSSocket<br>Method or attribute name: connect(options: TLSConnectOptions): Promise\<void>;|@ohos.net.socket.d.ts|
529|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: send(data: string, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
530|Added|NA|Class name: TLSSocket<br>Method or attribute name: send(data: string, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
531|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: send(data: string): Promise\<void>;|@ohos.net.socket.d.ts|
532|Added|NA|Class name: TLSSocket<br>Method or attribute name: send(data: string): Promise\<void>;|@ohos.net.socket.d.ts|
533|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
534|Added|NA|Class name: TLSSocket<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
535|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSocket<br>Method or attribute name: close(): Promise\<void>;|@ohos.net.socket.d.ts|
536|Added|NA|Class name: TLSSocket<br>Method or attribute name: close(): Promise\<void>;|@ohos.net.socket.d.ts|
537|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSecureOptions|@ohos.net.socket.d.ts|
538|Added|NA|Class name: TLSSecureOptions<br>Method or attribute name: |@ohos.net.socket.d.ts|
539|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSecureOptions<br>Method or attribute name: ca: string \| Array\<string>;|@ohos.net.socket.d.ts|
540|Added|NA|Class name: TLSSecureOptions<br>Method or attribute name: ca: string \| Array\<string>;|@ohos.net.socket.d.ts|
541|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSecureOptions<br>Method or attribute name: cert?: string;|@ohos.net.socket.d.ts|
542|Added|NA|Class name: TLSSecureOptions<br>Method or attribute name: cert?: string;|@ohos.net.socket.d.ts|
543|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSecureOptions<br>Method or attribute name: key?: string;|@ohos.net.socket.d.ts|
544|Added|NA|Class name: TLSSecureOptions<br>Method or attribute name: key?: string;|@ohos.net.socket.d.ts|
545|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSecureOptions<br>Method or attribute name: password?: string;|@ohos.net.socket.d.ts|
546|Added|NA|Class name: TLSSecureOptions<br>Method or attribute name: password?: string;|@ohos.net.socket.d.ts|
547|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSecureOptions<br>Method or attribute name: protocols?: Protocol \| Array\<Protocol>;|@ohos.net.socket.d.ts|
548|Added|NA|Class name: TLSSecureOptions<br>Method or attribute name: protocols?: Protocol \| Array\<Protocol>;|@ohos.net.socket.d.ts|
549|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSecureOptions<br>Method or attribute name: useRemoteCipherPrefer?: boolean;|@ohos.net.socket.d.ts|
550|Added|NA|Class name: TLSSecureOptions<br>Method or attribute name: useRemoteCipherPrefer?: boolean;|@ohos.net.socket.d.ts|
551|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSecureOptions<br>Method or attribute name: signatureAlgorithms?: string;|@ohos.net.socket.d.ts|
552|Added|NA|Class name: TLSSecureOptions<br>Method or attribute name: signatureAlgorithms?: string;|@ohos.net.socket.d.ts|
553|Added|NA|Module name: ohos.net.socket<br>Class name: TLSSecureOptions<br>Method or attribute name: cipherSuite?: string;|@ohos.net.socket.d.ts|
554|Added|NA|Class name: TLSSecureOptions<br>Method or attribute name: cipherSuite?: string;|@ohos.net.socket.d.ts|
555|Added|NA|Module name: ohos.net.socket<br>Class name: TLSConnectOptions|@ohos.net.socket.d.ts|
556|Added|NA|Class name: TLSConnectOptions<br>Method or attribute name: |@ohos.net.socket.d.ts|
557|Added|NA|Module name: ohos.net.socket<br>Class name: TLSConnectOptions<br>Method or attribute name: address: NetAddress;|@ohos.net.socket.d.ts|
558|Added|NA|Class name: TLSConnectOptions<br>Method or attribute name: address: NetAddress;|@ohos.net.socket.d.ts|
559|Added|NA|Module name: ohos.net.socket<br>Class name: TLSConnectOptions<br>Method or attribute name: secureOptions: TLSSecureOptions;|@ohos.net.socket.d.ts|
560|Added|NA|Class name: TLSConnectOptions<br>Method or attribute name: secureOptions: TLSSecureOptions;|@ohos.net.socket.d.ts|
561|Added|NA|Module name: ohos.net.socket<br>Class name: TLSConnectOptions<br>Method or attribute name: ALPNProtocols?: Array\<string>;|@ohos.net.socket.d.ts|
562|Added|NA|Class name: TLSConnectOptions<br>Method or attribute name: ALPNProtocols?: Array\<string>;|@ohos.net.socket.d.ts|
563|Added|NA|Module name: ohos.net.socket<br>Class name: Protocol|@ohos.net.socket.d.ts|
564|Added|NA|Class name: Protocol<br>Method or attribute name: |@ohos.net.socket.d.ts|
565|Added|NA|Module name: ohos.net.socket<br>Class name: Protocol<br>Method or attribute name: TLSv12 = "TLSv1.2"|@ohos.net.socket.d.ts|
566|Added|NA|Class name: Protocol<br>Method or attribute name: TLSv12 = "TLSv1.2"|@ohos.net.socket.d.ts|
567|Added|NA|Module name: ohos.net.socket<br>Class name: Protocol<br>Method or attribute name: TLSv13 = "TLSv1.3"|@ohos.net.socket.d.ts|
568|Added|NA|Class name: Protocol<br>Method or attribute name: TLSv13 = "TLSv1.3"|@ohos.net.socket.d.ts|
569|Added|NA|Module name: ohos.nfc.cardEmulation<br>Class name: CardType|@ohos.nfc.cardEmulation.d.ts|
570|Added|NA|Class name: CardType<br>Method or attribute name: |@ohos.nfc.cardEmulation.d.ts|
571|Added|NA|Module name: ohos.nfc.cardEmulation<br>Class name: CardType<br>Method or attribute name: PAYMENT = "payment"|@ohos.nfc.cardEmulation.d.ts|
572|Added|NA|Class name: CardType<br>Method or attribute name: PAYMENT = "payment"|@ohos.nfc.cardEmulation.d.ts|
573|Added|NA|Module name: ohos.nfc.cardEmulation<br>Class name: CardType<br>Method or attribute name: OTHER = "other"|@ohos.nfc.cardEmulation.d.ts|
574|Added|NA|Class name: CardType<br>Method or attribute name: OTHER = "other"|@ohos.nfc.cardEmulation.d.ts|
575|Added|NA|Class name: cardEmulation<br>Method or attribute name: function hasHceCapability(): boolean;|@ohos.nfc.cardEmulation.d.ts|
576|Added|NA|Class name: cardEmulation<br>Method or attribute name: function isDefaultService(elementName: ElementName, type: CardType): boolean;|@ohos.nfc.cardEmulation.d.ts|
577|Added|NA|Class name: HceService<br>Method or attribute name: start(elementName: ElementName, aidList: string[]): void|@ohos.nfc.cardEmulation.d.ts|
578|Added|NA|Class name: HceService<br>Method or attribute name: stop(elementName: ElementName): void|@ohos.nfc.cardEmulation.d.ts|
579|Added|NA|Class name: HceService<br>Method or attribute name: transmit(response: number[]): Promise\<void>;|@ohos.nfc.cardEmulation.d.ts|
580|Added|NA|Class name: HceService<br>Method or attribute name: transmit(response: number[], callback: AsyncCallback\<void>): void;|@ohos.nfc.cardEmulation.d.ts|
581|Added|NA|Class name: nfcController<br>Method or attribute name: function enableNfc(): void|@ohos.nfc.controller.d.ts|
582|Added|NA|Class name: nfcController<br>Method or attribute name: function disableNfc(): void|@ohos.nfc.controller.d.ts|
583|Added|NA|Class name: tag<br>Method or attribute name: const NDEF_FORMATABLE = 7;|@ohos.nfc.tag.d.ts|
584|Added|NA|Module name: ohos.nfc.tag<br>Class name: TnfType|@ohos.nfc.tag.d.ts|
585|Added|NA|Class name: TnfType<br>Method or attribute name: |@ohos.nfc.tag.d.ts|
586|Added|NA|Module name: ohos.nfc.tag<br>Class name: TnfType<br>Method or attribute name: TNF_EMPTY = 0x0|@ohos.nfc.tag.d.ts|
587|Added|NA|Class name: TnfType<br>Method or attribute name: TNF_EMPTY = 0x0|@ohos.nfc.tag.d.ts|
588|Added|NA|Module name: ohos.nfc.tag<br>Class name: TnfType<br>Method or attribute name: TNF_WELL_KNOWN = 0x1|@ohos.nfc.tag.d.ts|
589|Added|NA|Class name: TnfType<br>Method or attribute name: TNF_WELL_KNOWN = 0x1|@ohos.nfc.tag.d.ts|
590|Added|NA|Module name: ohos.nfc.tag<br>Class name: TnfType<br>Method or attribute name: TNF_MEDIA = 0x2|@ohos.nfc.tag.d.ts|
591|Added|NA|Class name: TnfType<br>Method or attribute name: TNF_MEDIA = 0x2|@ohos.nfc.tag.d.ts|
592|Added|NA|Module name: ohos.nfc.tag<br>Class name: TnfType<br>Method or attribute name: TNF_ABSOLUTE_URI = 0x3|@ohos.nfc.tag.d.ts|
593|Added|NA|Class name: TnfType<br>Method or attribute name: TNF_ABSOLUTE_URI = 0x3|@ohos.nfc.tag.d.ts|
594|Added|NA|Module name: ohos.nfc.tag<br>Class name: TnfType<br>Method or attribute name: TNF_EXT_APP = 0x4|@ohos.nfc.tag.d.ts|
595|Added|NA|Class name: TnfType<br>Method or attribute name: TNF_EXT_APP = 0x4|@ohos.nfc.tag.d.ts|
596|Added|NA|Module name: ohos.nfc.tag<br>Class name: TnfType<br>Method or attribute name: TNF_UNKNOWN = 0x5|@ohos.nfc.tag.d.ts|
597|Added|NA|Class name: TnfType<br>Method or attribute name: TNF_UNKNOWN = 0x5|@ohos.nfc.tag.d.ts|
598|Added|NA|Module name: ohos.nfc.tag<br>Class name: TnfType<br>Method or attribute name: TNF_UNCHANGED = 0x6|@ohos.nfc.tag.d.ts|
599|Added|NA|Class name: TnfType<br>Method or attribute name: TNF_UNCHANGED = 0x6|@ohos.nfc.tag.d.ts|
600|Added|NA|Module name: ohos.nfc.tag<br>Class name: NfcForumType|@ohos.nfc.tag.d.ts|
601|Added|NA|Class name: NfcForumType<br>Method or attribute name: |@ohos.nfc.tag.d.ts|
602|Added|NA|Module name: ohos.nfc.tag<br>Class name: NfcForumType<br>Method or attribute name: NFC_FORUM_TYPE_1 = 1|@ohos.nfc.tag.d.ts|
603|Added|NA|Class name: NfcForumType<br>Method or attribute name: NFC_FORUM_TYPE_1 = 1|@ohos.nfc.tag.d.ts|
604|Added|NA|Module name: ohos.nfc.tag<br>Class name: NfcForumType<br>Method or attribute name: NFC_FORUM_TYPE_2 = 2|@ohos.nfc.tag.d.ts|
605|Added|NA|Class name: NfcForumType<br>Method or attribute name: NFC_FORUM_TYPE_2 = 2|@ohos.nfc.tag.d.ts|
606|Added|NA|Module name: ohos.nfc.tag<br>Class name: NfcForumType<br>Method or attribute name: NFC_FORUM_TYPE_3 = 3|@ohos.nfc.tag.d.ts|
607|Added|NA|Class name: NfcForumType<br>Method or attribute name: NFC_FORUM_TYPE_3 = 3|@ohos.nfc.tag.d.ts|
608|Added|NA|Module name: ohos.nfc.tag<br>Class name: NfcForumType<br>Method or attribute name: NFC_FORUM_TYPE_4 = 4|@ohos.nfc.tag.d.ts|
609|Added|NA|Class name: NfcForumType<br>Method or attribute name: NFC_FORUM_TYPE_4 = 4|@ohos.nfc.tag.d.ts|
610|Added|NA|Module name: ohos.nfc.tag<br>Class name: NfcForumType<br>Method or attribute name: MIFARE_CLASSIC = 101|@ohos.nfc.tag.d.ts|
611|Added|NA|Class name: NfcForumType<br>Method or attribute name: MIFARE_CLASSIC = 101|@ohos.nfc.tag.d.ts|
612|Added|NA|Class name: tag<br>Method or attribute name: const RTD_TEXT: number[];|@ohos.nfc.tag.d.ts|
613|Added|NA|Class name: tag<br>Method or attribute name: const RTD_URI: number[];|@ohos.nfc.tag.d.ts|
614|Added|NA|Module name: ohos.nfc.tag<br>Class name: MifareClassicType|@ohos.nfc.tag.d.ts|
615|Added|NA|Class name: MifareClassicType<br>Method or attribute name: |@ohos.nfc.tag.d.ts|
616|Added|NA|Module name: ohos.nfc.tag<br>Class name: MifareClassicType<br>Method or attribute name: TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts|
617|Added|NA|Class name: MifareClassicType<br>Method or attribute name: TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts|
618|Added|NA|Module name: ohos.nfc.tag<br>Class name: MifareClassicType<br>Method or attribute name: TYPE_CLASSIC = 1|@ohos.nfc.tag.d.ts|
619|Added|NA|Class name: MifareClassicType<br>Method or attribute name: TYPE_CLASSIC = 1|@ohos.nfc.tag.d.ts|
620|Added|NA|Module name: ohos.nfc.tag<br>Class name: MifareClassicType<br>Method or attribute name: TYPE_PLUS = 2|@ohos.nfc.tag.d.ts|
621|Added|NA|Class name: MifareClassicType<br>Method or attribute name: TYPE_PLUS = 2|@ohos.nfc.tag.d.ts|
622|Added|NA|Module name: ohos.nfc.tag<br>Class name: MifareClassicType<br>Method or attribute name: TYPE_PRO = 3|@ohos.nfc.tag.d.ts|
623|Added|NA|Class name: MifareClassicType<br>Method or attribute name: TYPE_PRO = 3|@ohos.nfc.tag.d.ts|
624|Added|NA|Module name: ohos.nfc.tag<br>Class name: MifareClassicSize|@ohos.nfc.tag.d.ts|
625|Added|NA|Class name: MifareClassicSize<br>Method or attribute name: |@ohos.nfc.tag.d.ts|
626|Added|NA|Module name: ohos.nfc.tag<br>Class name: MifareClassicSize<br>Method or attribute name: MC_SIZE_MINI = 320|@ohos.nfc.tag.d.ts|
627|Added|NA|Class name: MifareClassicSize<br>Method or attribute name: MC_SIZE_MINI = 320|@ohos.nfc.tag.d.ts|
628|Added|NA|Module name: ohos.nfc.tag<br>Class name: MifareClassicSize<br>Method or attribute name: MC_SIZE_1K = 1024|@ohos.nfc.tag.d.ts|
629|Added|NA|Class name: MifareClassicSize<br>Method or attribute name: MC_SIZE_1K = 1024|@ohos.nfc.tag.d.ts|
630|Added|NA|Module name: ohos.nfc.tag<br>Class name: MifareClassicSize<br>Method or attribute name: MC_SIZE_2K = 2048|@ohos.nfc.tag.d.ts|
631|Added|NA|Class name: MifareClassicSize<br>Method or attribute name: MC_SIZE_2K = 2048|@ohos.nfc.tag.d.ts|
632|Added|NA|Module name: ohos.nfc.tag<br>Class name: MifareClassicSize<br>Method or attribute name: MC_SIZE_4K = 4096|@ohos.nfc.tag.d.ts|
633|Added|NA|Class name: MifareClassicSize<br>Method or attribute name: MC_SIZE_4K = 4096|@ohos.nfc.tag.d.ts|
634|Added|NA|Module name: ohos.nfc.tag<br>Class name: MifareUltralightType|@ohos.nfc.tag.d.ts|
635|Added|NA|Class name: MifareUltralightType<br>Method or attribute name: |@ohos.nfc.tag.d.ts|
636|Added|NA|Module name: ohos.nfc.tag<br>Class name: MifareUltralightType<br>Method or attribute name: TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts|
637|Added|NA|Class name: MifareUltralightType<br>Method or attribute name: TYPE_UNKNOWN = 0|@ohos.nfc.tag.d.ts|
638|Added|NA|Module name: ohos.nfc.tag<br>Class name: MifareUltralightType<br>Method or attribute name: TYPE_ULTRALIGHT = 1|@ohos.nfc.tag.d.ts|
639|Added|NA|Class name: MifareUltralightType<br>Method or attribute name: TYPE_ULTRALIGHT = 1|@ohos.nfc.tag.d.ts|
640|Added|NA|Module name: ohos.nfc.tag<br>Class name: MifareUltralightType<br>Method or attribute name: TYPE_ULTRALIGHT_C = 2|@ohos.nfc.tag.d.ts|
641|Added|NA|Class name: MifareUltralightType<br>Method or attribute name: TYPE_ULTRALIGHT_C = 2|@ohos.nfc.tag.d.ts|
642|Added|NA|Class name: tag<br>Method or attribute name: function getNfcA(tagInfo: TagInfo): NfcATag|@ohos.nfc.tag.d.ts|
643|Added|NA|Class name: tag<br>Method or attribute name: function getNfcB(tagInfo: TagInfo): NfcBTag|@ohos.nfc.tag.d.ts|
644|Added|NA|Class name: tag<br>Method or attribute name: function getNfcF(tagInfo: TagInfo): NfcFTag|@ohos.nfc.tag.d.ts|
645|Added|NA|Class name: tag<br>Method or attribute name: function getNfcV(tagInfo: TagInfo): NfcVTag|@ohos.nfc.tag.d.ts|
646|Added|NA|Class name: tag<br>Method or attribute name: function getIsoDep(tagInfo: TagInfo): IsoDepTag|@ohos.nfc.tag.d.ts|
647|Added|NA|Class name: tag<br>Method or attribute name: function getNdef(tagInfo: TagInfo): NdefTag|@ohos.nfc.tag.d.ts|
648|Added|NA|Class name: tag<br>Method or attribute name: function getMifareClassic(tagInfo: TagInfo): MifareClassicTag|@ohos.nfc.tag.d.ts|
649|Added|NA|Class name: tag<br>Method or attribute name: function getMifareUltralight(tagInfo: TagInfo): MifareUltralightTag|@ohos.nfc.tag.d.ts|
650|Added|NA|Class name: tag<br>Method or attribute name: function getNdefFormatable(tagInfo: TagInfo): NdefFormatableTag|@ohos.nfc.tag.d.ts|
651|Added|NA|Class name: tag<br>Method or attribute name: function getTagInfo(want: Want): TagInfo|@ohos.nfc.tag.d.ts|
652|Added|NA|Class name: TagInfo<br>Method or attribute name: uid: number[];|@ohos.nfc.tag.d.ts|
653|Added|NA|Class name: TagInfo<br>Method or attribute name: technology: number[];|@ohos.nfc.tag.d.ts|
654|Added|NA|Class name: TagInfo<br>Method or attribute name: extrasData: PacMap[];|@ohos.nfc.tag.d.ts|
655|Added|NA|Class name: TagInfo<br>Method or attribute name: tagRfDiscId: number;|@ohos.nfc.tag.d.ts|
656|Added|NA|Class name: TagInfo<br>Method or attribute name: remoteTagService: rpc.RemoteObject;|@ohos.nfc.tag.d.ts|
657|Added|NA|Module name: ohos.nfc.tag<br>Class name: NdefRecord|@ohos.nfc.tag.d.ts|
658|Added|NA|Class name: NdefRecord<br>Method or attribute name: |@ohos.nfc.tag.d.ts|
659|Added|NA|Module name: ohos.nfc.tag<br>Class name: NdefRecord<br>Method or attribute name: tnf: number;|@ohos.nfc.tag.d.ts|
660|Added|NA|Class name: NdefRecord<br>Method or attribute name: tnf: number;|@ohos.nfc.tag.d.ts|
661|Added|NA|Module name: ohos.nfc.tag<br>Class name: NdefRecord<br>Method or attribute name: rtdType: number[];|@ohos.nfc.tag.d.ts|
662|Added|NA|Class name: NdefRecord<br>Method or attribute name: rtdType: number[];|@ohos.nfc.tag.d.ts|
663|Added|NA|Module name: ohos.nfc.tag<br>Class name: NdefRecord<br>Method or attribute name: id: number[];|@ohos.nfc.tag.d.ts|
664|Added|NA|Class name: NdefRecord<br>Method or attribute name: id: number[];|@ohos.nfc.tag.d.ts|
665|Added|NA|Module name: ohos.nfc.tag<br>Class name: NdefRecord<br>Method or attribute name: payload: number[];|@ohos.nfc.tag.d.ts|
666|Added|NA|Class name: NdefRecord<br>Method or attribute name: payload: number[];|@ohos.nfc.tag.d.ts|
667|Added|NA|Module name: ohos.nfc.tag<br>Class name: ndef|@ohos.nfc.tag.d.ts|
668|Added|NA|Class name: ndef<br>Method or attribute name: |@ohos.nfc.tag.d.ts|
669|Added|NA|Module name: ohos.nfc.tag<br>Class name: ndef<br>Method or attribute name: function makeUriRecord(uri: string): NdefRecord;|@ohos.nfc.tag.d.ts|
670|Added|NA|Class name: ndef<br>Method or attribute name: function makeUriRecord(uri: string): NdefRecord;|@ohos.nfc.tag.d.ts|
671|Added|NA|Module name: ohos.nfc.tag<br>Class name: ndef<br>Method or attribute name: function makeTextRecord(text: string, locale: string): NdefRecord;|@ohos.nfc.tag.d.ts|
672|Added|NA|Class name: ndef<br>Method or attribute name: function makeTextRecord(text: string, locale: string): NdefRecord;|@ohos.nfc.tag.d.ts|
673|Added|NA|Module name: ohos.nfc.tag<br>Class name: ndef<br>Method or attribute name: function makeMimeRecord(mimeType: string, mimeData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts|
674|Added|NA|Class name: ndef<br>Method or attribute name: function makeMimeRecord(mimeType: string, mimeData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts|
675|Added|NA|Module name: ohos.nfc.tag<br>Class name: ndef<br>Method or attribute name: function makeExternalRecord(domainName: string, type: string, externalData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts|
676|Added|NA|Class name: ndef<br>Method or attribute name: function makeExternalRecord(domainName: string, type: string, externalData: number[]): NdefRecord;|@ohos.nfc.tag.d.ts|
677|Added|NA|Module name: ohos.nfc.tag<br>Class name: ndef<br>Method or attribute name: function createNdefMessage(data: number[]): NdefMessage;|@ohos.nfc.tag.d.ts|
678|Added|NA|Class name: ndef<br>Method or attribute name: function createNdefMessage(data: number[]): NdefMessage;|@ohos.nfc.tag.d.ts|
679|Added|NA|Module name: ohos.nfc.tag<br>Class name: ndef<br>Method or attribute name: function createNdefMessage(ndefRecords: NdefRecord[]): NdefMessage;|@ohos.nfc.tag.d.ts|
680|Added|NA|Class name: ndef<br>Method or attribute name: function createNdefMessage(ndefRecords: NdefRecord[]): NdefMessage;|@ohos.nfc.tag.d.ts|
681|Added|NA|Module name: ohos.nfc.tag<br>Class name: ndef<br>Method or attribute name: function messageToBytes(ndefMessage: NdefMessage): number[];|@ohos.nfc.tag.d.ts|
682|Added|NA|Class name: ndef<br>Method or attribute name: function messageToBytes(ndefMessage: NdefMessage): number[];|@ohos.nfc.tag.d.ts|
683|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode|@ohos.rpc.d.ts|
684|Added|NA|Class name: ErrorCode<br>Method or attribute name: |@ohos.rpc.d.ts|
685|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: CHECK_PARAM_ERROR = 401|@ohos.rpc.d.ts|
686|Added|NA|Class name: ErrorCode<br>Method or attribute name: CHECK_PARAM_ERROR = 401|@ohos.rpc.d.ts|
687|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: OS_MMAP_ERROR = 1900001|@ohos.rpc.d.ts|
688|Added|NA|Class name: ErrorCode<br>Method or attribute name: OS_MMAP_ERROR = 1900001|@ohos.rpc.d.ts|
689|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: OS_IOCTL_ERROR = 1900002|@ohos.rpc.d.ts|
690|Added|NA|Class name: ErrorCode<br>Method or attribute name: OS_IOCTL_ERROR = 1900002|@ohos.rpc.d.ts|
691|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: WRITE_TO_ASHMEM_ERROR = 1900003|@ohos.rpc.d.ts|
692|Added|NA|Class name: ErrorCode<br>Method or attribute name: WRITE_TO_ASHMEM_ERROR = 1900003|@ohos.rpc.d.ts|
693|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: READ_FROM_ASHMEM_ERROR = 1900004|@ohos.rpc.d.ts|
694|Added|NA|Class name: ErrorCode<br>Method or attribute name: READ_FROM_ASHMEM_ERROR = 1900004|@ohos.rpc.d.ts|
695|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: ONLY_PROXY_OBJECT_PERMITTED_ERROR = 1900005|@ohos.rpc.d.ts|
696|Added|NA|Class name: ErrorCode<br>Method or attribute name: ONLY_PROXY_OBJECT_PERMITTED_ERROR = 1900005|@ohos.rpc.d.ts|
697|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: ONLY_REMOTE_OBJECT_PERMITTED_ERROR = 1900006|@ohos.rpc.d.ts|
698|Added|NA|Class name: ErrorCode<br>Method or attribute name: ONLY_REMOTE_OBJECT_PERMITTED_ERROR = 1900006|@ohos.rpc.d.ts|
699|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: COMMUNICATION_ERROR = 1900007|@ohos.rpc.d.ts|
700|Added|NA|Class name: ErrorCode<br>Method or attribute name: COMMUNICATION_ERROR = 1900007|@ohos.rpc.d.ts|
701|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: PROXY_OR_REMOTE_OBJECT_INVALID_ERROR = 1900008|@ohos.rpc.d.ts|
702|Added|NA|Class name: ErrorCode<br>Method or attribute name: PROXY_OR_REMOTE_OBJECT_INVALID_ERROR = 1900008|@ohos.rpc.d.ts|
703|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: WRITE_DATA_TO_MESSAGE_SEQUENCE_ERROR = 1900009|@ohos.rpc.d.ts|
704|Added|NA|Class name: ErrorCode<br>Method or attribute name: WRITE_DATA_TO_MESSAGE_SEQUENCE_ERROR = 1900009|@ohos.rpc.d.ts|
705|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: READ_DATA_FROM_MESSAGE_SEQUENCE_ERROR = 1900010|@ohos.rpc.d.ts|
706|Added|NA|Class name: ErrorCode<br>Method or attribute name: READ_DATA_FROM_MESSAGE_SEQUENCE_ERROR = 1900010|@ohos.rpc.d.ts|
707|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: PARCEL_MEMORY_ALLOC_ERROR = 1900011|@ohos.rpc.d.ts|
708|Added|NA|Class name: ErrorCode<br>Method or attribute name: PARCEL_MEMORY_ALLOC_ERROR = 1900011|@ohos.rpc.d.ts|
709|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: CALL_JS_METHOD_ERROR = 1900012|@ohos.rpc.d.ts|
710|Added|NA|Class name: ErrorCode<br>Method or attribute name: CALL_JS_METHOD_ERROR = 1900012|@ohos.rpc.d.ts|
711|Added|NA|Module name: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: OS_DUP_ERROR = 1900013|@ohos.rpc.d.ts|
712|Added|NA|Class name: ErrorCode<br>Method or attribute name: OS_DUP_ERROR = 1900013|@ohos.rpc.d.ts|
713|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence|@ohos.rpc.d.ts|
714|Added|NA|Class name: MessageSequence<br>Method or attribute name: |@ohos.rpc.d.ts|
715|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: static create(): MessageSequence;|@ohos.rpc.d.ts|
716|Added|NA|Class name: MessageSequence<br>Method or attribute name: static create(): MessageSequence;|@ohos.rpc.d.ts|
717|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: reclaim(): void;|@ohos.rpc.d.ts|
718|Added|NA|Class name: MessageSequence<br>Method or attribute name: reclaim(): void;|@ohos.rpc.d.ts|
719|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeRemoteObject(object: IRemoteObject): void;|@ohos.rpc.d.ts|
720|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeRemoteObject(object: IRemoteObject): void;|@ohos.rpc.d.ts|
721|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readRemoteObject(): IRemoteObject;|@ohos.rpc.d.ts|
722|Added|NA|Class name: MessageSequence<br>Method or attribute name: readRemoteObject(): IRemoteObject;|@ohos.rpc.d.ts|
723|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeInterfaceToken(token: string): void;|@ohos.rpc.d.ts|
724|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeInterfaceToken(token: string): void;|@ohos.rpc.d.ts|
725|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readInterfaceToken(): string;|@ohos.rpc.d.ts|
726|Added|NA|Class name: MessageSequence<br>Method or attribute name: readInterfaceToken(): string;|@ohos.rpc.d.ts|
727|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: getSize(): number;|@ohos.rpc.d.ts|
728|Added|NA|Class name: MessageSequence<br>Method or attribute name: getSize(): number;|@ohos.rpc.d.ts|
729|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: getCapacity(): number;|@ohos.rpc.d.ts|
730|Added|NA|Class name: MessageSequence<br>Method or attribute name: getCapacity(): number;|@ohos.rpc.d.ts|
731|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: setSize(size: number): void;|@ohos.rpc.d.ts|
732|Added|NA|Class name: MessageSequence<br>Method or attribute name: setSize(size: number): void;|@ohos.rpc.d.ts|
733|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: setCapacity(size: number): void;|@ohos.rpc.d.ts|
734|Added|NA|Class name: MessageSequence<br>Method or attribute name: setCapacity(size: number): void;|@ohos.rpc.d.ts|
735|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: getWritableBytes(): number;|@ohos.rpc.d.ts|
736|Added|NA|Class name: MessageSequence<br>Method or attribute name: getWritableBytes(): number;|@ohos.rpc.d.ts|
737|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: getReadableBytes(): number;|@ohos.rpc.d.ts|
738|Added|NA|Class name: MessageSequence<br>Method or attribute name: getReadableBytes(): number;|@ohos.rpc.d.ts|
739|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: getReadPosition(): number;|@ohos.rpc.d.ts|
740|Added|NA|Class name: MessageSequence<br>Method or attribute name: getReadPosition(): number;|@ohos.rpc.d.ts|
741|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: getWritePosition(): number;|@ohos.rpc.d.ts|
742|Added|NA|Class name: MessageSequence<br>Method or attribute name: getWritePosition(): number;|@ohos.rpc.d.ts|
743|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: rewindRead(pos: number): void;|@ohos.rpc.d.ts|
744|Added|NA|Class name: MessageSequence<br>Method or attribute name: rewindRead(pos: number): void;|@ohos.rpc.d.ts|
745|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: rewindWrite(pos: number): void;|@ohos.rpc.d.ts|
746|Added|NA|Class name: MessageSequence<br>Method or attribute name: rewindWrite(pos: number): void;|@ohos.rpc.d.ts|
747|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeNoException(): void;|@ohos.rpc.d.ts|
748|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeNoException(): void;|@ohos.rpc.d.ts|
749|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readException(): void;|@ohos.rpc.d.ts|
750|Added|NA|Class name: MessageSequence<br>Method or attribute name: readException(): void;|@ohos.rpc.d.ts|
751|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeByte(val: number): void;|@ohos.rpc.d.ts|
752|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeByte(val: number): void;|@ohos.rpc.d.ts|
753|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeShort(val: number): void;|@ohos.rpc.d.ts|
754|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeShort(val: number): void;|@ohos.rpc.d.ts|
755|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeInt(val: number): void;|@ohos.rpc.d.ts|
756|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeInt(val: number): void;|@ohos.rpc.d.ts|
757|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeLong(val: number): void;|@ohos.rpc.d.ts|
758|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeLong(val: number): void;|@ohos.rpc.d.ts|
759|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeFloat(val: number): void;|@ohos.rpc.d.ts|
760|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeFloat(val: number): void;|@ohos.rpc.d.ts|
761|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeDouble(val: number): void;|@ohos.rpc.d.ts|
762|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeDouble(val: number): void;|@ohos.rpc.d.ts|
763|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeBoolean(val: boolean): void;|@ohos.rpc.d.ts|
764|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeBoolean(val: boolean): void;|@ohos.rpc.d.ts|
765|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeChar(val: number): void;|@ohos.rpc.d.ts|
766|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeChar(val: number): void;|@ohos.rpc.d.ts|
767|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeString(val: string): void;|@ohos.rpc.d.ts|
768|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeString(val: string): void;|@ohos.rpc.d.ts|
769|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeParcelable(val: Parcelable): void;|@ohos.rpc.d.ts|
770|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeParcelable(val: Parcelable): void;|@ohos.rpc.d.ts|
771|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeByteArray(byteArray: number[]): void;|@ohos.rpc.d.ts|
772|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeByteArray(byteArray: number[]): void;|@ohos.rpc.d.ts|
773|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeShortArray(shortArray: number[]): void;|@ohos.rpc.d.ts|
774|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeShortArray(shortArray: number[]): void;|@ohos.rpc.d.ts|
775|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeIntArray(intArray: number[]): void;|@ohos.rpc.d.ts|
776|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeIntArray(intArray: number[]): void;|@ohos.rpc.d.ts|
777|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeLongArray(longArray: number[]): void;|@ohos.rpc.d.ts|
778|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeLongArray(longArray: number[]): void;|@ohos.rpc.d.ts|
779|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeFloatArray(floatArray: number[]): void;|@ohos.rpc.d.ts|
780|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeFloatArray(floatArray: number[]): void;|@ohos.rpc.d.ts|
781|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeDoubleArray(doubleArray: number[]): void;|@ohos.rpc.d.ts|
782|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeDoubleArray(doubleArray: number[]): void;|@ohos.rpc.d.ts|
783|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeBooleanArray(booleanArray: boolean[]): void;|@ohos.rpc.d.ts|
784|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeBooleanArray(booleanArray: boolean[]): void;|@ohos.rpc.d.ts|
785|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeCharArray(charArray: number[]): void;|@ohos.rpc.d.ts|
786|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeCharArray(charArray: number[]): void;|@ohos.rpc.d.ts|
787|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeStringArray(stringArray: string[]): void;|@ohos.rpc.d.ts|
788|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeStringArray(stringArray: string[]): void;|@ohos.rpc.d.ts|
789|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts|
790|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts|
791|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeRemoteObjectArray(objectArray: IRemoteObject[]): void;|@ohos.rpc.d.ts|
792|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeRemoteObjectArray(objectArray: IRemoteObject[]): void;|@ohos.rpc.d.ts|
793|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readByte(): number;|@ohos.rpc.d.ts|
794|Added|NA|Class name: MessageSequence<br>Method or attribute name: readByte(): number;|@ohos.rpc.d.ts|
795|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readShort(): number;|@ohos.rpc.d.ts|
796|Added|NA|Class name: MessageSequence<br>Method or attribute name: readShort(): number;|@ohos.rpc.d.ts|
797|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readInt(): number;|@ohos.rpc.d.ts|
798|Added|NA|Class name: MessageSequence<br>Method or attribute name: readInt(): number;|@ohos.rpc.d.ts|
799|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readLong(): number;|@ohos.rpc.d.ts|
800|Added|NA|Class name: MessageSequence<br>Method or attribute name: readLong(): number;|@ohos.rpc.d.ts|
801|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readFloat(): number;|@ohos.rpc.d.ts|
802|Added|NA|Class name: MessageSequence<br>Method or attribute name: readFloat(): number;|@ohos.rpc.d.ts|
803|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readDouble(): number;|@ohos.rpc.d.ts|
804|Added|NA|Class name: MessageSequence<br>Method or attribute name: readDouble(): number;|@ohos.rpc.d.ts|
805|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readBoolean(): boolean;|@ohos.rpc.d.ts|
806|Added|NA|Class name: MessageSequence<br>Method or attribute name: readBoolean(): boolean;|@ohos.rpc.d.ts|
807|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readChar(): number;|@ohos.rpc.d.ts|
808|Added|NA|Class name: MessageSequence<br>Method or attribute name: readChar(): number;|@ohos.rpc.d.ts|
809|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readString(): string;|@ohos.rpc.d.ts|
810|Added|NA|Class name: MessageSequence<br>Method or attribute name: readString(): string;|@ohos.rpc.d.ts|
811|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readParcelable(dataIn: Parcelable) : void;|@ohos.rpc.d.ts|
812|Added|NA|Class name: MessageSequence<br>Method or attribute name: readParcelable(dataIn: Parcelable) : void;|@ohos.rpc.d.ts|
813|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readByteArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
814|Added|NA|Class name: MessageSequence<br>Method or attribute name: readByteArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
815|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readByteArray(): number[];|@ohos.rpc.d.ts|
816|Added|NA|Class name: MessageSequence<br>Method or attribute name: readByteArray(): number[];|@ohos.rpc.d.ts|
817|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readShortArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
818|Added|NA|Class name: MessageSequence<br>Method or attribute name: readShortArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
819|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readShortArray(): number[];|@ohos.rpc.d.ts|
820|Added|NA|Class name: MessageSequence<br>Method or attribute name: readShortArray(): number[];|@ohos.rpc.d.ts|
821|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readIntArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
822|Added|NA|Class name: MessageSequence<br>Method or attribute name: readIntArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
823|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readIntArray(): number[];|@ohos.rpc.d.ts|
824|Added|NA|Class name: MessageSequence<br>Method or attribute name: readIntArray(): number[];|@ohos.rpc.d.ts|
825|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readLongArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
826|Added|NA|Class name: MessageSequence<br>Method or attribute name: readLongArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
827|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readLongArray(): number[];|@ohos.rpc.d.ts|
828|Added|NA|Class name: MessageSequence<br>Method or attribute name: readLongArray(): number[];|@ohos.rpc.d.ts|
829|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readFloatArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
830|Added|NA|Class name: MessageSequence<br>Method or attribute name: readFloatArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
831|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readFloatArray(): number[];|@ohos.rpc.d.ts|
832|Added|NA|Class name: MessageSequence<br>Method or attribute name: readFloatArray(): number[];|@ohos.rpc.d.ts|
833|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readDoubleArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
834|Added|NA|Class name: MessageSequence<br>Method or attribute name: readDoubleArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
835|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readDoubleArray(): number[];|@ohos.rpc.d.ts|
836|Added|NA|Class name: MessageSequence<br>Method or attribute name: readDoubleArray(): number[];|@ohos.rpc.d.ts|
837|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readBooleanArray(dataIn: boolean[]) : void;|@ohos.rpc.d.ts|
838|Added|NA|Class name: MessageSequence<br>Method or attribute name: readBooleanArray(dataIn: boolean[]) : void;|@ohos.rpc.d.ts|
839|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readBooleanArray(): boolean[];|@ohos.rpc.d.ts|
840|Added|NA|Class name: MessageSequence<br>Method or attribute name: readBooleanArray(): boolean[];|@ohos.rpc.d.ts|
841|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readCharArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
842|Added|NA|Class name: MessageSequence<br>Method or attribute name: readCharArray(dataIn: number[]) : void;|@ohos.rpc.d.ts|
843|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readCharArray(): number[];|@ohos.rpc.d.ts|
844|Added|NA|Class name: MessageSequence<br>Method or attribute name: readCharArray(): number[];|@ohos.rpc.d.ts|
845|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readStringArray(dataIn: string[]) : void;|@ohos.rpc.d.ts|
846|Added|NA|Class name: MessageSequence<br>Method or attribute name: readStringArray(dataIn: string[]) : void;|@ohos.rpc.d.ts|
847|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readStringArray(): string[];|@ohos.rpc.d.ts|
848|Added|NA|Class name: MessageSequence<br>Method or attribute name: readStringArray(): string[];|@ohos.rpc.d.ts|
849|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts|
850|Added|NA|Class name: MessageSequence<br>Method or attribute name: readParcelableArray(parcelableArray: Parcelable[]): void;|@ohos.rpc.d.ts|
851|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readRemoteObjectArray(objects: IRemoteObject[]): void;|@ohos.rpc.d.ts|
852|Added|NA|Class name: MessageSequence<br>Method or attribute name: readRemoteObjectArray(objects: IRemoteObject[]): void;|@ohos.rpc.d.ts|
853|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readRemoteObjectArray(): IRemoteObject[];|@ohos.rpc.d.ts|
854|Added|NA|Class name: MessageSequence<br>Method or attribute name: readRemoteObjectArray(): IRemoteObject[];|@ohos.rpc.d.ts|
855|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: static closeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts|
856|Added|NA|Class name: MessageSequence<br>Method or attribute name: static closeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts|
857|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: static dupFileDescriptor(fd: number) :number;|@ohos.rpc.d.ts|
858|Added|NA|Class name: MessageSequence<br>Method or attribute name: static dupFileDescriptor(fd: number) :number;|@ohos.rpc.d.ts|
859|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: containFileDescriptors(): boolean;|@ohos.rpc.d.ts|
860|Added|NA|Class name: MessageSequence<br>Method or attribute name: containFileDescriptors(): boolean;|@ohos.rpc.d.ts|
861|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts|
862|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeFileDescriptor(fd: number): void;|@ohos.rpc.d.ts|
863|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readFileDescriptor(): number;|@ohos.rpc.d.ts|
864|Added|NA|Class name: MessageSequence<br>Method or attribute name: readFileDescriptor(): number;|@ohos.rpc.d.ts|
865|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeAshmem(ashmem: Ashmem): void;|@ohos.rpc.d.ts|
866|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeAshmem(ashmem: Ashmem): void;|@ohos.rpc.d.ts|
867|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readAshmem(): Ashmem;|@ohos.rpc.d.ts|
868|Added|NA|Class name: MessageSequence<br>Method or attribute name: readAshmem(): Ashmem;|@ohos.rpc.d.ts|
869|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: getRawDataCapacity(): number;|@ohos.rpc.d.ts|
870|Added|NA|Class name: MessageSequence<br>Method or attribute name: getRawDataCapacity(): number;|@ohos.rpc.d.ts|
871|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: writeRawData(rawData: number[], size: number): void;|@ohos.rpc.d.ts|
872|Added|NA|Class name: MessageSequence<br>Method or attribute name: writeRawData(rawData: number[], size: number): void;|@ohos.rpc.d.ts|
873|Added|NA|Module name: ohos.rpc<br>Class name: MessageSequence<br>Method or attribute name: readRawData(size: number): number[];|@ohos.rpc.d.ts|
874|Added|NA|Class name: MessageSequence<br>Method or attribute name: readRawData(size: number): number[];|@ohos.rpc.d.ts|
875|Added|NA|Module name: ohos.rpc<br>Class name: Parcelable|@ohos.rpc.d.ts|
876|Added|NA|Class name: Parcelable<br>Method or attribute name: |@ohos.rpc.d.ts|
877|Added|NA|Module name: ohos.rpc<br>Class name: Parcelable<br>Method or attribute name: marshalling(dataOut: MessageSequence): boolean;|@ohos.rpc.d.ts|
878|Added|NA|Class name: Parcelable<br>Method or attribute name: marshalling(dataOut: MessageSequence): boolean;|@ohos.rpc.d.ts|
879|Added|NA|Module name: ohos.rpc<br>Class name: Parcelable<br>Method or attribute name: unmarshalling(dataIn: MessageSequence) : boolean;|@ohos.rpc.d.ts|
880|Added|NA|Class name: Parcelable<br>Method or attribute name: unmarshalling(dataIn: MessageSequence) : boolean;|@ohos.rpc.d.ts|
881|Added|NA|Module name: ohos.rpc<br>Class name: RequestResult|@ohos.rpc.d.ts|
882|Added|NA|Class name: RequestResult<br>Method or attribute name: |@ohos.rpc.d.ts|
883|Added|NA|Module name: ohos.rpc<br>Class name: RequestResult<br>Method or attribute name: errCode: number;|@ohos.rpc.d.ts|
884|Added|NA|Class name: RequestResult<br>Method or attribute name: errCode: number;|@ohos.rpc.d.ts|
885|Added|NA|Module name: ohos.rpc<br>Class name: RequestResult<br>Method or attribute name: code: number;|@ohos.rpc.d.ts|
886|Added|NA|Class name: RequestResult<br>Method or attribute name: code: number;|@ohos.rpc.d.ts|
887|Added|NA|Module name: ohos.rpc<br>Class name: RequestResult<br>Method or attribute name: data: MessageSequence;|@ohos.rpc.d.ts|
888|Added|NA|Class name: RequestResult<br>Method or attribute name: data: MessageSequence;|@ohos.rpc.d.ts|
889|Added|NA|Module name: ohos.rpc<br>Class name: RequestResult<br>Method or attribute name: reply: MessageSequence;|@ohos.rpc.d.ts|
890|Added|NA|Class name: RequestResult<br>Method or attribute name: reply: MessageSequence;|@ohos.rpc.d.ts|
891|Added|NA|Class name: IRemoteObject<br>Method or attribute name: getLocalInterface(descriptor: string): IRemoteBroker;|@ohos.rpc.d.ts|
892|Added|NA|Class name: IRemoteObject<br>Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): Promise\<RequestResult>;|@ohos.rpc.d.ts|
893|Added|NA|Class name: IRemoteObject<br>Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption, callback: AsyncCallback\<RequestResult>): void;|@ohos.rpc.d.ts|
894|Added|NA|Class name: IRemoteObject<br>Method or attribute name: registerDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts|
895|Added|NA|Class name: IRemoteObject<br>Method or attribute name: unregisterDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts|
896|Added|NA|Class name: IRemoteObject<br>Method or attribute name: getDescriptor(): string;|@ohos.rpc.d.ts|
897|Added|NA|Class name: MessageOption<br>Method or attribute name: TF_SYNC: number;|@ohos.rpc.d.ts|
898|Added|NA|Class name: MessageOption<br>Method or attribute name: TF_ASYNC: number;|@ohos.rpc.d.ts|
899|Added|NA|Class name: MessageOption<br>Method or attribute name: TF_ACCEPT_FDS: number;|@ohos.rpc.d.ts|
900|Added|NA|Class name: MessageOption<br>Method or attribute name: TF_WAIT_TIME: number;|@ohos.rpc.d.ts|
901|Added|NA|Class name: MessageOption<br>Method or attribute name: constructor(syncFlags?: number, waitTime?: number);|@ohos.rpc.d.ts|
902|Added|NA|Class name: MessageOption<br>Method or attribute name: constructor(async?: boolean);|@ohos.rpc.d.ts|
903|Added|NA|Class name: MessageOption<br>Method or attribute name: isAsync(): boolean;|@ohos.rpc.d.ts|
904|Added|NA|Class name: MessageOption<br>Method or attribute name: setAsync(async: boolean): void;|@ohos.rpc.d.ts|
905|Added|NA|Class name: RemoteObject<br>Method or attribute name: getLocalInterface(descriptor: string): IRemoteBroker;|@ohos.rpc.d.ts|
906|Added|NA|Class name: RemoteObject<br>Method or attribute name: getDescriptor(): string;|@ohos.rpc.d.ts|
907|Added|NA|Class name: RemoteObject<br>Method or attribute name: onRemoteMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): boolean \| Promise\<boolean>;|@ohos.rpc.d.ts|
908|Added|NA|Class name: RemoteObject<br>Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): Promise\<RequestResult>;|@ohos.rpc.d.ts|
909|Added|NA|Class name: RemoteObject<br>Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption, callback: AsyncCallback\<RequestResult>): void;|@ohos.rpc.d.ts|
910|Added|NA|Class name: RemoteObject<br>Method or attribute name: modifyLocalInterface(localInterface: IRemoteBroker, descriptor: string): void;|@ohos.rpc.d.ts|
911|Added|NA|Class name: RemoteProxy<br>Method or attribute name: PING_TRANSACTION: number;|@ohos.rpc.d.ts|
912|Added|NA|Class name: RemoteProxy<br>Method or attribute name: DUMP_TRANSACTION: number;|@ohos.rpc.d.ts|
913|Added|NA|Class name: RemoteProxy<br>Method or attribute name: INTERFACE_TRANSACTION: number;|@ohos.rpc.d.ts|
914|Added|NA|Class name: RemoteProxy<br>Method or attribute name: MIN_TRANSACTION_ID: number;|@ohos.rpc.d.ts|
915|Added|NA|Class name: RemoteProxy<br>Method or attribute name: MAX_TRANSACTION_ID: number;|@ohos.rpc.d.ts|
916|Added|NA|Class name: RemoteProxy<br>Method or attribute name: getLocalInterface(interface: string): IRemoteBroker;|@ohos.rpc.d.ts|
917|Added|NA|Class name: RemoteProxy<br>Method or attribute name: registerDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts|
918|Added|NA|Class name: RemoteProxy<br>Method or attribute name: unregisterDeathRecipient(recipient: DeathRecipient, flags: number): void;|@ohos.rpc.d.ts|
919|Added|NA|Class name: RemoteProxy<br>Method or attribute name: getDescriptor(): string;|@ohos.rpc.d.ts|
920|Added|NA|Class name: RemoteProxy<br>Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption): Promise\<RequestResult>;|@ohos.rpc.d.ts|
921|Added|NA|Class name: RemoteProxy<br>Method or attribute name: sendMessageRequest(code: number, data: MessageSequence, reply: MessageSequence, options: MessageOption, callback: AsyncCallback\<RequestResult>): void;|@ohos.rpc.d.ts|
922|Added|NA|Class name: IPCSkeleton<br>Method or attribute name: static flushCmdBuffer(object: IRemoteObject): void;|@ohos.rpc.d.ts|
923|Added|NA|Class name: IPCSkeleton<br>Method or attribute name: static restoreCallingIdentity(identity: string): void;|@ohos.rpc.d.ts|
924|Added|NA|Class name: Ashmem<br>Method or attribute name: PROT_EXEC: number;|@ohos.rpc.d.ts|
925|Added|NA|Class name: Ashmem<br>Method or attribute name: PROT_NONE: number;|@ohos.rpc.d.ts|
926|Added|NA|Class name: Ashmem<br>Method or attribute name: PROT_READ: number;|@ohos.rpc.d.ts|
927|Added|NA|Class name: Ashmem<br>Method or attribute name: PROT_WRITE: number;|@ohos.rpc.d.ts|
928|Added|NA|Class name: Ashmem<br>Method or attribute name: static create(name: string, size: number): Ashmem;|@ohos.rpc.d.ts|
929|Added|NA|Class name: Ashmem<br>Method or attribute name: static create(ashmem: Ashmem): Ashmem;|@ohos.rpc.d.ts|
930|Added|NA|Class name: Ashmem<br>Method or attribute name: mapTypedAshmem(mapType: number): void;|@ohos.rpc.d.ts|
931|Added|NA|Class name: Ashmem<br>Method or attribute name: mapReadWriteAshmem(): void;|@ohos.rpc.d.ts|
932|Added|NA|Class name: Ashmem<br>Method or attribute name: mapReadonlyAshmem(): void;|@ohos.rpc.d.ts|
933|Added|NA|Class name: Ashmem<br>Method or attribute name: setProtectionType(protectionType: number): void;|@ohos.rpc.d.ts|
934|Added|NA|Class name: Ashmem<br>Method or attribute name: writeAshmem(buf: number[], size: number, offset: number): void;|@ohos.rpc.d.ts|
935|Added|NA|Class name: Ashmem<br>Method or attribute name: readAshmem(size: number, offset: number): number[];|@ohos.rpc.d.ts|
936|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager|@ohos.wifiManager.d.ts|
937|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function enableWifi(): void;|@ohos.wifiManager.d.ts|
938|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function disableWifi(): void;|@ohos.wifiManager.d.ts|
939|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function isWifiActive(): boolean;|@ohos.wifiManager.d.ts|
940|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function scan(): void;|@ohos.wifiManager.d.ts|
941|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getScanResults(): Promise\<Array\<WifiScanInfo>>;|@ohos.wifiManager.d.ts|
942|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;|@ohos.wifiManager.d.ts|
943|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getScanResultsSync(): Array\<WifiScanInfo>;|@ohos.wifiManager.d.ts|
944|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig): Promise\<number>;|@ohos.wifiManager.d.ts|
945|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;|@ohos.wifiManager.d.ts|
946|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig): Promise\<number>;|@ohos.wifiManager.d.ts|
947|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;|@ohos.wifiManager.d.ts|
948|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function removeCandidateConfig(networkId: number): Promise\<void>;|@ohos.wifiManager.d.ts|
949|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;|@ohos.wifiManager.d.ts|
950|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getCandidateConfigs(): Array\<WifiDeviceConfig>;|@ohos.wifiManager.d.ts|
951|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function connectToCandidateConfig(networkId: number): void;|@ohos.wifiManager.d.ts|
952|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function connectToNetwork(networkId: number): void;|@ohos.wifiManager.d.ts|
953|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function connectToDevice(config: WifiDeviceConfig): void;|@ohos.wifiManager.d.ts|
954|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function disconnect(): void;|@ohos.wifiManager.d.ts|
955|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getSignalLevel(rssi: number, band: number): number;|@ohos.wifiManager.d.ts|
956|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getLinkedInfo(): Promise\<WifiLinkedInfo>;|@ohos.wifiManager.d.ts|
957|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;|@ohos.wifiManager.d.ts|
958|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function isConnected(): boolean;|@ohos.wifiManager.d.ts|
959|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getSupportedFeatures(): number;|@ohos.wifiManager.d.ts|
960|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function isFeatureSupported(featureId: number): boolean;|@ohos.wifiManager.d.ts|
961|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getDeviceMacAddress(): string[];|@ohos.wifiManager.d.ts|
962|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getIpInfo(): IpInfo;|@ohos.wifiManager.d.ts|
963|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getCountryCode(): string;|@ohos.wifiManager.d.ts|
964|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function reassociate(): void;|@ohos.wifiManager.d.ts|
965|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function reconnect(): void;|@ohos.wifiManager.d.ts|
966|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getDeviceConfigs(): Array\<WifiDeviceConfig>;|@ohos.wifiManager.d.ts|
967|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function updateNetwork(config: WifiDeviceConfig): number;|@ohos.wifiManager.d.ts|
968|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function disableNetwork(netId: number): void;|@ohos.wifiManager.d.ts|
969|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function removeAllNetwork(): void;|@ohos.wifiManager.d.ts|
970|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function removeDevice(id: number): void;|@ohos.wifiManager.d.ts|
971|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function enableHotspot(): void;|@ohos.wifiManager.d.ts|
972|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function disableHotspot(): void;|@ohos.wifiManager.d.ts|
973|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function isHotspotDualBandSupported(): boolean;|@ohos.wifiManager.d.ts|
974|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function isHotspotActive(): boolean;|@ohos.wifiManager.d.ts|
975|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function setHotspotConfig(config: HotspotConfig): void;|@ohos.wifiManager.d.ts|
976|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getHotspotConfig(): HotspotConfig;|@ohos.wifiManager.d.ts|
977|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getStations(): Array\<StationInfo>;|@ohos.wifiManager.d.ts|
978|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getP2pLinkedInfo(): Promise\<WifiP2pLinkedInfo>;|@ohos.wifiManager.d.ts|
979|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;|@ohos.wifiManager.d.ts|
980|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getCurrentGroup(): Promise\<WifiP2pGroupInfo>;|@ohos.wifiManager.d.ts|
981|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;|@ohos.wifiManager.d.ts|
982|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;|@ohos.wifiManager.d.ts|
983|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;|@ohos.wifiManager.d.ts|
984|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getP2pLocalDevice(): Promise\<WifiP2pDevice>;|@ohos.wifiManager.d.ts|
985|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;|@ohos.wifiManager.d.ts|
986|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function createGroup(config: WifiP2PConfig): void;|@ohos.wifiManager.d.ts|
987|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function removeGroup(): void;|@ohos.wifiManager.d.ts|
988|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function p2pConnect(config: WifiP2PConfig): void;|@ohos.wifiManager.d.ts|
989|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function p2pCancelConnect(): void;|@ohos.wifiManager.d.ts|
990|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function startDiscoverDevices(): void;|@ohos.wifiManager.d.ts|
991|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function stopDiscoverDevices(): void;|@ohos.wifiManager.d.ts|
992|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function deletePersistentGroup(netId: number): void;|@ohos.wifiManager.d.ts|
993|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getP2pGroups(): Promise\<Array\<WifiP2pGroupInfo>>;|@ohos.wifiManager.d.ts|
994|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;|@ohos.wifiManager.d.ts|
995|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function setDeviceName(devName: string): void;|@ohos.wifiManager.d.ts|
996|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "wifiStateChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
997|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "wifiStateChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
998|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "wifiConnectionChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
999|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "wifiConnectionChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1000|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "wifiScanStateChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1001|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "wifiScanStateChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1002|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "wifiRssiChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1003|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "wifiRssiChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1004|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "streamChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1005|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "streamChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1006|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "deviceConfigChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1007|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "deviceConfigChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1008|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "hotspotStateChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1009|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "hotspotStateChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1010|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "hotspotStaJoin", callback: Callback\<StationInfo>): void;|@ohos.wifiManager.d.ts|
1011|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "hotspotStaJoin", callback?: Callback\<StationInfo>): void;|@ohos.wifiManager.d.ts|
1012|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "hotspotStaLeave", callback: Callback\<StationInfo>): void;|@ohos.wifiManager.d.ts|
1013|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "hotspotStaLeave", callback?: Callback\<StationInfo>): void;|@ohos.wifiManager.d.ts|
1014|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "p2pStateChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1015|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "p2pStateChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1016|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "p2pConnectionChange", callback: Callback\<WifiP2pLinkedInfo>): void;|@ohos.wifiManager.d.ts|
1017|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "p2pConnectionChange", callback?: Callback\<WifiP2pLinkedInfo>): void;|@ohos.wifiManager.d.ts|
1018|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "p2pDeviceChange", callback: Callback\<WifiP2pDevice>): void;|@ohos.wifiManager.d.ts|
1019|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "p2pDeviceChange", callback?: Callback\<WifiP2pDevice>): void;|@ohos.wifiManager.d.ts|
1020|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "p2pPeerDeviceChange", callback: Callback\<WifiP2pDevice[]>): void;|@ohos.wifiManager.d.ts|
1021|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "p2pPeerDeviceChange", callback?: Callback\<WifiP2pDevice[]>): void;|@ohos.wifiManager.d.ts|
1022|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "p2pPersistentGroupChange", callback: Callback\<void>): void;|@ohos.wifiManager.d.ts|
1023|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "p2pPersistentGroupChange", callback?: Callback\<void>): void;|@ohos.wifiManager.d.ts|
1024|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function on(type: "p2pDiscoveryChange", callback: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1025|Added|NA|Module name: ohos.wifiManager<br>Class name: wifiManager<br>Method or attribute name: function off(type: "p2pDiscoveryChange", callback?: Callback\<number>): void;|@ohos.wifiManager.d.ts|
1026|Added|NA|Module name: ohos.wifiManager<br>Class name: EapMethod|@ohos.wifiManager.d.ts|
1027|Added|NA|Module name: ohos.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_NONE|@ohos.wifiManager.d.ts|
1028|Added|NA|Module name: ohos.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_PEAP|@ohos.wifiManager.d.ts|
1029|Added|NA|Module name: ohos.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_TLS|@ohos.wifiManager.d.ts|
1030|Added|NA|Module name: ohos.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_TTLS|@ohos.wifiManager.d.ts|
1031|Added|NA|Module name: ohos.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_PWD|@ohos.wifiManager.d.ts|
1032|Added|NA|Module name: ohos.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_SIM|@ohos.wifiManager.d.ts|
1033|Added|NA|Module name: ohos.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_AKA|@ohos.wifiManager.d.ts|
1034|Added|NA|Module name: ohos.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_AKA_PRIME|@ohos.wifiManager.d.ts|
1035|Added|NA|Module name: ohos.wifiManager<br>Class name: EapMethod<br>Method or attribute name: EAP_UNAUTH_TLS|@ohos.wifiManager.d.ts|
1036|Added|NA|Module name: ohos.wifiManager<br>Class name: Phase2Method|@ohos.wifiManager.d.ts|
1037|Added|NA|Module name: ohos.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_NONE|@ohos.wifiManager.d.ts|
1038|Added|NA|Module name: ohos.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_PAP|@ohos.wifiManager.d.ts|
1039|Added|NA|Module name: ohos.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_MSCHAP|@ohos.wifiManager.d.ts|
1040|Added|NA|Module name: ohos.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_MSCHAPV2|@ohos.wifiManager.d.ts|
1041|Added|NA|Module name: ohos.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_GTC|@ohos.wifiManager.d.ts|
1042|Added|NA|Module name: ohos.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_SIM|@ohos.wifiManager.d.ts|
1043|Added|NA|Module name: ohos.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_AKA|@ohos.wifiManager.d.ts|
1044|Added|NA|Module name: ohos.wifiManager<br>Class name: Phase2Method<br>Method or attribute name: PHASE2_AKA_PRIME|@ohos.wifiManager.d.ts|
1045|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig|@ohos.wifiManager.d.ts|
1046|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: eapMethod: EapMethod;|@ohos.wifiManager.d.ts|
1047|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: phase2Method: Phase2Method;|@ohos.wifiManager.d.ts|
1048|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: identity: string;|@ohos.wifiManager.d.ts|
1049|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: anonymousIdentity: string;|@ohos.wifiManager.d.ts|
1050|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: password: string;|@ohos.wifiManager.d.ts|
1051|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: caCertAliases: string;|@ohos.wifiManager.d.ts|
1052|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: caPath: string;|@ohos.wifiManager.d.ts|
1053|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: clientCertAliases: string;|@ohos.wifiManager.d.ts|
1054|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: certEntry: Uint8Array;|@ohos.wifiManager.d.ts|
1055|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: certPassword: string;|@ohos.wifiManager.d.ts|
1056|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: altSubjectMatch: string;|@ohos.wifiManager.d.ts|
1057|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: domainSuffixMatch: string;|@ohos.wifiManager.d.ts|
1058|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: realm: string;|@ohos.wifiManager.d.ts|
1059|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: plmn: string;|@ohos.wifiManager.d.ts|
1060|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiEapConfig<br>Method or attribute name: eapSubId: number;|@ohos.wifiManager.d.ts|
1061|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiDeviceConfig|@ohos.wifiManager.d.ts|
1062|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiDeviceConfig<br>Method or attribute name: ssid: string;|@ohos.wifiManager.d.ts|
1063|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiDeviceConfig<br>Method or attribute name: bssid?: string;|@ohos.wifiManager.d.ts|
1064|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiDeviceConfig<br>Method or attribute name: preSharedKey: string;|@ohos.wifiManager.d.ts|
1065|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiDeviceConfig<br>Method or attribute name: isHiddenSsid?: boolean;|@ohos.wifiManager.d.ts|
1066|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiDeviceConfig<br>Method or attribute name: securityType: WifiSecurityType;|@ohos.wifiManager.d.ts|
1067|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiDeviceConfig<br>Method or attribute name: creatorUid?: number;|@ohos.wifiManager.d.ts|
1068|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiDeviceConfig<br>Method or attribute name: disableReason?: number;|@ohos.wifiManager.d.ts|
1069|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiDeviceConfig<br>Method or attribute name: netId?: number;|@ohos.wifiManager.d.ts|
1070|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiDeviceConfig<br>Method or attribute name: randomMacType?: number;|@ohos.wifiManager.d.ts|
1071|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiDeviceConfig<br>Method or attribute name: randomMacAddr?: string;|@ohos.wifiManager.d.ts|
1072|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiDeviceConfig<br>Method or attribute name: ipType?: IpType;|@ohos.wifiManager.d.ts|
1073|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiDeviceConfig<br>Method or attribute name: staticIp?: IpConfig;|@ohos.wifiManager.d.ts|
1074|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiDeviceConfig<br>Method or attribute name: eapConfig?: WifiEapConfig;|@ohos.wifiManager.d.ts|
1075|Added|NA|Module name: ohos.wifiManager<br>Class name: IpConfig|@ohos.wifiManager.d.ts|
1076|Added|NA|Module name: ohos.wifiManager<br>Class name: IpConfig<br>Method or attribute name: ipAddress: number;|@ohos.wifiManager.d.ts|
1077|Added|NA|Module name: ohos.wifiManager<br>Class name: IpConfig<br>Method or attribute name: gateway: number;|@ohos.wifiManager.d.ts|
1078|Added|NA|Module name: ohos.wifiManager<br>Class name: IpConfig<br>Method or attribute name: prefixLength: number;|@ohos.wifiManager.d.ts|
1079|Added|NA|Module name: ohos.wifiManager<br>Class name: IpConfig<br>Method or attribute name: dnsServers: number[];|@ohos.wifiManager.d.ts|
1080|Added|NA|Module name: ohos.wifiManager<br>Class name: IpConfig<br>Method or attribute name: domains: Array\<string>;|@ohos.wifiManager.d.ts|
1081|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiInfoElem|@ohos.wifiManager.d.ts|
1082|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiInfoElem<br>Method or attribute name: eid: number;|@ohos.wifiManager.d.ts|
1083|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiInfoElem<br>Method or attribute name: content: Uint8Array;|@ohos.wifiManager.d.ts|
1084|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth|@ohos.wifiManager.d.ts|
1085|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_20MHZ = 0|@ohos.wifiManager.d.ts|
1086|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_40MHZ = 1|@ohos.wifiManager.d.ts|
1087|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_80MHZ = 2|@ohos.wifiManager.d.ts|
1088|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_160MHZ = 3|@ohos.wifiManager.d.ts|
1089|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_80MHZ_PLUS = 4|@ohos.wifiManager.d.ts|
1090|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_INVALID|@ohos.wifiManager.d.ts|
1091|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiScanInfo|@ohos.wifiManager.d.ts|
1092|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiScanInfo<br>Method or attribute name: ssid: string;|@ohos.wifiManager.d.ts|
1093|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiScanInfo<br>Method or attribute name: bssid: string;|@ohos.wifiManager.d.ts|
1094|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiScanInfo<br>Method or attribute name: capabilities: string;|@ohos.wifiManager.d.ts|
1095|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiScanInfo<br>Method or attribute name: securityType: WifiSecurityType;|@ohos.wifiManager.d.ts|
1096|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiScanInfo<br>Method or attribute name: rssi: number;|@ohos.wifiManager.d.ts|
1097|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiScanInfo<br>Method or attribute name: band: number;|@ohos.wifiManager.d.ts|
1098|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiScanInfo<br>Method or attribute name: frequency: number;|@ohos.wifiManager.d.ts|
1099|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiScanInfo<br>Method or attribute name: channelWidth: number;|@ohos.wifiManager.d.ts|
1100|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiScanInfo<br>Method or attribute name: centerFrequency0: number;|@ohos.wifiManager.d.ts|
1101|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiScanInfo<br>Method or attribute name: centerFrequency1: number;|@ohos.wifiManager.d.ts|
1102|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiScanInfo<br>Method or attribute name: infoElems: Array\<WifiInfoElem>;|@ohos.wifiManager.d.ts|
1103|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiScanInfo<br>Method or attribute name: timestamp: number;|@ohos.wifiManager.d.ts|
1104|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiSecurityType|@ohos.wifiManager.d.ts|
1105|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_INVALID = 0|@ohos.wifiManager.d.ts|
1106|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_OPEN = 1|@ohos.wifiManager.d.ts|
1107|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_WEP = 2|@ohos.wifiManager.d.ts|
1108|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_PSK = 3|@ohos.wifiManager.d.ts|
1109|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_SAE = 4|@ohos.wifiManager.d.ts|
1110|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_EAP = 5|@ohos.wifiManager.d.ts|
1111|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_EAP_SUITE_B = 6|@ohos.wifiManager.d.ts|
1112|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_OWE = 7|@ohos.wifiManager.d.ts|
1113|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_WAPI_CERT = 8|@ohos.wifiManager.d.ts|
1114|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiSecurityType<br>Method or attribute name: WIFI_SEC_TYPE_WAPI_PSK = 9|@ohos.wifiManager.d.ts|
1115|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo|@ohos.wifiManager.d.ts|
1116|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: ssid: string;|@ohos.wifiManager.d.ts|
1117|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: bssid: string;|@ohos.wifiManager.d.ts|
1118|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: networkId: number;|@ohos.wifiManager.d.ts|
1119|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: rssi: number;|@ohos.wifiManager.d.ts|
1120|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: band: number;|@ohos.wifiManager.d.ts|
1121|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: linkSpeed: number;|@ohos.wifiManager.d.ts|
1122|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: frequency: number;|@ohos.wifiManager.d.ts|
1123|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: isHidden: boolean;|@ohos.wifiManager.d.ts|
1124|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: isRestricted: boolean;|@ohos.wifiManager.d.ts|
1125|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: chload: number;|@ohos.wifiManager.d.ts|
1126|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: snr: number;|@ohos.wifiManager.d.ts|
1127|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: macType: number;|@ohos.wifiManager.d.ts|
1128|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: macAddress: string;|@ohos.wifiManager.d.ts|
1129|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: ipAddress: number;|@ohos.wifiManager.d.ts|
1130|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: suppState: SuppState;|@ohos.wifiManager.d.ts|
1131|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: connState: ConnState;|@ohos.wifiManager.d.ts|
1132|Added|NA|Module name: ohos.wifiManager<br>Class name: IpInfo|@ohos.wifiManager.d.ts|
1133|Added|NA|Module name: ohos.wifiManager<br>Class name: IpInfo<br>Method or attribute name: ipAddress: number;|@ohos.wifiManager.d.ts|
1134|Added|NA|Module name: ohos.wifiManager<br>Class name: IpInfo<br>Method or attribute name: gateway: number;|@ohos.wifiManager.d.ts|
1135|Added|NA|Module name: ohos.wifiManager<br>Class name: IpInfo<br>Method or attribute name: netmask: number;|@ohos.wifiManager.d.ts|
1136|Added|NA|Module name: ohos.wifiManager<br>Class name: IpInfo<br>Method or attribute name: primaryDns: number;|@ohos.wifiManager.d.ts|
1137|Added|NA|Module name: ohos.wifiManager<br>Class name: IpInfo<br>Method or attribute name: secondDns: number;|@ohos.wifiManager.d.ts|
1138|Added|NA|Module name: ohos.wifiManager<br>Class name: IpInfo<br>Method or attribute name: serverIp: number;|@ohos.wifiManager.d.ts|
1139|Added|NA|Module name: ohos.wifiManager<br>Class name: IpInfo<br>Method or attribute name: leaseDuration: number;|@ohos.wifiManager.d.ts|
1140|Added|NA|Module name: ohos.wifiManager<br>Class name: HotspotConfig|@ohos.wifiManager.d.ts|
1141|Added|NA|Module name: ohos.wifiManager<br>Class name: HotspotConfig<br>Method or attribute name: ssid: string;|@ohos.wifiManager.d.ts|
1142|Added|NA|Module name: ohos.wifiManager<br>Class name: HotspotConfig<br>Method or attribute name: securityType: WifiSecurityType;|@ohos.wifiManager.d.ts|
1143|Added|NA|Module name: ohos.wifiManager<br>Class name: HotspotConfig<br>Method or attribute name: band: number;|@ohos.wifiManager.d.ts|
1144|Added|NA|Module name: ohos.wifiManager<br>Class name: HotspotConfig<br>Method or attribute name: preSharedKey: string;|@ohos.wifiManager.d.ts|
1145|Added|NA|Module name: ohos.wifiManager<br>Class name: HotspotConfig<br>Method or attribute name: maxConn: number;|@ohos.wifiManager.d.ts|
1146|Added|NA|Module name: ohos.wifiManager<br>Class name: StationInfo|@ohos.wifiManager.d.ts|
1147|Added|NA|Module name: ohos.wifiManager<br>Class name: StationInfo<br>Method or attribute name: name: string;|@ohos.wifiManager.d.ts|
1148|Added|NA|Module name: ohos.wifiManager<br>Class name: StationInfo<br>Method or attribute name: macAddress: string;|@ohos.wifiManager.d.ts|
1149|Added|NA|Module name: ohos.wifiManager<br>Class name: StationInfo<br>Method or attribute name: ipAddress: string;|@ohos.wifiManager.d.ts|
1150|Added|NA|Module name: ohos.wifiManager<br>Class name: IpType|@ohos.wifiManager.d.ts|
1151|Added|NA|Module name: ohos.wifiManager<br>Class name: IpType<br>Method or attribute name: STATIC|@ohos.wifiManager.d.ts|
1152|Added|NA|Module name: ohos.wifiManager<br>Class name: IpType<br>Method or attribute name: DHCP|@ohos.wifiManager.d.ts|
1153|Added|NA|Module name: ohos.wifiManager<br>Class name: IpType<br>Method or attribute name: UNKNOWN|@ohos.wifiManager.d.ts|
1154|Added|NA|Module name: ohos.wifiManager<br>Class name: SuppState|@ohos.wifiManager.d.ts|
1155|Added|NA|Module name: ohos.wifiManager<br>Class name: SuppState<br>Method or attribute name: DISCONNECTED|@ohos.wifiManager.d.ts|
1156|Added|NA|Module name: ohos.wifiManager<br>Class name: SuppState<br>Method or attribute name: INTERFACE_DISABLED|@ohos.wifiManager.d.ts|
1157|Added|NA|Module name: ohos.wifiManager<br>Class name: SuppState<br>Method or attribute name: INACTIVE|@ohos.wifiManager.d.ts|
1158|Added|NA|Module name: ohos.wifiManager<br>Class name: SuppState<br>Method or attribute name: SCANNING|@ohos.wifiManager.d.ts|
1159|Added|NA|Module name: ohos.wifiManager<br>Class name: SuppState<br>Method or attribute name: AUTHENTICATING|@ohos.wifiManager.d.ts|
1160|Added|NA|Module name: ohos.wifiManager<br>Class name: SuppState<br>Method or attribute name: ASSOCIATING|@ohos.wifiManager.d.ts|
1161|Added|NA|Module name: ohos.wifiManager<br>Class name: SuppState<br>Method or attribute name: ASSOCIATED|@ohos.wifiManager.d.ts|
1162|Added|NA|Module name: ohos.wifiManager<br>Class name: SuppState<br>Method or attribute name: FOUR_WAY_HANDSHAKE|@ohos.wifiManager.d.ts|
1163|Added|NA|Module name: ohos.wifiManager<br>Class name: SuppState<br>Method or attribute name: GROUP_HANDSHAKE|@ohos.wifiManager.d.ts|
1164|Added|NA|Module name: ohos.wifiManager<br>Class name: SuppState<br>Method or attribute name: COMPLETED|@ohos.wifiManager.d.ts|
1165|Added|NA|Module name: ohos.wifiManager<br>Class name: SuppState<br>Method or attribute name: UNINITIALIZED|@ohos.wifiManager.d.ts|
1166|Added|NA|Module name: ohos.wifiManager<br>Class name: SuppState<br>Method or attribute name: INVALID|@ohos.wifiManager.d.ts|
1167|Added|NA|Module name: ohos.wifiManager<br>Class name: ConnState|@ohos.wifiManager.d.ts|
1168|Added|NA|Module name: ohos.wifiManager<br>Class name: ConnState<br>Method or attribute name: SCANNING|@ohos.wifiManager.d.ts|
1169|Added|NA|Module name: ohos.wifiManager<br>Class name: ConnState<br>Method or attribute name: CONNECTING|@ohos.wifiManager.d.ts|
1170|Added|NA|Module name: ohos.wifiManager<br>Class name: ConnState<br>Method or attribute name: AUTHENTICATING|@ohos.wifiManager.d.ts|
1171|Added|NA|Module name: ohos.wifiManager<br>Class name: ConnState<br>Method or attribute name: OBTAINING_IPADDR|@ohos.wifiManager.d.ts|
1172|Added|NA|Module name: ohos.wifiManager<br>Class name: ConnState<br>Method or attribute name: CONNECTED|@ohos.wifiManager.d.ts|
1173|Added|NA|Module name: ohos.wifiManager<br>Class name: ConnState<br>Method or attribute name: DISCONNECTING|@ohos.wifiManager.d.ts|
1174|Added|NA|Module name: ohos.wifiManager<br>Class name: ConnState<br>Method or attribute name: DISCONNECTED|@ohos.wifiManager.d.ts|
1175|Added|NA|Module name: ohos.wifiManager<br>Class name: ConnState<br>Method or attribute name: UNKNOWN|@ohos.wifiManager.d.ts|
1176|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pDevice|@ohos.wifiManager.d.ts|
1177|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pDevice<br>Method or attribute name: deviceName: string;|@ohos.wifiManager.d.ts|
1178|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pDevice<br>Method or attribute name: deviceAddress: string;|@ohos.wifiManager.d.ts|
1179|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pDevice<br>Method or attribute name: primaryDeviceType: string;|@ohos.wifiManager.d.ts|
1180|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pDevice<br>Method or attribute name: deviceStatus: P2pDeviceStatus;|@ohos.wifiManager.d.ts|
1181|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pDevice<br>Method or attribute name: groupCapabilities: number;|@ohos.wifiManager.d.ts|
1182|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2PConfig|@ohos.wifiManager.d.ts|
1183|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2PConfig<br>Method or attribute name: deviceAddress: string;|@ohos.wifiManager.d.ts|
1184|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2PConfig<br>Method or attribute name: netId: number;|@ohos.wifiManager.d.ts|
1185|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2PConfig<br>Method or attribute name: passphrase: string;|@ohos.wifiManager.d.ts|
1186|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2PConfig<br>Method or attribute name: groupName: string;|@ohos.wifiManager.d.ts|
1187|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2PConfig<br>Method or attribute name: goBand: GroupOwnerBand;|@ohos.wifiManager.d.ts|
1188|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pGroupInfo|@ohos.wifiManager.d.ts|
1189|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pGroupInfo<br>Method or attribute name: isP2pGo: boolean;|@ohos.wifiManager.d.ts|
1190|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pGroupInfo<br>Method or attribute name: ownerInfo: WifiP2pDevice;|@ohos.wifiManager.d.ts|
1191|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pGroupInfo<br>Method or attribute name: passphrase: string;|@ohos.wifiManager.d.ts|
1192|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pGroupInfo<br>Method or attribute name: interface: string;|@ohos.wifiManager.d.ts|
1193|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pGroupInfo<br>Method or attribute name: groupName: string;|@ohos.wifiManager.d.ts|
1194|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pGroupInfo<br>Method or attribute name: networkId: number;|@ohos.wifiManager.d.ts|
1195|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pGroupInfo<br>Method or attribute name: frequency: number;|@ohos.wifiManager.d.ts|
1196|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pGroupInfo<br>Method or attribute name: clientDevices: WifiP2pDevice[];|@ohos.wifiManager.d.ts|
1197|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pGroupInfo<br>Method or attribute name: goIpAddress: string;|@ohos.wifiManager.d.ts|
1198|Added|NA|Module name: ohos.wifiManager<br>Class name: P2pConnectState|@ohos.wifiManager.d.ts|
1199|Added|NA|Module name: ohos.wifiManager<br>Class name: P2pConnectState<br>Method or attribute name: DISCONNECTED = 0|@ohos.wifiManager.d.ts|
1200|Added|NA|Module name: ohos.wifiManager<br>Class name: P2pConnectState<br>Method or attribute name: CONNECTED = 1|@ohos.wifiManager.d.ts|
1201|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pLinkedInfo|@ohos.wifiManager.d.ts|
1202|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pLinkedInfo<br>Method or attribute name: connectState: P2pConnectState;|@ohos.wifiManager.d.ts|
1203|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pLinkedInfo<br>Method or attribute name: isGroupOwner: boolean;|@ohos.wifiManager.d.ts|
1204|Added|NA|Module name: ohos.wifiManager<br>Class name: WifiP2pLinkedInfo<br>Method or attribute name: groupOwnerAddr: string;|@ohos.wifiManager.d.ts|
1205|Added|NA|Module name: ohos.wifiManager<br>Class name: P2pDeviceStatus|@ohos.wifiManager.d.ts|
1206|Added|NA|Module name: ohos.wifiManager<br>Class name: P2pDeviceStatus<br>Method or attribute name: CONNECTED = 0|@ohos.wifiManager.d.ts|
1207|Added|NA|Module name: ohos.wifiManager<br>Class name: P2pDeviceStatus<br>Method or attribute name: INVITED = 1|@ohos.wifiManager.d.ts|
1208|Added|NA|Module name: ohos.wifiManager<br>Class name: P2pDeviceStatus<br>Method or attribute name: FAILED = 2|@ohos.wifiManager.d.ts|
1209|Added|NA|Module name: ohos.wifiManager<br>Class name: P2pDeviceStatus<br>Method or attribute name: AVAILABLE = 3|@ohos.wifiManager.d.ts|
1210|Added|NA|Module name: ohos.wifiManager<br>Class name: P2pDeviceStatus<br>Method or attribute name: UNAVAILABLE = 4|@ohos.wifiManager.d.ts|
1211|Added|NA|Module name: ohos.wifiManager<br>Class name: GroupOwnerBand|@ohos.wifiManager.d.ts|
1212|Added|NA|Module name: ohos.wifiManager<br>Class name: GroupOwnerBand<br>Method or attribute name: GO_BAND_AUTO = 0|@ohos.wifiManager.d.ts|
1213|Added|NA|Module name: ohos.wifiManager<br>Class name: GroupOwnerBand<br>Method or attribute name: GO_BAND_2GHZ = 1|@ohos.wifiManager.d.ts|
1214|Added|NA|Module name: ohos.wifiManager<br>Class name: GroupOwnerBand<br>Method or attribute name: GO_BAND_5GHZ = 2|@ohos.wifiManager.d.ts|
1215|Added|NA|Module name: ohos.wifiManagerExt<br>Class name: wifiManagerExt|@ohos.wifiManagerExt.d.ts|
1216|Added|NA|Module name: ohos.wifiManagerExt<br>Class name: wifiManagerExt<br>Method or attribute name: function enableHotspot(): void;|@ohos.wifiManagerExt.d.ts|
1217|Added|NA|Module name: ohos.wifiManagerExt<br>Class name: wifiManagerExt<br>Method or attribute name: function disableHotspot(): void;|@ohos.wifiManagerExt.d.ts|
1218|Added|NA|Module name: ohos.wifiManagerExt<br>Class name: wifiManagerExt<br>Method or attribute name: function getSupportedPowerMode(): Promise\<Array\<PowerMode>>;|@ohos.wifiManagerExt.d.ts|
1219|Added|NA|Module name: ohos.wifiManagerExt<br>Class name: wifiManagerExt<br>Method or attribute name: function getSupportedPowerMode(callback: AsyncCallback\<Array\<PowerMode>>): void;|@ohos.wifiManagerExt.d.ts|
1220|Added|NA|Module name: ohos.wifiManagerExt<br>Class name: wifiManagerExt<br>Method or attribute name: function getPowerMode (): Promise\<PowerMode>;|@ohos.wifiManagerExt.d.ts|
1221|Added|NA|Module name: ohos.wifiManagerExt<br>Class name: wifiManagerExt<br>Method or attribute name: function getPowerMode (callback: AsyncCallback\<PowerMode>): void;|@ohos.wifiManagerExt.d.ts|
1222|Added|NA|Module name: ohos.wifiManagerExt<br>Class name: wifiManagerExt<br>Method or attribute name: function setPowerMode(mode: PowerMode) : void|@ohos.wifiManagerExt.d.ts|
1223|Added|NA|Module name: ohos.wifiManagerExt<br>Class name: PowerMode|@ohos.wifiManagerExt.d.ts|
1224|Added|NA|Module name: ohos.wifiManagerExt<br>Class name: PowerMode<br>Method or attribute name: SLEEPING = 0|@ohos.wifiManagerExt.d.ts|
1225|Added|NA|Module name: ohos.wifiManagerExt<br>Class name: PowerMode<br>Method or attribute name: GENERAL = 1|@ohos.wifiManagerExt.d.ts|
1226|Added|NA|Module name: ohos.wifiManagerExt<br>Class name: PowerMode<br>Method or attribute name: THROUGH_WALL = 2|@ohos.wifiManagerExt.d.ts|
1227|Added|NA|Module name: nfctech<br>Class name: IsoDepTag|nfctech.d.ts|
1228|Added|NA|Class name: IsoDepTag<br>Method or attribute name: |nfctech.d.ts|
1229|Added|NA|Module name: nfctech<br>Class name: IsoDepTag<br>Method or attribute name: getHistoricalBytes(): number[];|nfctech.d.ts|
1230|Added|NA|Class name: IsoDepTag<br>Method or attribute name: getHistoricalBytes(): number[];|nfctech.d.ts|
1231|Added|NA|Module name: nfctech<br>Class name: IsoDepTag<br>Method or attribute name: getHiLayerResponse(): number[];|nfctech.d.ts|
1232|Added|NA|Class name: IsoDepTag<br>Method or attribute name: getHiLayerResponse(): number[];|nfctech.d.ts|
1233|Added|NA|Module name: nfctech<br>Class name: IsoDepTag<br>Method or attribute name: isExtendedApduSupported(): Promise\<boolean>;|nfctech.d.ts|
1234|Added|NA|Class name: IsoDepTag<br>Method or attribute name: isExtendedApduSupported(): Promise\<boolean>;|nfctech.d.ts|
1235|Added|NA|Module name: nfctech<br>Class name: IsoDepTag<br>Method or attribute name: isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;|nfctech.d.ts|
1236|Added|NA|Class name: IsoDepTag<br>Method or attribute name: isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;|nfctech.d.ts|
1237|Added|NA|Module name: nfctech<br>Class name: NdefMessage|nfctech.d.ts|
1238|Added|NA|Class name: NdefMessage<br>Method or attribute name: |nfctech.d.ts|
1239|Added|NA|Module name: nfctech<br>Class name: NdefMessage<br>Method or attribute name: getNdefRecords(): tag.NdefRecord[];|nfctech.d.ts|
1240|Added|NA|Class name: NdefMessage<br>Method or attribute name: getNdefRecords(): tag.NdefRecord[];|nfctech.d.ts|
1241|Added|NA|Module name: nfctech<br>Class name: NdefTag|nfctech.d.ts|
1242|Added|NA|Class name: NdefTag<br>Method or attribute name: |nfctech.d.ts|
1243|Added|NA|Module name: nfctech<br>Class name: NdefTag<br>Method or attribute name: getNdefTagType(): tag.NfcForumType;|nfctech.d.ts|
1244|Added|NA|Class name: NdefTag<br>Method or attribute name: getNdefTagType(): tag.NfcForumType;|nfctech.d.ts|
1245|Added|NA|Module name: nfctech<br>Class name: NdefTag<br>Method or attribute name: getNdefMessage(): NdefMessage;|nfctech.d.ts|
1246|Added|NA|Class name: NdefTag<br>Method or attribute name: getNdefMessage(): NdefMessage;|nfctech.d.ts|
1247|Added|NA|Module name: nfctech<br>Class name: NdefTag<br>Method or attribute name: isNdefWritable(): boolean;|nfctech.d.ts|
1248|Added|NA|Class name: NdefTag<br>Method or attribute name: isNdefWritable(): boolean;|nfctech.d.ts|
1249|Added|NA|Module name: nfctech<br>Class name: NdefTag<br>Method or attribute name: readNdef(): Promise\<NdefMessage>;|nfctech.d.ts|
1250|Added|NA|Class name: NdefTag<br>Method or attribute name: readNdef(): Promise\<NdefMessage>;|nfctech.d.ts|
1251|Added|NA|Module name: nfctech<br>Class name: NdefTag<br>Method or attribute name: readNdef(callback: AsyncCallback\<NdefMessage>): void;|nfctech.d.ts|
1252|Added|NA|Class name: NdefTag<br>Method or attribute name: readNdef(callback: AsyncCallback\<NdefMessage>): void;|nfctech.d.ts|
1253|Added|NA|Module name: nfctech<br>Class name: NdefTag<br>Method or attribute name: writeNdef(msg: NdefMessage): Promise\<void>;|nfctech.d.ts|
1254|Added|NA|Class name: NdefTag<br>Method or attribute name: writeNdef(msg: NdefMessage): Promise\<void>;|nfctech.d.ts|
1255|Added|NA|Module name: nfctech<br>Class name: NdefTag<br>Method or attribute name: writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1256|Added|NA|Class name: NdefTag<br>Method or attribute name: writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1257|Added|NA|Module name: nfctech<br>Class name: NdefTag<br>Method or attribute name: canSetReadOnly(): boolean;|nfctech.d.ts|
1258|Added|NA|Class name: NdefTag<br>Method or attribute name: canSetReadOnly(): boolean;|nfctech.d.ts|
1259|Added|NA|Module name: nfctech<br>Class name: NdefTag<br>Method or attribute name: setReadOnly(): Promise\<void>;|nfctech.d.ts|
1260|Added|NA|Class name: NdefTag<br>Method or attribute name: setReadOnly(): Promise\<void>;|nfctech.d.ts|
1261|Added|NA|Module name: nfctech<br>Class name: NdefTag<br>Method or attribute name: setReadOnly(callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1262|Added|NA|Class name: NdefTag<br>Method or attribute name: setReadOnly(callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1263|Added|NA|Module name: nfctech<br>Class name: NdefTag<br>Method or attribute name: getNdefTagTypeString(type: tag.NfcForumType): string;|nfctech.d.ts|
1264|Added|NA|Class name: NdefTag<br>Method or attribute name: getNdefTagTypeString(type: tag.NfcForumType): string;|nfctech.d.ts|
1265|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag|nfctech.d.ts|
1266|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: |nfctech.d.ts|
1267|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean): Promise\<void>;|nfctech.d.ts|
1268|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean): Promise\<void>;|nfctech.d.ts|
1269|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1270|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1271|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: readSingleBlock(blockIndex: number): Promise\<number[]>;|nfctech.d.ts|
1272|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: readSingleBlock(blockIndex: number): Promise\<number[]>;|nfctech.d.ts|
1273|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;|nfctech.d.ts|
1274|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;|nfctech.d.ts|
1275|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: writeSingleBlock(blockIndex: number, data: number[]): Promise\<void>;|nfctech.d.ts|
1276|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: writeSingleBlock(blockIndex: number, data: number[]): Promise\<void>;|nfctech.d.ts|
1277|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1278|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1279|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: incrementBlock(blockIndex: number, value: number): Promise\<void>;|nfctech.d.ts|
1280|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: incrementBlock(blockIndex: number, value: number): Promise\<void>;|nfctech.d.ts|
1281|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1282|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1283|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: decrementBlock(blockIndex: number, value: number): Promise\<void>;|nfctech.d.ts|
1284|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: decrementBlock(blockIndex: number, value: number): Promise\<void>;|nfctech.d.ts|
1285|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1286|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1287|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: transferToBlock(blockIndex: number): Promise\<void>;|nfctech.d.ts|
1288|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: transferToBlock(blockIndex: number): Promise\<void>;|nfctech.d.ts|
1289|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1290|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1291|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: restoreFromBlock(blockIndex: number): Promise\<void>;|nfctech.d.ts|
1292|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: restoreFromBlock(blockIndex: number): Promise\<void>;|nfctech.d.ts|
1293|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1294|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1295|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: getSectorCount(): number;|nfctech.d.ts|
1296|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: getSectorCount(): number;|nfctech.d.ts|
1297|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: getBlockCountInSector(sectorIndex: number): number;|nfctech.d.ts|
1298|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: getBlockCountInSector(sectorIndex: number): number;|nfctech.d.ts|
1299|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: getType(): tag.MifareClassicType;|nfctech.d.ts|
1300|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: getType(): tag.MifareClassicType;|nfctech.d.ts|
1301|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: getTagSize(): number;|nfctech.d.ts|
1302|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: getTagSize(): number;|nfctech.d.ts|
1303|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: isEmulatedTag(): boolean;|nfctech.d.ts|
1304|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: isEmulatedTag(): boolean;|nfctech.d.ts|
1305|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: getBlockIndex(sectorIndex: number): number;|nfctech.d.ts|
1306|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: getBlockIndex(sectorIndex: number): number;|nfctech.d.ts|
1307|Added|NA|Module name: nfctech<br>Class name: MifareClassicTag<br>Method or attribute name: getSectorIndex(blockIndex: number): number;|nfctech.d.ts|
1308|Added|NA|Class name: MifareClassicTag<br>Method or attribute name: getSectorIndex(blockIndex: number): number;|nfctech.d.ts|
1309|Added|NA|Module name: nfctech<br>Class name: MifareUltralightTag|nfctech.d.ts|
1310|Added|NA|Class name: MifareUltralightTag<br>Method or attribute name: |nfctech.d.ts|
1311|Added|NA|Module name: nfctech<br>Class name: MifareUltralightTag<br>Method or attribute name: readMultiplePages(pageIndex: number): Promise\<number[]>;|nfctech.d.ts|
1312|Added|NA|Class name: MifareUltralightTag<br>Method or attribute name: readMultiplePages(pageIndex: number): Promise\<number[]>;|nfctech.d.ts|
1313|Added|NA|Module name: nfctech<br>Class name: MifareUltralightTag<br>Method or attribute name: readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;|nfctech.d.ts|
1314|Added|NA|Class name: MifareUltralightTag<br>Method or attribute name: readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;|nfctech.d.ts|
1315|Added|NA|Module name: nfctech<br>Class name: MifareUltralightTag<br>Method or attribute name: writeSinglePage(pageIndex: number, data: number[]): Promise\<void>;|nfctech.d.ts|
1316|Added|NA|Class name: MifareUltralightTag<br>Method or attribute name: writeSinglePage(pageIndex: number, data: number[]): Promise\<void>;|nfctech.d.ts|
1317|Added|NA|Module name: nfctech<br>Class name: MifareUltralightTag<br>Method or attribute name: writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1318|Added|NA|Class name: MifareUltralightTag<br>Method or attribute name: writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1319|Added|NA|Module name: nfctech<br>Class name: MifareUltralightTag<br>Method or attribute name: getType(): tag.MifareUltralightType;|nfctech.d.ts|
1320|Added|NA|Class name: MifareUltralightTag<br>Method or attribute name: getType(): tag.MifareUltralightType;|nfctech.d.ts|
1321|Added|NA|Module name: nfctech<br>Class name: NdefFormatableTag|nfctech.d.ts|
1322|Added|NA|Class name: NdefFormatableTag<br>Method or attribute name: |nfctech.d.ts|
1323|Added|NA|Module name: nfctech<br>Class name: NdefFormatableTag<br>Method or attribute name: format(message: NdefMessage): Promise\<void>;|nfctech.d.ts|
1324|Added|NA|Class name: NdefFormatableTag<br>Method or attribute name: format(message: NdefMessage): Promise\<void>;|nfctech.d.ts|
1325|Added|NA|Module name: nfctech<br>Class name: NdefFormatableTag<br>Method or attribute name: format(message: NdefMessage, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1326|Added|NA|Class name: NdefFormatableTag<br>Method or attribute name: format(message: NdefMessage, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1327|Added|NA|Module name: nfctech<br>Class name: NdefFormatableTag<br>Method or attribute name: formatReadOnly(message: NdefMessage): Promise\<void>;|nfctech.d.ts|
1328|Added|NA|Class name: NdefFormatableTag<br>Method or attribute name: formatReadOnly(message: NdefMessage): Promise\<void>;|nfctech.d.ts|
1329|Added|NA|Module name: nfctech<br>Class name: NdefFormatableTag<br>Method or attribute name: formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1330|Added|NA|Class name: NdefFormatableTag<br>Method or attribute name: formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;|nfctech.d.ts|
1331|Added|NA|Class name: TagSession<br>Method or attribute name: connect(): void;|tagSession.d.ts|
1332|Added|NA|Class name: TagSession<br>Method or attribute name: resetConnection(): void;|tagSession.d.ts|
1333|Added|NA|Class name: TagSession<br>Method or attribute name: isConnected(): boolean;|tagSession.d.ts|
1334|Added|NA|Class name: TagSession<br>Method or attribute name: setTimeout(timeout: number): void;|tagSession.d.ts|
1335|Added|NA|Class name: TagSession<br>Method or attribute name: getTimeout(): number;|tagSession.d.ts|
1336|Added|NA|Class name: TagSession<br>Method or attribute name: transmit(data: number[]): Promise\<number[]>;|tagSession.d.ts|
1337|Added|NA|Class name: TagSession<br>Method or attribute name: transmit(data: number[], callback: AsyncCallback\<number[]>): void;|tagSession.d.ts|
1338|Added|NA|Class name: TagSession<br>Method or attribute name: getMaxTransmitSize(): number;|tagSession.d.ts|
1339|Deleted|Module name: ohos.rpc<br>Class name: IRemoteObject|NA|@ohos.rpc.d.ts|
1340|Deprecated version changed|Class name: bluetooth<br>Deprecated version: N/A|Class name: bluetooth<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager |@ohos.bluetooth.d.ts|
1341|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getState(): BluetoothState;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getState(): BluetoothState;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getState     |@ohos.bluetooth.d.ts|
1342|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getBtConnectionState(): ProfileConnectionState;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getBtConnectionState(): ProfileConnectionState;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getBtConnectionState     |@ohos.bluetooth.d.ts|
1343|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function pairDevice(deviceId: string): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function pairDevice(deviceId: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.pairDevice     |@ohos.bluetooth.d.ts|
1344|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function cancelPairedDevice(deviceId: string): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function cancelPairedDevice(deviceId: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.cancelPairedDevice     |@ohos.bluetooth.d.ts|
1345|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getRemoteDeviceName(deviceId: string): string;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getRemoteDeviceName(deviceId: string): string;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getRemoteDeviceName     |@ohos.bluetooth.d.ts|
1346|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getRemoteDeviceClass     |@ohos.bluetooth.d.ts|
1347|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function enableBluetooth(): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function enableBluetooth(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.enableBluetooth     |@ohos.bluetooth.d.ts|
1348|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function disableBluetooth(): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function disableBluetooth(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.disableBluetooth     |@ohos.bluetooth.d.ts|
1349|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getLocalName(): string;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getLocalName(): string;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getLocalName     |@ohos.bluetooth.d.ts|
1350|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getPairedDevices(): Array\<string>;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getPairedDevices(): Array\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getPairedDevices     |@ohos.bluetooth.d.ts|
1351|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getProfileConnState(profileId: ProfileId): ProfileConnectionState;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getProfileConnState(profileId: ProfileId): ProfileConnectionState;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getProfileConnectionState     |@ohos.bluetooth.d.ts|
1352|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.setDevicePairingConfirmation     |@ohos.bluetooth.d.ts|
1353|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function setLocalName(name: string): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function setLocalName(name: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.setLocalName     |@ohos.bluetooth.d.ts|
1354|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.setBluetoothScanMode     |@ohos.bluetooth.d.ts|
1355|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getBluetoothScanMode(): ScanMode;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getBluetoothScanMode(): ScanMode;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getBluetoothScanMode     |@ohos.bluetooth.d.ts|
1356|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function startBluetoothDiscovery(): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function startBluetoothDiscovery(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.startBluetoothDiscovery     |@ohos.bluetooth.d.ts|
1357|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function stopBluetoothDiscovery(): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function stopBluetoothDiscovery(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.stopBluetoothDiscovery     |@ohos.bluetooth.d.ts|
1358|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function on(type: "bluetoothDeviceFind", callback: Callback\<Array\<string>>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function on(type: "bluetoothDeviceFind", callback: Callback\<Array\<string>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
1359|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function off(type: "bluetoothDeviceFind", callback?: Callback\<Array\<string>>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function off(type: "bluetoothDeviceFind", callback?: Callback\<Array\<string>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
1360|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function on(type: "bondStateChange", callback: Callback\<BondStateParam>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function on(type: "bondStateChange", callback: Callback\<BondStateParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
1361|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function off(type: "bondStateChange", callback?: Callback\<BondStateParam>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function off(type: "bondStateChange", callback?: Callback\<BondStateParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
1362|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function on(type: "pinRequired", callback: Callback\<PinRequiredParam>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function on(type: "pinRequired", callback: Callback\<PinRequiredParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
1363|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function off(type: "pinRequired", callback?: Callback\<PinRequiredParam>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function off(type: "pinRequired", callback?: Callback\<PinRequiredParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
1364|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function on(type: "stateChange", callback: Callback\<BluetoothState>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function on(type: "stateChange", callback: Callback\<BluetoothState>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
1365|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function off(type: "stateChange", callback?: Callback\<BluetoothState>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function off(type: "stateChange", callback?: Callback\<BluetoothState>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
1366|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.sppListen     |@ohos.bluetooth.d.ts|
1367|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.sppAccept     |@ohos.bluetooth.d.ts|
1368|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.sppConnect     |@ohos.bluetooth.d.ts|
1369|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function sppCloseServerSocket(socket: number): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function sppCloseServerSocket(socket: number): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.sppCloseServerSocket     |@ohos.bluetooth.d.ts|
1370|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function sppCloseClientSocket(socket: number): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function sppCloseClientSocket(socket: number): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.sppCloseClientSocket     |@ohos.bluetooth.d.ts|
1371|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): boolean;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.sppWrite     |@ohos.bluetooth.d.ts|
1372|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function on(type: "sppRead", clientSocket: number, callback: Callback\<ArrayBuffer>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function on(type: "sppRead", clientSocket: number, callback: Callback\<ArrayBuffer>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.on|@ohos.bluetooth.d.ts|
1373|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function off(type: "sppRead", clientSocket: number, callback?: Callback\<ArrayBuffer>): void;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function off(type: "sppRead", clientSocket: number, callback?: Callback\<ArrayBuffer>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.off|@ohos.bluetooth.d.ts|
1374|Deprecated version changed|Class name: bluetooth<br>Method or attribute name: function getProfile(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile;<br>Deprecated version: N/A|Class name: bluetooth<br>Method or attribute name: function getProfile(profileId: ProfileId): A2dpSourceProfile \| HandsFreeAudioGatewayProfile;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.getProfileInstance     |@ohos.bluetooth.d.ts|
1375|Deprecated version changed|Class name: BaseProfile<br>Deprecated version: N/A|Class name: BaseProfile<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BaseProfile     |@ohos.bluetooth.d.ts|
1376|Deprecated version changed|Class name: BaseProfile<br>Method or attribute name: getConnectionDevices(): Array\<string>;<br>Deprecated version: N/A|Class name: BaseProfile<br>Method or attribute name: getConnectionDevices(): Array\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BaseProfile|@ohos.bluetooth.d.ts|
1377|Deprecated version changed|Class name: BaseProfile<br>Method or attribute name: getDeviceState(device: string): ProfileConnectionState;<br>Deprecated version: N/A|Class name: BaseProfile<br>Method or attribute name: getDeviceState(device: string): ProfileConnectionState;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BaseProfile|@ohos.bluetooth.d.ts|
1378|Deprecated version changed|Class name: A2dpSourceProfile<br>Deprecated version: N/A|Class name: A2dpSourceProfile<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile     |@ohos.bluetooth.d.ts|
1379|Deprecated version changed|Class name: A2dpSourceProfile<br>Method or attribute name: connect(device: string): boolean;<br>Deprecated version: N/A|Class name: A2dpSourceProfile<br>Method or attribute name: connect(device: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts|
1380|Deprecated version changed|Class name: A2dpSourceProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Deprecated version: N/A|Class name: A2dpSourceProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts|
1381|Deprecated version changed|Class name: A2dpSourceProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;<br>Deprecated version: N/A|Class name: A2dpSourceProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile.on|@ohos.bluetooth.d.ts|
1382|Deprecated version changed|Class name: A2dpSourceProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;<br>Deprecated version: N/A|Class name: A2dpSourceProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile.off|@ohos.bluetooth.d.ts|
1383|Deprecated version changed|Class name: A2dpSourceProfile<br>Method or attribute name: getPlayingState(device: string): PlayingState;<br>Deprecated version: N/A|Class name: A2dpSourceProfile<br>Method or attribute name: getPlayingState(device: string): PlayingState;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.A2dpSourceProfile|@ohos.bluetooth.d.ts|
1384|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile<br>Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile     |@ohos.bluetooth.d.ts|
1385|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: connect(device: string): boolean;<br>Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: connect(device: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile|@ohos.bluetooth.d.ts|
1386|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: disconnect(device: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile|@ohos.bluetooth.d.ts|
1387|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;<br>Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: on(type: "connectionStateChange", callback: Callback\<StateChangeParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile.on|@ohos.bluetooth.d.ts|
1388|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;<br>Deprecated version: N/A|Class name: HandsFreeAudioGatewayProfile<br>Method or attribute name: off(type: "connectionStateChange", callback?: Callback\<StateChangeParam>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.HandsFreeAudioGatewayProfile.off|@ohos.bluetooth.d.ts|
1389|Deprecated version changed|Class name: BLE<br>Method or attribute name: function createGattServer(): GattServer;<br>Deprecated version: N/A|Class name: BLE<br>Method or attribute name: function createGattServer(): GattServer;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.createGattServer         |@ohos.bluetooth.d.ts|
1390|Deprecated version changed|Class name: BLE<br>Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;<br>Deprecated version: N/A|Class name: BLE<br>Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.createGattClientDevice         |@ohos.bluetooth.d.ts|
1391|Deprecated version changed|Class name: BLE<br>Method or attribute name: function getConnectedBLEDevices(): Array\<string>;<br>Deprecated version: N/A|Class name: BLE<br>Method or attribute name: function getConnectedBLEDevices(): Array\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.getConnectedBLEDevices         |@ohos.bluetooth.d.ts|
1392|Deprecated version changed|Class name: BLE<br>Method or attribute name: function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>Deprecated version: N/A|Class name: BLE<br>Method or attribute name: function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.startBLEScan         |@ohos.bluetooth.d.ts|
1393|Deprecated version changed|Class name: BLE<br>Method or attribute name: function stopBLEScan(): void;<br>Deprecated version: N/A|Class name: BLE<br>Method or attribute name: function stopBLEScan(): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.stopBLEScan         |@ohos.bluetooth.d.ts|
1394|Deprecated version changed|Class name: BLE<br>Method or attribute name: function on(type: "BLEDeviceFind", callback: Callback\<Array\<ScanResult>>): void;<br>Deprecated version: N/A|Class name: BLE<br>Method or attribute name: function on(type: "BLEDeviceFind", callback: Callback\<Array\<ScanResult>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.on|@ohos.bluetooth.d.ts|
1395|Deprecated version changed|Class name: BLE<br>Method or attribute name: function off(type: "BLEDeviceFind", callback?: Callback\<Array\<ScanResult>>): void;<br>Deprecated version: N/A|Class name: BLE<br>Method or attribute name: function off(type: "BLEDeviceFind", callback?: Callback\<Array\<ScanResult>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLE.off|@ohos.bluetooth.d.ts|
1396|Deprecated version changed|Class name: GattServer<br>Deprecated version: N/A|Class name: GattServer<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer     |@ohos.bluetooth.d.ts|
1397|Deprecated version changed|Class name: GattServer<br>Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1398|Deprecated version changed|Class name: GattServer<br>Method or attribute name: stopAdvertising(): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: stopAdvertising(): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1399|Deprecated version changed|Class name: GattServer<br>Method or attribute name: addService(service: GattService): boolean;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: addService(service: GattService): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1400|Deprecated version changed|Class name: GattServer<br>Method or attribute name: removeService(serviceUuid: string): boolean;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: removeService(serviceUuid: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1401|Deprecated version changed|Class name: GattServer<br>Method or attribute name: close(): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: close(): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1402|Deprecated version changed|Class name: GattServer<br>Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1403|Deprecated version changed|Class name: GattServer<br>Method or attribute name: sendResponse(serverResponse: ServerResponse): boolean;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: sendResponse(serverResponse: ServerResponse): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1404|Deprecated version changed|Class name: GattServer<br>Method or attribute name: on(type: "characteristicRead", callback: Callback\<CharacteristicReadReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: on(type: "characteristicRead", callback: Callback\<CharacteristicReadReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1405|Deprecated version changed|Class name: GattServer<br>Method or attribute name: off(type: "characteristicRead", callback?: Callback\<CharacteristicReadReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: off(type: "characteristicRead", callback?: Callback\<CharacteristicReadReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1406|Deprecated version changed|Class name: GattServer<br>Method or attribute name: on(type: "characteristicWrite", callback: Callback\<CharacteristicWriteReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: on(type: "characteristicWrite", callback: Callback\<CharacteristicWriteReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1407|Deprecated version changed|Class name: GattServer<br>Method or attribute name: off(type: "characteristicWrite", callback?: Callback\<CharacteristicWriteReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: off(type: "characteristicWrite", callback?: Callback\<CharacteristicWriteReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1408|Deprecated version changed|Class name: GattServer<br>Method or attribute name: on(type: "descriptorRead", callback: Callback\<DescriptorReadReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: on(type: "descriptorRead", callback: Callback\<DescriptorReadReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1409|Deprecated version changed|Class name: GattServer<br>Method or attribute name: off(type: "descriptorRead", callback?: Callback\<DescriptorReadReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: off(type: "descriptorRead", callback?: Callback\<DescriptorReadReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1410|Deprecated version changed|Class name: GattServer<br>Method or attribute name: on(type: "descriptorWrite", callback: Callback\<DescriptorWriteReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: on(type: "descriptorWrite", callback: Callback\<DescriptorWriteReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1411|Deprecated version changed|Class name: GattServer<br>Method or attribute name: off(type: "descriptorWrite", callback?: Callback\<DescriptorWriteReq>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: off(type: "descriptorWrite", callback?: Callback\<DescriptorWriteReq>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1412|Deprecated version changed|Class name: GattServer<br>Method or attribute name: on(type: "connectStateChange", callback: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: on(type: "connectStateChange", callback: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1413|Deprecated version changed|Class name: GattServer<br>Method or attribute name: off(type: "connectStateChange", callback?: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: N/A|Class name: GattServer<br>Method or attribute name: off(type: "connectStateChange", callback?: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1414|Deprecated version changed|Class name: GattClientDevice<br>Deprecated version: N/A|Class name: GattClientDevice<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice     |@ohos.bluetooth.d.ts|
1415|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: connect(): boolean;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: connect(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1416|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: disconnect(): boolean;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: disconnect(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1417|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: close(): boolean;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: close(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1418|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: getDeviceName(callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: getDeviceName(callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1419|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1420|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1421|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1422|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1423|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1424|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1425|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1426|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): boolean;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1427|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): boolean;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1428|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: getRssiValue(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: getRssiValue(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1429|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1430|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: setBLEMtuSize(mtu: number): boolean;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: setBLEMtuSize(mtu: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1431|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): boolean;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1432|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: on(type: "BLECharacteristicChange", callback: Callback\<BLECharacteristic>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: on(type: "BLECharacteristicChange", callback: Callback\<BLECharacteristic>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1433|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: off(type: "BLECharacteristicChange", callback?: Callback\<BLECharacteristic>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: off(type: "BLECharacteristicChange", callback?: Callback\<BLECharacteristic>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1434|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: on(type: "BLEConnectionStateChange", callback: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: on(type: "BLEConnectionStateChange", callback: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1435|Deprecated version changed|Class name: GattClientDevice<br>Method or attribute name: off(type: "BLEConnectionStateChange", callback?: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: N/A|Class name: GattClientDevice<br>Method or attribute name: off(type: "BLEConnectionStateChange", callback?: Callback\<BLEConnectChangedState>): void;<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattClientDevice|@ohos.bluetooth.d.ts|
1436|Deprecated version changed|Class name: GattService<br>Deprecated version: N/A|Class name: GattService<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.GattService     |@ohos.bluetooth.d.ts|
1437|Deprecated version changed|Class name: BLECharacteristic<br>Deprecated version: N/A|Class name: BLECharacteristic<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLECharacteristic     |@ohos.bluetooth.d.ts|
1438|Deprecated version changed|Class name: BLEDescriptor<br>Deprecated version: N/A|Class name: BLEDescriptor<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLEDescriptor     |@ohos.bluetooth.d.ts|
1439|Deprecated version changed|Class name: NotifyCharacteristic<br>Deprecated version: N/A|Class name: NotifyCharacteristic<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.NotifyCharacteristic     |@ohos.bluetooth.d.ts|
1440|Deprecated version changed|Class name: CharacteristicReadReq<br>Deprecated version: N/A|Class name: CharacteristicReadReq<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.CharacteristicReadRequest     |@ohos.bluetooth.d.ts|
1441|Deprecated version changed|Class name: CharacteristicWriteReq<br>Deprecated version: N/A|Class name: CharacteristicWriteReq<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.CharacteristicWriteRequest     |@ohos.bluetooth.d.ts|
1442|Deprecated version changed|Class name: DescriptorReadReq<br>Deprecated version: N/A|Class name: DescriptorReadReq<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.DescriptorReadRequest     |@ohos.bluetooth.d.ts|
1443|Deprecated version changed|Class name: DescriptorWriteReq<br>Deprecated version: N/A|Class name: DescriptorWriteReq<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.DescriptorWriteRequest     |@ohos.bluetooth.d.ts|
1444|Deprecated version changed|Class name: ServerResponse<br>Deprecated version: N/A|Class name: ServerResponse<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ServerResponse     |@ohos.bluetooth.d.ts|
1445|Deprecated version changed|Class name: BLEConnectChangedState<br>Deprecated version: N/A|Class name: BLEConnectChangedState<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BLEConnectChangedState     |@ohos.bluetooth.d.ts|
1446|Deprecated version changed|Class name: ScanResult<br>Deprecated version: N/A|Class name: ScanResult<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ScanResult     |@ohos.bluetooth.d.ts|
1447|Deprecated version changed|Class name: AdvertiseSetting<br>Deprecated version: N/A|Class name: AdvertiseSetting<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.AdvertiseSetting     |@ohos.bluetooth.d.ts|
1448|Deprecated version changed|Class name: AdvertiseData<br>Deprecated version: N/A|Class name: AdvertiseData<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.AdvertiseData     |@ohos.bluetooth.d.ts|
1449|Deprecated version changed|Class name: ManufactureData<br>Deprecated version: N/A|Class name: ManufactureData<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ManufactureData     |@ohos.bluetooth.d.ts|
1450|Deprecated version changed|Class name: ServiceData<br>Deprecated version: N/A|Class name: ServiceData<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ServiceData     |@ohos.bluetooth.d.ts|
1451|Deprecated version changed|Class name: ScanFilter<br>Deprecated version: N/A|Class name: ScanFilter<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ScanFilter     |@ohos.bluetooth.d.ts|
1452|Deprecated version changed|Class name: ScanOptions<br>Deprecated version: N/A|Class name: ScanOptions<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ScanOptions     |@ohos.bluetooth.d.ts|
1453|Deprecated version changed|Class name: SppOption<br>Deprecated version: N/A|Class name: SppOption<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.SppOption     |@ohos.bluetooth.d.ts|
1454|Deprecated version changed|Class name: PinRequiredParam<br>Deprecated version: N/A|Class name: PinRequiredParam<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.PinRequiredParam     |@ohos.bluetooth.d.ts|
1455|Deprecated version changed|Class name: DeviceClass<br>Deprecated version: N/A|Class name: DeviceClass<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.DeviceClass     |@ohos.bluetooth.d.ts|
1456|Deprecated version changed|Class name: BondStateParam<br>Deprecated version: N/A|Class name: BondStateParam<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BondStateParam     |@ohos.bluetooth.d.ts|
1457|Deprecated version changed|Class name: ScanDuty<br>Deprecated version: N/A|Class name: ScanDuty<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ScanDuty     |@ohos.bluetooth.d.ts|
1458|Deprecated version changed|Class name: MatchMode<br>Deprecated version: N/A|Class name: MatchMode<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.MatchMode     |@ohos.bluetooth.d.ts|
1459|Deprecated version changed|Class name: ProfileConnectionState<br>Deprecated version: N/A|Class name: ProfileConnectionState<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ProfileConnectionState     |@ohos.bluetooth.d.ts|
1460|Deprecated version changed|Class name: BluetoothState<br>Deprecated version: N/A|Class name: BluetoothState<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BluetoothState     |@ohos.bluetooth.d.ts|
1461|Deprecated version changed|Class name: SppType<br>Deprecated version: N/A|Class name: SppType<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.SppType     |@ohos.bluetooth.d.ts|
1462|Deprecated version changed|Class name: ScanMode<br>Deprecated version: N/A|Class name: ScanMode<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ScanMode     |@ohos.bluetooth.d.ts|
1463|Deprecated version changed|Class name: BondState<br>Deprecated version: N/A|Class name: BondState<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.BondState     |@ohos.bluetooth.d.ts|
1464|Deprecated version changed|Class name: MajorClass<br>Deprecated version: N/A|Class name: MajorClass<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.MajorClass     |@ohos.bluetooth.d.ts|
1465|Deprecated version changed|Class name: MajorMinorClass<br>Deprecated version: N/A|Class name: MajorMinorClass<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.MajorMinorClass     |@ohos.bluetooth.d.ts|
1466|Deprecated version changed|Class name: StateChangeParam<br>Deprecated version: N/A|Class name: StateChangeParam<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.StateChangeParam     |@ohos.bluetooth.d.ts|
1467|Deprecated version changed|Class name: PlayingState<br>Deprecated version: N/A|Class name: PlayingState<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.PlayingState     |@ohos.bluetooth.d.ts|
1468|Deprecated version changed|Class name: ProfileId<br>Deprecated version: N/A|Class name: ProfileId<br>Deprecated version: 9<br>Substitute API: ohos.bluetoothManager/bluetoothManager.ProfileId     |@ohos.bluetooth.d.ts|
1469|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|
1470|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|
1471|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|
1472|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<br>Substitute API: ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts|
1473|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|
1474|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<br>Substitute API: ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts|
1475|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|
1476|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|
1477|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|
1478|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|
1479|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|
1480|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|
1481|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|
1482|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|
1483|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|
1484|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|
1485|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|
1486|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|
1487|Deprecated version changed|Class name: TagInfo<br>Method or attribute name: supportedProfiles: number[];<br>Deprecated version: N/A|Class name: TagInfo<br>Method or attribute name: supportedProfiles: number[];<br>Deprecated version: 9<br>Substitute API: ohos.nfc.tag/tag.TagInfo|@ohos.nfc.tag.d.ts|
1488|Deprecated version changed|Class name: MessageParcel<br>Deprecated version: N/A|Class name: MessageParcel<br>Deprecated version: 9<br>Substitute API: ohos.rpc.MessageSequence     |@ohos.rpc.d.ts|
1489|Deprecated version changed|Class name: Sequenceable<br>Deprecated version: N/A|Class name: Sequenceable<br>Deprecated version: 9<br>Substitute API: ohos.rpc.Parcelable     |@ohos.rpc.d.ts|
1490|Deprecated version changed|Class name: SendRequestResult<br>Deprecated version: N/A|Class name: SendRequestResult<br>Deprecated version: 9<br>Substitute API: ohos.rpc.RequestResult     |@ohos.rpc.d.ts|
1491|Deprecated version changed|Class name: IRemoteObject<br>Method or attribute name: queryLocalInterface(descriptor: string): IRemoteBroker;<br>Deprecated version: N/A|Class name: IRemoteObject<br>Method or attribute name: queryLocalInterface(descriptor: string): IRemoteBroker;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.IRemoteObject|@ohos.rpc.d.ts|
1492|Deprecated version changed|Class name: IRemoteObject<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>Deprecated version: 8|Class name: IRemoteObject<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.rpc.d.ts|
1493|Deprecated version changed|Class name: IRemoteObject<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\<SendRequestResult>;<br>Deprecated version: N/A|Class name: IRemoteObject<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\<SendRequestResult>;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.IRemoteObject|@ohos.rpc.d.ts|
1494|Deprecated version changed|Class name: IRemoteObject<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\<SendRequestResult>): void;<br>Deprecated version: N/A|Class name: IRemoteObject<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\<SendRequestResult>): void;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.IRemoteObject|@ohos.rpc.d.ts|
1495|Deprecated version changed|Class name: IRemoteObject<br>Method or attribute name: addDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>Deprecated version: N/A|Class name: IRemoteObject<br>Method or attribute name: addDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.IRemoteObject|@ohos.rpc.d.ts|
1496|Deprecated version changed|Class name: IRemoteObject<br>Method or attribute name: removeDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>Deprecated version: N/A|Class name: IRemoteObject<br>Method or attribute name: removeDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.IRemoteObject|@ohos.rpc.d.ts|
1497|Deprecated version changed|Class name: IRemoteObject<br>Method or attribute name: getInterfaceDescriptor(): string;<br>Deprecated version: N/A|Class name: IRemoteObject<br>Method or attribute name: getInterfaceDescriptor(): string;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.IRemoteObject|@ohos.rpc.d.ts|
1498|Deprecated version changed|Class name: RemoteObject<br>Method or attribute name: queryLocalInterface(descriptor: string): IRemoteBroker;<br>Deprecated version: N/A|Class name: RemoteObject<br>Method or attribute name: queryLocalInterface(descriptor: string): IRemoteBroker;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.RemoteObject|@ohos.rpc.d.ts|
1499|Deprecated version changed|Class name: RemoteObject<br>Method or attribute name: getInterfaceDescriptor(): string;<br>Deprecated version: N/A|Class name: RemoteObject<br>Method or attribute name: getInterfaceDescriptor(): string;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.RemoteObject|@ohos.rpc.d.ts|
1500|Deprecated version changed|Class name: RemoteObject<br>Method or attribute name: onRemoteRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>Deprecated version: N/A|Class name: RemoteObject<br>Method or attribute name: onRemoteRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.RemoteObject|@ohos.rpc.d.ts|
1501|Deprecated version changed|Class name: RemoteObject<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\<SendRequestResult>;<br>Deprecated version: N/A|Class name: RemoteObject<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\<SendRequestResult>;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.RemoteObject|@ohos.rpc.d.ts|
1502|Deprecated version changed|Class name: RemoteObject<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\<SendRequestResult>): void;<br>Deprecated version: N/A|Class name: RemoteObject<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\<SendRequestResult>): void;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.RemoteObject|@ohos.rpc.d.ts|
1503|Deprecated version changed|Class name: RemoteObject<br>Method or attribute name: attachLocalInterface(localInterface: IRemoteBroker, descriptor: string): void;<br>Deprecated version: N/A|Class name: RemoteObject<br>Method or attribute name: attachLocalInterface(localInterface: IRemoteBroker, descriptor: string): void;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.RemoteObject|@ohos.rpc.d.ts|
1504|Deprecated version changed|Class name: RemoteProxy<br>Method or attribute name: queryLocalInterface(interface: string): IRemoteBroker;<br>Deprecated version: N/A|Class name: RemoteProxy<br>Method or attribute name: queryLocalInterface(interface: string): IRemoteBroker;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.RemoteProxy|@ohos.rpc.d.ts|
1505|Deprecated version changed|Class name: RemoteProxy<br>Method or attribute name: addDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>Deprecated version: N/A|Class name: RemoteProxy<br>Method or attribute name: addDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.RemoteProxy|@ohos.rpc.d.ts|
1506|Deprecated version changed|Class name: RemoteProxy<br>Method or attribute name: removeDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>Deprecated version: N/A|Class name: RemoteProxy<br>Method or attribute name: removeDeathRecipient(recipient: DeathRecipient, flags: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.RemoteProxy|@ohos.rpc.d.ts|
1507|Deprecated version changed|Class name: RemoteProxy<br>Method or attribute name: getInterfaceDescriptor(): string;<br>Deprecated version: N/A|Class name: RemoteProxy<br>Method or attribute name: getInterfaceDescriptor(): string;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.RemoteProxy|@ohos.rpc.d.ts|
1508|Deprecated version changed|Class name: RemoteProxy<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\<SendRequestResult>;<br>Deprecated version: N/A|Class name: RemoteProxy<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): Promise\<SendRequestResult>;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.RemoteProxy|@ohos.rpc.d.ts|
1509|Deprecated version changed|Class name: RemoteProxy<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\<SendRequestResult>): void;<br>Deprecated version: N/A|Class name: RemoteProxy<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption, callback: AsyncCallback\<SendRequestResult>): void;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.RemoteProxy|@ohos.rpc.d.ts|
1510|Deprecated version changed|Class name: IPCSkeleton<br>Method or attribute name: static flushCommands(object: IRemoteObject): number;<br>Deprecated version: N/A|Class name: IPCSkeleton<br>Method or attribute name: static flushCommands(object: IRemoteObject): number;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.IPCSkeleton|@ohos.rpc.d.ts|
1511|Deprecated version changed|Class name: IPCSkeleton<br>Method or attribute name: static setCallingIdentity(identity: string): boolean;<br>Deprecated version: N/A|Class name: IPCSkeleton<br>Method or attribute name: static setCallingIdentity(identity: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.IPCSkeleton|@ohos.rpc.d.ts|
1512|Deprecated version changed|Class name: Ashmem<br>Method or attribute name: static createAshmem(name: string, size: number): Ashmem;<br>Deprecated version: N/A|Class name: Ashmem<br>Method or attribute name: static createAshmem(name: string, size: number): Ashmem;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1513|Deprecated version changed|Class name: Ashmem<br>Method or attribute name: static createAshmemFromExisting(ashmem: Ashmem): Ashmem;<br>Deprecated version: N/A|Class name: Ashmem<br>Method or attribute name: static createAshmemFromExisting(ashmem: Ashmem): Ashmem;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1514|Deprecated version changed|Class name: Ashmem<br>Method or attribute name: mapAshmem(mapType: number): boolean;<br>Deprecated version: N/A|Class name: Ashmem<br>Method or attribute name: mapAshmem(mapType: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1515|Deprecated version changed|Class name: Ashmem<br>Method or attribute name: mapReadAndWriteAshmem(): boolean;<br>Deprecated version: N/A|Class name: Ashmem<br>Method or attribute name: mapReadAndWriteAshmem(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1516|Deprecated version changed|Class name: Ashmem<br>Method or attribute name: mapReadOnlyAshmem(): boolean;<br>Deprecated version: N/A|Class name: Ashmem<br>Method or attribute name: mapReadOnlyAshmem(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1517|Deprecated version changed|Class name: Ashmem<br>Method or attribute name: setProtection(protectionType: number): boolean;<br>Deprecated version: N/A|Class name: Ashmem<br>Method or attribute name: setProtection(protectionType: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1518|Deprecated version changed|Class name: Ashmem<br>Method or attribute name: writeToAshmem(buf: number[], size: number, offset: number): boolean;<br>Deprecated version: N/A|Class name: Ashmem<br>Method or attribute name: writeToAshmem(buf: number[], size: number, offset: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1519|Deprecated version changed|Class name: Ashmem<br>Method or attribute name: readFromAshmem(size: number, offset: number): number[];<br>Deprecated version: N/A|Class name: Ashmem<br>Method or attribute name: readFromAshmem(size: number, offset: number): number[];<br>Deprecated version: 9<br>Substitute API: ohos.rpc.Ashmem|@ohos.rpc.d.ts|
1520|Deprecated version changed|Class name: wifi<br>Method or attribute name: function enableWifi(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function enableWifi(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.enableWifi     |@ohos.wifi.d.ts|
1521|Deprecated version changed|Class name: wifi<br>Method or attribute name: function disableWifi(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function disableWifi(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.disableWifi     |@ohos.wifi.d.ts|
1522|Deprecated version changed|Class name: wifi<br>Method or attribute name: function isWifiActive(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function isWifiActive(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.isWifiActive     |@ohos.wifi.d.ts|
1523|Deprecated version changed|Class name: wifi<br>Method or attribute name: function scan(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function scan(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.scan     |@ohos.wifi.d.ts|
1524|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getScanInfos(): Promise\<Array\<WifiScanInfo>>;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getScanInfos(): Promise\<Array\<WifiScanInfo>>;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getScanResults     |@ohos.wifi.d.ts|
1525|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getScanResults     |@ohos.wifi.d.ts|
1526|Deprecated version changed|Class name: wifi<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig): Promise\<number>;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.addDeviceConfig     |@ohos.wifi.d.ts|
1527|Deprecated version changed|Class name: wifi<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.addDeviceConfig     |@ohos.wifi.d.ts|
1528|Deprecated version changed|Class name: wifi<br>Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig): Promise\<boolean>;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.addCandidateConfig     |@ohos.wifi.d.ts|
1529|Deprecated version changed|Class name: wifi<br>Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.addCandidateConfig     |@ohos.wifi.d.ts|
1530|Deprecated version changed|Class name: wifi<br>Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig): Promise\<boolean>;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.removeCandidateConfig      |@ohos.wifi.d.ts|
1531|Deprecated version changed|Class name: wifi<br>Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.removeCandidateConfig      |@ohos.wifi.d.ts|
1532|Deprecated version changed|Class name: wifi<br>Method or attribute name: function connectToNetwork(networkId: number): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function connectToNetwork(networkId: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.connectToNetwork     |@ohos.wifi.d.ts|
1533|Deprecated version changed|Class name: wifi<br>Method or attribute name: function connectToDevice(config: WifiDeviceConfig): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function connectToDevice(config: WifiDeviceConfig): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.connectToDevice     |@ohos.wifi.d.ts|
1534|Deprecated version changed|Class name: wifi<br>Method or attribute name: function disconnect(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function disconnect(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.disconnect     |@ohos.wifi.d.ts|
1535|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getSignalLevel(rssi: number, band: number): number;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getSignalLevel(rssi: number, band: number): number;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getSignalLevel     |@ohos.wifi.d.ts|
1536|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getLinkedInfo(): Promise\<WifiLinkedInfo>;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getLinkedInfo(): Promise\<WifiLinkedInfo>;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getLinkedInfo     |@ohos.wifi.d.ts|
1537|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getLinkedInfo     |@ohos.wifi.d.ts|
1538|Deprecated version changed|Class name: wifi<br>Method or attribute name: function isConnected(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function isConnected(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.isConnected     |@ohos.wifi.d.ts|
1539|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getSupportedFeatures(): number;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getSupportedFeatures(): number;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getSupportedFeatures     |@ohos.wifi.d.ts|
1540|Deprecated version changed|Class name: wifi<br>Method or attribute name: function isFeatureSupported(featureId: number): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function isFeatureSupported(featureId: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.isFeatureSupported     |@ohos.wifi.d.ts|
1541|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getDeviceMacAddress(): string[];<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getDeviceMacAddress(): string[];<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getDeviceMacAddress     |@ohos.wifi.d.ts|
1542|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getIpInfo(): IpInfo;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getIpInfo(): IpInfo;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getIpInfo     |@ohos.wifi.d.ts|
1543|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getCountryCode(): string;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getCountryCode(): string;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getCountryCode     |@ohos.wifi.d.ts|
1544|Deprecated version changed|Class name: wifi<br>Method or attribute name: function reassociate(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function reassociate(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.reassociate     |@ohos.wifi.d.ts|
1545|Deprecated version changed|Class name: wifi<br>Method or attribute name: function reconnect(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function reconnect(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.reconnect     |@ohos.wifi.d.ts|
1546|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getDeviceConfigs(): Array\<WifiDeviceConfig>;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getDeviceConfigs(): Array\<WifiDeviceConfig>;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getDeviceConfigs     |@ohos.wifi.d.ts|
1547|Deprecated version changed|Class name: wifi<br>Method or attribute name: function updateNetwork(config: WifiDeviceConfig): number;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function updateNetwork(config: WifiDeviceConfig): number;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.updateNetwork     |@ohos.wifi.d.ts|
1548|Deprecated version changed|Class name: wifi<br>Method or attribute name: function disableNetwork(netId: number): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function disableNetwork(netId: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.disableNetwork     |@ohos.wifi.d.ts|
1549|Deprecated version changed|Class name: wifi<br>Method or attribute name: function removeAllNetwork(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function removeAllNetwork(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.removeAllNetwork     |@ohos.wifi.d.ts|
1550|Deprecated version changed|Class name: wifi<br>Method or attribute name: function removeDevice(id: number): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function removeDevice(id: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.removeDevice     |@ohos.wifi.d.ts|
1551|Deprecated version changed|Class name: wifi<br>Method or attribute name: function enableHotspot(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function enableHotspot(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.enableHotspot     |@ohos.wifi.d.ts|
1552|Deprecated version changed|Class name: wifi<br>Method or attribute name: function disableHotspot(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function disableHotspot(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.disableHotspot     |@ohos.wifi.d.ts|
1553|Deprecated version changed|Class name: wifi<br>Method or attribute name: function isHotspotDualBandSupported(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function isHotspotDualBandSupported(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.isHotspotDualBandSupported     |@ohos.wifi.d.ts|
1554|Deprecated version changed|Class name: wifi<br>Method or attribute name: function isHotspotActive(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function isHotspotActive(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.isHotspotActive     |@ohos.wifi.d.ts|
1555|Deprecated version changed|Class name: wifi<br>Method or attribute name: function setHotspotConfig(config: HotspotConfig): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function setHotspotConfig(config: HotspotConfig): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.setHotspotConfig     |@ohos.wifi.d.ts|
1556|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getHotspotConfig(): HotspotConfig;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getHotspotConfig(): HotspotConfig;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getHotspotConfig     |@ohos.wifi.d.ts|
1557|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getStations(): Array\<StationInfo>;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getStations(): Array\<StationInfo>;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getStations     |@ohos.wifi.d.ts|
1558|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getP2pLinkedInfo(): Promise\<WifiP2pLinkedInfo>;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getP2pLinkedInfo(): Promise\<WifiP2pLinkedInfo>;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getP2pLinkedInfo     |@ohos.wifi.d.ts|
1559|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getP2pLinkedInfo     |@ohos.wifi.d.ts|
1560|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getCurrentGroup(): Promise\<WifiP2pGroupInfo>;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getCurrentGroup(): Promise\<WifiP2pGroupInfo>;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getCurrentGroup     |@ohos.wifi.d.ts|
1561|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getCurrentGroup     |@ohos.wifi.d.ts|
1562|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getP2pPeerDevices     |@ohos.wifi.d.ts|
1563|Deprecated version changed|Class name: wifi<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.getP2pPeerDevices     |@ohos.wifi.d.ts|
1564|Deprecated version changed|Class name: wifi<br>Method or attribute name: function createGroup(config: WifiP2PConfig): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function createGroup(config: WifiP2PConfig): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.createGroup     |@ohos.wifi.d.ts|
1565|Deprecated version changed|Class name: wifi<br>Method or attribute name: function removeGroup(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function removeGroup(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.removeGroup     |@ohos.wifi.d.ts|
1566|Deprecated version changed|Class name: wifi<br>Method or attribute name: function p2pConnect(config: WifiP2PConfig): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function p2pConnect(config: WifiP2PConfig): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.p2pConnect     |@ohos.wifi.d.ts|
1567|Deprecated version changed|Class name: wifi<br>Method or attribute name: function p2pCancelConnect(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function p2pCancelConnect(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.p2pCancelConnect     |@ohos.wifi.d.ts|
1568|Deprecated version changed|Class name: wifi<br>Method or attribute name: function startDiscoverDevices(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function startDiscoverDevices(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.startDiscoverDevices     |@ohos.wifi.d.ts|
1569|Deprecated version changed|Class name: wifi<br>Method or attribute name: function stopDiscoverDevices(): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function stopDiscoverDevices(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.stopDiscoverDevices     |@ohos.wifi.d.ts|
1570|Deprecated version changed|Class name: wifi<br>Method or attribute name: function deletePersistentGroup(netId: number): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function deletePersistentGroup(netId: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.deletePersistentGroup     |@ohos.wifi.d.ts|
1571|Deprecated version changed|Class name: wifi<br>Method or attribute name: function setDeviceName(devName: string): boolean;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function setDeviceName(devName: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.setDeviceName     |@ohos.wifi.d.ts|
1572|Deprecated version changed|Class name: wifi<br>Method or attribute name: function on(type: "wifiStateChange", callback: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function on(type: "wifiStateChange", callback: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1573|Deprecated version changed|Class name: wifi<br>Method or attribute name: function off(type: "wifiStateChange", callback?: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function off(type: "wifiStateChange", callback?: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1574|Deprecated version changed|Class name: wifi<br>Method or attribute name: function on(type: "wifiConnectionChange", callback: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function on(type: "wifiConnectionChange", callback: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1575|Deprecated version changed|Class name: wifi<br>Method or attribute name: function off(type: "wifiConnectionChange", callback?: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function off(type: "wifiConnectionChange", callback?: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1576|Deprecated version changed|Class name: wifi<br>Method or attribute name: function on(type: "wifiScanStateChange", callback: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function on(type: "wifiScanStateChange", callback: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1577|Deprecated version changed|Class name: wifi<br>Method or attribute name: function off(type: "wifiScanStateChange", callback?: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function off(type: "wifiScanStateChange", callback?: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1578|Deprecated version changed|Class name: wifi<br>Method or attribute name: function on(type: "wifiRssiChange", callback: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function on(type: "wifiRssiChange", callback: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1579|Deprecated version changed|Class name: wifi<br>Method or attribute name: function off(type: "wifiRssiChange", callback?: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function off(type: "wifiRssiChange", callback?: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1580|Deprecated version changed|Class name: wifi<br>Method or attribute name: function on(type: "streamChange", callback: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function on(type: "streamChange", callback: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1581|Deprecated version changed|Class name: wifi<br>Method or attribute name: function off(type: "streamChange", callback?: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function off(type: "streamChange", callback?: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1582|Deprecated version changed|Class name: wifi<br>Method or attribute name: function on(type: "hotspotStateChange", callback: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function on(type: "hotspotStateChange", callback: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1583|Deprecated version changed|Class name: wifi<br>Method or attribute name: function off(type: "hotspotStateChange", callback?: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function off(type: "hotspotStateChange", callback?: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1584|Deprecated version changed|Class name: wifi<br>Method or attribute name: function on(type: "hotspotStaJoin", callback: Callback\<StationInfo>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function on(type: "hotspotStaJoin", callback: Callback\<StationInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1585|Deprecated version changed|Class name: wifi<br>Method or attribute name: function off(type: "hotspotStaJoin", callback?: Callback\<StationInfo>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function off(type: "hotspotStaJoin", callback?: Callback\<StationInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1586|Deprecated version changed|Class name: wifi<br>Method or attribute name: function on(type: "hotspotStaLeave", callback: Callback\<StationInfo>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function on(type: "hotspotStaLeave", callback: Callback\<StationInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1587|Deprecated version changed|Class name: wifi<br>Method or attribute name: function off(type: "hotspotStaLeave", callback?: Callback\<StationInfo>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function off(type: "hotspotStaLeave", callback?: Callback\<StationInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1588|Deprecated version changed|Class name: wifi<br>Method or attribute name: function on(type: "p2pStateChange", callback: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function on(type: "p2pStateChange", callback: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1589|Deprecated version changed|Class name: wifi<br>Method or attribute name: function off(type: "p2pStateChange", callback?: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function off(type: "p2pStateChange", callback?: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1590|Deprecated version changed|Class name: wifi<br>Method or attribute name: function on(type: "p2pConnectionChange", callback: Callback\<WifiP2pLinkedInfo>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function on(type: "p2pConnectionChange", callback: Callback\<WifiP2pLinkedInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1591|Deprecated version changed|Class name: wifi<br>Method or attribute name: function off(type: "p2pConnectionChange", callback?: Callback\<WifiP2pLinkedInfo>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function off(type: "p2pConnectionChange", callback?: Callback\<WifiP2pLinkedInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1592|Deprecated version changed|Class name: wifi<br>Method or attribute name: function on(type: "p2pDeviceChange", callback: Callback\<WifiP2pDevice>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function on(type: "p2pDeviceChange", callback: Callback\<WifiP2pDevice>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1593|Deprecated version changed|Class name: wifi<br>Method or attribute name: function off(type: "p2pDeviceChange", callback?: Callback\<WifiP2pDevice>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function off(type: "p2pDeviceChange", callback?: Callback\<WifiP2pDevice>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1594|Deprecated version changed|Class name: wifi<br>Method or attribute name: function on(type: "p2pPeerDeviceChange", callback: Callback\<WifiP2pDevice[]>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function on(type: "p2pPeerDeviceChange", callback: Callback\<WifiP2pDevice[]>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1595|Deprecated version changed|Class name: wifi<br>Method or attribute name: function off(type: "p2pPeerDeviceChange", callback?: Callback\<WifiP2pDevice[]>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function off(type: "p2pPeerDeviceChange", callback?: Callback\<WifiP2pDevice[]>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1596|Deprecated version changed|Class name: wifi<br>Method or attribute name: function on(type: "p2pPersistentGroupChange", callback: Callback\<void>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function on(type: "p2pPersistentGroupChange", callback: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1597|Deprecated version changed|Class name: wifi<br>Method or attribute name: function off(type: "p2pPersistentGroupChange", callback?: Callback\<void>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function off(type: "p2pPersistentGroupChange", callback?: Callback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1598|Deprecated version changed|Class name: wifi<br>Method or attribute name: function on(type: "p2pDiscoveryChange", callback: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function on(type: "p2pDiscoveryChange", callback: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.on|@ohos.wifi.d.ts|
1599|Deprecated version changed|Class name: wifi<br>Method or attribute name: function off(type: "p2pDiscoveryChange", callback?: Callback\<number>): void;<br>Deprecated version: N/A|Class name: wifi<br>Method or attribute name: function off(type: "p2pDiscoveryChange", callback?: Callback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.off|@ohos.wifi.d.ts|
1600|Deprecated version changed|Class name: WifiDeviceConfig<br>Deprecated version: N/A|Class name: WifiDeviceConfig<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.WifiDeviceConfig     |@ohos.wifi.d.ts|
1601|Deprecated version changed|Class name: IpConfig<br>Deprecated version: N/A|Class name: IpConfig<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.IpConfig     |@ohos.wifi.d.ts|
1602|Deprecated version changed|Class name: WifiScanInfo<br>Deprecated version: N/A|Class name: WifiScanInfo<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.WifiScanInfo     |@ohos.wifi.d.ts|
1603|Deprecated version changed|Class name: WifiSecurityType<br>Deprecated version: N/A|Class name: WifiSecurityType<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.WifiSecurityType     |@ohos.wifi.d.ts|
1604|Deprecated version changed|Class name: WifiLinkedInfo<br>Deprecated version: N/A|Class name: WifiLinkedInfo<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.WifiLinkedInfo     |@ohos.wifi.d.ts|
1605|Deprecated version changed|Class name: IpInfo<br>Deprecated version: N/A|Class name: IpInfo<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.IpInfo     |@ohos.wifi.d.ts|
1606|Deprecated version changed|Class name: HotspotConfig<br>Deprecated version: N/A|Class name: HotspotConfig<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.HotspotConfig     |@ohos.wifi.d.ts|
1607|Deprecated version changed|Class name: StationInfo<br>Deprecated version: N/A|Class name: StationInfo<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.StationInfo     |@ohos.wifi.d.ts|
1608|Deprecated version changed|Class name: IpType<br>Deprecated version: N/A|Class name: IpType<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.IpType     |@ohos.wifi.d.ts|
1609|Deprecated version changed|Class name: SuppState<br>Deprecated version: N/A|Class name: SuppState<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.SuppState     |@ohos.wifi.d.ts|
1610|Deprecated version changed|Class name: ConnState<br>Deprecated version: N/A|Class name: ConnState<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.ConnState     |@ohos.wifi.d.ts|
1611|Deprecated version changed|Class name: WifiP2pDevice<br>Deprecated version: N/A|Class name: WifiP2pDevice<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.WifiP2pDevice     |@ohos.wifi.d.ts|
1612|Deprecated version changed|Class name: WifiP2PConfig<br>Deprecated version: N/A|Class name: WifiP2PConfig<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.WifiP2PConfig     |@ohos.wifi.d.ts|
1613|Deprecated version changed|Class name: WifiP2pGroupInfo<br>Deprecated version: N/A|Class name: WifiP2pGroupInfo<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.WifiP2pGroupInfo     |@ohos.wifi.d.ts|
1614|Deprecated version changed|Class name: P2pConnectState<br>Deprecated version: N/A|Class name: P2pConnectState<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.P2pConnectState     |@ohos.wifi.d.ts|
1615|Deprecated version changed|Class name: WifiP2pLinkedInfo<br>Deprecated version: N/A|Class name: WifiP2pLinkedInfo<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.WifiP2pLinkedInfo     |@ohos.wifi.d.ts|
1616|Deprecated version changed|Class name: P2pDeviceStatus<br>Deprecated version: N/A|Class name: P2pDeviceStatus<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.P2pDeviceStatus     |@ohos.wifi.d.ts|
1617|Deprecated version changed|Class name: GroupOwnerBand<br>Deprecated version: N/A|Class name: GroupOwnerBand<br>Deprecated version: 9<br>Substitute API: ohos.wifiManager/wifiManager.GroupOwnerBand     |@ohos.wifi.d.ts|
1618|Deprecated version changed|Class name: wifiext<br>Method or attribute name: function enableHotspot(): boolean;<br>Deprecated version: N/A|Class name: wifiext<br>Method or attribute name: function enableHotspot(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManagerExt/wifiManagerExt.enableHotspot     |@ohos.wifiext.d.ts|
1619|Deprecated version changed|Class name: wifiext<br>Method or attribute name: function disableHotspot(): boolean;<br>Deprecated version: N/A|Class name: wifiext<br>Method or attribute name: function disableHotspot(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManagerExt/wifiManagerExt.disableHotspot      |@ohos.wifiext.d.ts|
1620|Deprecated version changed|Class name: wifiext<br>Method or attribute name: function getSupportedPowerModel(): Promise\<Array\<PowerModel>>;<br>Deprecated version: N/A|Class name: wifiext<br>Method or attribute name: function getSupportedPowerModel(): Promise\<Array\<PowerModel>>;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManagerExt/wifiManagerExt.getSupportedPowerMode     |@ohos.wifiext.d.ts|
1621|Deprecated version changed|Class name: wifiext<br>Method or attribute name: function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>Deprecated version: N/A|Class name: wifiext<br>Method or attribute name: function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManagerExt/wifiManagerExt.getSupportedPowerMode     |@ohos.wifiext.d.ts|
1622|Deprecated version changed|Class name: wifiext<br>Method or attribute name: function getPowerModel (): Promise\<PowerModel>;<br>Deprecated version: N/A|Class name: wifiext<br>Method or attribute name: function getPowerModel (): Promise\<PowerModel>;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManagerExt/wifiManagerExt.getPowerMode     |@ohos.wifiext.d.ts|
1623|Deprecated version changed|Class name: wifiext<br>Method or attribute name: function getPowerModel (callback: AsyncCallback\<PowerModel>): void;<br>Deprecated version: N/A|Class name: wifiext<br>Method or attribute name: function getPowerModel (callback: AsyncCallback\<PowerModel>): void;<br>Deprecated version: 9<br>Substitute API: ohos.wifiManagerExt/wifiManagerExt.getPowerMode     |@ohos.wifiext.d.ts|
1624|Deprecated version changed|Class name: wifiext<br>Method or attribute name: function setPowerModel(model: PowerModel) : boolean<br>Deprecated version: N/A|Class name: wifiext<br>Method or attribute name: function setPowerModel(model: PowerModel) : boolean<br>Deprecated version: 9<br>Substitute API: ohos.wifiManagerExt/wifiManagerExt.setPowerMode     |@ohos.wifiext.d.ts|
1625|Deprecated version changed|Class name: PowerModel<br>Deprecated version: N/A|Class name: PowerModel<br>Deprecated version: 9<br>Substitute API: ohos.wifiManagerExt/wifiManagerExt.PowerMode     |@ohos.wifiext.d.ts|
1626|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|
1627|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|
1628|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|
1629|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|
1630|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|
1631|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|
1632|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|
1633|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<br>Substitute API: tagSession.TagSession|tagSession.d.ts|
1634|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|
1635|Initial version changed|Class name: A2dpSourceProfile<br>Method or attribute name: getPlayingState(device: string): PlayingState;<br>Initial version: N/A|Class name: A2dpSourceProfile<br>Method or attribute name: getPlayingState(device: string): PlayingState;<br>Initial version: 8|@ohos.bluetooth.d.ts|
1636|Initial version changed|Class name: ScanFilter<br>Initial version: 7|Class name: ScanFilter<br>Initial version: N/A|@ohos.bluetooth.d.ts|
1637|Initial version changed|Class name: ScanFilter<br>Method or attribute name: deviceId?: string;<br>Initial version: N/A|Class name: ScanFilter<br>Method or attribute name: deviceId?: string;<br>Initial version: 7|@ohos.bluetooth.d.ts|
1638|Initial version changed|Class name: ScanFilter<br>Method or attribute name: name?: string;<br>Initial version: N/A|Class name: ScanFilter<br>Method or attribute name: name?: string;<br>Initial version: 7|@ohos.bluetooth.d.ts|
1639|Initial version changed|Class name: ScanFilter<br>Method or attribute name: serviceUuid?: string;<br>Initial version: N/A|Class name: ScanFilter<br>Method or attribute name: serviceUuid?: string;<br>Initial version: 7|@ohos.bluetooth.d.ts|
1640|Initial version changed|Class name: ProfileId<br>Initial version: 8|Class name: ProfileId<br>Initial version: N/A|@ohos.bluetooth.d.ts|
1641|Initial version changed|Class name: ProfileId<br>Method or attribute name: PROFILE_A2DP_SOURCE = 1<br>Initial version: N/A|Class name: ProfileId<br>Method or attribute name: PROFILE_A2DP_SOURCE = 1<br>Initial version: 8|@ohos.bluetooth.d.ts|
1642|Initial version changed|Class name: ProfileId<br>Method or attribute name: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4<br>Initial version: N/A|Class name: ProfileId<br>Method or attribute name: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4<br>Initial version: 8|@ohos.bluetooth.d.ts|
1643|Initial version changed|Class name: FeatureType<br>Initial version: N/A|Class name: FeatureType<br>Initial version: 6|@ohos.nfc.cardEmulation.d.ts|
1644|Initial version changed|Class name: TagInfo<br>Method or attribute name: supportedProfiles: number[];<br>Initial version: N/A|Class name: TagInfo<br>Method or attribute name: supportedProfiles: number[];<br>Initial version: 7|@ohos.nfc.tag.d.ts|
1645|Permission changed|Class name: bluetooth<br>Method or attribute name: function startBluetoothDiscovery(): boolean;<br>Permission: ohos.permission.LOCATION|Class name: bluetooth<br>Method or attribute name: function startBluetoothDiscovery(): boolean;<br>Permission: ohos.permission.DISCOVER_BLUETOOTH and ohos.permission.LOCATION|@ohos.bluetooth.d.ts|
1646|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|
1647|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|
1648|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|
1649|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|
1650|Permission changed|Class name: BLE<br>Method or attribute name: function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>Permission: ohos.permission.LOCATION|Class name: BLE<br>Method or attribute name: function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>Permission: ohos.permission.DISCOVER_BLUETOOTH and ohos.permission.MANAGE_BLUETOOTH and ohos.permission.LOCATION|@ohos.bluetooth.d.ts|
1651|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|
1652|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|
1653|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|
1654|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|
1655|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|
1656|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|
1657|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|
1658|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|
1659|Permission changed|Class name: connection<br>Method or attribute name: function getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>Permission: ohos.permission.GET_NETWORK_INFO|Class name: connection<br>Method or attribute name: function getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1660|Permission changed|Class name: connection<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Permission: ohos.permission.GET_NETWORK_INFO|Class name: connection<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1661|Permission changed|Class name: NetHandle<br>Method or attribute name: getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle<br>Method or attribute name: getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1662|Permission changed|Class name: NetHandle<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1663|Permission changed|Class name: NetHandle<br>Method or attribute name: getAddressByName(host: string, callback: AsyncCallback\<NetAddress>): void;<br>Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle<br>Method or attribute name: getAddressByName(host: string, callback: AsyncCallback\<NetAddress>): void;<br>Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1664|Permission changed|Class name: NetHandle<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>Permission: ohos.permission.GET_NETWORK_INFO|Class name: NetHandle<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>Permission: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1665|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|
1666|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|
1667|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|
1668|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|
1669|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|
1670|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|
1671|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|
1672|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|
1673|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|
1674|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|
1675|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|
1676|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|
1677|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|
1678|Error code added|NA|Class name: connection<br>Method or attribute name: function getDefaultNet(callback: AsyncCallback\<NetHandle>): void;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1679|Error code added|NA|Class name: connection<br>Method or attribute name: function getDefaultNet(): Promise\<NetHandle>;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1680|Error code added|NA|Class name: connection<br>Method or attribute name: function getAllNets(callback: AsyncCallback\<Array\<NetHandle>>): void;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1681|Error code added|NA|Class name: connection<br>Method or attribute name: function getAllNets(): Promise\<Array\<NetHandle>>;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1682|Error code added|NA|Class name: connection<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle, callback: AsyncCallback\<ConnectionProperties>): void;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1683|Error code added|NA|Class name: connection<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1684|Error code added|NA|Class name: connection<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle, callback: AsyncCallback\<NetCapabilities>): void;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1685|Error code added|NA|Class name: connection<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1686|Error code added|NA|Class name: connection<br>Method or attribute name: function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1687|Error code added|NA|Class name: connection<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1688|Error code added|NA|Class name: connection<br>Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1689|Error code added|NA|Class name: connection<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1690|Error code added|NA|Class name: connection<br>Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1691|Error code added|NA|Class name: connection<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Error code: 201, 2100002, 2100003|@ohos.net.connection.d.ts|
1692|Error code added|NA|Class name: connection<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1693|Error code added|NA|Class name: connection<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1694|Error code added|NA|Class name: connection<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1695|Error code added|NA|Class name: connection<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1696|Error code added|NA|Class name: connection<br>Method or attribute name: function getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1697|Error code added|NA|Class name: connection<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1698|Error code added|NA|Class name: NetConnection<br>Method or attribute name: register(callback: AsyncCallback\<void>): void;<br>Error code: 201, 2100002, 2100003, 2101008, 2101022|@ohos.net.connection.d.ts|
1699|Error code added|NA|Class name: NetConnection<br>Method or attribute name: unregister(callback: AsyncCallback\<void>): void;<br>Error code: 2100002, 2100003, 2101007|@ohos.net.connection.d.ts|
1700|Error code added|NA|Class name: NetHandle<br>Method or attribute name: getAddressesByName(host: string, callback: AsyncCallback\<Array\<NetAddress>>): void;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1701|Error code added|NA|Class name: NetHandle<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1702|Error code added|NA|Class name: NetHandle<br>Method or attribute name: getAddressByName(host: string, callback: AsyncCallback\<NetAddress>): void;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1703|Error code added|NA|Class name: NetHandle<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>Error code: 201, 401, 2100001, 2100002, 2100003|@ohos.net.connection.d.ts|
1704|Error code added|NA|Class name: HttpRequest<br>Method or attribute name: request(url: string, callback: AsyncCallback\<HttpResponse>): void;<br>Error code: 401, 201, 2300001, 2300003, 2300005, 2300006, 2300007, 2300008, 2300009, 2300016, 2300018, 2300023, 2300025, 2300026, 2300027, 2300028, 2300047, 2300052, 2300055, 2300056, 2300058, 2300059, 2300060, 2300061, 2300063, 2300070, 2300073, 2300077, 2300078, 2300094, 2300999|@ohos.net.http.d.ts|
1705|Error code added|NA|Class name: HttpRequest<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>Error code: 401, 201, 2300001, 2300003, 2300005, 2300006, 2300007, 2300008, 2300009, 2300016, 2300018, 2300023, 2300025, 2300026, 2300027, 2300028, 2300047, 2300052, 2300055, 2300056, 2300058, 2300059, 2300060, 2300061, 2300063, 2300070, 2300073, 2300077, 2300078, 2300094, 2300999|@ohos.net.http.d.ts|
1706|Error code added|NA|Class name: HttpRequest<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>Error code: 401, 201, 2300001, 2300003, 2300005, 2300006, 2300007, 2300008, 2300009, 2300016, 2300018, 2300023, 2300025, 2300026, 2300027, 2300028, 2300047, 2300052, 2300055, 2300056, 2300058, 2300059, 2300060, 2300061, 2300063, 2300070, 2300073, 2300077, 2300078, 2300094, 2300999|@ohos.net.http.d.ts|
1707|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
1708|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
1709|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: send(options: UDPSendOptions, callback: AsyncCallback\<void>): void;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
1710|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
1711|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Error code: 201|@ohos.net.socket.d.ts|
1712|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: close(): Promise\<void>;<br>Error code: 201|@ohos.net.socket.d.ts|
1713|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;<br>Error code: 201|@ohos.net.socket.d.ts|
1714|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Error code: 201|@ohos.net.socket.d.ts|
1715|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions, callback: AsyncCallback\<void>): void;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
1716|Error code added|NA|Class name: UDPSocket<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
1717|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
1718|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
1719|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: connect(options: TCPConnectOptions, callback: AsyncCallback\<void>): void;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
1720|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
1721|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: send(options: TCPSendOptions, callback: AsyncCallback\<void>): void;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
1722|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
1723|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Error code: 201|@ohos.net.socket.d.ts|
1724|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: close(): Promise\<void>;<br>Error code: 201|@ohos.net.socket.d.ts|
1725|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;<br>Error code: 201|@ohos.net.socket.d.ts|
1726|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>Error code: 201|@ohos.net.socket.d.ts|
1727|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;<br>Error code: 201|@ohos.net.socket.d.ts|
1728|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Error code: 201|@ohos.net.socket.d.ts|
1729|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
1730|Error code added|NA|Class name: TCPSocket<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>Error code: 401, 201|@ohos.net.socket.d.ts|
1731|Error code added|NA|Class name: WebSocket<br>Method or attribute name: connect(url: string, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
1732|Error code added|NA|Class name: WebSocket<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
1733|Error code added|NA|Class name: WebSocket<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
1734|Error code added|NA|Class name: WebSocket<br>Method or attribute name: send(data: string \| ArrayBuffer, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
1735|Error code added|NA|Class name: WebSocket<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
1736|Error code added|NA|Class name: WebSocket<br>Method or attribute name: close(callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
1737|Error code added|NA|Class name: WebSocket<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
1738|Error code added|NA|Class name: WebSocket<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>Error code: 401, 201|@ohos.net.webSocket.d.ts|
1739|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|
1740|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|
1741|Permission added|Class name: connection<br>Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: connection<br>Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
1742|Permission added|Class name: connection<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Permission: N/A|Class name: connection<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
1743|Permission added|Class name: connection<br>Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Permission: N/A|Class name: connection<br>Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
1744|Permission added|Class name: connection<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Permission: N/A|Class name: connection<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Permission: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
1745|SysCap changed|Class name: cardEmulation<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: cardEmulation<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1746|SysCap changed|Class name: FeatureType<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: FeatureType<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1747|SysCap changed|Class name: FeatureType<br>Method or attribute name: HCE = 0<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: FeatureType<br>Method or attribute name: HCE = 0<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1748|SysCap changed|Class name: FeatureType<br>Method or attribute name: UICC = 1<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: FeatureType<br>Method or attribute name: UICC = 1<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1749|SysCap changed|Class name: FeatureType<br>Method or attribute name: ESE = 2<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: FeatureType<br>Method or attribute name: ESE = 2<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1750|SysCap changed|Class name: cardEmulation<br>Method or attribute name: function isSupported(feature: number): boolean;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: cardEmulation<br>Method or attribute name: function isSupported(feature: number): boolean;<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1751|SysCap changed|Class name: HceService<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: HceService<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1752|SysCap changed|Class name: HceService<br>Method or attribute name: startHCE(aidList: string[]): boolean;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: HceService<br>Method or attribute name: startHCE(aidList: string[]): boolean;<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1753|SysCap changed|Class name: HceService<br>Method or attribute name: stopHCE(): boolean;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: HceService<br>Method or attribute name: stopHCE(): boolean;<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1754|SysCap changed|Class name: HceService<br>Method or attribute name: on(type: "hceCmd", callback: AsyncCallback\<number[]>): void;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: HceService<br>Method or attribute name: on(type: "hceCmd", callback: AsyncCallback\<number[]>): void;<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1755|SysCap changed|Class name: HceService<br>Method or attribute name: sendResponse(responseApdu: number[]): void;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: HceService<br>Method or attribute name: sendResponse(responseApdu: number[]): void;<br>SysCap:SystemCapability.Communication.NFC.CardEmulation|@ohos.nfc.cardEmulation.d.ts|
1756|SysCap changed|Class name: tag<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: tag<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1757|SysCap changed|Class name: tag<br>Method or attribute name: const NFC_A = 1;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: tag<br>Method or attribute name: const NFC_A = 1;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1758|SysCap changed|Class name: tag<br>Method or attribute name: const NFC_B = 2;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: tag<br>Method or attribute name: const NFC_B = 2;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1759|SysCap changed|Class name: tag<br>Method or attribute name: const ISO_DEP = 3;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: tag<br>Method or attribute name: const ISO_DEP = 3;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1760|SysCap changed|Class name: tag<br>Method or attribute name: const NFC_F = 4;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: tag<br>Method or attribute name: const NFC_F = 4;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1761|SysCap changed|Class name: tag<br>Method or attribute name: const NFC_V = 5;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: tag<br>Method or attribute name: const NFC_V = 5;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1762|SysCap changed|Class name: tag<br>Method or attribute name: const NDEF = 6;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: tag<br>Method or attribute name: const NDEF = 6;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1763|SysCap changed|Class name: tag<br>Method or attribute name: const MIFARE_CLASSIC = 8;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: tag<br>Method or attribute name: const MIFARE_CLASSIC = 8;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1764|SysCap changed|Class name: tag<br>Method or attribute name: const MIFARE_ULTRALIGHT = 9;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: tag<br>Method or attribute name: const MIFARE_ULTRALIGHT = 9;<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1765|SysCap changed|Class name: tag<br>Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: tag<br>Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1766|SysCap changed|Class name: tag<br>Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: tag<br>Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1767|SysCap changed|Class name: tag<br>Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: tag<br>Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1768|SysCap changed|Class name: tag<br>Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: tag<br>Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1769|SysCap changed|Class name: TagInfo<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: TagInfo<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1770|SysCap changed|Class name: TagInfo<br>Method or attribute name: supportedProfiles: number[];<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: TagInfo<br>Method or attribute name: supportedProfiles: number[];<br>SysCap:SystemCapability.Communication.NFC.Tag|@ohos.nfc.tag.d.ts|
1771|SysCap changed|Class name: NfcATag<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcATag<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1772|SysCap changed|Class name: NfcATag<br>Method or attribute name: getSak(): number;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcATag<br>Method or attribute name: getSak(): number;<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1773|SysCap changed|Class name: NfcATag<br>Method or attribute name: getAtqa(): number[];<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcATag<br>Method or attribute name: getAtqa(): number[];<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1774|SysCap changed|Class name: NfcBTag<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcBTag<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1775|SysCap changed|Class name: NfcBTag<br>Method or attribute name: getRespAppData(): number[];<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcBTag<br>Method or attribute name: getRespAppData(): number[];<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1776|SysCap changed|Class name: NfcBTag<br>Method or attribute name: getRespProtocol(): number[];<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcBTag<br>Method or attribute name: getRespProtocol(): number[];<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1777|SysCap changed|Class name: NfcFTag<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcFTag<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1778|SysCap changed|Class name: NfcFTag<br>Method or attribute name: getSystemCode(): number[];<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcFTag<br>Method or attribute name: getSystemCode(): number[];<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1779|SysCap changed|Class name: NfcFTag<br>Method or attribute name: getPmm(): number[];<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcFTag<br>Method or attribute name: getPmm(): number[];<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1780|SysCap changed|Class name: NfcVTag<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcVTag<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1781|SysCap changed|Class name: NfcVTag<br>Method or attribute name: getResponseFlags(): number;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcVTag<br>Method or attribute name: getResponseFlags(): number;<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1782|SysCap changed|Class name: NfcVTag<br>Method or attribute name: getDsfId(): number;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: NfcVTag<br>Method or attribute name: getDsfId(): number;<br>SysCap:SystemCapability.Communication.NFC.Tag|nfctech.d.ts|
1783|SysCap changed|Class name: TagSession<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1784|SysCap changed|Class name: TagSession<br>Method or attribute name: getTagInfo(): tag.TagInfo;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession<br>Method or attribute name: getTagInfo(): tag.TagInfo;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1785|SysCap changed|Class name: TagSession<br>Method or attribute name: connectTag(): boolean;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession<br>Method or attribute name: connectTag(): boolean;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1786|SysCap changed|Class name: TagSession<br>Method or attribute name: reset(): void;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession<br>Method or attribute name: reset(): void;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1787|SysCap changed|Class name: TagSession<br>Method or attribute name: isTagConnected(): boolean;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession<br>Method or attribute name: isTagConnected(): boolean;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1788|SysCap changed|Class name: TagSession<br>Method or attribute name: setSendDataTimeout(timeout: number): boolean;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession<br>Method or attribute name: setSendDataTimeout(timeout: number): boolean;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1789|SysCap changed|Class name: TagSession<br>Method or attribute name: getSendDataTimeout(): number;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession<br>Method or attribute name: getSendDataTimeout(): number;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1790|SysCap changed|Class name: TagSession<br>Method or attribute name: sendData(data: number[]): Promise\<number[]>;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession<br>Method or attribute name: sendData(data: number[]): Promise\<number[]>;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1791|SysCap changed|Class name: TagSession<br>Method or attribute name: sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession<br>Method or attribute name: sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1792|SysCap changed|Class name: TagSession<br>Method or attribute name: getMaxSendLength(): number;<br>SysCap:SystemCapability.Communication.NFC.Core|Class name: TagSession<br>Method or attribute name: getMaxSendLength(): number;<br>SysCap:SystemCapability.Communication.NFC.Tag|tagSession.d.ts|
1793