1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Deleted|Class name: WifiEapConfig;<br>Method or attribute name: caCertAliases: string;|NA|@ohos.wifiManager.d.ts|
4|Deleted|Class name: WifiEapConfig;<br>Method or attribute name: clientCertAliases: string;|NA|@ohos.wifiManager.d.ts|
5|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
6|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
7|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: close(): Promise\<void>;|@ohos.net.socket.d.ts|
8|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: close(): Promise\<void>;|@ohos.net.socket.d.ts|
9|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;|@ohos.net.socket.d.ts|
10|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;|@ohos.net.socket.d.ts|
11|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;|@ohos.net.socket.d.ts|
12|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;|@ohos.net.socket.d.ts|
13|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
14|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
15|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
16|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
17|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
18|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
19|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
20|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
21|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
22|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
23|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
24|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
25|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: send(options: TCPSendOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
26|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;|@ohos.net.socket.d.ts|
27|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;|@ohos.net.socket.d.ts|
28|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;|@ohos.net.socket.d.ts|
29|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;|@ohos.net.socket.d.ts|
30|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;|@ohos.net.socket.d.ts|
31|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
32|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
33|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;|@ohos.net.socket.d.ts|
34|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;|@ohos.net.socket.d.ts|
35|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts|
36|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts|
37|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getRemoteCertificate(callback: AsyncCallback\<X509CertRawData>): void;|@ohos.net.socket.d.ts|
38|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getRemoteCertificate(): Promise\<X509CertRawData>;|@ohos.net.socket.d.ts|
39|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getProtocol(callback: AsyncCallback\<string>): void;|@ohos.net.socket.d.ts|
40|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: getProtocol(): Promise\<string>;|@ohos.net.socket.d.ts|
41|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getCipherSuite(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts|
42|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getCipherSuite(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts|
43|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getSignatureAlgorithms(callback: AsyncCallback\<Array\<string>>): void;|@ohos.net.socket.d.ts|
44|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: getSignatureAlgorithms(): Promise\<Array\<string>>;|@ohos.net.socket.d.ts|
45|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: send(data: string, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
46|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: send(data: string): Promise\<void>;|@ohos.net.socket.d.ts|
47|Added|NA|Class name: a2dp;<br>Method or attribute name: type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.a2dp.d.ts|
48|Added|NA|Class name: a2dp;<br>Method or attribute name: function createA2dpSrcProfile(): A2dpSourceProfile;|@ohos.bluetooth.a2dp.d.ts|
49|Added|NA|Class name: A2dpSourceProfile;<br>Method or attribute name: connect(deviceId: string): void;|@ohos.bluetooth.a2dp.d.ts|
50|Added|NA|Class name: A2dpSourceProfile;<br>Method or attribute name: disconnect(deviceId: string): void;|@ohos.bluetooth.a2dp.d.ts|
51|Added|NA|Class name: A2dpSourceProfile;<br>Method or attribute name: getPlayingState(deviceId: string): PlayingState;|@ohos.bluetooth.a2dp.d.ts|
52|Added|NA|Class name: PlayingState;<br>Method or attribute name: STATE_NOT_PLAYING|@ohos.bluetooth.a2dp.d.ts|
53|Added|NA|Class name: PlayingState;<br>Method or attribute name: STATE_PLAYING|@ohos.bluetooth.a2dp.d.ts|
54|Added|NA|Class name: access;<br>Method or attribute name: function enableBluetooth(): void;|@ohos.bluetooth.access.d.ts|
55|Added|NA|Class name: access;<br>Method or attribute name: function disableBluetooth(): void;|@ohos.bluetooth.access.d.ts|
56|Added|NA|Class name: access;<br>Method or attribute name: function getState(): BluetoothState;|@ohos.bluetooth.access.d.ts|
57|Added|NA|Class name: access;<br>Method or attribute name: function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;|@ohos.bluetooth.access.d.ts|
58|Added|NA|Class name: access;<br>Method or attribute name: function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;|@ohos.bluetooth.access.d.ts|
59|Added|NA|Class name: BluetoothState;<br>Method or attribute name: STATE_OFF = 0|@ohos.bluetooth.access.d.ts|
60|Added|NA|Class name: BluetoothState;<br>Method or attribute name: STATE_TURNING_ON = 1|@ohos.bluetooth.access.d.ts|
61|Added|NA|Class name: BluetoothState;<br>Method or attribute name: STATE_ON = 2|@ohos.bluetooth.access.d.ts|
62|Added|NA|Class name: BluetoothState;<br>Method or attribute name: STATE_TURNING_OFF = 3|@ohos.bluetooth.access.d.ts|
63|Added|NA|Class name: BluetoothState;<br>Method or attribute name: STATE_BLE_TURNING_ON = 4|@ohos.bluetooth.access.d.ts|
64|Added|NA|Class name: BluetoothState;<br>Method or attribute name: STATE_BLE_ON = 5|@ohos.bluetooth.access.d.ts|
65|Added|NA|Class name: BluetoothState;<br>Method or attribute name: STATE_BLE_TURNING_OFF = 6|@ohos.bluetooth.access.d.ts|
66|Added|NA|Class name: baseProfile;<br>Method or attribute name: type ProfileConnectionState = constant.ProfileConnectionState;|@ohos.bluetooth.baseProfile.d.ts|
67|Added|NA|Class name: ConnectionStrategy;<br>Method or attribute name: CONNECTION_STRATEGY_UNSUPPORTED = 0|@ohos.bluetooth.baseProfile.d.ts|
68|Added|NA|Class name: ConnectionStrategy;<br>Method or attribute name: CONNECTION_STRATEGY_ALLOWED = 1|@ohos.bluetooth.baseProfile.d.ts|
69|Added|NA|Class name: ConnectionStrategy;<br>Method or attribute name: CONNECTION_STRATEGY_FORBIDDEN = 2|@ohos.bluetooth.baseProfile.d.ts|
70|Added|NA|Class name: StateChangeParam;<br>Method or attribute name: deviceId: string;|@ohos.bluetooth.baseProfile.d.ts|
71|Added|NA|Class name: StateChangeParam;<br>Method or attribute name: state: ProfileConnectionState;|@ohos.bluetooth.baseProfile.d.ts|
72|Added|NA|Class name: BaseProfile;<br>Method or attribute name: setConnectionStrategy(deviceId: string, strategy: ConnectionStrategy): Promise\<void>;|@ohos.bluetooth.baseProfile.d.ts|
73|Added|NA|Class name: BaseProfile;<br>Method or attribute name: setConnectionStrategy(deviceId: string, strategy: ConnectionStrategy, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.baseProfile.d.ts|
74|Added|NA|Class name: BaseProfile;<br>Method or attribute name: getConnectionStrategy(deviceId: string, callback: AsyncCallback\<ConnectionStrategy>): void;|@ohos.bluetooth.baseProfile.d.ts|
75|Added|NA|Class name: BaseProfile;<br>Method or attribute name: getConnectionStrategy(deviceId: string): Promise\<ConnectionStrategy>;|@ohos.bluetooth.baseProfile.d.ts|
76|Added|NA|Class name: BaseProfile;<br>Method or attribute name: getConnectedDevices(): Array\<string>;|@ohos.bluetooth.baseProfile.d.ts|
77|Added|NA|Class name: BaseProfile;<br>Method or attribute name: getConnectionState(deviceId: string): ProfileConnectionState;|@ohos.bluetooth.baseProfile.d.ts|
78|Added|NA|Class name: BaseProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;|@ohos.bluetooth.baseProfile.d.ts|
79|Added|NA|Class name: BaseProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;|@ohos.bluetooth.baseProfile.d.ts|
80|Added|NA|Class name: ble;<br>Method or attribute name: type ProfileConnectionState = constant.ProfileConnectionState;|@ohos.bluetooth.ble.d.ts|
81|Added|NA|Class name: ble;<br>Method or attribute name: function createGattServer(): GattServer;|@ohos.bluetooth.ble.d.ts|
82|Added|NA|Class name: ble;<br>Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;|@ohos.bluetooth.ble.d.ts|
83|Added|NA|Class name: ble;<br>Method or attribute name: function getConnectedBLEDevices(): Array\<string>;|@ohos.bluetooth.ble.d.ts|
84|Added|NA|Class name: ble;<br>Method or attribute name: function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;|@ohos.bluetooth.ble.d.ts|
85|Added|NA|Class name: ble;<br>Method or attribute name: function stopBLEScan(): void;|@ohos.bluetooth.ble.d.ts|
86|Added|NA|Class name: ble;<br>Method or attribute name: function startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;|@ohos.bluetooth.ble.d.ts|
87|Added|NA|Class name: ble;<br>Method or attribute name: function stopAdvertising(): void;|@ohos.bluetooth.ble.d.ts|
88|Added|NA|Class name: ble;<br>Method or attribute name: function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;|@ohos.bluetooth.ble.d.ts|
89|Added|NA|Class name: ble;<br>Method or attribute name: function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;|@ohos.bluetooth.ble.d.ts|
90|Added|NA|Class name: GattServer;<br>Method or attribute name: addService(service: GattService): void;|@ohos.bluetooth.ble.d.ts|
91|Added|NA|Class name: GattServer;<br>Method or attribute name: removeService(serviceUuid: string): void;|@ohos.bluetooth.ble.d.ts|
92|Added|NA|Class name: GattServer;<br>Method or attribute name: close(): void;|@ohos.bluetooth.ble.d.ts|
93|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: close(): void;|@ohos.bluetooth.ble.d.ts|
94|Added|NA|Class name: GattServer;<br>Method or attribute name: notifyCharacteristicChanged(<br><br>      deviceId: string,<br><br>      notifyCharacteristic: NotifyCharacteristic,<br><br>      callback: AsyncCallback\<void><br><br>    ): void;|@ohos.bluetooth.ble.d.ts|
95|Added|NA|Class name: GattServer;<br>Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): Promise\<void>;|@ohos.bluetooth.ble.d.ts|
96|Added|NA|Class name: GattServer;<br>Method or attribute name: sendResponse(serverResponse: ServerResponse): void;|@ohos.bluetooth.ble.d.ts|
97|Added|NA|Class name: GattServer;<br>Method or attribute name: on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetooth.ble.d.ts|
98|Added|NA|Class name: GattServer;<br>Method or attribute name: on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetooth.ble.d.ts|
99|Added|NA|Class name: GattServer;<br>Method or attribute name: on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;|@ohos.bluetooth.ble.d.ts|
100|Added|NA|Class name: GattServer;<br>Method or attribute name: on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetooth.ble.d.ts|
101|Added|NA|Class name: GattServer;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts|
102|Added|NA|Class name: GattServer;<br>Method or attribute name: on(type: 'BLEMtuChange', callback: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts|
103|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: on(type: 'BLEMtuChange', callback: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts|
104|Added|NA|Class name: GattServer;<br>Method or attribute name: off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetooth.ble.d.ts|
105|Added|NA|Class name: GattServer;<br>Method or attribute name: off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetooth.ble.d.ts|
106|Added|NA|Class name: GattServer;<br>Method or attribute name: off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;|@ohos.bluetooth.ble.d.ts|
107|Added|NA|Class name: GattServer;<br>Method or attribute name: off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetooth.ble.d.ts|
108|Added|NA|Class name: GattServer;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts|
109|Added|NA|Class name: GattServer;<br>Method or attribute name: off(type: 'BLEMtuChange', callback?: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts|
110|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: off(type: 'BLEMtuChange', callback?: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts|
111|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: connect(): void;|@ohos.bluetooth.ble.d.ts|
112|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: disconnect(): void;|@ohos.bluetooth.ble.d.ts|
113|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(callback: AsyncCallback\<string>): void;|@ohos.bluetooth.ble.d.ts|
114|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;|@ohos.bluetooth.ble.d.ts|
115|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: getServices(callback: AsyncCallback\<Array\<GattService>>): void;|@ohos.bluetooth.ble.d.ts|
116|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;|@ohos.bluetooth.ble.d.ts|
117|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;|@ohos.bluetooth.ble.d.ts|
118|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;|@ohos.bluetooth.ble.d.ts|
119|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;|@ohos.bluetooth.ble.d.ts|
120|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;|@ohos.bluetooth.ble.d.ts|
121|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: writeCharacteristicValue(<br><br>      characteristic: BLECharacteristic,<br><br>      writeType: GattWriteType,<br><br>      callback: AsyncCallback\<void><br><br>    ): void;|@ohos.bluetooth.ble.d.ts|
122|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType): Promise\<void>;|@ohos.bluetooth.ble.d.ts|
123|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.ble.d.ts|
124|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): Promise\<void>;|@ohos.bluetooth.ble.d.ts|
125|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(callback: AsyncCallback\<number>): void;|@ohos.bluetooth.ble.d.ts|
126|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;|@ohos.bluetooth.ble.d.ts|
127|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: setBLEMtuSize(mtu: number): void;|@ohos.bluetooth.ble.d.ts|
128|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: setCharacteristicChangeNotification(<br><br>      characteristic: BLECharacteristic,<br><br>      enable: boolean,<br><br>      callback: AsyncCallback\<void><br><br>    ): void;|@ohos.bluetooth.ble.d.ts|
129|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean): Promise\<void>;|@ohos.bluetooth.ble.d.ts|
130|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: setCharacteristicChangeIndication(<br><br>      characteristic: BLECharacteristic,<br><br>      enable: boolean,<br><br>      callback: AsyncCallback\<void><br><br>    ): void;|@ohos.bluetooth.ble.d.ts|
131|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean): Promise\<void>;|@ohos.bluetooth.ble.d.ts|
132|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;|@ohos.bluetooth.ble.d.ts|
133|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts|
134|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;|@ohos.bluetooth.ble.d.ts|
135|Added|NA|Class name: GattClientDevice;<br>Method or attribute name: off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts|
136|Added|NA|Class name: GattService;<br>Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
137|Added|NA|Class name: BLECharacteristic;<br>Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
138|Added|NA|Class name: BLEDescriptor;<br>Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
139|Added|NA|Class name: NotifyCharacteristic;<br>Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
140|Added|NA|Class name: CharacteristicReadRequest;<br>Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
141|Added|NA|Class name: CharacteristicWriteRequest;<br>Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
142|Added|NA|Class name: DescriptorReadRequest;<br>Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
143|Added|NA|Class name: DescriptorWriteRequest;<br>Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
144|Added|NA|Class name: ServiceData;<br>Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
145|Added|NA|Class name: GattService;<br>Method or attribute name: isPrimary: boolean;|@ohos.bluetooth.ble.d.ts|
146|Added|NA|Class name: GattService;<br>Method or attribute name: characteristics: Array\<BLECharacteristic>;|@ohos.bluetooth.ble.d.ts|
147|Added|NA|Class name: GattService;<br>Method or attribute name: includeServices?: Array\<GattService>;|@ohos.bluetooth.ble.d.ts|
148|Added|NA|Class name: BLECharacteristic;<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
149|Added|NA|Class name: BLEDescriptor;<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
150|Added|NA|Class name: NotifyCharacteristic;<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
151|Added|NA|Class name: CharacteristicReadRequest;<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
152|Added|NA|Class name: CharacteristicWriteRequest;<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
153|Added|NA|Class name: DescriptorReadRequest;<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
154|Added|NA|Class name: DescriptorWriteRequest;<br>Method or attribute name: characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
155|Added|NA|Class name: BLECharacteristic;<br>Method or attribute name: characteristicValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
156|Added|NA|Class name: NotifyCharacteristic;<br>Method or attribute name: characteristicValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
157|Added|NA|Class name: BLECharacteristic;<br>Method or attribute name: descriptors: Array\<BLEDescriptor>;|@ohos.bluetooth.ble.d.ts|
158|Added|NA|Class name: BLECharacteristic;<br>Method or attribute name: properties?: GattProperties;|@ohos.bluetooth.ble.d.ts|
159|Added|NA|Class name: BLEDescriptor;<br>Method or attribute name: descriptorUuid: string;|@ohos.bluetooth.ble.d.ts|
160|Added|NA|Class name: DescriptorReadRequest;<br>Method or attribute name: descriptorUuid: string;|@ohos.bluetooth.ble.d.ts|
161|Added|NA|Class name: DescriptorWriteRequest;<br>Method or attribute name: descriptorUuid: string;|@ohos.bluetooth.ble.d.ts|
162|Added|NA|Class name: BLEDescriptor;<br>Method or attribute name: descriptorValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
163|Added|NA|Class name: NotifyCharacteristic;<br>Method or attribute name: confirm: boolean;|@ohos.bluetooth.ble.d.ts|
164|Added|NA|Class name: CharacteristicReadRequest;<br>Method or attribute name: deviceId: string;|@ohos.bluetooth.ble.d.ts|
165|Added|NA|Class name: CharacteristicWriteRequest;<br>Method or attribute name: deviceId: string;|@ohos.bluetooth.ble.d.ts|
166|Added|NA|Class name: DescriptorReadRequest;<br>Method or attribute name: deviceId: string;|@ohos.bluetooth.ble.d.ts|
167|Added|NA|Class name: DescriptorWriteRequest;<br>Method or attribute name: deviceId: string;|@ohos.bluetooth.ble.d.ts|
168|Added|NA|Class name: ServerResponse;<br>Method or attribute name: deviceId: string;|@ohos.bluetooth.ble.d.ts|
169|Added|NA|Class name: BLEConnectionChangeState;<br>Method or attribute name: deviceId: string;|@ohos.bluetooth.ble.d.ts|
170|Added|NA|Class name: ScanResult;<br>Method or attribute name: deviceId: string;|@ohos.bluetooth.ble.d.ts|
171|Added|NA|Class name: CharacteristicReadRequest;<br>Method or attribute name: transId: number;|@ohos.bluetooth.ble.d.ts|
172|Added|NA|Class name: CharacteristicWriteRequest;<br>Method or attribute name: transId: number;|@ohos.bluetooth.ble.d.ts|
173|Added|NA|Class name: DescriptorReadRequest;<br>Method or attribute name: transId: number;|@ohos.bluetooth.ble.d.ts|
174|Added|NA|Class name: DescriptorWriteRequest;<br>Method or attribute name: transId: number;|@ohos.bluetooth.ble.d.ts|
175|Added|NA|Class name: ServerResponse;<br>Method or attribute name: transId: number;|@ohos.bluetooth.ble.d.ts|
176|Added|NA|Class name: CharacteristicReadRequest;<br>Method or attribute name: offset: number;|@ohos.bluetooth.ble.d.ts|
177|Added|NA|Class name: CharacteristicWriteRequest;<br>Method or attribute name: offset: number;|@ohos.bluetooth.ble.d.ts|
178|Added|NA|Class name: DescriptorReadRequest;<br>Method or attribute name: offset: number;|@ohos.bluetooth.ble.d.ts|
179|Added|NA|Class name: DescriptorWriteRequest;<br>Method or attribute name: offset: number;|@ohos.bluetooth.ble.d.ts|
180|Added|NA|Class name: ServerResponse;<br>Method or attribute name: offset: number;|@ohos.bluetooth.ble.d.ts|
181|Added|NA|Class name: CharacteristicWriteRequest;<br>Method or attribute name: isPrepared: boolean;|@ohos.bluetooth.ble.d.ts|
182|Added|NA|Class name: DescriptorWriteRequest;<br>Method or attribute name: isPrepared: boolean;|@ohos.bluetooth.ble.d.ts|
183|Added|NA|Class name: CharacteristicWriteRequest;<br>Method or attribute name: needRsp: boolean;|@ohos.bluetooth.ble.d.ts|
184|Added|NA|Class name: DescriptorWriteRequest;<br>Method or attribute name: needRsp: boolean;|@ohos.bluetooth.ble.d.ts|
185|Added|NA|Class name: CharacteristicWriteRequest;<br>Method or attribute name: value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
186|Added|NA|Class name: DescriptorWriteRequest;<br>Method or attribute name: value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
187|Added|NA|Class name: ServerResponse;<br>Method or attribute name: value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
188|Added|NA|Class name: ServerResponse;<br>Method or attribute name: status: number;|@ohos.bluetooth.ble.d.ts|
189|Added|NA|Class name: BLEConnectionChangeState;<br>Method or attribute name: state: ProfileConnectionState;|@ohos.bluetooth.ble.d.ts|
190|Added|NA|Class name: ScanResult;<br>Method or attribute name: rssi: number;|@ohos.bluetooth.ble.d.ts|
191|Added|NA|Class name: ScanResult;<br>Method or attribute name: data: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
192|Added|NA|Class name: ScanResult;<br>Method or attribute name: deviceName: string;|@ohos.bluetooth.ble.d.ts|
193|Added|NA|Class name: ScanResult;<br>Method or attribute name: connectable: boolean;|@ohos.bluetooth.ble.d.ts|
194|Added|NA|Class name: AdvertiseSetting;<br>Method or attribute name: interval?: number;|@ohos.bluetooth.ble.d.ts|
195|Added|NA|Class name: ScanOptions;<br>Method or attribute name: interval?: number;|@ohos.bluetooth.ble.d.ts|
196|Added|NA|Class name: AdvertiseSetting;<br>Method or attribute name: txPower?: number;|@ohos.bluetooth.ble.d.ts|
197|Added|NA|Class name: AdvertiseSetting;<br>Method or attribute name: connectable?: boolean;|@ohos.bluetooth.ble.d.ts|
198|Added|NA|Class name: AdvertiseData;<br>Method or attribute name: serviceUuids: Array\<string>;|@ohos.bluetooth.ble.d.ts|
199|Added|NA|Class name: AdvertiseData;<br>Method or attribute name: manufactureData: Array\<ManufactureData>;|@ohos.bluetooth.ble.d.ts|
200|Added|NA|Class name: AdvertiseData;<br>Method or attribute name: serviceData: Array\<ServiceData>;|@ohos.bluetooth.ble.d.ts|
201|Added|NA|Class name: AdvertiseData;<br>Method or attribute name: includeDeviceName?: boolean;|@ohos.bluetooth.ble.d.ts|
202|Added|NA|Class name: ManufactureData;<br>Method or attribute name: manufactureId: number;|@ohos.bluetooth.ble.d.ts|
203|Added|NA|Class name: ManufactureData;<br>Method or attribute name: manufactureValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
204|Added|NA|Class name: ServiceData;<br>Method or attribute name: serviceValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
205|Added|NA|Class name: ScanFilter;<br>Method or attribute name: deviceId?: string;|@ohos.bluetooth.ble.d.ts|
206|Added|NA|Class name: ScanFilter;<br>Method or attribute name: name?: string;|@ohos.bluetooth.ble.d.ts|
207|Added|NA|Class name: ScanFilter;<br>Method or attribute name: serviceUuid?: string;|@ohos.bluetooth.ble.d.ts|
208|Added|NA|Class name: ScanFilter;<br>Method or attribute name: serviceUuidMask?: string;|@ohos.bluetooth.ble.d.ts|
209|Added|NA|Class name: ScanFilter;<br>Method or attribute name: serviceSolicitationUuid?: string;|@ohos.bluetooth.ble.d.ts|
210|Added|NA|Class name: ScanFilter;<br>Method or attribute name: serviceSolicitationUuidMask?: string;|@ohos.bluetooth.ble.d.ts|
211|Added|NA|Class name: ScanFilter;<br>Method or attribute name: serviceData?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
212|Added|NA|Class name: ScanFilter;<br>Method or attribute name: serviceDataMask?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
213|Added|NA|Class name: ScanFilter;<br>Method or attribute name: manufactureId?: number;|@ohos.bluetooth.ble.d.ts|
214|Added|NA|Class name: ScanFilter;<br>Method or attribute name: manufactureData?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
215|Added|NA|Class name: ScanFilter;<br>Method or attribute name: manufactureDataMask?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
216|Added|NA|Class name: ScanOptions;<br>Method or attribute name: dutyMode?: ScanDuty;|@ohos.bluetooth.ble.d.ts|
217|Added|NA|Class name: ScanOptions;<br>Method or attribute name: matchMode?: MatchMode;|@ohos.bluetooth.ble.d.ts|
218|Added|NA|Class name: GattProperties;<br>Method or attribute name: write?: boolean;|@ohos.bluetooth.ble.d.ts|
219|Added|NA|Class name: GattProperties;<br>Method or attribute name: writeNoResponse?: boolean;|@ohos.bluetooth.ble.d.ts|
220|Added|NA|Class name: GattProperties;<br>Method or attribute name: read?: boolean;|@ohos.bluetooth.ble.d.ts|
221|Added|NA|Class name: GattProperties;<br>Method or attribute name: notify?: boolean;|@ohos.bluetooth.ble.d.ts|
222|Added|NA|Class name: GattProperties;<br>Method or attribute name: indicate?: boolean;|@ohos.bluetooth.ble.d.ts|
223|Added|NA|Class name: GattWriteType;<br>Method or attribute name: WRITE = 1|@ohos.bluetooth.ble.d.ts|
224|Added|NA|Class name: GattWriteType;<br>Method or attribute name: WRITE_NO_RESPONSE = 2|@ohos.bluetooth.ble.d.ts|
225|Added|NA|Class name: ScanDuty;<br>Method or attribute name: SCAN_MODE_LOW_POWER = 0|@ohos.bluetooth.ble.d.ts|
226|Added|NA|Class name: ScanDuty;<br>Method or attribute name: SCAN_MODE_BALANCED = 1|@ohos.bluetooth.ble.d.ts|
227|Added|NA|Class name: ScanDuty;<br>Method or attribute name: SCAN_MODE_LOW_LATENCY = 2|@ohos.bluetooth.ble.d.ts|
228|Added|NA|Class name: MatchMode;<br>Method or attribute name: MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetooth.ble.d.ts|
229|Added|NA|Class name: MatchMode;<br>Method or attribute name: MATCH_MODE_STICKY = 2|@ohos.bluetooth.ble.d.ts|
230|Added|NA|Class name: connection;<br>Method or attribute name: type ProfileConnectionState = constant.ProfileConnectionState;|@ohos.bluetooth.connection.d.ts|
231|Added|NA|Class name: connection;<br>Method or attribute name: type ProfileId = constant.ProfileId;|@ohos.bluetooth.connection.d.ts|
232|Added|NA|Class name: connection;<br>Method or attribute name: type ProfileUuids = constant.ProfileUuids;|@ohos.bluetooth.connection.d.ts|
233|Added|NA|Class name: connection;<br>Method or attribute name: type MajorClass = constant.MajorClass;|@ohos.bluetooth.connection.d.ts|
234|Added|NA|Class name: connection;<br>Method or attribute name: type MajorMinorClass = constant.MajorMinorClass;|@ohos.bluetooth.connection.d.ts|
235|Added|NA|Class name: connection;<br>Method or attribute name: function getProfileConnectionState(profileId?: ProfileId): ProfileConnectionState;|@ohos.bluetooth.connection.d.ts|
236|Added|NA|Class name: connection;<br>Method or attribute name: function pairDevice(deviceId: string, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts|
237|Added|NA|Class name: connection;<br>Method or attribute name: function pairDevice(deviceId: string): Promise\<void>;|@ohos.bluetooth.connection.d.ts|
238|Added|NA|Class name: connection;<br>Method or attribute name: function pairCredibleDevice(deviceId: string, transport: BluetoothTransport, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts|
239|Added|NA|Class name: connection;<br>Method or attribute name: function pairCredibleDevice(deviceId: string, transport: BluetoothTransport): Promise\<void>;|@ohos.bluetooth.connection.d.ts|
240|Added|NA|Class name: connection;<br>Method or attribute name: function cancelPairedDevice(deviceId: string, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts|
241|Added|NA|Class name: connection;<br>Method or attribute name: function cancelPairedDevice(deviceId: string): Promise\<void>;|@ohos.bluetooth.connection.d.ts|
242|Added|NA|Class name: connection;<br>Method or attribute name: function cancelPairingDevice(deviceId: string, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts|
243|Added|NA|Class name: connection;<br>Method or attribute name: function cancelPairingDevice(deviceId: string): Promise\<void>;|@ohos.bluetooth.connection.d.ts|
244|Added|NA|Class name: connection;<br>Method or attribute name: function getRemoteDeviceName(deviceId: string): string;|@ohos.bluetooth.connection.d.ts|
245|Added|NA|Class name: connection;<br>Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;|@ohos.bluetooth.connection.d.ts|
246|Added|NA|Class name: connection;<br>Method or attribute name: function getLocalName(): string;|@ohos.bluetooth.connection.d.ts|
247|Added|NA|Class name: connection;<br>Method or attribute name: function getPairedDevices(): Array\<string>;|@ohos.bluetooth.connection.d.ts|
248|Added|NA|Class name: connection;<br>Method or attribute name: function setDevicePairingConfirmation(deviceId: string, accept: boolean): void;|@ohos.bluetooth.connection.d.ts|
249|Added|NA|Class name: connection;<br>Method or attribute name: function setDevicePinCode(deviceId: string, code: string, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts|
250|Added|NA|Class name: connection;<br>Method or attribute name: function setDevicePinCode(deviceId: string, code: string): Promise\<void>;|@ohos.bluetooth.connection.d.ts|
251|Added|NA|Class name: connection;<br>Method or attribute name: function setLocalName(name: string): void;|@ohos.bluetooth.connection.d.ts|
252|Added|NA|Class name: connection;<br>Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;|@ohos.bluetooth.connection.d.ts|
253|Added|NA|Class name: connection;<br>Method or attribute name: function getBluetoothScanMode(): ScanMode;|@ohos.bluetooth.connection.d.ts|
254|Added|NA|Class name: connection;<br>Method or attribute name: function startBluetoothDiscovery(): void;|@ohos.bluetooth.connection.d.ts|
255|Added|NA|Class name: connection;<br>Method or attribute name: function stopBluetoothDiscovery(): void;|@ohos.bluetooth.connection.d.ts|
256|Added|NA|Class name: connection;<br>Method or attribute name: function getLocalProfileUuids(callback: AsyncCallback\<Array\<ProfileUuids>>): void;|@ohos.bluetooth.connection.d.ts|
257|Added|NA|Class name: connection;<br>Method or attribute name: function getLocalProfileUuids(): Promise\<Array\<ProfileUuids>>;|@ohos.bluetooth.connection.d.ts|
258|Added|NA|Class name: connection;<br>Method or attribute name: function getRemoteProfileUuids(deviceId: string, callback: AsyncCallback\<Array\<ProfileUuids>>): void;|@ohos.bluetooth.connection.d.ts|
259|Added|NA|Class name: connection;<br>Method or attribute name: function getRemoteProfileUuids(deviceId: string): Promise\<Array\<ProfileUuids>>;|@ohos.bluetooth.connection.d.ts|
260|Added|NA|Class name: connection;<br>Method or attribute name: function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;|@ohos.bluetooth.connection.d.ts|
261|Added|NA|Class name: connection;<br>Method or attribute name: function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;|@ohos.bluetooth.connection.d.ts|
262|Added|NA|Class name: connection;<br>Method or attribute name: function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;|@ohos.bluetooth.connection.d.ts|
263|Added|NA|Class name: connection;<br>Method or attribute name: function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;|@ohos.bluetooth.connection.d.ts|
264|Added|NA|Class name: connection;<br>Method or attribute name: function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;|@ohos.bluetooth.connection.d.ts|
265|Added|NA|Class name: connection;<br>Method or attribute name: function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;|@ohos.bluetooth.connection.d.ts|
266|Added|NA|Class name: BondStateParam;<br>Method or attribute name: deviceId: string;|@ohos.bluetooth.connection.d.ts|
267|Added|NA|Class name: PinRequiredParam;<br>Method or attribute name: deviceId: string;|@ohos.bluetooth.connection.d.ts|
268|Added|NA|Class name: BondStateParam;<br>Method or attribute name: state: BondState;|@ohos.bluetooth.connection.d.ts|
269|Added|NA|Class name: PinRequiredParam;<br>Method or attribute name: pinCode: string;|@ohos.bluetooth.connection.d.ts|
270|Added|NA|Class name: PinRequiredParam;<br>Method or attribute name: pinType: PinType;|@ohos.bluetooth.connection.d.ts|
271|Added|NA|Class name: DeviceClass;<br>Method or attribute name: majorClass: MajorClass;|@ohos.bluetooth.connection.d.ts|
272|Added|NA|Class name: DeviceClass;<br>Method or attribute name: majorMinorClass: MajorMinorClass;|@ohos.bluetooth.connection.d.ts|
273|Added|NA|Class name: DeviceClass;<br>Method or attribute name: classOfDevice: number;|@ohos.bluetooth.connection.d.ts|
274|Added|NA|Class name: BluetoothTransport;<br>Method or attribute name: TRANSPORT_BR_EDR = 0|@ohos.bluetooth.connection.d.ts|
275|Added|NA|Class name: BluetoothTransport;<br>Method or attribute name: TRANSPORT_LE = 1|@ohos.bluetooth.connection.d.ts|
276|Added|NA|Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_NONE = 0|@ohos.bluetooth.connection.d.ts|
277|Added|NA|Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_CONNECTABLE = 1|@ohos.bluetooth.connection.d.ts|
278|Added|NA|Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_GENERAL_DISCOVERABLE = 2|@ohos.bluetooth.connection.d.ts|
279|Added|NA|Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_LIMITED_DISCOVERABLE = 3|@ohos.bluetooth.connection.d.ts|
280|Added|NA|Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4|@ohos.bluetooth.connection.d.ts|
281|Added|NA|Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5|@ohos.bluetooth.connection.d.ts|
282|Added|NA|Class name: BondState;<br>Method or attribute name: BOND_STATE_INVALID = 0|@ohos.bluetooth.connection.d.ts|
283|Added|NA|Class name: BondState;<br>Method or attribute name: BOND_STATE_BONDING = 1|@ohos.bluetooth.connection.d.ts|
284|Added|NA|Class name: BondState;<br>Method or attribute name: BOND_STATE_BONDED = 2|@ohos.bluetooth.connection.d.ts|
285|Added|NA|Class name: PinType;<br>Method or attribute name: PIN_TYPE_ENTER_PIN_CODE = 0|@ohos.bluetooth.connection.d.ts|
286|Added|NA|Class name: PinType;<br>Method or attribute name: PIN_TYPE_ENTER_PASSKEY = 1|@ohos.bluetooth.connection.d.ts|
287|Added|NA|Class name: PinType;<br>Method or attribute name: PIN_TYPE_CONFIRM_PASSKEY = 2|@ohos.bluetooth.connection.d.ts|
288|Added|NA|Class name: PinType;<br>Method or attribute name: PIN_TYPE_NO_PASSKEY_CONSENT = 3|@ohos.bluetooth.connection.d.ts|
289|Added|NA|Class name: PinType;<br>Method or attribute name: PIN_TYPE_NOTIFY_PASSKEY = 4|@ohos.bluetooth.connection.d.ts|
290|Added|NA|Class name: PinType;<br>Method or attribute name: PIN_TYPE_DISPLAY_PIN_CODE = 5|@ohos.bluetooth.connection.d.ts|
291|Added|NA|Class name: PinType;<br>Method or attribute name: PIN_TYPE_OOB_CONSENT = 6|@ohos.bluetooth.connection.d.ts|
292|Added|NA|Class name: PinType;<br>Method or attribute name: PIN_TYPE_PIN_16_DIGITS = 7|@ohos.bluetooth.connection.d.ts|
293|Added|NA|Class name: ProfileId;<br>Method or attribute name: PROFILE_A2DP_SOURCE = 1|@ohos.bluetooth.constant.d.ts|
294|Added|NA|Class name: ProfileId;<br>Method or attribute name: PROFILE_HANDSFREE_AUDIO_GATEWAY = 4|@ohos.bluetooth.constant.d.ts|
295|Added|NA|Class name: ProfileId;<br>Method or attribute name: PROFILE_HID_HOST = 6|@ohos.bluetooth.constant.d.ts|
296|Added|NA|Class name: ProfileId;<br>Method or attribute name: PROFILE_PAN_NETWORK = 7|@ohos.bluetooth.constant.d.ts|
297|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HFP_AG = '0000111F-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
298|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HFP_HF = '0000111E-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
299|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HSP_AG = '00001112-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
300|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HSP_HS = '00001108-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
301|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_A2DP_SRC = '0000110A-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
302|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_A2DP_SINK = '0000110B-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
303|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_AVRCP_CT = '0000110E-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
304|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_AVRCP_TG = '0000110C-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
305|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HID = '00001124-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
306|Added|NA|Class name: ProfileUuids;<br>Method or attribute name: PROFILE_UUID_HOGP = '00001812-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
307|Added|NA|Class name: ProfileConnectionState;<br>Method or attribute name: STATE_DISCONNECTED = 0|@ohos.bluetooth.constant.d.ts|
308|Added|NA|Class name: ProfileConnectionState;<br>Method or attribute name: STATE_CONNECTING = 1|@ohos.bluetooth.constant.d.ts|
309|Added|NA|Class name: ProfileConnectionState;<br>Method or attribute name: STATE_CONNECTED = 2|@ohos.bluetooth.constant.d.ts|
310|Added|NA|Class name: ProfileConnectionState;<br>Method or attribute name: STATE_DISCONNECTING = 3|@ohos.bluetooth.constant.d.ts|
311|Added|NA|Class name: MajorClass;<br>Method or attribute name: MAJOR_MISC = 0x0000|@ohos.bluetooth.constant.d.ts|
312|Added|NA|Class name: MajorClass;<br>Method or attribute name: MAJOR_COMPUTER = 0x0100|@ohos.bluetooth.constant.d.ts|
313|Added|NA|Class name: MajorClass;<br>Method or attribute name: MAJOR_PHONE = 0x0200|@ohos.bluetooth.constant.d.ts|
314|Added|NA|Class name: MajorClass;<br>Method or attribute name: MAJOR_NETWORKING = 0x0300|@ohos.bluetooth.constant.d.ts|
315|Added|NA|Class name: MajorClass;<br>Method or attribute name: MAJOR_AUDIO_VIDEO = 0x0400|@ohos.bluetooth.constant.d.ts|
316|Added|NA|Class name: MajorClass;<br>Method or attribute name: MAJOR_PERIPHERAL = 0x0500|@ohos.bluetooth.constant.d.ts|
317|Added|NA|Class name: MajorClass;<br>Method or attribute name: MAJOR_IMAGING = 0x0600|@ohos.bluetooth.constant.d.ts|
318|Added|NA|Class name: MajorClass;<br>Method or attribute name: MAJOR_WEARABLE = 0x0700|@ohos.bluetooth.constant.d.ts|
319|Added|NA|Class name: MajorClass;<br>Method or attribute name: MAJOR_TOY = 0x0800|@ohos.bluetooth.constant.d.ts|
320|Added|NA|Class name: MajorClass;<br>Method or attribute name: MAJOR_HEALTH = 0x0900|@ohos.bluetooth.constant.d.ts|
321|Added|NA|Class name: MajorClass;<br>Method or attribute name: MAJOR_UNCATEGORIZED = 0x1F00|@ohos.bluetooth.constant.d.ts|
322|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_UNCATEGORIZED = 0x0100|@ohos.bluetooth.constant.d.ts|
323|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_DESKTOP = 0x0104|@ohos.bluetooth.constant.d.ts|
324|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_SERVER = 0x0108|@ohos.bluetooth.constant.d.ts|
325|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_LAPTOP = 0x010C|@ohos.bluetooth.constant.d.ts|
326|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_HANDHELD_PC_PDA = 0x0110|@ohos.bluetooth.constant.d.ts|
327|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_PALM_SIZE_PC_PDA = 0x0114|@ohos.bluetooth.constant.d.ts|
328|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_WEARABLE = 0x0118|@ohos.bluetooth.constant.d.ts|
329|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_TABLET = 0x011C|@ohos.bluetooth.constant.d.ts|
330|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PHONE_UNCATEGORIZED = 0x0200|@ohos.bluetooth.constant.d.ts|
331|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PHONE_CELLULAR = 0x0204|@ohos.bluetooth.constant.d.ts|
332|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PHONE_CORDLESS = 0x0208|@ohos.bluetooth.constant.d.ts|
333|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PHONE_SMART = 0x020C|@ohos.bluetooth.constant.d.ts|
334|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PHONE_MODEM_OR_GATEWAY = 0x0210|@ohos.bluetooth.constant.d.ts|
335|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PHONE_ISDN = 0x0214|@ohos.bluetooth.constant.d.ts|
336|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_FULLY_AVAILABLE = 0x0300|@ohos.bluetooth.constant.d.ts|
337|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_1_TO_17_UTILIZED = 0x0320|@ohos.bluetooth.constant.d.ts|
338|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_17_TO_33_UTILIZED = 0x0340|@ohos.bluetooth.constant.d.ts|
339|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_33_TO_50_UTILIZED = 0x0360|@ohos.bluetooth.constant.d.ts|
340|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_60_TO_67_UTILIZED = 0x0380|@ohos.bluetooth.constant.d.ts|
341|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_67_TO_83_UTILIZED = 0x03A0|@ohos.bluetooth.constant.d.ts|
342|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_83_TO_99_UTILIZED = 0x03C0|@ohos.bluetooth.constant.d.ts|
343|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_NO_SERVICE = 0x03E0|@ohos.bluetooth.constant.d.ts|
344|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_UNCATEGORIZED = 0x0400|@ohos.bluetooth.constant.d.ts|
345|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404|@ohos.bluetooth.constant.d.ts|
346|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_HANDSFREE = 0x0408|@ohos.bluetooth.constant.d.ts|
347|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_MICROPHONE = 0x0410|@ohos.bluetooth.constant.d.ts|
348|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_LOUDSPEAKER = 0x0414|@ohos.bluetooth.constant.d.ts|
349|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_HEADPHONES = 0x0418|@ohos.bluetooth.constant.d.ts|
350|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C|@ohos.bluetooth.constant.d.ts|
351|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_CAR_AUDIO = 0x0420|@ohos.bluetooth.constant.d.ts|
352|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_SET_TOP_BOX = 0x0424|@ohos.bluetooth.constant.d.ts|
353|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_HIFI_AUDIO = 0x0428|@ohos.bluetooth.constant.d.ts|
354|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VCR = 0x042C|@ohos.bluetooth.constant.d.ts|
355|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430|@ohos.bluetooth.constant.d.ts|
356|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_CAMCORDER = 0x0434|@ohos.bluetooth.constant.d.ts|
357|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438|@ohos.bluetooth.constant.d.ts|
358|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C|@ohos.bluetooth.constant.d.ts|
359|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440|@ohos.bluetooth.constant.d.ts|
360|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448|@ohos.bluetooth.constant.d.ts|
361|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500|@ohos.bluetooth.constant.d.ts|
362|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_KEYBOARD = 0x0540|@ohos.bluetooth.constant.d.ts|
363|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_POINTING_DEVICE = 0x0580|@ohos.bluetooth.constant.d.ts|
364|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_KEYBOARD_POINTING = 0x05C0|@ohos.bluetooth.constant.d.ts|
365|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_UNCATEGORIZED = 0x0500|@ohos.bluetooth.constant.d.ts|
366|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_JOYSTICK = 0x0504|@ohos.bluetooth.constant.d.ts|
367|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_GAMEPAD = 0x0508|@ohos.bluetooth.constant.d.ts|
368|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_REMOTE_CONTROL = 0x05C0|@ohos.bluetooth.constant.d.ts|
369|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_SENSING_DEVICE = 0x0510|@ohos.bluetooth.constant.d.ts|
370|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_DIGITIZER_TABLET = 0x0514|@ohos.bluetooth.constant.d.ts|
371|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_CARD_READER = 0x0518|@ohos.bluetooth.constant.d.ts|
372|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_DIGITAL_PEN = 0x051C|@ohos.bluetooth.constant.d.ts|
373|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_SCANNER_RFID = 0x0520|@ohos.bluetooth.constant.d.ts|
374|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_GESTURAL_INPUT = 0x0522|@ohos.bluetooth.constant.d.ts|
375|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_UNCATEGORIZED = 0x0600|@ohos.bluetooth.constant.d.ts|
376|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_DISPLAY = 0x0610|@ohos.bluetooth.constant.d.ts|
377|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_CAMERA = 0x0620|@ohos.bluetooth.constant.d.ts|
378|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_SCANNER = 0x0640|@ohos.bluetooth.constant.d.ts|
379|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_PRINTER = 0x0680|@ohos.bluetooth.constant.d.ts|
380|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_UNCATEGORIZED = 0x0700|@ohos.bluetooth.constant.d.ts|
381|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_WRIST_WATCH = 0x0704|@ohos.bluetooth.constant.d.ts|
382|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_PAGER = 0x0708|@ohos.bluetooth.constant.d.ts|
383|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_JACKET = 0x070C|@ohos.bluetooth.constant.d.ts|
384|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_HELMET = 0x0710|@ohos.bluetooth.constant.d.ts|
385|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_GLASSES = 0x0714|@ohos.bluetooth.constant.d.ts|
386|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: TOY_UNCATEGORIZED = 0x0800|@ohos.bluetooth.constant.d.ts|
387|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: TOY_ROBOT = 0x0804|@ohos.bluetooth.constant.d.ts|
388|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: TOY_VEHICLE = 0x0808|@ohos.bluetooth.constant.d.ts|
389|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: TOY_DOLL_ACTION_FIGURE = 0x080C|@ohos.bluetooth.constant.d.ts|
390|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: TOY_CONTROLLER = 0x0810|@ohos.bluetooth.constant.d.ts|
391|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: TOY_GAME = 0x0814|@ohos.bluetooth.constant.d.ts|
392|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_UNCATEGORIZED = 0x0900|@ohos.bluetooth.constant.d.ts|
393|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_BLOOD_PRESSURE = 0x0904|@ohos.bluetooth.constant.d.ts|
394|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_THERMOMETER = 0x0908|@ohos.bluetooth.constant.d.ts|
395|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_WEIGHING = 0x090C|@ohos.bluetooth.constant.d.ts|
396|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_GLUCOSE = 0x0910|@ohos.bluetooth.constant.d.ts|
397|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_PULSE_OXIMETER = 0x0914|@ohos.bluetooth.constant.d.ts|
398|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_PULSE_RATE = 0x0918|@ohos.bluetooth.constant.d.ts|
399|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_DATA_DISPLAY = 0x091C|@ohos.bluetooth.constant.d.ts|
400|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_STEP_COUNTER = 0x0920|@ohos.bluetooth.constant.d.ts|
401|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924|@ohos.bluetooth.constant.d.ts|
402|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_PEAK_FLOW_MONITOR = 0x0928|@ohos.bluetooth.constant.d.ts|
403|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_MEDICATION_MONITOR = 0x092C|@ohos.bluetooth.constant.d.ts|
404|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_KNEE_PROSTHESIS = 0x0930|@ohos.bluetooth.constant.d.ts|
405|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_ANKLE_PROSTHESIS = 0x0934|@ohos.bluetooth.constant.d.ts|
406|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938|@ohos.bluetooth.constant.d.ts|
407|Added|NA|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C|@ohos.bluetooth.constant.d.ts|
408|Added|NA|Class name: hfp;<br>Method or attribute name: type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.hfp.d.ts|
409|Added|NA|Class name: hfp;<br>Method or attribute name: function createHfpAgProfile(): HandsFreeAudioGatewayProfile;|@ohos.bluetooth.hfp.d.ts|
410|Added|NA|Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: connect(deviceId: string): void;|@ohos.bluetooth.hfp.d.ts|
411|Added|NA|Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: disconnect(deviceId: string): void;|@ohos.bluetooth.hfp.d.ts|
412|Added|NA|Class name: hid;<br>Method or attribute name: type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.hid.d.ts|
413|Added|NA|Class name: hid;<br>Method or attribute name: function createHidHostProfile(): HidHostProfile;|@ohos.bluetooth.hid.d.ts|
414|Added|NA|Class name: HidHostProfile;<br>Method or attribute name: connect(deviceId: string): void;|@ohos.bluetooth.hid.d.ts|
415|Added|NA|Class name: HidHostProfile;<br>Method or attribute name: disconnect(deviceId: string): void;|@ohos.bluetooth.hid.d.ts|
416|Added|NA|Class name: pan;<br>Method or attribute name: type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.pan.d.ts|
417|Added|NA|Class name: pan;<br>Method or attribute name: function createPanProfile(): PanProfile;|@ohos.bluetooth.pan.d.ts|
418|Added|NA|Class name: PanProfile;<br>Method or attribute name: disconnect(deviceId: string): void;|@ohos.bluetooth.pan.d.ts|
419|Added|NA|Class name: PanProfile;<br>Method or attribute name: setTethering(enable: boolean): void;|@ohos.bluetooth.pan.d.ts|
420|Added|NA|Class name: PanProfile;<br>Method or attribute name: isTetheringOn(): boolean;|@ohos.bluetooth.pan.d.ts|
421|Added|NA|Class name: socket;<br>Method or attribute name: function sppListen(name: string, options: SppOptions, callback: AsyncCallback\<number>): void;|@ohos.bluetooth.socket.d.ts|
422|Added|NA|Class name: socket;<br>Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;|@ohos.bluetooth.socket.d.ts|
423|Added|NA|Class name: socket;<br>Method or attribute name: function sppConnect(deviceId: string, options: SppOptions, callback: AsyncCallback\<number>): void;|@ohos.bluetooth.socket.d.ts|
424|Added|NA|Class name: socket;<br>Method or attribute name: function sppCloseServerSocket(socket: number): void;|@ohos.bluetooth.socket.d.ts|
425|Added|NA|Class name: socket;<br>Method or attribute name: function sppCloseClientSocket(socket: number): void;|@ohos.bluetooth.socket.d.ts|
426|Added|NA|Class name: socket;<br>Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): void;|@ohos.bluetooth.socket.d.ts|
427|Added|NA|Class name: socket;<br>Method or attribute name: function on(type: 'sppRead', clientSocket: number, callback: Callback\<ArrayBuffer>): void;|@ohos.bluetooth.socket.d.ts|
428|Added|NA|Class name: socket;<br>Method or attribute name: function off(type: 'sppRead', clientSocket: number, callback?: Callback\<ArrayBuffer>): void;|@ohos.bluetooth.socket.d.ts|
429|Added|NA|Class name: SppOptions;<br>Method or attribute name: uuid: string;|@ohos.bluetooth.socket.d.ts|
430|Added|NA|Class name: SppOptions;<br>Method or attribute name: secure: boolean;|@ohos.bluetooth.socket.d.ts|
431|Added|NA|Class name: SppOptions;<br>Method or attribute name: type: SppType;|@ohos.bluetooth.socket.d.ts|
432|Added|NA|Class name: SppType;<br>Method or attribute name: SPP_RFCOMM|@ohos.bluetooth.socket.d.ts|
433|Added|NA|Class name: connection;<br>Method or attribute name: function getAllNetsSync(): Array\<NetHandle>;|@ohos.net.connection.d.ts|
434|Added|NA|Class name: connection;<br>Method or attribute name: function getConnectionPropertiesSync(netHandle: NetHandle): ConnectionProperties;|@ohos.net.connection.d.ts|
435|Added|NA|Class name: connection;<br>Method or attribute name: function getNetCapabilitiesSync(netHandle: NetHandle): NetCapabilities;|@ohos.net.connection.d.ts|
436|Added|NA|Class name: connection;<br>Method or attribute name: function isDefaultNetMeteredSync(): boolean;|@ohos.net.connection.d.ts|
437|Added|NA|Class name: connection;<br>Method or attribute name: function hasDefaultNetSync(): boolean;|@ohos.net.connection.d.ts|
438|Added|NA|Class name: connection;<br>Method or attribute name: function getAppNetSync(): NetHandle;|@ohos.net.connection.d.ts|
439|Added|NA|Class name: connection;<br>Method or attribute name: function getDefaultHttpProxy(callback: AsyncCallback\<HttpProxy>): void;|@ohos.net.connection.d.ts|
440|Added|NA|Class name: connection;<br>Method or attribute name: function getDefaultHttpProxy(): Promise\<HttpProxy>;|@ohos.net.connection.d.ts|
441|Added|NA|Class name: connection;<br>Method or attribute name: function getGlobalHttpProxy(callback: AsyncCallback\<HttpProxy>): void;|@ohos.net.connection.d.ts|
442|Added|NA|Class name: connection;<br>Method or attribute name: function getGlobalHttpProxy(): Promise\<HttpProxy>;|@ohos.net.connection.d.ts|
443|Added|NA|Class name: connection;<br>Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy, callback: AsyncCallback\<void>): void;|@ohos.net.connection.d.ts|
444|Added|NA|Class name: connection;<br>Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy): Promise\<void>;|@ohos.net.connection.d.ts|
445|Added|NA|Class name: NetConnection;<br>Method or attribute name: on(type: 'netCapabilitiesChange', callback: Callback\<NetCapabilityInfo>): void;|@ohos.net.connection.d.ts|
446|Added|NA|Class name: NetCapabilityInfo;<br>Method or attribute name: netHandle: NetHandle;|@ohos.net.connection.d.ts|
447|Added|NA|Class name: NetCapabilityInfo;<br>Method or attribute name: netCap: NetCapabilities;|@ohos.net.connection.d.ts|
448|Added|NA|Class name: HttpProxy;<br>Method or attribute name: host: string;|@ohos.net.connection.d.ts|
449|Added|NA|Class name: HttpProxy;<br>Method or attribute name: port: number;|@ohos.net.connection.d.ts|
450|Added|NA|Class name: HttpProxy;<br>Method or attribute name: exclusionList: Array\<string>;|@ohos.net.connection.d.ts|
451|Added|NA|Class name: ethernet;<br>Method or attribute name: type HttpProxy = connection.HttpProxy;|@ohos.net.ethernet.d.ts|
452|Added|NA|Class name: ethernet;<br>Method or attribute name: function on(type: 'interfaceStateChange', callback: Callback\<{ iface: string, active: boolean }>): void;|@ohos.net.ethernet.d.ts|
453|Added|NA|Class name: ethernet;<br>Method or attribute name: function off(type: 'interfaceStateChange', callback?: Callback\<{ iface: string, active: boolean }>): void;|@ohos.net.ethernet.d.ts|
454|Added|NA|Class name: InterfaceConfiguration;<br>Method or attribute name: httpProxy?: HttpProxy;|@ohos.net.ethernet.d.ts|
455|Added|NA|Class name: http;<br>Method or attribute name: type HttpProxy = connection.HttpProxy;|@ohos.net.http.d.ts|
456|Added|NA|Class name: HttpRequestOptions;<br>Method or attribute name: usingProxy?: boolean \| HttpProxy;|@ohos.net.http.d.ts|
457|Added|NA|Class name: HttpRequestOptions;<br>Method or attribute name: caPath?: string;|@ohos.net.http.d.ts|
458|Added|NA|Class name: HttpRequest;<br>Method or attribute name: requestInStream(url: string, callback: AsyncCallback\<number>): void;|@ohos.net.http.d.ts|
459|Added|NA|Class name: HttpRequest;<br>Method or attribute name: requestInStream(url: string, options: HttpRequestOptions, callback: AsyncCallback\<number>): void;|@ohos.net.http.d.ts|
460|Added|NA|Class name: HttpRequest;<br>Method or attribute name: requestInStream(url: string, options?: HttpRequestOptions): Promise\<number>;|@ohos.net.http.d.ts|
461|Added|NA|Class name: HttpRequest;<br>Method or attribute name: on(type: "dataReceive", callback: Callback\<ArrayBuffer>): void;|@ohos.net.http.d.ts|
462|Added|NA|Class name: HttpRequest;<br>Method or attribute name: on(type: "dataEnd", callback: Callback\<void>): void;|@ohos.net.http.d.ts|
463|Added|NA|Class name: HttpRequest;<br>Method or attribute name: on(type: 'dataReceiveProgress', callback: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts|
464|Added|NA|Class name: HttpRequest;<br>Method or attribute name: off(type: "dataReceive", callback?: Callback\<ArrayBuffer>): void;|@ohos.net.http.d.ts|
465|Added|NA|Class name: HttpRequest;<br>Method or attribute name: off(type: "dataEnd", callback?: Callback\<void>): void;|@ohos.net.http.d.ts|
466|Added|NA|Class name: HttpRequest;<br>Method or attribute name: off(type: 'dataReceiveProgress', callback?: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts|
467|Added|NA|Class name: mdns;<br>Method or attribute name: function addLocalService(context: Context, serviceInfo: LocalServiceInfo,<br>    callback: AsyncCallback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
468|Added|NA|Class name: mdns;<br>Method or attribute name: function addLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\<LocalServiceInfo>;|@ohos.net.mdns.d.ts|
469|Added|NA|Class name: mdns;<br>Method or attribute name: function removeLocalService(context: Context, serviceInfo: LocalServiceInfo,<br>    callback: AsyncCallback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
470|Added|NA|Class name: mdns;<br>Method or attribute name: function removeLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\<LocalServiceInfo>;|@ohos.net.mdns.d.ts|
471|Added|NA|Class name: mdns;<br>Method or attribute name: function createDiscoveryService(context: Context, serviceType: string): DiscoveryService;|@ohos.net.mdns.d.ts|
472|Added|NA|Class name: mdns;<br>Method or attribute name: function resolveLocalService(context: Context, serviceInfo: LocalServiceInfo,<br>    callback: AsyncCallback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
473|Added|NA|Class name: mdns;<br>Method or attribute name: function resolveLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\<LocalServiceInfo>;|@ohos.net.mdns.d.ts|
474|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: on(type: 'discoveryStart', callback: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
475|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: on(type: 'discoveryStop', callback: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
476|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: on(type: 'serviceFound', callback: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
477|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: on(type: 'serviceLost', callback: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
478|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: off(type: 'discoveryStart', callback?: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
479|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: off(type: 'discoveryStop', callback?: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
480|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: off(type: 'serviceFound', callback?: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
481|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: off(type: 'serviceLost', callback?: Callback\<LocalServiceInfo>): void;|@ohos.net.mdns.d.ts|
482|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: startSearchingMDNS(): void;|@ohos.net.mdns.d.ts|
483|Added|NA|Class name: DiscoveryService;<br>Method or attribute name: stopSearchingMDNS(): void;|@ohos.net.mdns.d.ts|
484|Added|NA|Class name: LocalServiceInfo;<br>Method or attribute name: serviceType: string;|@ohos.net.mdns.d.ts|
485|Added|NA|Class name: LocalServiceInfo;<br>Method or attribute name: serviceName: string;|@ohos.net.mdns.d.ts|
486|Added|NA|Class name: LocalServiceInfo;<br>Method or attribute name: port?: number;|@ohos.net.mdns.d.ts|
487|Added|NA|Class name: LocalServiceInfo;<br>Method or attribute name: host?: NetAddress;|@ohos.net.mdns.d.ts|
488|Added|NA|Class name: LocalServiceInfo;<br>Method or attribute name: serviceAttribute?: Array\<ServiceAttribute>;|@ohos.net.mdns.d.ts|
489|Added|NA|Class name: ServiceAttribute;<br>Method or attribute name: key: string;|@ohos.net.mdns.d.ts|
490|Added|NA|Class name: ServiceAttribute;<br>Method or attribute name: value: Array\<number>;|@ohos.net.mdns.d.ts|
491|Added|NA|Class name: MdnsError;<br>Method or attribute name: INTERNAL_ERROR = 0|@ohos.net.mdns.d.ts|
492|Added|NA|Class name: MdnsError;<br>Method or attribute name: ALREADY_ACTIVE = 1|@ohos.net.mdns.d.ts|
493|Added|NA|Class name: MdnsError;<br>Method or attribute name: MAX_LIMIT = 2|@ohos.net.mdns.d.ts|
494|Added|NA|Class name: policy;<br>Method or attribute name: function setBackgroundAllowed(isAllowed: boolean, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
495|Added|NA|Class name: policy;<br>Method or attribute name: function setBackgroundAllowed(isAllowed: boolean): Promise\<void>;|@ohos.net.policy.d.ts|
496|Added|NA|Class name: policy;<br>Method or attribute name: function isBackgroundAllowed(callback: AsyncCallback\<boolean>): void;|@ohos.net.policy.d.ts|
497|Added|NA|Class name: policy;<br>Method or attribute name: function isBackgroundAllowed(): Promise\<boolean>;|@ohos.net.policy.d.ts|
498|Added|NA|Class name: policy;<br>Method or attribute name: function getBackgroundPolicyByUid(uid: number, callback: AsyncCallback\<NetBackgroundPolicy>): void;|@ohos.net.policy.d.ts|
499|Added|NA|Class name: policy;<br>Method or attribute name: function getBackgroundPolicyByUid(uid: number): Promise\<NetBackgroundPolicy>;|@ohos.net.policy.d.ts|
500|Added|NA|Class name: policy;<br>Method or attribute name: function setPolicyByUid(uid: number, policy: NetUidPolicy, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
501|Added|NA|Class name: policy;<br>Method or attribute name: function setPolicyByUid(uid: number, policy: NetUidPolicy): Promise\<void>;|@ohos.net.policy.d.ts|
502|Added|NA|Class name: policy;<br>Method or attribute name: function getPolicyByUid(uid: number, callback: AsyncCallback\<NetUidPolicy>): void;|@ohos.net.policy.d.ts|
503|Added|NA|Class name: policy;<br>Method or attribute name: function getPolicyByUid(uid: number): Promise\<NetUidPolicy>;|@ohos.net.policy.d.ts|
504|Added|NA|Class name: policy;<br>Method or attribute name: function getUidsByPolicy(policy: NetUidPolicy, callback: AsyncCallback\<Array\<number>>): void;|@ohos.net.policy.d.ts|
505|Added|NA|Class name: policy;<br>Method or attribute name: function getUidsByPolicy(policy: NetUidPolicy): Promise\<Array\<number>>;|@ohos.net.policy.d.ts|
506|Added|NA|Class name: policy;<br>Method or attribute name: function isUidNetAllowed(uid: number, isMetered: boolean, callback: AsyncCallback\<boolean>): void;|@ohos.net.policy.d.ts|
507|Added|NA|Class name: policy;<br>Method or attribute name: function isUidNetAllowed(uid: number, isMetered: boolean): Promise\<boolean>;|@ohos.net.policy.d.ts|
508|Added|NA|Class name: policy;<br>Method or attribute name: function isUidNetAllowed(uid: number, iface: string, callback: AsyncCallback\<boolean>): void;|@ohos.net.policy.d.ts|
509|Added|NA|Class name: policy;<br>Method or attribute name: function isUidNetAllowed(uid: number, iface: string): Promise\<boolean>;|@ohos.net.policy.d.ts|
510|Added|NA|Class name: policy;<br>Method or attribute name: function setNetQuotaPolicies(quotaPolicies: Array\<NetQuotaPolicy>, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
511|Added|NA|Class name: policy;<br>Method or attribute name: function setNetQuotaPolicies(quotaPolicies: Array\<NetQuotaPolicy>): Promise\<void>;|@ohos.net.policy.d.ts|
512|Added|NA|Class name: policy;<br>Method or attribute name: function getNetQuotaPolicies(callback: AsyncCallback\<Array\<NetQuotaPolicy>>): void;|@ohos.net.policy.d.ts|
513|Added|NA|Class name: policy;<br>Method or attribute name: function getNetQuotaPolicies(): Promise\<Array\<NetQuotaPolicy>>;|@ohos.net.policy.d.ts|
514|Added|NA|Class name: policy;<br>Method or attribute name: function updateRemindPolicy(netType: NetBearType, simId: string, remindType: RemindType, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
515|Added|NA|Class name: policy;<br>Method or attribute name: function updateRemindPolicy(netType: NetBearType, simId: string, remindType: RemindType): Promise\<void>;|@ohos.net.policy.d.ts|
516|Added|NA|Class name: policy;<br>Method or attribute name: function setDeviceIdleTrustlist(uids: Array\<number>, isAllowed: boolean, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
517|Added|NA|Class name: policy;<br>Method or attribute name: function setDeviceIdleTrustlist(uids: Array\<number>, isAllowed: boolean): Promise\<void>;|@ohos.net.policy.d.ts|
518|Added|NA|Class name: policy;<br>Method or attribute name: function getDeviceIdleTrustlist(callback: AsyncCallback\<Array\<number>>): void;|@ohos.net.policy.d.ts|
519|Added|NA|Class name: policy;<br>Method or attribute name: function getDeviceIdleTrustlist(): Promise\<Array\<number>>;|@ohos.net.policy.d.ts|
520|Added|NA|Class name: policy;<br>Method or attribute name: function setPowerSaveTrustlist(uids: Array\<number>, isAllowed: boolean, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
521|Added|NA|Class name: policy;<br>Method or attribute name: function setPowerSaveTrustlist(uids: Array\<number>, isAllowed: boolean): Promise\<void>;|@ohos.net.policy.d.ts|
522|Added|NA|Class name: policy;<br>Method or attribute name: function getPowerSaveTrustlist(callback: AsyncCallback\<Array\<number>>): void;|@ohos.net.policy.d.ts|
523|Added|NA|Class name: policy;<br>Method or attribute name: function getPowerSaveTrustlist(): Promise\<Array\<number>>;|@ohos.net.policy.d.ts|
524|Added|NA|Class name: policy;<br>Method or attribute name: function resetPolicies(simId: string, callback: AsyncCallback\<void>): void;|@ohos.net.policy.d.ts|
525|Added|NA|Class name: policy;<br>Method or attribute name: function resetPolicies(simId: string): Promise\<void>;|@ohos.net.policy.d.ts|
526|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netUidPolicyChange', callback: Callback\<{ uid: number, policy: NetUidPolicy }>): void;|@ohos.net.policy.d.ts|
527|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netUidRuleChange', callback: Callback\<{ uid: number, rule: NetUidRule }>): void;|@ohos.net.policy.d.ts|
528|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netMeteredIfacesChange', callback: Callback\<Array\<string>>): void;|@ohos.net.policy.d.ts|
529|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netQuotaPolicyChange', callback: Callback\<Array\<NetQuotaPolicy>>): void;|@ohos.net.policy.d.ts|
530|Added|NA|Class name: policy;<br>Method or attribute name: function on(type: 'netBackgroundPolicyChange', callback: Callback\<boolean>): void;|@ohos.net.policy.d.ts|
531|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netUidPolicyChange', callback?: Callback\<{ uid: number, policy: NetUidPolicy }>): void;|@ohos.net.policy.d.ts|
532|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netUidRuleChange', callback?: Callback\<{ uid: number, rule: NetUidRule }>): void;|@ohos.net.policy.d.ts|
533|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netMeteredIfacesChange', callback?: Callback\<Array\<string>>): void;|@ohos.net.policy.d.ts|
534|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netQuotaPolicyChange', callback?: Callback\<Array\<NetQuotaPolicy>>): void;|@ohos.net.policy.d.ts|
535|Added|NA|Class name: policy;<br>Method or attribute name: function off(type: 'netBackgroundPolicyChange', callback?: Callback\<boolean>): void;|@ohos.net.policy.d.ts|
536|Added|NA|Class name: NetBackgroundPolicy;<br>Method or attribute name: NET_BACKGROUND_POLICY_NONE = 0|@ohos.net.policy.d.ts|
537|Added|NA|Class name: NetBackgroundPolicy;<br>Method or attribute name: NET_BACKGROUND_POLICY_ENABLE = 1|@ohos.net.policy.d.ts|
538|Added|NA|Class name: NetBackgroundPolicy;<br>Method or attribute name: NET_BACKGROUND_POLICY_DISABLE = 2|@ohos.net.policy.d.ts|
539|Added|NA|Class name: NetBackgroundPolicy;<br>Method or attribute name: NET_BACKGROUND_POLICY_TRUSTLIST = 3|@ohos.net.policy.d.ts|
540|Added|NA|Class name: NetQuotaPolicy;<br>Method or attribute name: networkMatchRule: NetworkMatchRule;|@ohos.net.policy.d.ts|
541|Added|NA|Class name: NetQuotaPolicy;<br>Method or attribute name: quotaPolicy: QuotaPolicy;|@ohos.net.policy.d.ts|
542|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: periodDuration: string;|@ohos.net.policy.d.ts|
543|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: warningBytes: number;|@ohos.net.policy.d.ts|
544|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: limitBytes: number;|@ohos.net.policy.d.ts|
545|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: metered: boolean;|@ohos.net.policy.d.ts|
546|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: limitAction: LimitAction;|@ohos.net.policy.d.ts|
547|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: lastWarningRemind?: number;|@ohos.net.policy.d.ts|
548|Added|NA|Class name: QuotaPolicy;<br>Method or attribute name: lastLimitRemind?: number;|@ohos.net.policy.d.ts|
549|Added|NA|Class name: NetworkMatchRule;<br>Method or attribute name: netType: NetBearType;|@ohos.net.policy.d.ts|
550|Added|NA|Class name: NetworkMatchRule;<br>Method or attribute name: identity: string;|@ohos.net.policy.d.ts|
551|Added|NA|Class name: NetworkMatchRule;<br>Method or attribute name: simId: string;|@ohos.net.policy.d.ts|
552|Added|NA|Class name: LimitAction;<br>Method or attribute name: LIMIT_ACTION_NONE = -1|@ohos.net.policy.d.ts|
553|Added|NA|Class name: LimitAction;<br>Method or attribute name: LIMIT_ACTION_ACCESS_DISABLED = 0|@ohos.net.policy.d.ts|
554|Added|NA|Class name: LimitAction;<br>Method or attribute name: LIMIT_ACTION_ALERT_ONLY = 1|@ohos.net.policy.d.ts|
555|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_NONE = 0|@ohos.net.policy.d.ts|
556|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_ALLOW_METERED_FOREGROUND = 1 \<\< 0|@ohos.net.policy.d.ts|
557|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_ALLOW_METERED = 1 \<\< 1|@ohos.net.policy.d.ts|
558|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_REJECT_METERED = 1 \<\< 2|@ohos.net.policy.d.ts|
559|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_ALLOW_ALL = 1 \<\< 5|@ohos.net.policy.d.ts|
560|Added|NA|Class name: NetUidRule;<br>Method or attribute name: NET_RULE_REJECT_ALL = 1 \<\< 6|@ohos.net.policy.d.ts|
561|Added|NA|Class name: RemindType;<br>Method or attribute name: REMIND_TYPE_WARNING = 1|@ohos.net.policy.d.ts|
562|Added|NA|Class name: RemindType;<br>Method or attribute name: REMIND_TYPE_LIMIT = 2|@ohos.net.policy.d.ts|
563|Added|NA|Class name: NetUidPolicy;<br>Method or attribute name: NET_POLICY_NONE = 0|@ohos.net.policy.d.ts|
564|Added|NA|Class name: NetUidPolicy;<br>Method or attribute name: NET_POLICY_ALLOW_METERED_BACKGROUND = 1 \<\< 0|@ohos.net.policy.d.ts|
565|Added|NA|Class name: NetUidPolicy;<br>Method or attribute name: NET_POLICY_REJECT_METERED_BACKGROUND = 1 \<\< 1|@ohos.net.policy.d.ts|
566|Added|NA|Class name: socket;<br>Method or attribute name: function constructTCPSocketServerInstance(): TCPSocketServer;|@ohos.net.socket.d.ts|
567|Added|NA|Class name: socket;<br>Method or attribute name: function constructTLSSocketServerInstance(): TLSSocketServer;|@ohos.net.socket.d.ts|
568|Added|NA|Class name: TCPSocket;<br>Method or attribute name: getSocketFd(callback: AsyncCallback\<number>): void;|@ohos.net.socket.d.ts|
569|Added|NA|Class name: TCPSocket;<br>Method or attribute name: getSocketFd(): Promise\<number>;|@ohos.net.socket.d.ts|
570|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: clientId: number;|@ohos.net.socket.d.ts|
571|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: clientId: number;|@ohos.net.socket.d.ts|
572|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: on(type: 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts|
573|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: on(type: 'close', callback: Callback\<void>): void;|@ohos.net.socket.d.ts|
574|Added|NA|Class name: TCPSocketConnection;<br>Method or attribute name: off(type: 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts|
575|Added|NA|Class name: TLSSocketConnection;<br>Method or attribute name: off(type: 'close', callback?: Callback\<void>): void;|@ohos.net.socket.d.ts|
576|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: listen(address: NetAddress, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
577|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: listen(address: NetAddress): Promise\<void>;|@ohos.net.socket.d.ts|
578|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: on(type: 'connect', callback: Callback\<TCPSocketConnection>): void;|@ohos.net.socket.d.ts|
579|Added|NA|Class name: TCPSocketServer;<br>Method or attribute name: off(type: 'connect', callback?: Callback\<TCPSocketConnection>): void;|@ohos.net.socket.d.ts|
580|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: listen(options: TLSConnectOptions, callback: AsyncCallback\<void>): void;|@ohos.net.socket.d.ts|
581|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: listen(options: TLSConnectOptions): Promise\<void>;|@ohos.net.socket.d.ts|
582|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: on(type: 'connect', callback: Callback\<TLSSocketConnection>): void;|@ohos.net.socket.d.ts|
583|Added|NA|Class name: TLSSocketServer;<br>Method or attribute name: off(type: 'connect', callback?: Callback\<TLSSocketConnection>): void;|@ohos.net.socket.d.ts|
584|Added|NA|Class name: statistics;<br>Method or attribute name: function getIfaceRxBytes(nic: string, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
585|Added|NA|Class name: statistics;<br>Method or attribute name: function getIfaceRxBytes(nic: string): Promise\<number>;|@ohos.net.statistics.d.ts|
586|Added|NA|Class name: statistics;<br>Method or attribute name: function getIfaceTxBytes(nic: string, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
587|Added|NA|Class name: statistics;<br>Method or attribute name: function getIfaceTxBytes(nic: string): Promise\<number>;|@ohos.net.statistics.d.ts|
588|Added|NA|Class name: statistics;<br>Method or attribute name: function getCellularRxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
589|Added|NA|Class name: statistics;<br>Method or attribute name: function getCellularRxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts|
590|Added|NA|Class name: statistics;<br>Method or attribute name: function getCellularTxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
591|Added|NA|Class name: statistics;<br>Method or attribute name: function getCellularTxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts|
592|Added|NA|Class name: statistics;<br>Method or attribute name: function getAllRxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
593|Added|NA|Class name: statistics;<br>Method or attribute name: function getAllRxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts|
594|Added|NA|Class name: statistics;<br>Method or attribute name: function getAllTxBytes(callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
595|Added|NA|Class name: statistics;<br>Method or attribute name: function getAllTxBytes(): Promise\<number>;|@ohos.net.statistics.d.ts|
596|Added|NA|Class name: statistics;<br>Method or attribute name: function getUidRxBytes(uid: number, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
597|Added|NA|Class name: statistics;<br>Method or attribute name: function getUidRxBytes(uid: number): Promise\<number>;|@ohos.net.statistics.d.ts|
598|Added|NA|Class name: statistics;<br>Method or attribute name: function getUidTxBytes(uid: number, callback: AsyncCallback\<number>): void;|@ohos.net.statistics.d.ts|
599|Added|NA|Class name: statistics;<br>Method or attribute name: function getUidTxBytes(uid: number): Promise\<number>;|@ohos.net.statistics.d.ts|
600|Added|NA|Class name: statistics;<br>Method or attribute name: function on(type: 'netStatsChange', callback: Callback\<{ iface: string, uid?: number }>): void;|@ohos.net.statistics.d.ts|
601|Added|NA|Class name: statistics;<br>Method or attribute name: function off(type: 'netStatsChange', callback?: Callback\<{ iface: string, uid?: number }>): void;|@ohos.net.statistics.d.ts|
602|Added|NA|Class name: statistics;<br>Method or attribute name: function getTrafficStatsByIface(ifaceInfo: IfaceInfo, callback: AsyncCallback\<NetStatsInfo>): void;|@ohos.net.statistics.d.ts|
603|Added|NA|Class name: statistics;<br>Method or attribute name: function getTrafficStatsByIface(ifaceInfo: IfaceInfo): Promise\<NetStatsInfo>;|@ohos.net.statistics.d.ts|
604|Added|NA|Class name: statistics;<br>Method or attribute name: function getTrafficStatsByUid(uidInfo: UidInfo, callback: AsyncCallback\<NetStatsInfo>): void;|@ohos.net.statistics.d.ts|
605|Added|NA|Class name: statistics;<br>Method or attribute name: function getTrafficStatsByUid(uidInfo: UidInfo): Promise\<NetStatsInfo>;|@ohos.net.statistics.d.ts|
606|Added|NA|Class name: IfaceInfo;<br>Method or attribute name: iface: string;|@ohos.net.statistics.d.ts|
607|Added|NA|Class name: IfaceInfo;<br>Method or attribute name: startTime: number;|@ohos.net.statistics.d.ts|
608|Added|NA|Class name: IfaceInfo;<br>Method or attribute name: endTime: number;|@ohos.net.statistics.d.ts|
609|Added|NA|Class name: UidInfo;<br>Method or attribute name: ifaceInfo: IfaceInfo;|@ohos.net.statistics.d.ts|
610|Added|NA|Class name: UidInfo;<br>Method or attribute name: uid: number;|@ohos.net.statistics.d.ts|
611|Added|NA|Class name: NetStatsInfo;<br>Method or attribute name: rxBytes: number;|@ohos.net.statistics.d.ts|
612|Added|NA|Class name: NetStatsInfo;<br>Method or attribute name: txBytes: number;|@ohos.net.statistics.d.ts|
613|Added|NA|Class name: NetStatsInfo;<br>Method or attribute name: rxPackets: number;|@ohos.net.statistics.d.ts|
614|Added|NA|Class name: NetStatsInfo;<br>Method or attribute name: txPackets: number;|@ohos.net.statistics.d.ts|
615|Added|NA|Class name: vpn;<br>Method or attribute name: function createVpnConnection(context: AbilityContext): VpnConnection;|@ohos.net.vpn.d.ts|
616|Added|NA|Class name: VpnConnection;<br>Method or attribute name: setUp(config: VpnConfig, callback: AsyncCallback\<number>): void;|@ohos.net.vpn.d.ts|
617|Added|NA|Class name: VpnConnection;<br>Method or attribute name: setUp(config: VpnConfig): Promise\<number>;|@ohos.net.vpn.d.ts|
618|Added|NA|Class name: VpnConnection;<br>Method or attribute name: protect(socketFd: number, callback: AsyncCallback\<void>): void;|@ohos.net.vpn.d.ts|
619|Added|NA|Class name: VpnConnection;<br>Method or attribute name: protect(socketFd: number): Promise\<void>;|@ohos.net.vpn.d.ts|
620|Added|NA|Class name: VpnConnection;<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;|@ohos.net.vpn.d.ts|
621|Added|NA|Class name: VpnConnection;<br>Method or attribute name: destroy(): Promise\<void>;|@ohos.net.vpn.d.ts|
622|Added|NA|Class name: VpnConfig;<br>Method or attribute name: addresses: Array\<LinkAddress>;|@ohos.net.vpn.d.ts|
623|Added|NA|Class name: VpnConfig;<br>Method or attribute name: routes?: Array\<RouteInfo>;|@ohos.net.vpn.d.ts|
624|Added|NA|Class name: VpnConfig;<br>Method or attribute name: dnsAddresses?: Array\<string>;|@ohos.net.vpn.d.ts|
625|Added|NA|Class name: VpnConfig;<br>Method or attribute name: searchDomains?: Array\<string>;|@ohos.net.vpn.d.ts|
626|Added|NA|Class name: VpnConfig;<br>Method or attribute name: mtu?: number;|@ohos.net.vpn.d.ts|
627|Added|NA|Class name: VpnConfig;<br>Method or attribute name: isIPv4Accepted?: boolean;|@ohos.net.vpn.d.ts|
628|Added|NA|Class name: VpnConfig;<br>Method or attribute name: isIPv6Accepted?: boolean;|@ohos.net.vpn.d.ts|
629|Added|NA|Class name: VpnConfig;<br>Method or attribute name: isLegacy?: boolean;|@ohos.net.vpn.d.ts|
630|Added|NA|Class name: VpnConfig;<br>Method or attribute name: isBlocking?: boolean;|@ohos.net.vpn.d.ts|
631|Added|NA|Class name: VpnConfig;<br>Method or attribute name: trustedApplications?: Array\<string>;|@ohos.net.vpn.d.ts|
632|Added|NA|Class name: VpnConfig;<br>Method or attribute name: blockedApplications?: Array\<string>;|@ohos.net.vpn.d.ts|
633|Added|NA|Class name: CloseResult;<br>Method or attribute name: code: number;|@ohos.net.webSocket.d.ts|
634|Added|NA|Class name: CloseResult;<br>Method or attribute name: reason: string;|@ohos.net.webSocket.d.ts|
635|Added|NA|Class name: tag;<br>Method or attribute name: function registerForegroundDispatch(<br>    elementName: ElementName,<br>    discTech: number[],<br>    callback: AsyncCallback\<TagInfo><br>  ): void;|@ohos.nfc.tag.d.ts|
636|Added|NA|Class name: tag;<br>Method or attribute name: function unregisterForegroundDispatch(elementName: ElementName): void;|@ohos.nfc.tag.d.ts|
637|Added|NA|Class name: omapi;<br>Method or attribute name: function newSEService(type: 'serviceState', callback: Callback\<ServiceState>): SEService;|@ohos.secureElement.d.ts|
638|Added|NA|Class name: SEService;<br>Method or attribute name: getReaders(): Reader[];|@ohos.secureElement.d.ts|
639|Added|NA|Class name: SEService;<br>Method or attribute name: isConnected(): boolean;|@ohos.secureElement.d.ts|
640|Added|NA|Class name: SEService;<br>Method or attribute name: shutdown(): void;|@ohos.secureElement.d.ts|
641|Added|NA|Class name: SEService;<br>Method or attribute name: getVersion(): string;|@ohos.secureElement.d.ts|
642|Added|NA|Class name: Reader;<br>Method or attribute name: getName(): string;|@ohos.secureElement.d.ts|
643|Added|NA|Class name: Reader;<br>Method or attribute name: isSecureElementPresent(): boolean;|@ohos.secureElement.d.ts|
644|Added|NA|Class name: Reader;<br>Method or attribute name: openSession(): Session;|@ohos.secureElement.d.ts|
645|Added|NA|Class name: Reader;<br>Method or attribute name: closeSessions(): void;|@ohos.secureElement.d.ts|
646|Added|NA|Class name: Session;<br>Method or attribute name: getReader(): Reader;|@ohos.secureElement.d.ts|
647|Added|NA|Class name: Session;<br>Method or attribute name: getATR(): number[];|@ohos.secureElement.d.ts|
648|Added|NA|Class name: Session;<br>Method or attribute name: close(): void;|@ohos.secureElement.d.ts|
649|Added|NA|Class name: Channel;<br>Method or attribute name: close(): void;|@ohos.secureElement.d.ts|
650|Added|NA|Class name: Session;<br>Method or attribute name: isClosed(): boolean;|@ohos.secureElement.d.ts|
651|Added|NA|Class name: Channel;<br>Method or attribute name: isClosed(): boolean;|@ohos.secureElement.d.ts|
652|Added|NA|Class name: Session;<br>Method or attribute name: closeChannels(): void;|@ohos.secureElement.d.ts|
653|Added|NA|Class name: Session;<br>Method or attribute name: openBasicChannel(aid: number[]): Promise\<Channel>;|@ohos.secureElement.d.ts|
654|Added|NA|Class name: Session;<br>Method or attribute name: openBasicChannel(aid: number[], callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts|
655|Added|NA|Class name: Session;<br>Method or attribute name: openBasicChannel(aid: number[], p2: number): Promise\<Channel>;|@ohos.secureElement.d.ts|
656|Added|NA|Class name: Session;<br>Method or attribute name: openBasicChannel(aid: number[], p2: number, callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts|
657|Added|NA|Class name: Session;<br>Method or attribute name: openLogicalChannel(aid: number[]): Promise\<Channel>;|@ohos.secureElement.d.ts|
658|Added|NA|Class name: Session;<br>Method or attribute name: openLogicalChannel(aid: number[], callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts|
659|Added|NA|Class name: Session;<br>Method or attribute name: openLogicalChannel(aid: number[], p2: number): Promise\<Channel>;|@ohos.secureElement.d.ts|
660|Added|NA|Class name: Session;<br>Method or attribute name: openLogicalChannel(aid: number[], p2: number, callback: AsyncCallback\<Channel>): void;|@ohos.secureElement.d.ts|
661|Added|NA|Class name: Channel;<br>Method or attribute name: getSession(): Session;|@ohos.secureElement.d.ts|
662|Added|NA|Class name: Channel;<br>Method or attribute name: isBasicChannel(): boolean;|@ohos.secureElement.d.ts|
663|Added|NA|Class name: Channel;<br>Method or attribute name: getSelectResponse(): number[];|@ohos.secureElement.d.ts|
664|Added|NA|Class name: Channel;<br>Method or attribute name: transmit(command: number[]): Promise\<number[]>;|@ohos.secureElement.d.ts|
665|Added|NA|Class name: Channel;<br>Method or attribute name: transmit(command: number[], callback: AsyncCallback\<number[]>): void;|@ohos.secureElement.d.ts|
666|Added|NA|Class name: ServiceState;<br>Method or attribute name: DISCONNECTED = 0|@ohos.secureElement.d.ts|
667|Added|NA|Class name: ServiceState;<br>Method or attribute name: CONNECTED = 1|@ohos.secureElement.d.ts|
668|Added|NA|Class name: wifiManager;<br>Method or attribute name: function startScan(): void;|@ohos.wifiManager.d.ts|
669|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getScanInfoList(): Array\<WifiScanInfo>;|@ohos.wifiManager.d.ts|
670|Added|NA|Class name: wifiManager;<br>Method or attribute name: function setScanAlwaysAllowed(isScanAlwaysAllowed: boolean): void;|@ohos.wifiManager.d.ts|
671|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getScanAlwaysAllowed(): boolean;|@ohos.wifiManager.d.ts|
672|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getIpv6Info(): Ipv6Info;|@ohos.wifiManager.d.ts|
673|Added|NA|Class name: wifiManager;<br>Method or attribute name: function isBandTypeSupported(bandType: WifiBandType): boolean;|@ohos.wifiManager.d.ts|
674|Added|NA|Class name: wifiManager;<br>Method or attribute name: function get5GChannelList(): Array\<number>;|@ohos.wifiManager.d.ts|
675|Added|NA|Class name: wifiManager;<br>Method or attribute name: function getDisconnectedReason(): DisconnectedReason;|@ohos.wifiManager.d.ts|
676|Added|NA|Class name: DeviceAddressType;<br>Method or attribute name: RANDOM_DEVICE_ADDRESS|@ohos.wifiManager.d.ts|
677|Added|NA|Class name: DeviceAddressType;<br>Method or attribute name: REAL_DEVICE_ADDRESS|@ohos.wifiManager.d.ts|
678|Added|NA|Class name: DisconnectedReason;<br>Method or attribute name: DISC_REASON_DEFAULT = 0|@ohos.wifiManager.d.ts|
679|Added|NA|Class name: DisconnectedReason;<br>Method or attribute name: DISC_REASON_WRONG_PWD = 1|@ohos.wifiManager.d.ts|
680|Added|NA|Class name: DisconnectedReason;<br>Method or attribute name: DISC_REASON_CONNECTION_FULL = 2|@ohos.wifiManager.d.ts|
681|Added|NA|Class name: ProxyMethod;<br>Method or attribute name: METHOD_NONE = 0|@ohos.wifiManager.d.ts|
682|Added|NA|Class name: ProxyMethod;<br>Method or attribute name: METHOD_AUTO = 1|@ohos.wifiManager.d.ts|
683|Added|NA|Class name: ProxyMethod;<br>Method or attribute name: METHOD_MANUAL = 2|@ohos.wifiManager.d.ts|
684|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: proxyMethod?: ProxyMethod;|@ohos.wifiManager.d.ts|
685|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: pacWebAddress?: string;|@ohos.wifiManager.d.ts|
686|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: serverHostName?: string;|@ohos.wifiManager.d.ts|
687|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: serverPort?: number;|@ohos.wifiManager.d.ts|
688|Added|NA|Class name: WifiProxyConfig;<br>Method or attribute name: exclusionObjects?: string;|@ohos.wifiManager.d.ts|
689|Added|NA|Class name: WifiEapConfig;<br>Method or attribute name: caCertAlias: string;|@ohos.wifiManager.d.ts|
690|Added|NA|Class name: WifiEapConfig;<br>Method or attribute name: clientCertAlias: string;|@ohos.wifiManager.d.ts|
691|Added|NA|Class name: WifiDeviceConfig;<br>Method or attribute name: bssidType?: DeviceAddressType;|@ohos.wifiManager.d.ts|
692|Added|NA|Class name: WifiDeviceConfig;<br>Method or attribute name: proxyConfig?: WifiProxyConfig;|@ohos.wifiManager.d.ts|
693|Added|NA|Class name: WifiScanInfo;<br>Method or attribute name: bssidType: DeviceAddressType;|@ohos.wifiManager.d.ts|
694|Added|NA|Class name: WifiBandType;<br>Method or attribute name: WIFI_BAND_NONE|@ohos.wifiManager.d.ts|
695|Added|NA|Class name: WifiBandType;<br>Method or attribute name: WIFI_BAND_2G|@ohos.wifiManager.d.ts|
696|Added|NA|Class name: WifiBandType;<br>Method or attribute name: WIFI_BAND_5G|@ohos.wifiManager.d.ts|
697|Added|NA|Class name: WifiBandType;<br>Method or attribute name: WIFI_BAND_6G|@ohos.wifiManager.d.ts|
698|Added|NA|Class name: WifiBandType;<br>Method or attribute name: WIFI_BAND_60G|@ohos.wifiManager.d.ts|
699|Added|NA|Class name: WifiStandard;<br>Method or attribute name: WIFI_STANDARD_UNDEFINED|@ohos.wifiManager.d.ts|
700|Added|NA|Class name: WifiStandard;<br>Method or attribute name: WIFI_STANDARD_11A|@ohos.wifiManager.d.ts|
701|Added|NA|Class name: WifiStandard;<br>Method or attribute name: WIFI_STANDARD_11B|@ohos.wifiManager.d.ts|
702|Added|NA|Class name: WifiStandard;<br>Method or attribute name: WIFI_STANDARD_11G|@ohos.wifiManager.d.ts|
703|Added|NA|Class name: WifiStandard;<br>Method or attribute name: WIFI_STANDARD_11N|@ohos.wifiManager.d.ts|
704|Added|NA|Class name: WifiStandard;<br>Method or attribute name: WIFI_STANDARD_11AC|@ohos.wifiManager.d.ts|
705|Added|NA|Class name: WifiStandard;<br>Method or attribute name: WIFI_STANDARD_11AX|@ohos.wifiManager.d.ts|
706|Added|NA|Class name: WifiStandard;<br>Method or attribute name: WIFI_STANDARD_11AD|@ohos.wifiManager.d.ts|
707|Added|NA|Class name: WifiLinkedInfo;<br>Method or attribute name: rxLinkSpeed: number;|@ohos.wifiManager.d.ts|
708|Added|NA|Class name: WifiLinkedInfo;<br>Method or attribute name: maxSupportedTxLinkSpeed: number;|@ohos.wifiManager.d.ts|
709|Added|NA|Class name: WifiLinkedInfo;<br>Method or attribute name: maxSupportedRxLinkSpeed: number;|@ohos.wifiManager.d.ts|
710|Added|NA|Class name: WifiLinkedInfo;<br>Method or attribute name: channelWidth: WifiChannelWidth;|@ohos.wifiManager.d.ts|
711|Added|NA|Class name: WifiLinkedInfo;<br>Method or attribute name: wifiStandard: WifiStandard;|@ohos.wifiManager.d.ts|
712|Added|NA|Class name: Ipv6Info;<br>Method or attribute name: linkIpv6Address: string;|@ohos.wifiManager.d.ts|
713|Added|NA|Class name: Ipv6Info;<br>Method or attribute name: globalIpv6Address: string;|@ohos.wifiManager.d.ts|
714|Added|NA|Class name: Ipv6Info;<br>Method or attribute name: randomGlobalIpv6Address: string;|@ohos.wifiManager.d.ts|
715|Added|NA|Class name: Ipv6Info;<br>Method or attribute name: gateway: string;|@ohos.wifiManager.d.ts|
716|Added|NA|Class name: Ipv6Info;<br>Method or attribute name: netmask: string;|@ohos.wifiManager.d.ts|
717|Added|NA|Class name: Ipv6Info;<br>Method or attribute name: primaryDNS: string;|@ohos.wifiManager.d.ts|
718|Added|NA|Class name: Ipv6Info;<br>Method or attribute name: secondDNS: string;|@ohos.wifiManager.d.ts|
719|Added|NA|Class name: HotspotConfig;<br>Method or attribute name: channel?: number;|@ohos.wifiManager.d.ts|
720|Added|NA|Class name: HotspotConfig;<br>Method or attribute name: ipAddress?: string;|@ohos.wifiManager.d.ts|
721|Added|NA|Class name: StationInfo;<br>Method or attribute name: macAddressType?: DeviceAddressType;|@ohos.wifiManager.d.ts|
722|Added|NA|Class name: WifiP2pDevice;<br>Method or attribute name: deviceAddressType?: DeviceAddressType;|@ohos.wifiManager.d.ts|
723|Added|NA|Class name: WifiP2PConfig;<br>Method or attribute name: deviceAddressType?: DeviceAddressType;|@ohos.wifiManager.d.ts|
724|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: declare bluetoothManager<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: declare bluetoothManager<br>New version information: 10<br>Substitute API: |@ohos.bluetoothManager.d.ts|
725|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function getState(): BluetoothState;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function getState(): BluetoothState;<br>New version information: 10<br>Substitute API: ohos.bluetooth.access/access#getState|@ohos.bluetoothManager.d.ts|
726|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function getBtConnectionState(): ProfileConnectionState;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function getBtConnectionState(): ProfileConnectionState;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection#getProfileConnectionState|@ohos.bluetoothManager.d.ts|
727|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function pairDevice(deviceId: string): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function pairDevice(deviceId: string): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection#pairDevice|@ohos.bluetoothManager.d.ts|
728|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function cancelPairedDevice(deviceId: string): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function cancelPairedDevice(deviceId: string): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection#cancelPairedDevice|@ohos.bluetoothManager.d.ts|
729|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function getRemoteDeviceName(deviceId: string): string;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function getRemoteDeviceName(deviceId: string): string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection#getRemoteDeviceName|@ohos.bluetoothManager.d.ts|
730|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection#getRemoteDeviceClass|@ohos.bluetoothManager.d.ts|
731|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function enableBluetooth(): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function enableBluetooth(): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.access/access#enableBluetooth|@ohos.bluetoothManager.d.ts|
732|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function disableBluetooth(): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function disableBluetooth(): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.access/access#disableBluetooth|@ohos.bluetoothManager.d.ts|
733|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function getLocalName(): string;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function getLocalName(): string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection#getLocalName|@ohos.bluetoothManager.d.ts|
734|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function getPairedDevices(): Array\<string>;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function getPairedDevices(): Array\<string>;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection#getPairedDevices|@ohos.bluetoothManager.d.ts|
735|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection#getProfileConnectionState|@ohos.bluetoothManager.d.ts|
736|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection#setDevicePairingConfirmation|@ohos.bluetoothManager.d.ts|
737|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function setLocalName(name: string): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function setLocalName(name: string): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection#setLocalName|@ohos.bluetoothManager.d.ts|
738|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection#setBluetoothScanMode|@ohos.bluetoothManager.d.ts|
739|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function getBluetoothScanMode(): ScanMode;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function getBluetoothScanMode(): ScanMode;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection#getBluetoothScanMode|@ohos.bluetoothManager.d.ts|
740|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function startBluetoothDiscovery(): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function startBluetoothDiscovery(): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection#startBluetoothDiscovery|@ohos.bluetoothManager.d.ts|
741|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function stopBluetoothDiscovery(): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function stopBluetoothDiscovery(): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection#stopBluetoothDiscovery|@ohos.bluetoothManager.d.ts|
742|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.on#event:bluetoothDeviceFind|@ohos.bluetoothManager.d.ts|
743|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.on#event:bondStateChange|@ohos.bluetoothManager.d.ts|
744|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.on#event:pinRequired|@ohos.bluetoothManager.d.ts|
745|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.access/access.on#event:stateChange|@ohos.bluetoothManager.d.ts|
746|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'sppRead', clientSocket: number, callback: Callback\<ArrayBuffer>): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'sppRead', clientSocket: number, callback: Callback\<ArrayBuffer>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.socket/socket.on#event:sppRead|@ohos.bluetoothManager.d.ts|
747|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.off#event:bluetoothDeviceFind|@ohos.bluetoothManager.d.ts|
748|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.off#event:bondStateChange|@ohos.bluetoothManager.d.ts|
749|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.off#event:pinRequired|@ohos.bluetoothManager.d.ts|
750|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.access/access.off#event:stateChange|@ohos.bluetoothManager.d.ts|
751|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'sppRead', clientSocket: number, callback?: Callback\<ArrayBuffer>): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'sppRead', clientSocket: number, callback?: Callback\<ArrayBuffer>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.socket/socket.off#event:sppRead|@ohos.bluetoothManager.d.ts|
752|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.socket/socket#sppListen|@ohos.bluetoothManager.d.ts|
753|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.socket/socket#sppAccept|@ohos.bluetoothManager.d.ts|
754|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.socket/socket#sppConnect|@ohos.bluetoothManager.d.ts|
755|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function sppCloseServerSocket(socket: number): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function sppCloseServerSocket(socket: number): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.socket/socket#sppCloseServerSocket|@ohos.bluetoothManager.d.ts|
756|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function sppCloseClientSocket(socket: number): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function sppCloseClientSocket(socket: number): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.socket/socket#sppCloseClientSocket|@ohos.bluetoothManager.d.ts|
757|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): void;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.socket/socket#sppWrite|@ohos.bluetoothManager.d.ts|
758|Deprecated version changed|Class name: bluetoothManager;<br>Method or attribute name: function getProfileInstance(<br><br>    profileId: ProfileId<br><br>  ): A2dpSourceProfile \| HandsFreeAudioGatewayProfile \| HidHostProfile \| PanProfile;<br>Old version information: |Class name: bluetoothManager;<br>Method or attribute name: function getProfileInstance(<br><br>    profileId: ProfileId<br><br>  ): A2dpSourceProfile \| HandsFreeAudioGatewayProfile \| HidHostProfile \| PanProfile;<br>New version information: 10<br>Substitute API: |@ohos.bluetoothManager.d.ts|
759|Deprecated version changed|Class name: BaseProfile;<br>Method or attribute name: interface BaseProfile<br>Old version information: |Class name: BaseProfile;<br>Method or attribute name: interface BaseProfile<br>New version information: 10<br>Substitute API: ohos.bluetooth.baseProfile/baseProfile.BaseProfile|@ohos.bluetoothManager.d.ts|
760|Deprecated version changed|Class name: BaseProfile;<br>Method or attribute name: getConnectionDevices(): Array\<string>;<br>Old version information: |Class name: BaseProfile;<br>Method or attribute name: getConnectionDevices(): Array\<string>;<br>New version information: 10<br>Substitute API: ohos.bluetooth.baseProfile/baseProfile#getConnectedDevices|@ohos.bluetoothManager.d.ts|
761|Deprecated version changed|Class name: BaseProfile;<br>Method or attribute name: getDeviceState(device: string): ProfileConnectionState;<br>Old version information: |Class name: BaseProfile;<br>Method or attribute name: getDeviceState(device: string): ProfileConnectionState;<br>New version information: 10<br>Substitute API: ohos.bluetooth.baseProfile/baseProfile#getConnectionState|@ohos.bluetoothManager.d.ts|
762|Deprecated version changed|Class name: A2dpSourceProfile;<br>Method or attribute name: interface A2dpSourceProfile<br>Old version information: |Class name: A2dpSourceProfile;<br>Method or attribute name: interface A2dpSourceProfile<br>New version information: 10<br>Substitute API: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile|@ohos.bluetoothManager.d.ts|
763|Deprecated version changed|Class name: A2dpSourceProfile;<br>Method or attribute name: connect(device: string): void;<br>Old version information: |Class name: A2dpSourceProfile;<br>Method or attribute name: connect(device: string): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile#connect|@ohos.bluetoothManager.d.ts|
764|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: connect(device: string): void;<br>Old version information: |Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: connect(device: string): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile#connect|@ohos.bluetoothManager.d.ts|
765|Deprecated version changed|Class name: HidHostProfile;<br>Method or attribute name: connect(device: string): void;<br>Old version information: |Class name: HidHostProfile;<br>Method or attribute name: connect(device: string): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.hid/hid.HidHostProfile#connect|@ohos.bluetoothManager.d.ts|
766|Deprecated version changed|Class name: A2dpSourceProfile;<br>Method or attribute name: disconnect(device: string): void;<br>Old version information: |Class name: A2dpSourceProfile;<br>Method or attribute name: disconnect(device: string): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile#disconnect|@ohos.bluetoothManager.d.ts|
767|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: disconnect(device: string): void;<br>Old version information: |Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: disconnect(device: string): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile#disconnect|@ohos.bluetoothManager.d.ts|
768|Deprecated version changed|Class name: HidHostProfile;<br>Method or attribute name: disconnect(device: string): void;<br>Old version information: |Class name: HidHostProfile;<br>Method or attribute name: disconnect(device: string): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.hid/hid.HidHostProfile#disconnect|@ohos.bluetoothManager.d.ts|
769|Deprecated version changed|Class name: PanProfile;<br>Method or attribute name: disconnect(device: string): void;<br>Old version information: |Class name: PanProfile;<br>Method or attribute name: disconnect(device: string): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.pan/pan.PanProfile#disconnect|@ohos.bluetoothManager.d.ts|
770|Deprecated version changed|Class name: A2dpSourceProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: A2dpSourceProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts|
771|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts|
772|Deprecated version changed|Class name: HidHostProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: HidHostProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.hid/hid.HidHostProfile.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts|
773|Deprecated version changed|Class name: PanProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: PanProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.pan/pan.PanProfile.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts|
774|Deprecated version changed|Class name: A2dpSourceProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: A2dpSourceProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts|
775|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts|
776|Deprecated version changed|Class name: HidHostProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: HidHostProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.hid/hid.HidHostProfile.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts|
777|Deprecated version changed|Class name: PanProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: PanProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.pan/pan.PanProfile.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts|
778|Deprecated version changed|Class name: A2dpSourceProfile;<br>Method or attribute name: getPlayingState(device: string): PlayingState;<br>Old version information: |Class name: A2dpSourceProfile;<br>Method or attribute name: getPlayingState(device: string): PlayingState;<br>New version information: 10<br>Substitute API: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile#getPlayingState|@ohos.bluetoothManager.d.ts|
779|Deprecated version changed|Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: interface HandsFreeAudioGatewayProfile<br>Old version information: |Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: interface HandsFreeAudioGatewayProfile<br>New version information: 10<br>Substitute API: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile|@ohos.bluetoothManager.d.ts|
780|Deprecated version changed|Class name: HidHostProfile;<br>Method or attribute name: interface HidHostProfile<br>Old version information: |Class name: HidHostProfile;<br>Method or attribute name: interface HidHostProfile<br>New version information: 10<br>Substitute API: ohos.bluetooth.hid/hid.HidHostProfile|@ohos.bluetoothManager.d.ts|
781|Deprecated version changed|Class name: PanProfile;<br>Method or attribute name: interface PanProfile<br>Old version information: |Class name: PanProfile;<br>Method or attribute name: interface PanProfile<br>New version information: 10<br>Substitute API: ohos.bluetooth.pan/pan.PanProfile|@ohos.bluetoothManager.d.ts|
782|Deprecated version changed|Class name: PanProfile;<br>Method or attribute name: setTethering(enable: boolean): void;<br>Old version information: |Class name: PanProfile;<br>Method or attribute name: setTethering(enable: boolean): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.pan/pan.PanProfile#setTethering|@ohos.bluetoothManager.d.ts|
783|Deprecated version changed|Class name: PanProfile;<br>Method or attribute name: isTetheringOn(): boolean;<br>Old version information: |Class name: PanProfile;<br>Method or attribute name: isTetheringOn(): boolean;<br>New version information: 10<br>Substitute API: ohos.bluetooth.pan/pan.PanProfile#isTetheringOn|@ohos.bluetoothManager.d.ts|
784|Deprecated version changed|Class name: BLE;<br>Method or attribute name: BLE<br>Old version information: |Class name: BLE;<br>Method or attribute name: BLE<br>New version information: 10<br>Substitute API: |@ohos.bluetoothManager.d.ts|
785|Deprecated version changed|Class name: BLE;<br>Method or attribute name: function createGattServer(): GattServer;<br>Old version information: |Class name: BLE;<br>Method or attribute name: function createGattServer(): GattServer;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble#createGattServer|@ohos.bluetoothManager.d.ts|
786|Deprecated version changed|Class name: BLE;<br>Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;<br>Old version information: |Class name: BLE;<br>Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble#createGattClientDevice|@ohos.bluetoothManager.d.ts|
787|Deprecated version changed|Class name: BLE;<br>Method or attribute name: function getConnectedBLEDevices(): Array\<string>;<br>Old version information: |Class name: BLE;<br>Method or attribute name: function getConnectedBLEDevices(): Array\<string>;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble#getConnectedBLEDevices|@ohos.bluetoothManager.d.ts|
788|Deprecated version changed|Class name: BLE;<br>Method or attribute name: function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>Old version information: |Class name: BLE;<br>Method or attribute name: function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble#startBLEScan|@ohos.bluetoothManager.d.ts|
789|Deprecated version changed|Class name: BLE;<br>Method or attribute name: function stopBLEScan(): void;<br>Old version information: |Class name: BLE;<br>Method or attribute name: function stopBLEScan(): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble#stopBLEScan|@ohos.bluetoothManager.d.ts|
790|Deprecated version changed|Class name: BLE;<br>Method or attribute name: function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;<br>Old version information: |Class name: BLE;<br>Method or attribute name: function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.on#event:BLEDeviceFind|@ohos.bluetoothManager.d.ts|
791|Deprecated version changed|Class name: BLE;<br>Method or attribute name: function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;<br>Old version information: |Class name: BLE;<br>Method or attribute name: function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.off#event:BLEDeviceFind|@ohos.bluetoothManager.d.ts|
792|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: interface GattServer<br>Old version information: |Class name: GattServer;<br>Method or attribute name: interface GattServer<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer|@ohos.bluetoothManager.d.ts|
793|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble#startAdvertising|@ohos.bluetoothManager.d.ts|
794|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: stopAdvertising(): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: stopAdvertising(): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble#stopAdvertising|@ohos.bluetoothManager.d.ts|
795|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: addService(service: GattService): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: addService(service: GattService): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer#addService|@ohos.bluetoothManager.d.ts|
796|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: removeService(serviceUuid: string): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: removeService(serviceUuid: string): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer#removeService|@ohos.bluetoothManager.d.ts|
797|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: close(): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: close(): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer#close|@ohos.bluetoothManager.d.ts|
798|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: close(): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: close(): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#close|@ohos.bluetoothManager.d.ts|
799|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer#notifyCharacteristicChanged|@ohos.bluetoothManager.d.ts|
800|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: sendResponse(serverResponse: ServerResponse): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: sendResponse(serverResponse: ServerResponse): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer#sendResponse|@ohos.bluetoothManager.d.ts|
801|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer.on#event:characteristicRead|@ohos.bluetoothManager.d.ts|
802|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer.on#event:characteristicWrite|@ohos.bluetoothManager.d.ts|
803|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer.on#event:descriptorRead|@ohos.bluetoothManager.d.ts|
804|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer.on#event:descriptorWrite|@ohos.bluetoothManager.d.ts|
805|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: on(type: 'connectStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: on(type: 'connectStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts|
806|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer.off#event:characteristicRead|@ohos.bluetoothManager.d.ts|
807|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer.off#event:characteristicWrite|@ohos.bluetoothManager.d.ts|
808|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer.off#event:descriptorRead|@ohos.bluetoothManager.d.ts|
809|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer.off#event:descriptorWrite|@ohos.bluetoothManager.d.ts|
810|Deprecated version changed|Class name: GattServer;<br>Method or attribute name: off(type: 'connectStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>Old version information: |Class name: GattServer;<br>Method or attribute name: off(type: 'connectStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattServer.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts|
811|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: interface GattClientDevice<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: interface GattClientDevice<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice|@ohos.bluetoothManager.d.ts|
812|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: connect(): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: connect(): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#connect|@ohos.bluetoothManager.d.ts|
813|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: disconnect(): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: disconnect(): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#disconnect|@ohos.bluetoothManager.d.ts|
814|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(callback: AsyncCallback\<string>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#getDeviceName|@ohos.bluetoothManager.d.ts|
815|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#getDeviceName|@ohos.bluetoothManager.d.ts|
816|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#getServices|@ohos.bluetoothManager.d.ts|
817|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#getServices|@ohos.bluetoothManager.d.ts|
818|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#readCharacteristicValue|@ohos.bluetoothManager.d.ts|
819|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#readCharacteristicValue|@ohos.bluetoothManager.d.ts|
820|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#readDescriptorValue|@ohos.bluetoothManager.d.ts|
821|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#readDescriptorValue|@ohos.bluetoothManager.d.ts|
822|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#writeCharacteristicValue|@ohos.bluetoothManager.d.ts|
823|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#writeDescriptorValue|@ohos.bluetoothManager.d.ts|
824|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(callback: AsyncCallback\<number>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#getRssiValue|@ohos.bluetoothManager.d.ts|
825|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#getRssiValue|@ohos.bluetoothManager.d.ts|
826|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: setBLEMtuSize(mtu: number): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: setBLEMtuSize(mtu: number): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#setBLEMtuSize|@ohos.bluetoothManager.d.ts|
827|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#setCharacteristicChangeNotification|@ohos.bluetoothManager.d.ts|
828|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice.on#event:BLECharacteristicChange|@ohos.bluetoothManager.d.ts|
829|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice.on#event:BLEConnectionStateChange|@ohos.bluetoothManager.d.ts|
830|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice.off#event:BLECharacteristicChange|@ohos.bluetoothManager.d.ts|
831|Deprecated version changed|Class name: GattClientDevice;<br>Method or attribute name: off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice.off#event:BLEConnectionStateChange|@ohos.bluetoothManager.d.ts|
832|Deprecated version changed|Class name: GattService;<br>Method or attribute name: interface GattService<br>Old version information: |Class name: GattService;<br>Method or attribute name: interface GattService<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattService|@ohos.bluetoothManager.d.ts|
833|Deprecated version changed|Class name: GattService;<br>Method or attribute name: serviceUuid: string;<br>Old version information: |Class name: GattService;<br>Method or attribute name: serviceUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattService#serviceUuid|@ohos.bluetoothManager.d.ts|
834|Deprecated version changed|Class name: BLECharacteristic;<br>Method or attribute name: serviceUuid: string;<br>Old version information: |Class name: BLECharacteristic;<br>Method or attribute name: serviceUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.BLECharacteristic#serviceUuid|@ohos.bluetoothManager.d.ts|
835|Deprecated version changed|Class name: BLEDescriptor;<br>Method or attribute name: serviceUuid: string;<br>Old version information: |Class name: BLEDescriptor;<br>Method or attribute name: serviceUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.BLEDescriptor#serviceUuid|@ohos.bluetoothManager.d.ts|
836|Deprecated version changed|Class name: NotifyCharacteristic;<br>Method or attribute name: serviceUuid: string;<br>Old version information: |Class name: NotifyCharacteristic;<br>Method or attribute name: serviceUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.NotifyCharacteristic#serviceUuid|@ohos.bluetoothManager.d.ts|
837|Deprecated version changed|Class name: CharacteristicReadRequest;<br>Method or attribute name: serviceUuid: string;<br>Old version information: |Class name: CharacteristicReadRequest;<br>Method or attribute name: serviceUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicReadRequest#serviceUuid|@ohos.bluetoothManager.d.ts|
838|Deprecated version changed|Class name: CharacteristicWriteRequest;<br>Method or attribute name: serviceUuid: string;<br>Old version information: |Class name: CharacteristicWriteRequest;<br>Method or attribute name: serviceUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#serviceUuid|@ohos.bluetoothManager.d.ts|
839|Deprecated version changed|Class name: DescriptorReadRequest;<br>Method or attribute name: serviceUuid: string;<br>Old version information: |Class name: DescriptorReadRequest;<br>Method or attribute name: serviceUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorReadRequest#serviceUuid|@ohos.bluetoothManager.d.ts|
840|Deprecated version changed|Class name: DescriptorWriteRequest;<br>Method or attribute name: serviceUuid: string;<br>Old version information: |Class name: DescriptorWriteRequest;<br>Method or attribute name: serviceUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#serviceUuid|@ohos.bluetoothManager.d.ts|
841|Deprecated version changed|Class name: ServiceData;<br>Method or attribute name: serviceUuid: string;<br>Old version information: |Class name: ServiceData;<br>Method or attribute name: serviceUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ServiceData#serviceUuid|@ohos.bluetoothManager.d.ts|
842|Deprecated version changed|Class name: GattService;<br>Method or attribute name: isPrimary: boolean;<br>Old version information: |Class name: GattService;<br>Method or attribute name: isPrimary: boolean;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattService#isPrimary|@ohos.bluetoothManager.d.ts|
843|Deprecated version changed|Class name: GattService;<br>Method or attribute name: characteristics: Array\<BLECharacteristic>;<br>Old version information: |Class name: GattService;<br>Method or attribute name: characteristics: Array\<BLECharacteristic>;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattService#characteristics|@ohos.bluetoothManager.d.ts|
844|Deprecated version changed|Class name: GattService;<br>Method or attribute name: includeServices?: Array\<GattService>;<br>Old version information: |Class name: GattService;<br>Method or attribute name: includeServices?: Array\<GattService>;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.GattService#includeServices|@ohos.bluetoothManager.d.ts|
845|Deprecated version changed|Class name: BLECharacteristic;<br>Method or attribute name: interface BLECharacteristic<br>Old version information: |Class name: BLECharacteristic;<br>Method or attribute name: interface BLECharacteristic<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.BLECharacteristic|@ohos.bluetoothManager.d.ts|
846|Deprecated version changed|Class name: BLECharacteristic;<br>Method or attribute name: characteristicUuid: string;<br>Old version information: |Class name: BLECharacteristic;<br>Method or attribute name: characteristicUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.BLECharacteristic#characteristicUuid|@ohos.bluetoothManager.d.ts|
847|Deprecated version changed|Class name: BLEDescriptor;<br>Method or attribute name: characteristicUuid: string;<br>Old version information: |Class name: BLEDescriptor;<br>Method or attribute name: characteristicUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.BLEDescriptor#characteristicUuid|@ohos.bluetoothManager.d.ts|
848|Deprecated version changed|Class name: NotifyCharacteristic;<br>Method or attribute name: characteristicUuid: string;<br>Old version information: |Class name: NotifyCharacteristic;<br>Method or attribute name: characteristicUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.NotifyCharacteristic#characteristicUuid|@ohos.bluetoothManager.d.ts|
849|Deprecated version changed|Class name: CharacteristicReadRequest;<br>Method or attribute name: characteristicUuid: string;<br>Old version information: |Class name: CharacteristicReadRequest;<br>Method or attribute name: characteristicUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicReadRequest#characteristicUuid|@ohos.bluetoothManager.d.ts|
850|Deprecated version changed|Class name: CharacteristicWriteRequest;<br>Method or attribute name: characteristicUuid: string;<br>Old version information: |Class name: CharacteristicWriteRequest;<br>Method or attribute name: characteristicUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#characteristicUuid|@ohos.bluetoothManager.d.ts|
851|Deprecated version changed|Class name: DescriptorReadRequest;<br>Method or attribute name: characteristicUuid: string;<br>Old version information: |Class name: DescriptorReadRequest;<br>Method or attribute name: characteristicUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorReadRequest#characteristicUuid|@ohos.bluetoothManager.d.ts|
852|Deprecated version changed|Class name: DescriptorWriteRequest;<br>Method or attribute name: characteristicUuid: string;<br>Old version information: |Class name: DescriptorWriteRequest;<br>Method or attribute name: characteristicUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#characteristicUuid|@ohos.bluetoothManager.d.ts|
853|Deprecated version changed|Class name: BLECharacteristic;<br>Method or attribute name: characteristicValue: ArrayBuffer;<br>Old version information: |Class name: BLECharacteristic;<br>Method or attribute name: characteristicValue: ArrayBuffer;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.BLECharacteristic#characteristicValue|@ohos.bluetoothManager.d.ts|
854|Deprecated version changed|Class name: NotifyCharacteristic;<br>Method or attribute name: characteristicValue: ArrayBuffer;<br>Old version information: |Class name: NotifyCharacteristic;<br>Method or attribute name: characteristicValue: ArrayBuffer;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.NotifyCharacteristic#characteristicValue|@ohos.bluetoothManager.d.ts|
855|Deprecated version changed|Class name: BLECharacteristic;<br>Method or attribute name: descriptors: Array\<BLEDescriptor>;<br>Old version information: |Class name: BLECharacteristic;<br>Method or attribute name: descriptors: Array\<BLEDescriptor>;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.BLECharacteristic#descriptors|@ohos.bluetoothManager.d.ts|
856|Deprecated version changed|Class name: BLEDescriptor;<br>Method or attribute name: interface BLEDescriptor<br>Old version information: |Class name: BLEDescriptor;<br>Method or attribute name: interface BLEDescriptor<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.BLEDescriptor|@ohos.bluetoothManager.d.ts|
857|Deprecated version changed|Class name: BLEDescriptor;<br>Method or attribute name: descriptorUuid: string;<br>Old version information: |Class name: BLEDescriptor;<br>Method or attribute name: descriptorUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.BLEDescriptor#descriptorUuid|@ohos.bluetoothManager.d.ts|
858|Deprecated version changed|Class name: DescriptorReadRequest;<br>Method or attribute name: descriptorUuid: string;<br>Old version information: |Class name: DescriptorReadRequest;<br>Method or attribute name: descriptorUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorReadRequest#descriptorUuid|@ohos.bluetoothManager.d.ts|
859|Deprecated version changed|Class name: DescriptorWriteRequest;<br>Method or attribute name: descriptorUuid: string;<br>Old version information: |Class name: DescriptorWriteRequest;<br>Method or attribute name: descriptorUuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#descriptorUuid|@ohos.bluetoothManager.d.ts|
860|Deprecated version changed|Class name: BLEDescriptor;<br>Method or attribute name: descriptorValue: ArrayBuffer;<br>Old version information: |Class name: BLEDescriptor;<br>Method or attribute name: descriptorValue: ArrayBuffer;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.BLEDescriptor#descriptorValue|@ohos.bluetoothManager.d.ts|
861|Deprecated version changed|Class name: NotifyCharacteristic;<br>Method or attribute name: interface NotifyCharacteristic<br>Old version information: |Class name: NotifyCharacteristic;<br>Method or attribute name: interface NotifyCharacteristic<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.NotifyCharacteristic|@ohos.bluetoothManager.d.ts|
862|Deprecated version changed|Class name: NotifyCharacteristic;<br>Method or attribute name: confirm: boolean;<br>Old version information: |Class name: NotifyCharacteristic;<br>Method or attribute name: confirm: boolean;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.NotifyCharacteristic#confirm|@ohos.bluetoothManager.d.ts|
863|Deprecated version changed|Class name: CharacteristicReadRequest;<br>Method or attribute name: interface CharacteristicReadRequest<br>Old version information: |Class name: CharacteristicReadRequest;<br>Method or attribute name: interface CharacteristicReadRequest<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicReadRequest|@ohos.bluetoothManager.d.ts|
864|Deprecated version changed|Class name: CharacteristicReadRequest;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: CharacteristicReadRequest;<br>Method or attribute name: deviceId: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicReadRequest#deviceId|@ohos.bluetoothManager.d.ts|
865|Deprecated version changed|Class name: CharacteristicWriteRequest;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: CharacteristicWriteRequest;<br>Method or attribute name: deviceId: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#deviceId|@ohos.bluetoothManager.d.ts|
866|Deprecated version changed|Class name: DescriptorReadRequest;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: DescriptorReadRequest;<br>Method or attribute name: deviceId: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorReadRequest#deviceId|@ohos.bluetoothManager.d.ts|
867|Deprecated version changed|Class name: DescriptorWriteRequest;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: DescriptorWriteRequest;<br>Method or attribute name: deviceId: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#deviceId|@ohos.bluetoothManager.d.ts|
868|Deprecated version changed|Class name: ServerResponse;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: ServerResponse;<br>Method or attribute name: deviceId: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ServerResponse#deviceId|@ohos.bluetoothManager.d.ts|
869|Deprecated version changed|Class name: BLEConnectChangedState;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: BLEConnectChangedState;<br>Method or attribute name: deviceId: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.BLEConnectionChangeState#deviceId|@ohos.bluetoothManager.d.ts|
870|Deprecated version changed|Class name: ScanResult;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: ScanResult;<br>Method or attribute name: deviceId: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanResult#deviceId|@ohos.bluetoothManager.d.ts|
871|Deprecated version changed|Class name: PinRequiredParam;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: PinRequiredParam;<br>Method or attribute name: deviceId: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.PinRequiredParam#deviceId|@ohos.bluetoothManager.d.ts|
872|Deprecated version changed|Class name: BondStateParam;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: BondStateParam;<br>Method or attribute name: deviceId: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.BondStateParam#deviceId|@ohos.bluetoothManager.d.ts|
873|Deprecated version changed|Class name: StateChangeParam;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: StateChangeParam;<br>Method or attribute name: deviceId: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.baseProfile/baseProfile.StateChangeParam#deviceId|@ohos.bluetoothManager.d.ts|
874|Deprecated version changed|Class name: CharacteristicReadRequest;<br>Method or attribute name: transId: number;<br>Old version information: |Class name: CharacteristicReadRequest;<br>Method or attribute name: transId: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicReadRequest#transId|@ohos.bluetoothManager.d.ts|
875|Deprecated version changed|Class name: CharacteristicWriteRequest;<br>Method or attribute name: transId: number;<br>Old version information: |Class name: CharacteristicWriteRequest;<br>Method or attribute name: transId: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#transId|@ohos.bluetoothManager.d.ts|
876|Deprecated version changed|Class name: DescriptorReadRequest;<br>Method or attribute name: transId: number;<br>Old version information: |Class name: DescriptorReadRequest;<br>Method or attribute name: transId: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorReadRequest#transId|@ohos.bluetoothManager.d.ts|
877|Deprecated version changed|Class name: DescriptorWriteRequest;<br>Method or attribute name: transId: number;<br>Old version information: |Class name: DescriptorWriteRequest;<br>Method or attribute name: transId: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#transId|@ohos.bluetoothManager.d.ts|
878|Deprecated version changed|Class name: ServerResponse;<br>Method or attribute name: transId: number;<br>Old version information: |Class name: ServerResponse;<br>Method or attribute name: transId: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ServerResponse#transId|@ohos.bluetoothManager.d.ts|
879|Deprecated version changed|Class name: CharacteristicReadRequest;<br>Method or attribute name: offset: number;<br>Old version information: |Class name: CharacteristicReadRequest;<br>Method or attribute name: offset: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicReadRequest#offset|@ohos.bluetoothManager.d.ts|
880|Deprecated version changed|Class name: CharacteristicWriteRequest;<br>Method or attribute name: offset: number;<br>Old version information: |Class name: CharacteristicWriteRequest;<br>Method or attribute name: offset: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#offset|@ohos.bluetoothManager.d.ts|
881|Deprecated version changed|Class name: DescriptorReadRequest;<br>Method or attribute name: offset: number;<br>Old version information: |Class name: DescriptorReadRequest;<br>Method or attribute name: offset: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorReadRequest#offset|@ohos.bluetoothManager.d.ts|
882|Deprecated version changed|Class name: DescriptorWriteRequest;<br>Method or attribute name: offset: number;<br>Old version information: |Class name: DescriptorWriteRequest;<br>Method or attribute name: offset: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#offset|@ohos.bluetoothManager.d.ts|
883|Deprecated version changed|Class name: ServerResponse;<br>Method or attribute name: offset: number;<br>Old version information: |Class name: ServerResponse;<br>Method or attribute name: offset: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ServerResponse#offset|@ohos.bluetoothManager.d.ts|
884|Deprecated version changed|Class name: CharacteristicWriteRequest;<br>Method or attribute name: interface CharacteristicWriteRequest<br>Old version information: |Class name: CharacteristicWriteRequest;<br>Method or attribute name: interface CharacteristicWriteRequest<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest|@ohos.bluetoothManager.d.ts|
885|Deprecated version changed|Class name: CharacteristicWriteRequest;<br>Method or attribute name: isPrep: boolean;<br>Old version information: |Class name: CharacteristicWriteRequest;<br>Method or attribute name: isPrep: boolean;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#isPrepared|@ohos.bluetoothManager.d.ts|
886|Deprecated version changed|Class name: DescriptorWriteRequest;<br>Method or attribute name: isPrep: boolean;<br>Old version information: |Class name: DescriptorWriteRequest;<br>Method or attribute name: isPrep: boolean;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#isPrepared|@ohos.bluetoothManager.d.ts|
887|Deprecated version changed|Class name: CharacteristicWriteRequest;<br>Method or attribute name: needRsp: boolean;<br>Old version information: |Class name: CharacteristicWriteRequest;<br>Method or attribute name: needRsp: boolean;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#needRsp|@ohos.bluetoothManager.d.ts|
888|Deprecated version changed|Class name: DescriptorWriteRequest;<br>Method or attribute name: needRsp: boolean;<br>Old version information: |Class name: DescriptorWriteRequest;<br>Method or attribute name: needRsp: boolean;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#needRsp|@ohos.bluetoothManager.d.ts|
889|Deprecated version changed|Class name: CharacteristicWriteRequest;<br>Method or attribute name: value: ArrayBuffer;<br>Old version information: |Class name: CharacteristicWriteRequest;<br>Method or attribute name: value: ArrayBuffer;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#value|@ohos.bluetoothManager.d.ts|
890|Deprecated version changed|Class name: DescriptorWriteRequest;<br>Method or attribute name: value: ArrayBuffer;<br>Old version information: |Class name: DescriptorWriteRequest;<br>Method or attribute name: value: ArrayBuffer;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#value|@ohos.bluetoothManager.d.ts|
891|Deprecated version changed|Class name: ServerResponse;<br>Method or attribute name: value: ArrayBuffer;<br>Old version information: |Class name: ServerResponse;<br>Method or attribute name: value: ArrayBuffer;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ServerResponse#value|@ohos.bluetoothManager.d.ts|
892|Deprecated version changed|Class name: DescriptorReadRequest;<br>Method or attribute name: interface DescriptorReadRequest<br>Old version information: |Class name: DescriptorReadRequest;<br>Method or attribute name: interface DescriptorReadRequest<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorReadRequest|@ohos.bluetoothManager.d.ts|
893|Deprecated version changed|Class name: DescriptorWriteRequest;<br>Method or attribute name: interface DescriptorWriteRequest<br>Old version information: |Class name: DescriptorWriteRequest;<br>Method or attribute name: interface DescriptorWriteRequest<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest|@ohos.bluetoothManager.d.ts|
894|Deprecated version changed|Class name: ServerResponse;<br>Method or attribute name: interface ServerResponse<br>Old version information: |Class name: ServerResponse;<br>Method or attribute name: interface ServerResponse<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ServerResponse|@ohos.bluetoothManager.d.ts|
895|Deprecated version changed|Class name: ServerResponse;<br>Method or attribute name: status: number;<br>Old version information: |Class name: ServerResponse;<br>Method or attribute name: status: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ServerResponse#status|@ohos.bluetoothManager.d.ts|
896|Deprecated version changed|Class name: BLEConnectChangedState;<br>Method or attribute name: interface BLEConnectChangedState<br>Old version information: |Class name: BLEConnectChangedState;<br>Method or attribute name: interface BLEConnectChangedState<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.BLEConnectionChangeState|@ohos.bluetoothManager.d.ts|
897|Deprecated version changed|Class name: BLEConnectChangedState;<br>Method or attribute name: state: ProfileConnectionState;<br>Old version information: |Class name: BLEConnectChangedState;<br>Method or attribute name: state: ProfileConnectionState;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.BLEConnectionChangeState#state|@ohos.bluetoothManager.d.ts|
898|Deprecated version changed|Class name: StateChangeParam;<br>Method or attribute name: state: ProfileConnectionState;<br>Old version information: |Class name: StateChangeParam;<br>Method or attribute name: state: ProfileConnectionState;<br>New version information: 10<br>Substitute API: ohos.bluetooth.baseProfile/baseProfile.StateChangeParam#state|@ohos.bluetoothManager.d.ts|
899|Deprecated version changed|Class name: ScanResult;<br>Method or attribute name: interface ScanResult<br>Old version information: |Class name: ScanResult;<br>Method or attribute name: interface ScanResult<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanResult|@ohos.bluetoothManager.d.ts|
900|Deprecated version changed|Class name: ScanResult;<br>Method or attribute name: rssi: number;<br>Old version information: |Class name: ScanResult;<br>Method or attribute name: rssi: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanResult#rssi|@ohos.bluetoothManager.d.ts|
901|Deprecated version changed|Class name: ScanResult;<br>Method or attribute name: data: ArrayBuffer;<br>Old version information: |Class name: ScanResult;<br>Method or attribute name: data: ArrayBuffer;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanResult#data|@ohos.bluetoothManager.d.ts|
902|Deprecated version changed|Class name: AdvertiseSetting;<br>Method or attribute name: interface AdvertiseSetting<br>Old version information: |Class name: AdvertiseSetting;<br>Method or attribute name: interface AdvertiseSetting<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.AdvertiseSetting|@ohos.bluetoothManager.d.ts|
903|Deprecated version changed|Class name: AdvertiseSetting;<br>Method or attribute name: interval?: number;<br>Old version information: |Class name: AdvertiseSetting;<br>Method or attribute name: interval?: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.AdvertiseSetting#interval|@ohos.bluetoothManager.d.ts|
904|Deprecated version changed|Class name: ScanOptions;<br>Method or attribute name: interval?: number;<br>Old version information: |Class name: ScanOptions;<br>Method or attribute name: interval?: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanOptions#interval|@ohos.bluetoothManager.d.ts|
905|Deprecated version changed|Class name: AdvertiseSetting;<br>Method or attribute name: txPower?: number;<br>Old version information: |Class name: AdvertiseSetting;<br>Method or attribute name: txPower?: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.AdvertiseSetting#txPower|@ohos.bluetoothManager.d.ts|
906|Deprecated version changed|Class name: AdvertiseSetting;<br>Method or attribute name: connectable?: boolean;<br>Old version information: |Class name: AdvertiseSetting;<br>Method or attribute name: connectable?: boolean;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.AdvertiseSetting#connectable|@ohos.bluetoothManager.d.ts|
907|Deprecated version changed|Class name: AdvertiseData;<br>Method or attribute name: interface AdvertiseData<br>Old version information: |Class name: AdvertiseData;<br>Method or attribute name: interface AdvertiseData<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.AdvertiseData|@ohos.bluetoothManager.d.ts|
908|Deprecated version changed|Class name: AdvertiseData;<br>Method or attribute name: serviceUuids: Array\<string>;<br>Old version information: |Class name: AdvertiseData;<br>Method or attribute name: serviceUuids: Array\<string>;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.AdvertiseData#serviceUuids|@ohos.bluetoothManager.d.ts|
909|Deprecated version changed|Class name: AdvertiseData;<br>Method or attribute name: manufactureData: Array\<ManufactureData>;<br>Old version information: |Class name: AdvertiseData;<br>Method or attribute name: manufactureData: Array\<ManufactureData>;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.AdvertiseData#manufactureData|@ohos.bluetoothManager.d.ts|
910|Deprecated version changed|Class name: AdvertiseData;<br>Method or attribute name: serviceData: Array\<ServiceData>;<br>Old version information: |Class name: AdvertiseData;<br>Method or attribute name: serviceData: Array\<ServiceData>;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.AdvertiseData#serviceData|@ohos.bluetoothManager.d.ts|
911|Deprecated version changed|Class name: ManufactureData;<br>Method or attribute name: interface ManufactureData<br>Old version information: |Class name: ManufactureData;<br>Method or attribute name: interface ManufactureData<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ManufactureData|@ohos.bluetoothManager.d.ts|
912|Deprecated version changed|Class name: ManufactureData;<br>Method or attribute name: manufactureId: number;<br>Old version information: |Class name: ManufactureData;<br>Method or attribute name: manufactureId: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ManufactureData#manufactureId|@ohos.bluetoothManager.d.ts|
913|Deprecated version changed|Class name: ManufactureData;<br>Method or attribute name: manufactureValue: ArrayBuffer;<br>Old version information: |Class name: ManufactureData;<br>Method or attribute name: manufactureValue: ArrayBuffer;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ManufactureData#manufactureValue|@ohos.bluetoothManager.d.ts|
914|Deprecated version changed|Class name: ServiceData;<br>Method or attribute name: interface ServiceData<br>Old version information: |Class name: ServiceData;<br>Method or attribute name: interface ServiceData<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ServiceData|@ohos.bluetoothManager.d.ts|
915|Deprecated version changed|Class name: ServiceData;<br>Method or attribute name: serviceValue: ArrayBuffer;<br>Old version information: |Class name: ServiceData;<br>Method or attribute name: serviceValue: ArrayBuffer;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ServiceData#serviceValue|@ohos.bluetoothManager.d.ts|
916|Deprecated version changed|Class name: ScanFilter;<br>Method or attribute name: interface ScanFilter<br>Old version information: |Class name: ScanFilter;<br>Method or attribute name: interface ScanFilter<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanFilter|@ohos.bluetoothManager.d.ts|
917|Deprecated version changed|Class name: ScanFilter;<br>Method or attribute name: deviceId?: string;<br>Old version information: |Class name: ScanFilter;<br>Method or attribute name: deviceId?: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanFilter#deviceId|@ohos.bluetoothManager.d.ts|
918|Deprecated version changed|Class name: ScanFilter;<br>Method or attribute name: name?: string;<br>Old version information: |Class name: ScanFilter;<br>Method or attribute name: name?: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanFilter#name|@ohos.bluetoothManager.d.ts|
919|Deprecated version changed|Class name: ScanFilter;<br>Method or attribute name: serviceUuid?: string;<br>Old version information: |Class name: ScanFilter;<br>Method or attribute name: serviceUuid?: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanFilter#serviceUuid|@ohos.bluetoothManager.d.ts|
920|Deprecated version changed|Class name: ScanFilter;<br>Method or attribute name: serviceUuidMask?: string;<br>Old version information: |Class name: ScanFilter;<br>Method or attribute name: serviceUuidMask?: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanFilter#serviceUuidMask|@ohos.bluetoothManager.d.ts|
921|Deprecated version changed|Class name: ScanFilter;<br>Method or attribute name: serviceSolicitationUuid?: string;<br>Old version information: |Class name: ScanFilter;<br>Method or attribute name: serviceSolicitationUuid?: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanFilter#serviceSolicitationUuid|@ohos.bluetoothManager.d.ts|
922|Deprecated version changed|Class name: ScanFilter;<br>Method or attribute name: serviceSolicitationUuidMask?: string;<br>Old version information: |Class name: ScanFilter;<br>Method or attribute name: serviceSolicitationUuidMask?: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanFilter#serviceSolicitationUuidMask|@ohos.bluetoothManager.d.ts|
923|Deprecated version changed|Class name: ScanFilter;<br>Method or attribute name: serviceData?: ArrayBuffer;<br>Old version information: |Class name: ScanFilter;<br>Method or attribute name: serviceData?: ArrayBuffer;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanFilter#serviceData|@ohos.bluetoothManager.d.ts|
924|Deprecated version changed|Class name: ScanFilter;<br>Method or attribute name: serviceDataMask?: ArrayBuffer;<br>Old version information: |Class name: ScanFilter;<br>Method or attribute name: serviceDataMask?: ArrayBuffer;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanFilter#serviceDataMask|@ohos.bluetoothManager.d.ts|
925|Deprecated version changed|Class name: ScanFilter;<br>Method or attribute name: manufactureId?: number;<br>Old version information: |Class name: ScanFilter;<br>Method or attribute name: manufactureId?: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanFilter#manufactureId|@ohos.bluetoothManager.d.ts|
926|Deprecated version changed|Class name: ScanFilter;<br>Method or attribute name: manufactureData?: ArrayBuffer;<br>Old version information: |Class name: ScanFilter;<br>Method or attribute name: manufactureData?: ArrayBuffer;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanFilter#manufactureData|@ohos.bluetoothManager.d.ts|
927|Deprecated version changed|Class name: ScanFilter;<br>Method or attribute name: manufactureDataMask?: ArrayBuffer;<br>Old version information: |Class name: ScanFilter;<br>Method or attribute name: manufactureDataMask?: ArrayBuffer;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanFilter#manufactureDataMask|@ohos.bluetoothManager.d.ts|
928|Deprecated version changed|Class name: ScanOptions;<br>Method or attribute name: interface ScanOptions<br>Old version information: |Class name: ScanOptions;<br>Method or attribute name: interface ScanOptions<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanOptions|@ohos.bluetoothManager.d.ts|
929|Deprecated version changed|Class name: ScanOptions;<br>Method or attribute name: dutyMode?: ScanDuty;<br>Old version information: |Class name: ScanOptions;<br>Method or attribute name: dutyMode?: ScanDuty;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanOptions#dutyMode|@ohos.bluetoothManager.d.ts|
930|Deprecated version changed|Class name: ScanOptions;<br>Method or attribute name: matchMode?: MatchMode;<br>Old version information: |Class name: ScanOptions;<br>Method or attribute name: matchMode?: MatchMode;<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanOptions#matchMode|@ohos.bluetoothManager.d.ts|
931|Deprecated version changed|Class name: SppOption;<br>Method or attribute name: interface SppOption<br>Old version information: |Class name: SppOption;<br>Method or attribute name: interface SppOption<br>New version information: 10<br>Substitute API: ohos.bluetooth.socket/socket.SppOptions|@ohos.bluetoothManager.d.ts|
932|Deprecated version changed|Class name: SppOption;<br>Method or attribute name: uuid: string;<br>Old version information: |Class name: SppOption;<br>Method or attribute name: uuid: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.socket/socket.SppOptions#uuid|@ohos.bluetoothManager.d.ts|
933|Deprecated version changed|Class name: SppOption;<br>Method or attribute name: secure: boolean;<br>Old version information: |Class name: SppOption;<br>Method or attribute name: secure: boolean;<br>New version information: 10<br>Substitute API: ohos.bluetooth.socket/socket.SppOptions#secure|@ohos.bluetoothManager.d.ts|
934|Deprecated version changed|Class name: SppOption;<br>Method or attribute name: type: SppType;<br>Old version information: |Class name: SppOption;<br>Method or attribute name: type: SppType;<br>New version information: 10<br>Substitute API: ohos.bluetooth.socket/socket.SppOptions#type|@ohos.bluetoothManager.d.ts|
935|Deprecated version changed|Class name: PinRequiredParam;<br>Method or attribute name: interface PinRequiredParam<br>Old version information: |Class name: PinRequiredParam;<br>Method or attribute name: interface PinRequiredParam<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.PinRequiredParam|@ohos.bluetoothManager.d.ts|
936|Deprecated version changed|Class name: PinRequiredParam;<br>Method or attribute name: pinCode: string;<br>Old version information: |Class name: PinRequiredParam;<br>Method or attribute name: pinCode: string;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.PinRequiredParam#pinCode|@ohos.bluetoothManager.d.ts|
937|Deprecated version changed|Class name: DeviceClass;<br>Method or attribute name: interface DeviceClass<br>Old version information: |Class name: DeviceClass;<br>Method or attribute name: interface DeviceClass<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.DeviceClass|@ohos.bluetoothManager.d.ts|
938|Deprecated version changed|Class name: DeviceClass;<br>Method or attribute name: majorClass: MajorClass;<br>Old version information: |Class name: DeviceClass;<br>Method or attribute name: majorClass: MajorClass;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.DeviceClass#majorClass|@ohos.bluetoothManager.d.ts|
939|Deprecated version changed|Class name: DeviceClass;<br>Method or attribute name: majorMinorClass: MajorMinorClass;<br>Old version information: |Class name: DeviceClass;<br>Method or attribute name: majorMinorClass: MajorMinorClass;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.DeviceClass#majorMinorClass|@ohos.bluetoothManager.d.ts|
940|Deprecated version changed|Class name: DeviceClass;<br>Method or attribute name: classOfDevice: number;<br>Old version information: |Class name: DeviceClass;<br>Method or attribute name: classOfDevice: number;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.DeviceClass#classOfDevice|@ohos.bluetoothManager.d.ts|
941|Deprecated version changed|Class name: BondStateParam;<br>Method or attribute name: interface BondStateParam<br>Old version information: |Class name: BondStateParam;<br>Method or attribute name: interface BondStateParam<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.BondStateParam|@ohos.bluetoothManager.d.ts|
942|Deprecated version changed|Class name: BondStateParam;<br>Method or attribute name: state: BondState;<br>Old version information: |Class name: BondStateParam;<br>Method or attribute name: state: BondState;<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.BondStateParam#state|@ohos.bluetoothManager.d.ts|
943|Deprecated version changed|Class name: StateChangeParam;<br>Method or attribute name: interface StateChangeParam<br>Old version information: |Class name: StateChangeParam;<br>Method or attribute name: interface StateChangeParam<br>New version information: 10<br>Substitute API: ohos.bluetooth.baseProfile/baseProfile.StateChangeParam|@ohos.bluetoothManager.d.ts|
944|Deprecated version changed|Class name: ScanDuty;<br>Method or attribute name: enum ScanDuty<br>Old version information: |Class name: ScanDuty;<br>Method or attribute name: enum ScanDuty<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanDuty|@ohos.bluetoothManager.d.ts|
945|Deprecated version changed|Class name: ScanDuty;<br>Method or attribute name: SCAN_MODE_LOW_POWER = 0<br>Old version information: |Class name: ScanDuty;<br>Method or attribute name: SCAN_MODE_LOW_POWER = 0<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MODE_LOW_POWER|@ohos.bluetoothManager.d.ts|
946|Deprecated version changed|Class name: ScanDuty;<br>Method or attribute name: SCAN_MODE_BALANCED = 1<br>Old version information: |Class name: ScanDuty;<br>Method or attribute name: SCAN_MODE_BALANCED = 1<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MODE_BALANCED|@ohos.bluetoothManager.d.ts|
947|Deprecated version changed|Class name: ScanDuty;<br>Method or attribute name: SCAN_MODE_LOW_LATENCY = 2<br>Old version information: |Class name: ScanDuty;<br>Method or attribute name: SCAN_MODE_LOW_LATENCY = 2<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MODE_LOW_LATENCY|@ohos.bluetoothManager.d.ts|
948|Deprecated version changed|Class name: MatchMode;<br>Method or attribute name: enum MatchMode<br>Old version information: |Class name: MatchMode;<br>Method or attribute name: enum MatchMode<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.MatchMode|@ohos.bluetoothManager.d.ts|
949|Deprecated version changed|Class name: MatchMode;<br>Method or attribute name: MATCH_MODE_AGGRESSIVE = 1<br>Old version information: |Class name: MatchMode;<br>Method or attribute name: MATCH_MODE_AGGRESSIVE = 1<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.MatchMode#MATCH_MODE_AGGRESSIVE|@ohos.bluetoothManager.d.ts|
950|Deprecated version changed|Class name: MatchMode;<br>Method or attribute name: MATCH_MODE_STICKY = 2<br>Old version information: |Class name: MatchMode;<br>Method or attribute name: MATCH_MODE_STICKY = 2<br>New version information: 10<br>Substitute API: ohos.bluetooth.ble/ble.MatchMode#MATCH_MODE_STICKY|@ohos.bluetoothManager.d.ts|
951|Deprecated version changed|Class name: ProfileConnectionState;<br>Method or attribute name: enum ProfileConnectionState<br>Old version information: |Class name: ProfileConnectionState;<br>Method or attribute name: enum ProfileConnectionState<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.ProfileConnectionState|@ohos.bluetoothManager.d.ts|
952|Deprecated version changed|Class name: ProfileConnectionState;<br>Method or attribute name: STATE_DISCONNECTED = 0<br>Old version information: |Class name: ProfileConnectionState;<br>Method or attribute name: STATE_DISCONNECTED = 0<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_DISCONNECTED|@ohos.bluetoothManager.d.ts|
953|Deprecated version changed|Class name: ProfileConnectionState;<br>Method or attribute name: STATE_CONNECTING = 1<br>Old version information: |Class name: ProfileConnectionState;<br>Method or attribute name: STATE_CONNECTING = 1<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_CONNECTING|@ohos.bluetoothManager.d.ts|
954|Deprecated version changed|Class name: ProfileConnectionState;<br>Method or attribute name: STATE_CONNECTED = 2<br>Old version information: |Class name: ProfileConnectionState;<br>Method or attribute name: STATE_CONNECTED = 2<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_CONNECTED|@ohos.bluetoothManager.d.ts|
955|Deprecated version changed|Class name: ProfileConnectionState;<br>Method or attribute name: STATE_DISCONNECTING = 3<br>Old version information: |Class name: ProfileConnectionState;<br>Method or attribute name: STATE_DISCONNECTING = 3<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_DISCONNECTING|@ohos.bluetoothManager.d.ts|
956|Deprecated version changed|Class name: BluetoothState;<br>Method or attribute name: enum BluetoothState<br>Old version information: |Class name: BluetoothState;<br>Method or attribute name: enum BluetoothState<br>New version information: 10<br>Substitute API: ohos.bluetooth.access/access.BluetoothState|@ohos.bluetoothManager.d.ts|
957|Deprecated version changed|Class name: BluetoothState;<br>Method or attribute name: STATE_OFF = 0<br>Old version information: |Class name: BluetoothState;<br>Method or attribute name: STATE_OFF = 0<br>New version information: 10<br>Substitute API: ohos.bluetooth.access/access.BluetoothState#STATE_OFF|@ohos.bluetoothManager.d.ts|
958|Deprecated version changed|Class name: BluetoothState;<br>Method or attribute name: STATE_TURNING_ON = 1<br>Old version information: |Class name: BluetoothState;<br>Method or attribute name: STATE_TURNING_ON = 1<br>New version information: 10<br>Substitute API: ohos.bluetooth.access/access.BluetoothState#STATE_TURNING_ON|@ohos.bluetoothManager.d.ts|
959|Deprecated version changed|Class name: BluetoothState;<br>Method or attribute name: STATE_ON = 2<br>Old version information: |Class name: BluetoothState;<br>Method or attribute name: STATE_ON = 2<br>New version information: 10<br>Substitute API: ohos.bluetooth.access/access.BluetoothState#STATE_ON|@ohos.bluetoothManager.d.ts|
960|Deprecated version changed|Class name: BluetoothState;<br>Method or attribute name: STATE_TURNING_OFF = 3<br>Old version information: |Class name: BluetoothState;<br>Method or attribute name: STATE_TURNING_OFF = 3<br>New version information: 10<br>Substitute API: ohos.bluetooth.access/access.BluetoothState#STATE_TURNING_OFF|@ohos.bluetoothManager.d.ts|
961|Deprecated version changed|Class name: BluetoothState;<br>Method or attribute name: STATE_BLE_TURNING_ON = 4<br>Old version information: |Class name: BluetoothState;<br>Method or attribute name: STATE_BLE_TURNING_ON = 4<br>New version information: 10<br>Substitute API: ohos.bluetooth.access/access.BluetoothState#STATE_BLE_TURNING_ON|@ohos.bluetoothManager.d.ts|
962|Deprecated version changed|Class name: BluetoothState;<br>Method or attribute name: STATE_BLE_ON = 5<br>Old version information: |Class name: BluetoothState;<br>Method or attribute name: STATE_BLE_ON = 5<br>New version information: 10<br>Substitute API: ohos.bluetooth.access/access.BluetoothState#STATE_BLE_ON|@ohos.bluetoothManager.d.ts|
963|Deprecated version changed|Class name: BluetoothState;<br>Method or attribute name: STATE_BLE_TURNING_OFF = 6<br>Old version information: |Class name: BluetoothState;<br>Method or attribute name: STATE_BLE_TURNING_OFF = 6<br>New version information: 10<br>Substitute API: ohos.bluetooth.access/access.BluetoothState#STATE_BLE_TURNING_OFF|@ohos.bluetoothManager.d.ts|
964|Deprecated version changed|Class name: SppType;<br>Method or attribute name: enum SppType<br>Old version information: |Class name: SppType;<br>Method or attribute name: enum SppType<br>New version information: 10<br>Substitute API: ohos.bluetooth.socket/socket.SppType|@ohos.bluetoothManager.d.ts|
965|Deprecated version changed|Class name: SppType;<br>Method or attribute name: SPP_RFCOMM<br>Old version information: |Class name: SppType;<br>Method or attribute name: SPP_RFCOMM<br>New version information: 10<br>Substitute API: ohos.bluetooth.socket/socket.SppType#SPP_RFCOMM|@ohos.bluetoothManager.d.ts|
966|Deprecated version changed|Class name: ScanMode;<br>Method or attribute name: enum ScanMode<br>Old version information: |Class name: ScanMode;<br>Method or attribute name: enum ScanMode<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.ScanMode|@ohos.bluetoothManager.d.ts|
967|Deprecated version changed|Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_NONE = 0<br>Old version information: |Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_NONE = 0<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_NONE|@ohos.bluetoothManager.d.ts|
968|Deprecated version changed|Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_CONNECTABLE = 1<br>Old version information: |Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_CONNECTABLE = 1<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_CONNECTABLE|@ohos.bluetoothManager.d.ts|
969|Deprecated version changed|Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_GENERAL_DISCOVERABLE = 2<br>Old version information: |Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_GENERAL_DISCOVERABLE = 2<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_GENERAL_DISCOVERABLE|@ohos.bluetoothManager.d.ts|
970|Deprecated version changed|Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_LIMITED_DISCOVERABLE = 3<br>Old version information: |Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_LIMITED_DISCOVERABLE = 3<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_LIMITED_DISCOVERABLE|@ohos.bluetoothManager.d.ts|
971|Deprecated version changed|Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4<br>Old version information: |Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE|@ohos.bluetoothManager.d.ts|
972|Deprecated version changed|Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5<br>Old version information: |Class name: ScanMode;<br>Method or attribute name: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE|@ohos.bluetoothManager.d.ts|
973|Deprecated version changed|Class name: BondState;<br>Method or attribute name: enum BondState<br>Old version information: |Class name: BondState;<br>Method or attribute name: enum BondState<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.BondState|@ohos.bluetoothManager.d.ts|
974|Deprecated version changed|Class name: BondState;<br>Method or attribute name: BOND_STATE_INVALID = 0<br>Old version information: |Class name: BondState;<br>Method or attribute name: BOND_STATE_INVALID = 0<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.BondState#BOND_STATE_INVALID|@ohos.bluetoothManager.d.ts|
975|Deprecated version changed|Class name: BondState;<br>Method or attribute name: BOND_STATE_BONDING = 1<br>Old version information: |Class name: BondState;<br>Method or attribute name: BOND_STATE_BONDING = 1<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.BondState#BOND_STATE_BONDING|@ohos.bluetoothManager.d.ts|
976|Deprecated version changed|Class name: BondState;<br>Method or attribute name: BOND_STATE_BONDED = 2<br>Old version information: |Class name: BondState;<br>Method or attribute name: BOND_STATE_BONDED = 2<br>New version information: 10<br>Substitute API: ohos.bluetooth.connection/connection.BondState#BOND_STATE_BONDED|@ohos.bluetoothManager.d.ts|
977|Deprecated version changed|Class name: MajorClass;<br>Method or attribute name: enum MajorClass<br>Old version information: |Class name: MajorClass;<br>Method or attribute name: enum MajorClass<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorClass|@ohos.bluetoothManager.d.ts|
978|Deprecated version changed|Class name: MajorClass;<br>Method or attribute name: MAJOR_MISC = 0x0000<br>Old version information: |Class name: MajorClass;<br>Method or attribute name: MAJOR_MISC = 0x0000<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_MISC|@ohos.bluetoothManager.d.ts|
979|Deprecated version changed|Class name: MajorClass;<br>Method or attribute name: MAJOR_COMPUTER = 0x0100<br>Old version information: |Class name: MajorClass;<br>Method or attribute name: MAJOR_COMPUTER = 0x0100<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_COMPUTER|@ohos.bluetoothManager.d.ts|
980|Deprecated version changed|Class name: MajorClass;<br>Method or attribute name: MAJOR_PHONE = 0x0200<br>Old version information: |Class name: MajorClass;<br>Method or attribute name: MAJOR_PHONE = 0x0200<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_PHONE|@ohos.bluetoothManager.d.ts|
981|Deprecated version changed|Class name: MajorClass;<br>Method or attribute name: MAJOR_NETWORKING = 0x0300<br>Old version information: |Class name: MajorClass;<br>Method or attribute name: MAJOR_NETWORKING = 0x0300<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_NETWORKING|@ohos.bluetoothManager.d.ts|
982|Deprecated version changed|Class name: MajorClass;<br>Method or attribute name: MAJOR_AUDIO_VIDEO = 0x0400<br>Old version information: |Class name: MajorClass;<br>Method or attribute name: MAJOR_AUDIO_VIDEO = 0x0400<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_AUDIO_VIDEO|@ohos.bluetoothManager.d.ts|
983|Deprecated version changed|Class name: MajorClass;<br>Method or attribute name: MAJOR_PERIPHERAL = 0x0500<br>Old version information: |Class name: MajorClass;<br>Method or attribute name: MAJOR_PERIPHERAL = 0x0500<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_PERIPHERAL|@ohos.bluetoothManager.d.ts|
984|Deprecated version changed|Class name: MajorClass;<br>Method or attribute name: MAJOR_IMAGING = 0x0600<br>Old version information: |Class name: MajorClass;<br>Method or attribute name: MAJOR_IMAGING = 0x0600<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_IMAGING|@ohos.bluetoothManager.d.ts|
985|Deprecated version changed|Class name: MajorClass;<br>Method or attribute name: MAJOR_WEARABLE = 0x0700<br>Old version information: |Class name: MajorClass;<br>Method or attribute name: MAJOR_WEARABLE = 0x0700<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_WEARABLE|@ohos.bluetoothManager.d.ts|
986|Deprecated version changed|Class name: MajorClass;<br>Method or attribute name: MAJOR_TOY = 0x0800<br>Old version information: |Class name: MajorClass;<br>Method or attribute name: MAJOR_TOY = 0x0800<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_TOY|@ohos.bluetoothManager.d.ts|
987|Deprecated version changed|Class name: MajorClass;<br>Method or attribute name: MAJOR_HEALTH = 0x0900<br>Old version information: |Class name: MajorClass;<br>Method or attribute name: MAJOR_HEALTH = 0x0900<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_HEALTH|@ohos.bluetoothManager.d.ts|
988|Deprecated version changed|Class name: MajorClass;<br>Method or attribute name: MAJOR_UNCATEGORIZED = 0x1F00<br>Old version information: |Class name: MajorClass;<br>Method or attribute name: MAJOR_UNCATEGORIZED = 0x1F00<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_UNCATEGORIZED|@ohos.bluetoothManager.d.ts|
989|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: enum MajorMinorClass<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: enum MajorMinorClass<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass|@ohos.bluetoothManager.d.ts|
990|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_UNCATEGORIZED = 0x0100<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_UNCATEGORIZED = 0x0100<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_UNCATEGORIZED|@ohos.bluetoothManager.d.ts|
991|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_DESKTOP = 0x0104<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_DESKTOP = 0x0104<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_DESKTOP|@ohos.bluetoothManager.d.ts|
992|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_SERVER = 0x0108<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_SERVER = 0x0108<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_SERVER|@ohos.bluetoothManager.d.ts|
993|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_LAPTOP = 0x010C<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_LAPTOP = 0x010C<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_LAPTOP|@ohos.bluetoothManager.d.ts|
994|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_HANDHELD_PC_PDA = 0x0110<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_HANDHELD_PC_PDA = 0x0110<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_HANDHELD_PC_PDA|@ohos.bluetoothManager.d.ts|
995|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_PALM_SIZE_PC_PDA = 0x0114<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_PALM_SIZE_PC_PDA = 0x0114<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_PALM_SIZE_PC_PDA|@ohos.bluetoothManager.d.ts|
996|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_WEARABLE = 0x0118<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_WEARABLE = 0x0118<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_WEARABLE|@ohos.bluetoothManager.d.ts|
997|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_TABLET = 0x011C<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: COMPUTER_TABLET = 0x011C<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_TABLET|@ohos.bluetoothManager.d.ts|
998|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PHONE_UNCATEGORIZED = 0x0200<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PHONE_UNCATEGORIZED = 0x0200<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_UNCATEGORIZED|@ohos.bluetoothManager.d.ts|
999|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PHONE_CELLULAR = 0x0204<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PHONE_CELLULAR = 0x0204<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_CELLULAR|@ohos.bluetoothManager.d.ts|
1000|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PHONE_CORDLESS = 0x0208<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PHONE_CORDLESS = 0x0208<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_CORDLESS|@ohos.bluetoothManager.d.ts|
1001|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PHONE_SMART = 0x020C<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PHONE_SMART = 0x020C<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_SMART|@ohos.bluetoothManager.d.ts|
1002|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PHONE_MODEM_OR_GATEWAY = 0x0210<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PHONE_MODEM_OR_GATEWAY = 0x0210<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_MODEM_OR_GATEWAY|@ohos.bluetoothManager.d.ts|
1003|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PHONE_ISDN = 0x0214<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PHONE_ISDN = 0x0214<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_ISDN|@ohos.bluetoothManager.d.ts|
1004|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_FULLY_AVAILABLE = 0x0300<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_FULLY_AVAILABLE = 0x0300<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_FULLY_AVAILABLE|@ohos.bluetoothManager.d.ts|
1005|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_1_TO_17_UTILIZED = 0x0320<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_1_TO_17_UTILIZED = 0x0320<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_1_TO_17_UTILIZED|@ohos.bluetoothManager.d.ts|
1006|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_17_TO_33_UTILIZED = 0x0340<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_17_TO_33_UTILIZED = 0x0340<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_17_TO_33_UTILIZED|@ohos.bluetoothManager.d.ts|
1007|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_33_TO_50_UTILIZED = 0x0360<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_33_TO_50_UTILIZED = 0x0360<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_33_TO_50_UTILIZED|@ohos.bluetoothManager.d.ts|
1008|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_60_TO_67_UTILIZED = 0x0380<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_60_TO_67_UTILIZED = 0x0380<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_60_TO_67_UTILIZED|@ohos.bluetoothManager.d.ts|
1009|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_67_TO_83_UTILIZED = 0x03A0<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_67_TO_83_UTILIZED = 0x03A0<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_67_TO_83_UTILIZED|@ohos.bluetoothManager.d.ts|
1010|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_83_TO_99_UTILIZED = 0x03C0<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_83_TO_99_UTILIZED = 0x03C0<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_83_TO_99_UTILIZED|@ohos.bluetoothManager.d.ts|
1011|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_NO_SERVICE = 0x03E0<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: NETWORK_NO_SERVICE = 0x03E0<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_NO_SERVICE|@ohos.bluetoothManager.d.ts|
1012|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_UNCATEGORIZED = 0x0400<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_UNCATEGORIZED = 0x0400<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_UNCATEGORIZED|@ohos.bluetoothManager.d.ts|
1013|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_WEARABLE_HEADSET|@ohos.bluetoothManager.d.ts|
1014|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_HANDSFREE = 0x0408<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_HANDSFREE = 0x0408<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_HANDSFREE|@ohos.bluetoothManager.d.ts|
1015|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_MICROPHONE = 0x0410<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_MICROPHONE = 0x0410<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_MICROPHONE|@ohos.bluetoothManager.d.ts|
1016|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_LOUDSPEAKER = 0x0414<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_LOUDSPEAKER = 0x0414<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_LOUDSPEAKER|@ohos.bluetoothManager.d.ts|
1017|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_HEADPHONES = 0x0418<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_HEADPHONES = 0x0418<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_HEADPHONES|@ohos.bluetoothManager.d.ts|
1018|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_PORTABLE_AUDIO|@ohos.bluetoothManager.d.ts|
1019|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_CAR_AUDIO = 0x0420<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_CAR_AUDIO = 0x0420<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_CAR_AUDIO|@ohos.bluetoothManager.d.ts|
1020|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_SET_TOP_BOX = 0x0424<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_SET_TOP_BOX = 0x0424<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_SET_TOP_BOX|@ohos.bluetoothManager.d.ts|
1021|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_HIFI_AUDIO = 0x0428<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_HIFI_AUDIO = 0x0428<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_HIFI_AUDIO|@ohos.bluetoothManager.d.ts|
1022|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VCR = 0x042C<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VCR = 0x042C<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VCR|@ohos.bluetoothManager.d.ts|
1023|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_CAMERA|@ohos.bluetoothManager.d.ts|
1024|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_CAMCORDER = 0x0434<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_CAMCORDER = 0x0434<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_CAMCORDER|@ohos.bluetoothManager.d.ts|
1025|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_MONITOR|@ohos.bluetoothManager.d.ts|
1026|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER|@ohos.bluetoothManager.d.ts|
1027|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_CONFERENCING|@ohos.bluetoothManager.d.ts|
1028|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_GAMING_TOY|@ohos.bluetoothManager.d.ts|
1029|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_NON_KEYBOARD_NON_POINTING|@ohos.bluetoothManager.d.ts|
1030|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_KEYBOARD = 0x0540<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_KEYBOARD = 0x0540<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_KEYBOARD|@ohos.bluetoothManager.d.ts|
1031|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_POINTING_DEVICE = 0x0580<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_POINTING_DEVICE = 0x0580<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_POINTING_DEVICE|@ohos.bluetoothManager.d.ts|
1032|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_KEYBOARD_POINTING = 0x05C0<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_KEYBOARD_POINTING = 0x05C0<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_KEYBOARD_POINTING|@ohos.bluetoothManager.d.ts|
1033|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_UNCATEGORIZED = 0x0500<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_UNCATEGORIZED = 0x0500<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_UNCATEGORIZED|@ohos.bluetoothManager.d.ts|
1034|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_JOYSTICK = 0x0504<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_JOYSTICK = 0x0504<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_JOYSTICK|@ohos.bluetoothManager.d.ts|
1035|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_GAMEPAD = 0x0508<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_GAMEPAD = 0x0508<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_GAMEPAD|@ohos.bluetoothManager.d.ts|
1036|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_REMOTE_CONTROL = 0x05C0<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_REMOTE_CONTROL = 0x05C0<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_REMOTE_CONTROL|@ohos.bluetoothManager.d.ts|
1037|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_SENSING_DEVICE = 0x0510<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_SENSING_DEVICE = 0x0510<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_SENSING_DEVICE|@ohos.bluetoothManager.d.ts|
1038|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_DIGITIZER_TABLET = 0x0514<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_DIGITIZER_TABLET = 0x0514<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_DIGITIZER_TABLET|@ohos.bluetoothManager.d.ts|
1039|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_CARD_READER = 0x0518<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_CARD_READER = 0x0518<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_CARD_READER|@ohos.bluetoothManager.d.ts|
1040|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_DIGITAL_PEN = 0x051C<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_DIGITAL_PEN = 0x051C<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_DIGITAL_PEN|@ohos.bluetoothManager.d.ts|
1041|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_SCANNER_RFID = 0x0520<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_SCANNER_RFID = 0x0520<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_SCANNER_RFID|@ohos.bluetoothManager.d.ts|
1042|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_GESTURAL_INPUT = 0x0522<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: PERIPHERAL_GESTURAL_INPUT = 0x0522<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_GESTURAL_INPUT|@ohos.bluetoothManager.d.ts|
1043|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_UNCATEGORIZED = 0x0600<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_UNCATEGORIZED = 0x0600<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_UNCATEGORIZED|@ohos.bluetoothManager.d.ts|
1044|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_DISPLAY = 0x0610<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_DISPLAY = 0x0610<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_DISPLAY|@ohos.bluetoothManager.d.ts|
1045|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_CAMERA = 0x0620<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_CAMERA = 0x0620<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_CAMERA|@ohos.bluetoothManager.d.ts|
1046|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_SCANNER = 0x0640<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_SCANNER = 0x0640<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_SCANNER|@ohos.bluetoothManager.d.ts|
1047|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_PRINTER = 0x0680<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: IMAGING_PRINTER = 0x0680<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_PRINTER|@ohos.bluetoothManager.d.ts|
1048|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_UNCATEGORIZED = 0x0700<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_UNCATEGORIZED = 0x0700<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_UNCATEGORIZED|@ohos.bluetoothManager.d.ts|
1049|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_WRIST_WATCH = 0x0704<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_WRIST_WATCH = 0x0704<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_WRIST_WATCH|@ohos.bluetoothManager.d.ts|
1050|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_PAGER = 0x0708<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_PAGER = 0x0708<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_PAGER|@ohos.bluetoothManager.d.ts|
1051|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_JACKET = 0x070C<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_JACKET = 0x070C<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_JACKET|@ohos.bluetoothManager.d.ts|
1052|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_HELMET = 0x0710<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_HELMET = 0x0710<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_HELMET|@ohos.bluetoothManager.d.ts|
1053|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_GLASSES = 0x0714<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: WEARABLE_GLASSES = 0x0714<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_GLASSES|@ohos.bluetoothManager.d.ts|
1054|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: TOY_UNCATEGORIZED = 0x0800<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: TOY_UNCATEGORIZED = 0x0800<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_UNCATEGORIZED|@ohos.bluetoothManager.d.ts|
1055|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: TOY_ROBOT = 0x0804<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: TOY_ROBOT = 0x0804<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_ROBOT|@ohos.bluetoothManager.d.ts|
1056|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: TOY_VEHICLE = 0x0808<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: TOY_VEHICLE = 0x0808<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_VEHICLE|@ohos.bluetoothManager.d.ts|
1057|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: TOY_DOLL_ACTION_FIGURE = 0x080C<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: TOY_DOLL_ACTION_FIGURE = 0x080C<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_DOLL_ACTION_FIGURE|@ohos.bluetoothManager.d.ts|
1058|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: TOY_CONTROLLER = 0x0810<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: TOY_CONTROLLER = 0x0810<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_CONTROLLER|@ohos.bluetoothManager.d.ts|
1059|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: TOY_GAME = 0x0814<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: TOY_GAME = 0x0814<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_GAME|@ohos.bluetoothManager.d.ts|
1060|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_UNCATEGORIZED = 0x0900<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_UNCATEGORIZED = 0x0900<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_UNCATEGORIZED|@ohos.bluetoothManager.d.ts|
1061|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_BLOOD_PRESSURE = 0x0904<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_BLOOD_PRESSURE = 0x0904<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_BLOOD_PRESSURE|@ohos.bluetoothManager.d.ts|
1062|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_THERMOMETER = 0x0908<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_THERMOMETER = 0x0908<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_THERMOMETER|@ohos.bluetoothManager.d.ts|
1063|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_WEIGHING = 0x090C<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_WEIGHING = 0x090C<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_WEIGHING|@ohos.bluetoothManager.d.ts|
1064|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_GLUCOSE = 0x0910<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_GLUCOSE = 0x0910<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_GLUCOSE|@ohos.bluetoothManager.d.ts|
1065|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_PULSE_OXIMETER = 0x0914<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_PULSE_OXIMETER = 0x0914<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PULSE_OXIMETER|@ohos.bluetoothManager.d.ts|
1066|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_PULSE_RATE = 0x0918<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_PULSE_RATE = 0x0918<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PULSE_RATE|@ohos.bluetoothManager.d.ts|
1067|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_DATA_DISPLAY = 0x091C<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_DATA_DISPLAY = 0x091C<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_DATA_DISPLAY|@ohos.bluetoothManager.d.ts|
1068|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_STEP_COUNTER = 0x0920<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_STEP_COUNTER = 0x0920<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_STEP_COUNTER|@ohos.bluetoothManager.d.ts|
1069|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_BODY_COMPOSITION_ANALYZER|@ohos.bluetoothManager.d.ts|
1070|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_PEAK_FLOW_MONITOR = 0x0928<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_PEAK_FLOW_MONITOR = 0x0928<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PEAK_FLOW_MONITOR|@ohos.bluetoothManager.d.ts|
1071|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_MEDICATION_MONITOR = 0x092C<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_MEDICATION_MONITOR = 0x092C<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_MEDICATION_MONITOR|@ohos.bluetoothManager.d.ts|
1072|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_KNEE_PROSTHESIS = 0x0930<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_KNEE_PROSTHESIS = 0x0930<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_KNEE_PROSTHESIS|@ohos.bluetoothManager.d.ts|
1073|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_ANKLE_PROSTHESIS = 0x0934<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_ANKLE_PROSTHESIS = 0x0934<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_ANKLE_PROSTHESIS|@ohos.bluetoothManager.d.ts|
1074|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_GENERIC_HEALTH_MANAGER|@ohos.bluetoothManager.d.ts|
1075|Deprecated version changed|Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C<br>Old version information: |Class name: MajorMinorClass;<br>Method or attribute name: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PERSONAL_MOBILITY_DEVICE|@ohos.bluetoothManager.d.ts|
1076|Deprecated version changed|Class name: PlayingState;<br>Method or attribute name: enum PlayingState<br>Old version information: |Class name: PlayingState;<br>Method or attribute name: enum PlayingState<br>New version information: 10<br>Substitute API: ohos.bluetooth.a2dp/a2dp.PlayingState|@ohos.bluetoothManager.d.ts|
1077|Deprecated version changed|Class name: PlayingState;<br>Method or attribute name: STATE_NOT_PLAYING<br>Old version information: |Class name: PlayingState;<br>Method or attribute name: STATE_NOT_PLAYING<br>New version information: 10<br>Substitute API: ohos.bluetooth.a2dp/a2dp.PlayingState#STATE_NOT_PLAYING|@ohos.bluetoothManager.d.ts|
1078|Deprecated version changed|Class name: PlayingState;<br>Method or attribute name: STATE_PLAYING<br>Old version information: |Class name: PlayingState;<br>Method or attribute name: STATE_PLAYING<br>New version information: 10<br>Substitute API: ohos.bluetooth.a2dp/a2dp.PlayingState#STATE_PLAYING|@ohos.bluetoothManager.d.ts|
1079|Deprecated version changed|Class name: ProfileId;<br>Method or attribute name: enum ProfileId<br>Old version information: |Class name: ProfileId;<br>Method or attribute name: enum ProfileId<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.ProfileId|@ohos.bluetoothManager.d.ts|
1080|Deprecated version changed|Class name: ProfileId;<br>Method or attribute name: PROFILE_A2DP_SOURCE = 1<br>Old version information: |Class name: ProfileId;<br>Method or attribute name: PROFILE_A2DP_SOURCE = 1<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.ProfileId#PROFILE_A2DP_SOURCE|@ohos.bluetoothManager.d.ts|
1081|Deprecated version changed|Class name: ProfileId;<br>Method or attribute name: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4<br>Old version information: |Class name: ProfileId;<br>Method or attribute name: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.ProfileId#PROFILE_HANDSFREE_AUDIO_GATEWAY|@ohos.bluetoothManager.d.ts|
1082|Deprecated version changed|Class name: ProfileId;<br>Method or attribute name: PROFILE_HID_HOST = 6<br>Old version information: |Class name: ProfileId;<br>Method or attribute name: PROFILE_HID_HOST = 6<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.ProfileId#PROFILE_HID_HOST|@ohos.bluetoothManager.d.ts|
1083|Deprecated version changed|Class name: ProfileId;<br>Method or attribute name: PROFILE_PAN_NETWORK = 7<br>Old version information: |Class name: ProfileId;<br>Method or attribute name: PROFILE_PAN_NETWORK = 7<br>New version information: 10<br>Substitute API: ohos.bluetooth.constant/constant.ProfileId#PROFILE_PAN_NETWORK|@ohos.bluetoothManager.d.ts|
1084|Deprecated version changed|Class name: connectedTag;<br>Method or attribute name: function readNdefTag(callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: connectedTag;<br>Method or attribute name: function readNdefTag(callback: AsyncCallback\<string>): void;<br>New version information: 9<br>Substitute API: ohos.connectedTag/connectedTag#read|@ohos.connectedTag.d.ts|
1085|Deprecated version changed|Class name: connectedTag;<br>Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: connectedTag;<br>Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>New version information: 9<br>Substitute API: ohos.connectedTag/connectedTag#write|@ohos.connectedTag.d.ts|
1086|Deprecated version changed|Class name: wifi;<br>Method or attribute name: function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>New version information: 9<br>Substitute API: ohos.wifiManager/wifiManager.getScanInfoList|@ohos.wifi.d.ts|
1087|Deprecated version changed|Class name: wifi;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: 9<br>Substitute API: ohos.wifiManager/wifiManager.addDeviceConfig|@ohos.wifi.d.ts|
1088|Deprecated version changed|Class name: wifi;<br>Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>New version information: 9<br>Substitute API: ohos.wifiManager/wifiManager.addCandidateConfig|@ohos.wifi.d.ts|
1089|Deprecated version changed|Class name: wifi;<br>Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>New version information: 9<br>Substitute API: ohos.wifiManager/wifiManager.removeCandidateConfig|@ohos.wifi.d.ts|
1090|Deprecated version changed|Class name: wifi;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>New version information: 9<br>Substitute API: ohos.wifiManager/wifiManager.getLinkedInfo|@ohos.wifi.d.ts|
1091|Deprecated version changed|Class name: wifi;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>New version information: 9<br>Substitute API: ohos.wifiManager/wifiManager.getP2pLinkedInfo|@ohos.wifi.d.ts|
1092|Deprecated version changed|Class name: wifi;<br>Method or attribute name: function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>New version information: 9<br>Substitute API: ohos.wifiManager/wifiManager.getCurrentGroup|@ohos.wifi.d.ts|
1093|Deprecated version changed|Class name: wifi;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>New version information: 9<br>Substitute API: ohos.wifiManager/wifiManager.getP2pPeerDevices|@ohos.wifi.d.ts|
1094|Deprecated version changed|Class name: wifiext;<br>Method or attribute name: function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>Old version information: |Class name: wifiext;<br>Method or attribute name: function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>New version information: 9<br>Substitute API: ohos.wifiManagerExt/wifiManagerExt.getSupportedPowerMode|@ohos.wifiext.d.ts|
1095|Deprecated version changed|Class name: wifiext;<br>Method or attribute name: function getPowerModel(callback: AsyncCallback\<PowerModel>): void;<br>Old version information: |Class name: wifiext;<br>Method or attribute name: function getPowerModel(callback: AsyncCallback\<PowerModel>): void;<br>New version information: 9<br>Substitute API: ohos.wifiManagerExt/wifiManagerExt.getPowerMode|@ohos.wifiext.d.ts|
1096|Deprecated version changed|Class name: wifiManager;<br>Method or attribute name: function scan(): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function scan(): void;<br>New version information: 10<br>Substitute API: wifiManager.startScan|@ohos.wifiManager.d.ts|
1097|Deprecated version changed|Class name: wifiManager;<br>Method or attribute name: function getScanResults(): Promise\<Array\<WifiScanInfo>>;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getScanResults(): Promise\<Array\<WifiScanInfo>>;<br>New version information: 10<br>Substitute API: wifiManager.getScanInfoList|@ohos.wifiManager.d.ts|
1098|Deprecated version changed|Class name: wifiManager;<br>Method or attribute name: function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>New version information: 10<br>Substitute API: wifiManager.getScanInfoList|@ohos.wifiManager.d.ts|
1099|Deprecated version changed|Class name: wifiManager;<br>Method or attribute name: function getScanResultsSync(): Array\<WifiScanInfo>;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getScanResultsSync(): Array\<WifiScanInfo>;<br>New version information: 10<br>Substitute API: wifiManager.getScanInfoList|@ohos.wifiManager.d.ts|
1100|Deprecated version changed|Class name: wifiManagerExt;<br>Method or attribute name: function enableHotspot(): void;<br>Old version information: |Class name: wifiManagerExt;<br>Method or attribute name: function enableHotspot(): void;<br>New version information: 10<br>Substitute API: |@ohos.wifiManagerExt.d.ts|
1101|Deprecated version changed|Class name: wifiManagerExt;<br>Method or attribute name: function disableHotspot(): void;<br>Old version information: |Class name: wifiManagerExt;<br>Method or attribute name: function disableHotspot(): void;<br>New version information: 10<br>Substitute API: |@ohos.wifiManagerExt.d.ts|
1102|Deprecated version changed|Class name: wifiManagerExt;<br>Method or attribute name: function setPowerMode(mode: PowerMode): void;<br>Old version information: |Class name: wifiManagerExt;<br>Method or attribute name: function setPowerMode(mode: PowerMode): void;<br>New version information: 10<br>Substitute API: |@ohos.wifiManagerExt.d.ts|
1103|Deprecated version changed|Class name: TagSession;<br>Method or attribute name: sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>Old version information: |Class name: TagSession;<br>Method or attribute name: sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>New version information: 9<br>Substitute API: tagSession.TagSession#transmit|tagSession.d.ts|
1104|Error code added|Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>New version information: 201,401,801,2900001,2900099|@ohos.bluetoothManager.d.ts|
1105|Error code added|Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>New version information: 201,401,801,2900001,2900099|@ohos.bluetoothManager.d.ts|
1106|Error code added|Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>New version information: 201,401,801,2900001,2901000,2900099|@ohos.bluetoothManager.d.ts|
1107|Error code added|Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>New version information: 201,401,801,2900001,2901000,2900099|@ohos.bluetoothManager.d.ts|
1108|Error code added|Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>New version information: 201,401,801,2900099|@ohos.bluetoothManager.d.ts|
1109|Error code added|Class name: connectedTag;<br>Method or attribute name: function read(callback: AsyncCallback\<number[]>): void;<br>Old version information: |Class name: connectedTag;<br>Method or attribute name: function read(callback: AsyncCallback\<number[]>): void;<br>New version information: 201,801,3200101|@ohos.connectedTag.d.ts|
1110|Error code added|Class name: connectedTag;<br>Method or attribute name: function write(data: number[], callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: connectedTag;<br>Method or attribute name: function write(data: number[], callback: AsyncCallback\<void>): void;<br>New version information: 201,401,801,3200101|@ohos.connectedTag.d.ts|
1111|Error code added|Class name: connection;<br>Method or attribute name: function getDefaultNet(): Promise\<NetHandle>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getDefaultNet(): Promise\<NetHandle>;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
1112|Error code added|Class name: connection;<br>Method or attribute name: function getAllNets(): Promise\<Array\<NetHandle>>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getAllNets(): Promise\<Array\<NetHandle>>;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
1113|Error code added|Class name: connection;<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
1114|Error code added|Class name: connection;<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
1115|Error code added|Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(): Promise\<boolean>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(): Promise\<boolean>;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
1116|Error code added|Class name: connection;<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
1117|Error code added|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>New version information: 201,202,401,2100002,2100003|@ohos.net.connection.d.ts|
1118|Error code added|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>New version information: 201,202,401,2100002,2100003|@ohos.net.connection.d.ts|
1119|Error code added|Class name: connection;<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
1120|Error code added|Class name: connection;<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
1121|Error code added|Class name: connection;<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
1122|Error code added|Class name: NetHandle;<br>Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket): Promise\<void>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: bindSocket(socketParam: TCPSocket \| UDPSocket): Promise\<void>;<br>New version information: 401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
1123|Error code added|Class name: NetHandle;<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
1124|Error code added|Class name: NetHandle;<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>New version information: 201,401,2100001,2100002,2100003|@ohos.net.connection.d.ts|
1125|Error code added|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>New version information: 201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts|
1126|Error code added|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>New version information: 201,202,401,2200001,2200002,2200003,2201004,2201005,2201006,2201007|@ohos.net.ethernet.d.ts|
1127|Error code added|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>New version information: 201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts|
1128|Error code added|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>New version information: 201,202,2200002,2200003|@ohos.net.ethernet.d.ts|
1129|Error code added|Class name: HttpRequest;<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>New version information: 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|
1130|Error code added|Class name: HttpRequest;<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>New version information: 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|
1131|Error code added|Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>New version information: 201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts|
1132|Error code added|Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>New version information: 201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts|
1133|Error code added|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: 201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202009,2202011|@ohos.net.sharing.d.ts|
1134|Error code added|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: 201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202011|@ohos.net.sharing.d.ts|
1135|Error code added|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
1136|Error code added|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
1137|Error code added|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
1138|Error code added|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
1139|Error code added|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
1140|Error code added|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
1141|Error code added|Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
1142|Error code added|Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
1143|Error code added|Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: 401,201,2303198,2300002|@ohos.net.socket.d.ts|
1144|Error code added|Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
1145|Error code added|Class name: UDPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: 201|@ohos.net.socket.d.ts|
1146|Error code added|Class name: TCPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: 201|@ohos.net.socket.d.ts|
1147|Error code added|Class name: TLSSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: 401,2303501,2303505,2303506,2300002|@ohos.net.socket.d.ts|
1148|Error code added|Class name: UDPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: 201|@ohos.net.socket.d.ts|
1149|Error code added|Class name: TCPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: 201|@ohos.net.socket.d.ts|
1150|Error code added|Class name: TLSSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: 2303188,2300002|@ohos.net.socket.d.ts|
1151|Error code added|Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
1152|Error code added|Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
1153|Error code added|Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
1154|Error code added|Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>New version information: 201|@ohos.net.socket.d.ts|
1155|Error code added|Class name: TLSSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>New version information: 2303188,2300002|@ohos.net.socket.d.ts|
1156|Error code added|Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>New version information: 401,201|@ohos.net.socket.d.ts|
1157|Error code added|Class name: TLSSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>New version information: 401,2303188,2300002|@ohos.net.socket.d.ts|
1158|Error code added|Class name: TLSSocket;<br>Method or attribute name: getCertificate(): Promise\<X509CertRawData>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getCertificate(): Promise\<X509CertRawData>;<br>New version information: 2303501,2303504,2300002|@ohos.net.socket.d.ts|
1159|Error code added|Class name: TLSSocket;<br>Method or attribute name: getRemoteCertificate(): Promise\<X509CertRawData>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getRemoteCertificate(): Promise\<X509CertRawData>;<br>New version information: 2303501,2300002|@ohos.net.socket.d.ts|
1160|Error code added|Class name: TLSSocket;<br>Method or attribute name: getProtocol(): Promise\<string>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getProtocol(): Promise\<string>;<br>New version information: 2303501,2303505,2300002|@ohos.net.socket.d.ts|
1161|Error code added|Class name: TLSSocket;<br>Method or attribute name: getCipherSuite(): Promise\<Array\<string>>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getCipherSuite(): Promise\<Array\<string>>;<br>New version information: 2303501,2303502,2303505,2300002|@ohos.net.socket.d.ts|
1162|Error code added|Class name: TLSSocket;<br>Method or attribute name: getSignatureAlgorithms(): Promise\<Array\<string>>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getSignatureAlgorithms(): Promise\<Array\<string>>;<br>New version information: 2303501,2300002|@ohos.net.socket.d.ts|
1163|Error code added|Class name: TLSSocket;<br>Method or attribute name: connect(options: TLSConnectOptions): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: connect(options: TLSConnectOptions): Promise\<void>;<br>New version information: 401,2303104,2303109,2303111,2303188,2303191,2303198,2303199,2303210,2303501,2303502,2303503,2303505,2303506,2300002|@ohos.net.socket.d.ts|
1164|Error code added|Class name: TLSSocket;<br>Method or attribute name: send(data: string): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: send(data: string): Promise\<void>;<br>New version information: 401,2303501,2303503,2303505,2303506,2300002|@ohos.net.socket.d.ts|
1165|Error code added|Class name: WebSocket;<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
1166|Error code added|Class name: WebSocket;<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
1167|Error code added|Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
1168|Error code added|Class name: WebSocket;<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
1169|Error code added|Class name: WebSocket;<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>New version information: 401,201|@ohos.net.webSocket.d.ts|
1170|Error code added|Class name: HceService;<br>Method or attribute name: transmit(response: number[], callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: HceService;<br>Method or attribute name: transmit(response: number[], callback: AsyncCallback\<void>): void;<br>New version information: 201,401,801,3100301|@ohos.nfc.cardEmulation.d.ts|
1171|Error code added|Class name: wifiManager;<br>Method or attribute name: function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>New version information: 201,801,2501000|@ohos.wifiManager.d.ts|
1172|Error code added|Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,801,2501000|@ohos.wifiManager.d.ts|
1173|Error code added|Class name: wifiManager;<br>Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: 201,401,801,2501000|@ohos.wifiManager.d.ts|
1174|Error code added|Class name: wifiManager;<br>Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,801,2501000|@ohos.wifiManager.d.ts|
1175|Error code added|Class name: wifiManager;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>New version information: 201,202,801,2501000,2501001|@ohos.wifiManager.d.ts|
1176|Error code added|Class name: wifiManager;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>New version information: 201,801,2801000|@ohos.wifiManager.d.ts|
1177|Error code added|Class name: wifiManager;<br>Method or attribute name: function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>New version information: 201,801,2801000|@ohos.wifiManager.d.ts|
1178|Error code added|Class name: wifiManager;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>New version information: 201,801,2801000|@ohos.wifiManager.d.ts|
1179|Error code added|Class name: wifiManager;<br>Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>New version information: 201,801,2801000|@ohos.wifiManager.d.ts|
1180|Error code added|Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>New version information: 201,202,801,2801000|@ohos.wifiManager.d.ts|
1181|Error code added|Class name: wifiManagerExt;<br>Method or attribute name: function getSupportedPowerMode(callback: AsyncCallback\<Array\<PowerMode>>): void;<br>Old version information: |Class name: wifiManagerExt;<br>Method or attribute name: function getSupportedPowerMode(callback: AsyncCallback\<Array\<PowerMode>>): void;<br>New version information: 201,801,2701000|@ohos.wifiManagerExt.d.ts|
1182|Error code added|Class name: wifiManagerExt;<br>Method or attribute name: function getPowerMode(callback: AsyncCallback\<PowerMode>): void;<br>Old version information: |Class name: wifiManagerExt;<br>Method or attribute name: function getPowerMode(callback: AsyncCallback\<PowerMode>): void;<br>New version information: 201,801,2701000|@ohos.wifiManagerExt.d.ts|
1183|Error code added|Class name: IsoDepTag;<br>Method or attribute name: isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: IsoDepTag;<br>Method or attribute name: isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1184|Error code added|Class name: NdefTag;<br>Method or attribute name: readNdef(callback: AsyncCallback\<NdefMessage>): void;<br>Old version information: |Class name: NdefTag;<br>Method or attribute name: readNdef(callback: AsyncCallback\<NdefMessage>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1185|Error code added|Class name: NdefTag;<br>Method or attribute name: writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: NdefTag;<br>Method or attribute name: writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1186|Error code added|Class name: NdefTag;<br>Method or attribute name: setReadOnly(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: NdefTag;<br>Method or attribute name: setReadOnly(callback: AsyncCallback\<void>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1187|Error code added|Class name: MifareClassicTag;<br>Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: MifareClassicTag;<br>Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1188|Error code added|Class name: MifareClassicTag;<br>Method or attribute name: readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;<br>Old version information: |Class name: MifareClassicTag;<br>Method or attribute name: readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1189|Error code added|Class name: MifareClassicTag;<br>Method or attribute name: writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: MifareClassicTag;<br>Method or attribute name: writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1190|Error code added|Class name: MifareClassicTag;<br>Method or attribute name: incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: MifareClassicTag;<br>Method or attribute name: incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1191|Error code added|Class name: MifareClassicTag;<br>Method or attribute name: decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: MifareClassicTag;<br>Method or attribute name: decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1192|Error code added|Class name: MifareClassicTag;<br>Method or attribute name: transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: MifareClassicTag;<br>Method or attribute name: transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1193|Error code added|Class name: MifareClassicTag;<br>Method or attribute name: restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: MifareClassicTag;<br>Method or attribute name: restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1194|Error code added|Class name: MifareUltralightTag;<br>Method or attribute name: readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;<br>Old version information: |Class name: MifareUltralightTag;<br>Method or attribute name: readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1195|Error code added|Class name: MifareUltralightTag;<br>Method or attribute name: writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: MifareUltralightTag;<br>Method or attribute name: writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1196|Error code added|Class name: NdefFormatableTag;<br>Method or attribute name: format(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: NdefFormatableTag;<br>Method or attribute name: format(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1197|Error code added|Class name: NdefFormatableTag;<br>Method or attribute name: formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: NdefFormatableTag;<br>Method or attribute name: formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>New version information: 201,401,3100201|nfctech.d.ts|
1198|Error code added|Class name: TagSession;<br>Method or attribute name: transmit(data: number[], callback: AsyncCallback\<number[]>): void;<br>Old version information: |Class name: TagSession;<br>Method or attribute name: transmit(data: number[], callback: AsyncCallback\<number[]>): void;<br>New version information: 201,401,801,3100201|tagSession.d.ts|
1199|Error code changed|Class name: connection;<br>Method or attribute name: function getDefaultNet(callback: AsyncCallback\<NetHandle>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function getDefaultNet(callback: AsyncCallback\<NetHandle>): void;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
1200|Error code changed|Class name: connection;<br>Method or attribute name: function getDefaultNetSync(): NetHandle;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function getDefaultNetSync(): NetHandle;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
1201|Error code changed|Class name: connection;<br>Method or attribute name: function getAllNets(callback: AsyncCallback\<Array\<NetHandle>>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function getAllNets(callback: AsyncCallback\<Array\<NetHandle>>): void;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
1202|Error code changed|Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
1203|Error code changed|Class name: connection;<br>Method or attribute name: function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,401,2100002,2100003|@ohos.net.connection.d.ts|
1204|Error code changed|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2100002,2100003|@ohos.net.connection.d.ts|
1205|Error code changed|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>Old version information: 201,2100002,2100003|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2100002,2100003|@ohos.net.connection.d.ts|
1206|Error code changed|Class name: connection;<br>Method or attribute name: function getAppNet(callback: AsyncCallback\<NetHandle>): void;<br>Old version information: 2100002,2100003|Class name: connection;<br>Method or attribute name: function getAppNet(callback: AsyncCallback\<NetHandle>): void;<br>New version information: 401,2100002,2100003|@ohos.net.connection.d.ts|
1207|Error code changed|Class name: connection;<br>Method or attribute name: function getAppNet(): Promise\<NetHandle>;<br>Old version information: 2100002,2100003|Class name: connection;<br>Method or attribute name: function getAppNet(): Promise\<NetHandle>;<br>New version information: 401,2100002,2100003|@ohos.net.connection.d.ts|
1208|Error code changed|Class name: NetConnection;<br>Method or attribute name: register(callback: AsyncCallback\<void>): void;<br>Old version information: 201,2100002,2100003,2101008,2101022|Class name: NetConnection;<br>Method or attribute name: register(callback: AsyncCallback\<void>): void;<br>New version information: 201,401,2100002,2100003,2101008,2101022|@ohos.net.connection.d.ts|
1209|Error code changed|Class name: NetConnection;<br>Method or attribute name: unregister(callback: AsyncCallback\<void>): void;<br>Old version information: 2100002,2100003,2101007|Class name: NetConnection;<br>Method or attribute name: unregister(callback: AsyncCallback\<void>): void;<br>New version information: 201,401,2100002,2100003,2101007|@ohos.net.connection.d.ts|
1210|Error code changed|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string, callback: AsyncCallback\<InterfaceConfiguration>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2201005|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string, callback: AsyncCallback\<InterfaceConfiguration>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts|
1211|Error code changed|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2201004,2201005,2201006,2201007|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2201004,2201005,2201006,2201007|@ohos.net.ethernet.d.ts|
1212|Error code changed|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string, callback: AsyncCallback\<number>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2201005|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string, callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2201005|@ohos.net.ethernet.d.ts|
1213|Error code changed|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(callback: AsyncCallback\<Array\<string>>): void;<br>Old version information: 201,2200002,2200003|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(callback: AsyncCallback\<Array\<string>>): void;<br>New version information: 201,202,2200002,2200003|@ohos.net.ethernet.d.ts|
1214|Error code changed|Class name: sharing;<br>Method or attribute name: function isSharingSupported(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,2200002,2200003,2202011|Class name: sharing;<br>Method or attribute name: function isSharingSupported(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts|
1215|Error code changed|Class name: sharing;<br>Method or attribute name: function isSharing(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,2200002,2200003,2202011|Class name: sharing;<br>Method or attribute name: function isSharing(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,202,2200002,2200003,2202011|@ohos.net.sharing.d.ts|
1216|Error code changed|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2202004,2202005,2202006,2202009,2202011|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202009,2202011|@ohos.net.sharing.d.ts|
1217|Error code changed|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,2200001,2200002,2200003,2202004,2202005,2202006,2202011|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,2200001,2200002,2200003,2202004,2202005,2202006,2202011|@ohos.net.sharing.d.ts|
1218|Error code changed|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(callback: AsyncCallback\<number>): void;<br>Old version information: 201,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
1219|Error code changed|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(callback: AsyncCallback\<number>): void;<br>Old version information: 201,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
1220|Error code changed|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(callback: AsyncCallback\<number>): void;<br>Old version information: 201,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(callback: AsyncCallback\<number>): void;<br>New version information: 201,202,401,2200002,2200003|@ohos.net.sharing.d.ts|
1221|Error code changed|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback\<Array\<string>>): void;<br>Old version information: 201,401,2200001,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback\<Array\<string>>): void;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
1222|Error code changed|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType, callback: AsyncCallback\<SharingIfaceState>): void;<br>Old version information: 201,401,2200001,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType, callback: AsyncCallback\<SharingIfaceState>): void;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
1223|Error code changed|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback\<Array\<string>>): void;<br>Old version information: 201,401,2200001,2200002,2200003|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback\<Array\<string>>): void;<br>New version information: 201,202,401,2200001,2200002,2200003|@ohos.net.sharing.d.ts|
1224|Error code changed|Class name: sharing;<br>Method or attribute name: function on(type: 'sharingStateChange', callback: Callback\<boolean>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function on(type: 'sharingStateChange', callback: Callback\<boolean>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
1225|Error code changed|Class name: sharing;<br>Method or attribute name: function on(type: 'interfaceSharingStateChange', callback: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function on(type: 'interfaceSharingStateChange', callback: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
1226|Error code changed|Class name: sharing;<br>Method or attribute name: function on(type: 'sharingUpstreamChange', callback: Callback\<NetHandle>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function on(type: 'sharingUpstreamChange', callback: Callback\<NetHandle>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
1227|Error code changed|Class name: sharing;<br>Method or attribute name: function off(type: 'sharingStateChange', callback?: Callback\<boolean>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function off(type: 'sharingStateChange', callback?: Callback\<boolean>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
1228|Error code changed|Class name: sharing;<br>Method or attribute name: function off(type: 'interfaceSharingStateChange', callback?: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function off(type: 'interfaceSharingStateChange', callback?: Callback\<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
1229|Error code changed|Class name: sharing;<br>Method or attribute name: function off(type: 'sharingUpstreamChange', callback?: Callback\<NetHandle>): void;<br>Old version information: 201,401|Class name: sharing;<br>Method or attribute name: function off(type: 'sharingUpstreamChange', callback?: Callback\<NetHandle>): void;<br>New version information: 201,202,401|@ohos.net.sharing.d.ts|
1230|Error code changed|Class name: MessageParcel;<br>Method or attribute name: readException(): void;<br>Old version information: Throws|Class name: MessageParcel;<br>Method or attribute name: readException(): void;<br>New version information: |@ohos.rpc.d.ts|
1231|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeByte(val: number): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeByte(val: number): boolean;<br>New version information: |@ohos.rpc.d.ts|
1232|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeShort(val: number): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeShort(val: number): boolean;<br>New version information: |@ohos.rpc.d.ts|
1233|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeInt(val: number): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeInt(val: number): boolean;<br>New version information: |@ohos.rpc.d.ts|
1234|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeLong(val: number): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeLong(val: number): boolean;<br>New version information: |@ohos.rpc.d.ts|
1235|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeFloat(val: number): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeFloat(val: number): boolean;<br>New version information: |@ohos.rpc.d.ts|
1236|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeDouble(val: number): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeDouble(val: number): boolean;<br>New version information: |@ohos.rpc.d.ts|
1237|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeBoolean(val: boolean): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeBoolean(val: boolean): boolean;<br>New version information: |@ohos.rpc.d.ts|
1238|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeChar(val: number): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeChar(val: number): boolean;<br>New version information: |@ohos.rpc.d.ts|
1239|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeString(val: string): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeString(val: string): boolean;<br>New version information: |@ohos.rpc.d.ts|
1240|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeSequenceable(val: Sequenceable): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeSequenceable(val: Sequenceable): boolean;<br>New version information: |@ohos.rpc.d.ts|
1241|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeByteArray(byteArray: number[]): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeByteArray(byteArray: number[]): boolean;<br>New version information: |@ohos.rpc.d.ts|
1242|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeShortArray(shortArray: number[]): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeShortArray(shortArray: number[]): boolean;<br>New version information: |@ohos.rpc.d.ts|
1243|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeIntArray(intArray: number[]): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeIntArray(intArray: number[]): boolean;<br>New version information: |@ohos.rpc.d.ts|
1244|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeLongArray(longArray: number[]): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeLongArray(longArray: number[]): boolean;<br>New version information: |@ohos.rpc.d.ts|
1245|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeFloatArray(floatArray: number[]): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeFloatArray(floatArray: number[]): boolean;<br>New version information: |@ohos.rpc.d.ts|
1246|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeDoubleArray(doubleArray: number[]): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeDoubleArray(doubleArray: number[]): boolean;<br>New version information: |@ohos.rpc.d.ts|
1247|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeBooleanArray(booleanArray: boolean[]): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeBooleanArray(booleanArray: boolean[]): boolean;<br>New version information: |@ohos.rpc.d.ts|
1248|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeCharArray(charArray: number[]): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeCharArray(charArray: number[]): boolean;<br>New version information: |@ohos.rpc.d.ts|
1249|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeStringArray(stringArray: string[]): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeStringArray(stringArray: string[]): boolean;<br>New version information: |@ohos.rpc.d.ts|
1250|Error code changed|Class name: MessageParcel;<br>Method or attribute name: writeSequenceableArray(sequenceableArray: Sequenceable[]): boolean;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: writeSequenceableArray(sequenceableArray: Sequenceable[]): boolean;<br>New version information: |@ohos.rpc.d.ts|
1251|Error code changed|Class name: MessageParcel;<br>Method or attribute name: readByteArray(dataIn: number[]): void;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: readByteArray(dataIn: number[]): void;<br>New version information: |@ohos.rpc.d.ts|
1252|Error code changed|Class name: MessageParcel;<br>Method or attribute name: readIntArray(dataIn: number[]): void;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: readIntArray(dataIn: number[]): void;<br>New version information: |@ohos.rpc.d.ts|
1253|Error code changed|Class name: MessageParcel;<br>Method or attribute name: readLongArray(dataIn: number[]): void;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: readLongArray(dataIn: number[]): void;<br>New version information: |@ohos.rpc.d.ts|
1254|Error code changed|Class name: MessageParcel;<br>Method or attribute name: readFloatArray(dataIn: number[]): void;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: readFloatArray(dataIn: number[]): void;<br>New version information: |@ohos.rpc.d.ts|
1255|Error code changed|Class name: MessageParcel;<br>Method or attribute name: readDoubleArray(dataIn: number[]): void;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: readDoubleArray(dataIn: number[]): void;<br>New version information: |@ohos.rpc.d.ts|
1256|Error code changed|Class name: MessageParcel;<br>Method or attribute name: readBooleanArray(dataIn: boolean[]): void;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: readBooleanArray(dataIn: boolean[]): void;<br>New version information: |@ohos.rpc.d.ts|
1257|Error code changed|Class name: MessageParcel;<br>Method or attribute name: readCharArray(dataIn: number[]): void;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: readCharArray(dataIn: number[]): void;<br>New version information: |@ohos.rpc.d.ts|
1258|Error code changed|Class name: MessageParcel;<br>Method or attribute name: readStringArray(dataIn: string[]): void;<br>Old version information: ParcelException|Class name: MessageParcel;<br>Method or attribute name: readStringArray(dataIn: string[]): void;<br>New version information: |@ohos.rpc.d.ts|
1259|Error code changed|Class name: MessageSequence;<br>Method or attribute name: readStringArray(dataIn: string[]): void;<br>Old version information: ParcelException,401, 1900010|Class name: MessageSequence;<br>Method or attribute name: readStringArray(dataIn: string[]): void;<br>New version information: 401, 1900010|@ohos.rpc.d.ts|
1260|Error code changed|Class name: Sequenceable;<br>Method or attribute name: marshalling(dataOut: MessageParcel): boolean;<br>Old version information: ParcelException|Class name: Sequenceable;<br>Method or attribute name: marshalling(dataOut: MessageParcel): boolean;<br>New version information: |@ohos.rpc.d.ts|
1261|Error code changed|Class name: Sequenceable;<br>Method or attribute name: unmarshalling(dataIn: MessageParcel): boolean;<br>Old version information: ParcelException|Class name: Sequenceable;<br>Method or attribute name: unmarshalling(dataIn: MessageParcel): boolean;<br>New version information: |@ohos.rpc.d.ts|
1262|Error code changed|Class name: Parcelable;<br>Method or attribute name: marshalling(dataOut: MessageSequence): boolean;<br>Old version information: ParcelException|Class name: Parcelable;<br>Method or attribute name: marshalling(dataOut: MessageSequence): boolean;<br>New version information: |@ohos.rpc.d.ts|
1263|Error code changed|Class name: Parcelable;<br>Method or attribute name: unmarshalling(dataIn: MessageSequence): boolean;<br>Old version information: ParcelException|Class name: Parcelable;<br>Method or attribute name: unmarshalling(dataIn: MessageSequence): boolean;<br>New version information: |@ohos.rpc.d.ts|
1264|Error code changed|Class name: IRemoteObject;<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>Old version information: RemoteException|Class name: IRemoteObject;<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>New version information: |@ohos.rpc.d.ts|
1265|Error code changed|Class name: RemoteProxy;<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>Old version information: RemoteException|Class name: RemoteProxy;<br>Method or attribute name: sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>New version information: |@ohos.rpc.d.ts|
1266|Error code changed|Class name: IRemoteObject;<br>Method or attribute name: sendRequest(<br><br>      code: number,<br><br>      data: MessageParcel,<br><br>      reply: MessageParcel,<br><br>      options: MessageOption<br><br>    ): Promise\<SendRequestResult>;<br>Old version information: Throws|Class name: IRemoteObject;<br>Method or attribute name: sendRequest(<br><br>      code: number,<br><br>      data: MessageParcel,<br><br>      reply: MessageParcel,<br><br>      options: MessageOption<br><br>    ): Promise\<SendRequestResult>;<br>New version information: |@ohos.rpc.d.ts|
1267|Error code changed|Class name: RemoteObject;<br>Method or attribute name: sendRequest(<br><br>      code: number,<br><br>      data: MessageParcel,<br><br>      reply: MessageParcel,<br><br>      options: MessageOption<br><br>    ): Promise\<SendRequestResult>;<br>Old version information: Throws|Class name: RemoteObject;<br>Method or attribute name: sendRequest(<br><br>      code: number,<br><br>      data: MessageParcel,<br><br>      reply: MessageParcel,<br><br>      options: MessageOption<br><br>    ): Promise\<SendRequestResult>;<br>New version information: |@ohos.rpc.d.ts|
1268|Error code changed|Class name: RemoteProxy;<br>Method or attribute name: sendRequest(<br><br>      code: number,<br><br>      data: MessageParcel,<br><br>      reply: MessageParcel,<br><br>      options: MessageOption<br><br>    ): Promise\<SendRequestResult>;<br>Old version information: Throws|Class name: RemoteProxy;<br>Method or attribute name: sendRequest(<br><br>      code: number,<br><br>      data: MessageParcel,<br><br>      reply: MessageParcel,<br><br>      options: MessageOption<br><br>    ): Promise\<SendRequestResult>;<br>New version information: |@ohos.rpc.d.ts|
1269|Error code changed|Class name: RemoteObject;<br>Method or attribute name: onRemoteRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>Old version information: RemoteException|Class name: RemoteObject;<br>Method or attribute name: onRemoteRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): boolean;<br>New version information: |@ohos.rpc.d.ts|
1270|Access level changed|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>New version information: systemapi|@ohos.net.connection.d.ts|
1271|Access level changed|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>New version information: systemapi|@ohos.net.connection.d.ts|
1272|Access level changed|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
1273|Access level changed|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
1274|Access level changed|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
1275|Access level changed|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
1276|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: mode: IPSetMode;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: mode: IPSetMode;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
1277|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: ipAddr: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: ipAddr: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
1278|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: route: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: route: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
1279|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: gateway: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: gateway: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
1280|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: netMask: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: netMask: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
1281|Access level changed|Class name: InterfaceConfiguration;<br>Method or attribute name: dnsServers: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: dnsServers: string;<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
1282|Access level changed|Class name: IPSetMode;<br>Method or attribute name: STATIC = 0<br>Old version information: |Class name: IPSetMode;<br>Method or attribute name: STATIC = 0<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
1283|Access level changed|Class name: IPSetMode;<br>Method or attribute name: DHCP = 1<br>Old version information: |Class name: IPSetMode;<br>Method or attribute name: DHCP = 1<br>New version information: systemapi|@ohos.net.ethernet.d.ts|
1284|Access level changed|Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1285|Access level changed|Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1286|Access level changed|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1287|Access level changed|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1288|Access level changed|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1289|Access level changed|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1290|Access level changed|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1291|Access level changed|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1292|Access level changed|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1293|Access level changed|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1294|Access level changed|Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_SERVING = 1<br>Old version information: |Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_SERVING = 1<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1295|Access level changed|Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_CAN_SERVER = 2<br>Old version information: |Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_CAN_SERVER = 2<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1296|Access level changed|Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_ERROR = 3<br>Old version information: |Class name: SharingIfaceState;<br>Method or attribute name: SHARING_NIC_ERROR = 3<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1297|Access level changed|Class name: SharingIfaceType;<br>Method or attribute name: SHARING_WIFI = 0<br>Old version information: |Class name: SharingIfaceType;<br>Method or attribute name: SHARING_WIFI = 0<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1298|Access level changed|Class name: SharingIfaceType;<br>Method or attribute name: SHARING_USB = 1<br>Old version information: |Class name: SharingIfaceType;<br>Method or attribute name: SHARING_USB = 1<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1299|Access level changed|Class name: SharingIfaceType;<br>Method or attribute name: SHARING_BLUETOOTH = 2<br>Old version information: |Class name: SharingIfaceType;<br>Method or attribute name: SHARING_BLUETOOTH = 2<br>New version information: systemapi|@ohos.net.sharing.d.ts|
1300|Access level changed|Class name: wifi;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: systemapi|@ohos.wifi.d.ts|
1301|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: ssid: string;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: ssid: string;<br>New version information: systemapi|@ohos.wifi.d.ts|
1302|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: securityType: WifiSecurityType;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: securityType: WifiSecurityType;<br>New version information: systemapi|@ohos.wifi.d.ts|
1303|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: band: number;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: band: number;<br>New version information: systemapi|@ohos.wifi.d.ts|
1304|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: preSharedKey: string;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: preSharedKey: string;<br>New version information: systemapi|@ohos.wifi.d.ts|
1305|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: maxConn: number;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: maxConn: number;<br>New version information: systemapi|@ohos.wifi.d.ts|
1306|Access level changed|Class name: StationInfo;<br>Method or attribute name: name: string;<br>Old version information: |Class name: StationInfo;<br>Method or attribute name: name: string;<br>New version information: systemapi|@ohos.wifi.d.ts|
1307|Access level changed|Class name: StationInfo;<br>Method or attribute name: macAddress: string;<br>Old version information: |Class name: StationInfo;<br>Method or attribute name: macAddress: string;<br>New version information: systemapi|@ohos.wifi.d.ts|
1308|Access level changed|Class name: StationInfo;<br>Method or attribute name: ipAddress: string;<br>Old version information: |Class name: StationInfo;<br>Method or attribute name: ipAddress: string;<br>New version information: systemapi|@ohos.wifi.d.ts|
1309|Access level changed|Class name: IpType;<br>Method or attribute name: STATIC<br>Old version information: |Class name: IpType;<br>Method or attribute name: STATIC<br>New version information: systemapi|@ohos.wifi.d.ts|
1310|Access level changed|Class name: IpType;<br>Method or attribute name: DHCP<br>Old version information: |Class name: IpType;<br>Method or attribute name: DHCP<br>New version information: systemapi|@ohos.wifi.d.ts|
1311|Access level changed|Class name: IpType;<br>Method or attribute name: UNKNOWN<br>Old version information: |Class name: IpType;<br>Method or attribute name: UNKNOWN<br>New version information: systemapi|@ohos.wifi.d.ts|
1312|Access level changed|Class name: SuppState;<br>Method or attribute name: DISCONNECTED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: DISCONNECTED<br>New version information: systemapi|@ohos.wifi.d.ts|
1313|Access level changed|Class name: SuppState;<br>Method or attribute name: INTERFACE_DISABLED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: INTERFACE_DISABLED<br>New version information: systemapi|@ohos.wifi.d.ts|
1314|Access level changed|Class name: SuppState;<br>Method or attribute name: INACTIVE<br>Old version information: |Class name: SuppState;<br>Method or attribute name: INACTIVE<br>New version information: systemapi|@ohos.wifi.d.ts|
1315|Access level changed|Class name: SuppState;<br>Method or attribute name: SCANNING<br>Old version information: |Class name: SuppState;<br>Method or attribute name: SCANNING<br>New version information: systemapi|@ohos.wifi.d.ts|
1316|Access level changed|Class name: SuppState;<br>Method or attribute name: AUTHENTICATING<br>Old version information: |Class name: SuppState;<br>Method or attribute name: AUTHENTICATING<br>New version information: systemapi|@ohos.wifi.d.ts|
1317|Access level changed|Class name: SuppState;<br>Method or attribute name: ASSOCIATING<br>Old version information: |Class name: SuppState;<br>Method or attribute name: ASSOCIATING<br>New version information: systemapi|@ohos.wifi.d.ts|
1318|Access level changed|Class name: SuppState;<br>Method or attribute name: ASSOCIATED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: ASSOCIATED<br>New version information: systemapi|@ohos.wifi.d.ts|
1319|Access level changed|Class name: SuppState;<br>Method or attribute name: FOUR_WAY_HANDSHAKE<br>Old version information: |Class name: SuppState;<br>Method or attribute name: FOUR_WAY_HANDSHAKE<br>New version information: systemapi|@ohos.wifi.d.ts|
1320|Access level changed|Class name: SuppState;<br>Method or attribute name: GROUP_HANDSHAKE<br>Old version information: |Class name: SuppState;<br>Method or attribute name: GROUP_HANDSHAKE<br>New version information: systemapi|@ohos.wifi.d.ts|
1321|Access level changed|Class name: SuppState;<br>Method or attribute name: COMPLETED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: COMPLETED<br>New version information: systemapi|@ohos.wifi.d.ts|
1322|Access level changed|Class name: SuppState;<br>Method or attribute name: UNINITIALIZED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: UNINITIALIZED<br>New version information: systemapi|@ohos.wifi.d.ts|
1323|Access level changed|Class name: SuppState;<br>Method or attribute name: INVALID<br>Old version information: |Class name: SuppState;<br>Method or attribute name: INVALID<br>New version information: systemapi|@ohos.wifi.d.ts|
1324|Access level changed|Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1325|Access level changed|Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1326|Access level changed|Class name: EapMethod;<br>Method or attribute name: enum EapMethod<br>Old version information: systemapi|Class name: EapMethod;<br>Method or attribute name: enum EapMethod<br>New version information: |@ohos.wifiManager.d.ts|
1327|Access level changed|Class name: Phase2Method;<br>Method or attribute name: enum Phase2Method<br>Old version information: systemapi|Class name: Phase2Method;<br>Method or attribute name: enum Phase2Method<br>New version information: |@ohos.wifiManager.d.ts|
1328|Access level changed|Class name: WifiEapConfig;<br>Method or attribute name: interface WifiEapConfig<br>Old version information: systemapi|Class name: WifiEapConfig;<br>Method or attribute name: interface WifiEapConfig<br>New version information: |@ohos.wifiManager.d.ts|
1329|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: creatorUid?: number;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: creatorUid?: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1330|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: disableReason?: number;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: disableReason?: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1331|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: netId?: number;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: netId?: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1332|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: randomMacType?: number;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: randomMacType?: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1333|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: randomMacAddr?: string;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: randomMacAddr?: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1334|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: ipType?: IpType;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: ipType?: IpType;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1335|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: staticIp?: IpConfig;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: staticIp?: IpConfig;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1336|Access level changed|Class name: WifiDeviceConfig;<br>Method or attribute name: eapConfig?: WifiEapConfig;<br>Old version information: systemapi|Class name: WifiDeviceConfig;<br>Method or attribute name: eapConfig?: WifiEapConfig;<br>New version information: |@ohos.wifiManager.d.ts|
1337|Access level changed|Class name: IpConfig;<br>Method or attribute name: ipAddress: number;<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: ipAddress: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1338|Access level changed|Class name: IpConfig;<br>Method or attribute name: gateway: number;<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: gateway: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1339|Access level changed|Class name: IpConfig;<br>Method or attribute name: prefixLength: number;<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: prefixLength: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1340|Access level changed|Class name: IpConfig;<br>Method or attribute name: dnsServers: number[];<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: dnsServers: number[];<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1341|Access level changed|Class name: IpConfig;<br>Method or attribute name: domains: Array\<string>;<br>Old version information: |Class name: IpConfig;<br>Method or attribute name: domains: Array\<string>;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1342|Access level changed|Class name: WifiLinkedInfo;<br>Method or attribute name: networkId: number;<br>Old version information: |Class name: WifiLinkedInfo;<br>Method or attribute name: networkId: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1343|Access level changed|Class name: WifiLinkedInfo;<br>Method or attribute name: chload: number;<br>Old version information: |Class name: WifiLinkedInfo;<br>Method or attribute name: chload: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1344|Access level changed|Class name: WifiLinkedInfo;<br>Method or attribute name: snr: number;<br>Old version information: |Class name: WifiLinkedInfo;<br>Method or attribute name: snr: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1345|Access level changed|Class name: WifiLinkedInfo;<br>Method or attribute name: suppState: SuppState;<br>Old version information: |Class name: WifiLinkedInfo;<br>Method or attribute name: suppState: SuppState;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1346|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: ssid: string;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: ssid: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1347|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: securityType: WifiSecurityType;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: securityType: WifiSecurityType;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1348|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: band: number;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: band: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1349|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: preSharedKey: string;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: preSharedKey: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1350|Access level changed|Class name: HotspotConfig;<br>Method or attribute name: maxConn: number;<br>Old version information: |Class name: HotspotConfig;<br>Method or attribute name: maxConn: number;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1351|Access level changed|Class name: StationInfo;<br>Method or attribute name: name: string;<br>Old version information: |Class name: StationInfo;<br>Method or attribute name: name: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1352|Access level changed|Class name: StationInfo;<br>Method or attribute name: macAddress: string;<br>Old version information: |Class name: StationInfo;<br>Method or attribute name: macAddress: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1353|Access level changed|Class name: StationInfo;<br>Method or attribute name: ipAddress: string;<br>Old version information: |Class name: StationInfo;<br>Method or attribute name: ipAddress: string;<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1354|Access level changed|Class name: IpType;<br>Method or attribute name: STATIC<br>Old version information: |Class name: IpType;<br>Method or attribute name: STATIC<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1355|Access level changed|Class name: IpType;<br>Method or attribute name: DHCP<br>Old version information: |Class name: IpType;<br>Method or attribute name: DHCP<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1356|Access level changed|Class name: IpType;<br>Method or attribute name: UNKNOWN<br>Old version information: |Class name: IpType;<br>Method or attribute name: UNKNOWN<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1357|Access level changed|Class name: SuppState;<br>Method or attribute name: DISCONNECTED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: DISCONNECTED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1358|Access level changed|Class name: SuppState;<br>Method or attribute name: INTERFACE_DISABLED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: INTERFACE_DISABLED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1359|Access level changed|Class name: SuppState;<br>Method or attribute name: INACTIVE<br>Old version information: |Class name: SuppState;<br>Method or attribute name: INACTIVE<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1360|Access level changed|Class name: SuppState;<br>Method or attribute name: SCANNING<br>Old version information: |Class name: SuppState;<br>Method or attribute name: SCANNING<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1361|Access level changed|Class name: SuppState;<br>Method or attribute name: AUTHENTICATING<br>Old version information: |Class name: SuppState;<br>Method or attribute name: AUTHENTICATING<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1362|Access level changed|Class name: SuppState;<br>Method or attribute name: ASSOCIATING<br>Old version information: |Class name: SuppState;<br>Method or attribute name: ASSOCIATING<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1363|Access level changed|Class name: SuppState;<br>Method or attribute name: ASSOCIATED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: ASSOCIATED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1364|Access level changed|Class name: SuppState;<br>Method or attribute name: FOUR_WAY_HANDSHAKE<br>Old version information: |Class name: SuppState;<br>Method or attribute name: FOUR_WAY_HANDSHAKE<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1365|Access level changed|Class name: SuppState;<br>Method or attribute name: GROUP_HANDSHAKE<br>Old version information: |Class name: SuppState;<br>Method or attribute name: GROUP_HANDSHAKE<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1366|Access level changed|Class name: SuppState;<br>Method or attribute name: COMPLETED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: COMPLETED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1367|Access level changed|Class name: SuppState;<br>Method or attribute name: UNINITIALIZED<br>Old version information: |Class name: SuppState;<br>Method or attribute name: UNINITIALIZED<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1368|Access level changed|Class name: SuppState;<br>Method or attribute name: INVALID<br>Old version information: |Class name: SuppState;<br>Method or attribute name: INVALID<br>New version information: systemapi|@ohos.wifiManager.d.ts|
1369|Permission changed|Class name: GattServer;<br>Method or attribute name: on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteReq>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH,ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteReq>): void;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts|
1370|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts|
1371|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts|
1372|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts|
1373|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts|
1374|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>New version information: ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts|
1375|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function getState(): BluetoothState;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function getState(): BluetoothState;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1376|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function getBtConnectionState(): ProfileConnectionState;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function getBtConnectionState(): ProfileConnectionState;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1377|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function pairDevice(deviceId: string): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function pairDevice(deviceId: string): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1378|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function cancelPairedDevice(deviceId: string): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function cancelPairedDevice(deviceId: string): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1379|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function getRemoteDeviceName(deviceId: string): string;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function getRemoteDeviceName(deviceId: string): string;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1380|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1381|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function enableBluetooth(): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function enableBluetooth(): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1382|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function disableBluetooth(): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function disableBluetooth(): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1383|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function getLocalName(): string;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function getLocalName(): string;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1384|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function getPairedDevices(): Array\<string>;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function getPairedDevices(): Array\<string>;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1385|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1386|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): void;<br>Old version information: ohos.permission.MANAGE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1387|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function setLocalName(name: string): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function setLocalName(name: string): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1388|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1389|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function getBluetoothScanMode(): ScanMode;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function getBluetoothScanMode(): ScanMode;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1390|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function startBluetoothDiscovery(): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|Class name: bluetoothManager;<br>Method or attribute name: function startBluetoothDiscovery(): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1391|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function stopBluetoothDiscovery(): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function stopBluetoothDiscovery(): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1392|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1393|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1394|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1395|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1396|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1397|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1398|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1399|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1400|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1401|Permission changed|Class name: bluetoothManager;<br>Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: bluetoothManager;<br>Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1402|Permission changed|Class name: BaseProfile;<br>Method or attribute name: getConnectionDevices(): Array\<string>;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: BaseProfile;<br>Method or attribute name: getConnectionDevices(): Array\<string>;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1403|Permission changed|Class name: BaseProfile;<br>Method or attribute name: getDeviceState(device: string): ProfileConnectionState;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: BaseProfile;<br>Method or attribute name: getDeviceState(device: string): ProfileConnectionState;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1404|Permission changed|Class name: A2dpSourceProfile;<br>Method or attribute name: connect(device: string): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: A2dpSourceProfile;<br>Method or attribute name: connect(device: string): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1405|Permission changed|Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: connect(device: string): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: connect(device: string): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1406|Permission changed|Class name: HidHostProfile;<br>Method or attribute name: connect(device: string): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: HidHostProfile;<br>Method or attribute name: connect(device: string): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1407|Permission changed|Class name: A2dpSourceProfile;<br>Method or attribute name: disconnect(device: string): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: A2dpSourceProfile;<br>Method or attribute name: disconnect(device: string): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1408|Permission changed|Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: disconnect(device: string): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: disconnect(device: string): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1409|Permission changed|Class name: HidHostProfile;<br>Method or attribute name: disconnect(device: string): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: HidHostProfile;<br>Method or attribute name: disconnect(device: string): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1410|Permission changed|Class name: PanProfile;<br>Method or attribute name: disconnect(device: string): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: PanProfile;<br>Method or attribute name: disconnect(device: string): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1411|Permission changed|Class name: A2dpSourceProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: A2dpSourceProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1412|Permission changed|Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1413|Permission changed|Class name: HidHostProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: HidHostProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1414|Permission changed|Class name: PanProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: PanProfile;<br>Method or attribute name: on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1415|Permission changed|Class name: A2dpSourceProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: A2dpSourceProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1416|Permission changed|Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: HandsFreeAudioGatewayProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1417|Permission changed|Class name: HidHostProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: HidHostProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1418|Permission changed|Class name: PanProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>Old version information: |Class name: PanProfile;<br>Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1419|Permission changed|Class name: A2dpSourceProfile;<br>Method or attribute name: getPlayingState(device: string): PlayingState;<br>Old version information: |Class name: A2dpSourceProfile;<br>Method or attribute name: getPlayingState(device: string): PlayingState;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1420|Permission changed|Class name: PanProfile;<br>Method or attribute name: setTethering(enable: boolean): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: PanProfile;<br>Method or attribute name: setTethering(enable: boolean): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1421|Permission changed|Class name: PanProfile;<br>Method or attribute name: isTetheringOn(): boolean;<br>Old version information: |Class name: PanProfile;<br>Method or attribute name: isTetheringOn(): boolean;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1422|Permission changed|Class name: BLE;<br>Method or attribute name: function getConnectedBLEDevices(): Array\<string>;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: BLE;<br>Method or attribute name: function getConnectedBLEDevices(): Array\<string>;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1423|Permission changed|Class name: BLE;<br>Method or attribute name: function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|Class name: BLE;<br>Method or attribute name: function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1424|Permission changed|Class name: BLE;<br>Method or attribute name: function stopBLEScan(): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: BLE;<br>Method or attribute name: function stopBLEScan(): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1425|Permission changed|Class name: BLE;<br>Method or attribute name: function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: BLE;<br>Method or attribute name: function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1426|Permission changed|Class name: BLE;<br>Method or attribute name: function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: BLE;<br>Method or attribute name: function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1427|Permission changed|Class name: GattServer;<br>Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1428|Permission changed|Class name: GattServer;<br>Method or attribute name: stopAdvertising(): void;<br>Old version information: ohos.permission.DISCOVER_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: stopAdvertising(): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1429|Permission changed|Class name: GattServer;<br>Method or attribute name: addService(service: GattService): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: addService(service: GattService): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1430|Permission changed|Class name: GattServer;<br>Method or attribute name: removeService(serviceUuid: string): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: removeService(serviceUuid: string): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1431|Permission changed|Class name: GattServer;<br>Method or attribute name: close(): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: close(): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1432|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: close(): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: close(): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1433|Permission changed|Class name: GattServer;<br>Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1434|Permission changed|Class name: GattServer;<br>Method or attribute name: sendResponse(serverResponse: ServerResponse): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: sendResponse(serverResponse: ServerResponse): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1435|Permission changed|Class name: GattServer;<br>Method or attribute name: on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1436|Permission changed|Class name: GattServer;<br>Method or attribute name: on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1437|Permission changed|Class name: GattServer;<br>Method or attribute name: on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1438|Permission changed|Class name: GattServer;<br>Method or attribute name: on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1439|Permission changed|Class name: GattServer;<br>Method or attribute name: on(type: 'connectStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: on(type: 'connectStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1440|Permission changed|Class name: GattServer;<br>Method or attribute name: off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1441|Permission changed|Class name: GattServer;<br>Method or attribute name: off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1442|Permission changed|Class name: GattServer;<br>Method or attribute name: off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1443|Permission changed|Class name: GattServer;<br>Method or attribute name: off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1444|Permission changed|Class name: GattServer;<br>Method or attribute name: off(type: 'connectStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattServer;<br>Method or attribute name: off(type: 'connectStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1445|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: connect(): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: connect(): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1446|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: disconnect(): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: disconnect(): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1447|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(callback: AsyncCallback\<string>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(callback: AsyncCallback\<string>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1448|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getDeviceName(): Promise\<string>;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1449|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1450|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getServices(): Promise\<Array\<GattService>>;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1451|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1452|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1453|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1454|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1455|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1456|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1457|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(callback: AsyncCallback\<number>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(callback: AsyncCallback\<number>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1458|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>Old version information: |Class name: GattClientDevice;<br>Method or attribute name: getRssiValue(): Promise\<number>;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1459|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: setBLEMtuSize(mtu: number): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: setBLEMtuSize(mtu: number): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1460|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1461|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1462|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1463|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1464|Permission changed|Class name: GattClientDevice;<br>Method or attribute name: off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>Old version information: ohos.permission.USE_BLUETOOTH|Class name: GattClientDevice;<br>Method or attribute name: off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>New version information: ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts|
1465|Permission changed|Class name: connectedTag;<br>Method or attribute name: function readNdefTag(callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: connectedTag;<br>Method or attribute name: function readNdefTag(callback: AsyncCallback\<string>): void;<br>New version information: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
1466|Permission changed|Class name: connectedTag;<br>Method or attribute name: function read(callback: AsyncCallback\<number[]>): void;<br>Old version information: |Class name: connectedTag;<br>Method or attribute name: function read(callback: AsyncCallback\<number[]>): void;<br>New version information: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
1467|Permission changed|Class name: connectedTag;<br>Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: connectedTag;<br>Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
1468|Permission changed|Class name: connectedTag;<br>Method or attribute name: function write(data: number[], callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: connectedTag;<br>Method or attribute name: function write(data: number[], callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts|
1469|Permission changed|Class name: connection;<br>Method or attribute name: function getDefaultNet(): Promise\<NetHandle>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getDefaultNet(): Promise\<NetHandle>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
1470|Permission changed|Class name: connection;<br>Method or attribute name: function getAllNets(): Promise\<Array\<NetHandle>>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getAllNets(): Promise\<Array\<NetHandle>>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
1471|Permission changed|Class name: connection;<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getConnectionProperties(netHandle: NetHandle): Promise\<ConnectionProperties>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
1472|Permission changed|Class name: connection;<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getNetCapabilities(netHandle: NetHandle): Promise\<NetCapabilities>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
1473|Permission changed|Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(): Promise\<boolean>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function isDefaultNetMetered(): Promise\<boolean>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
1474|Permission changed|Class name: connection;<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts|
1475|Permission changed|Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function enableAirplaneMode(): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
1476|Permission changed|Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function disableAirplaneMode(): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.connection.d.ts|
1477|Permission changed|Class name: connection;<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function reportNetConnected(netHandle: NetHandle): Promise\<void>;<br>New version information: ohos.permission.GET_NETWORK_INFO,ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1478|Permission changed|Class name: connection;<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function reportNetDisconnected(netHandle: NetHandle): Promise\<void>;<br>New version information: ohos.permission.GET_NETWORK_INFO,ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1479|Permission changed|Class name: connection;<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>New version information: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1480|Permission changed|Class name: NetHandle;<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: getAddressesByName(host: string): Promise\<Array\<NetAddress>>;<br>New version information: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1481|Permission changed|Class name: NetHandle;<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: getAddressByName(host: string): Promise\<NetAddress>;<br>New version information: ohos.permission.INTERNET|@ohos.net.connection.d.ts|
1482|Permission changed|Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getIfaceConfig(iface: string): Promise\<InterfaceConfiguration>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.ethernet.d.ts|
1483|Permission changed|Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function setIfaceConfig(iface: string, ic: InterfaceConfiguration): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.ethernet.d.ts|
1484|Permission changed|Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function isIfaceActive(iface: string): Promise\<number>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.ethernet.d.ts|
1485|Permission changed|Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>Old version information: |Class name: ethernet;<br>Method or attribute name: function getAllActiveIfaces(): Promise\<Array\<string>>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.net.ethernet.d.ts|
1486|Permission changed|Class name: HttpRequest;<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>New version information: ohos.permission.INTERNET|@ohos.net.http.d.ts|
1487|Permission changed|Class name: HttpRequest;<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>New version information: ohos.permission.INTERNET|@ohos.net.http.d.ts|
1488|Permission changed|Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharingSupported(): Promise\<boolean>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
1489|Permission changed|Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function isSharing(): Promise\<boolean>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
1490|Permission changed|Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function startSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
1491|Permission changed|Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function stopSharing(type: SharingIfaceType): Promise\<void>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
1492|Permission changed|Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsRxBytes(): Promise\<number>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
1493|Permission changed|Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTxBytes(): Promise\<number>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
1494|Permission changed|Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getStatsTotalBytes(): Promise\<number>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
1495|Permission changed|Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise\<Array\<string>>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
1496|Permission changed|Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharingState(type: SharingIfaceType): Promise\<SharingIfaceState>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
1497|Permission changed|Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>Old version information: |Class name: sharing;<br>Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise\<Array\<string>>;<br>New version information: ohos.permission.CONNECTIVITY_INTERNAL|@ohos.net.sharing.d.ts|
1498|Permission changed|Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
1499|Permission changed|Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
1500|Permission changed|Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
1501|Permission changed|Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
1502|Permission changed|Class name: UDPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
1503|Permission changed|Class name: TCPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
1504|Permission changed|Class name: UDPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
1505|Permission changed|Class name: TCPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
1506|Permission changed|Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
1507|Permission changed|Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
1508|Permission changed|Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
1509|Permission changed|Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
1510|Permission changed|Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>New version information: ohos.permission.INTERNET|@ohos.net.socket.d.ts|
1511|Permission changed|Class name: WebSocket;<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
1512|Permission changed|Class name: WebSocket;<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
1513|Permission changed|Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
1514|Permission changed|Class name: WebSocket;<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
1515|Permission changed|Class name: WebSocket;<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>New version information: ohos.permission.INTERNET|@ohos.net.webSocket.d.ts|
1516|Permission changed|Class name: HceService;<br>Method or attribute name: transmit(response: number[], callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: HceService;<br>Method or attribute name: transmit(response: number[], callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.NFC_CARD_EMULATION|@ohos.nfc.cardEmulation.d.ts|
1517|Permission changed|Class name: TagInfo;<br>Method or attribute name: uid: number[];<br>Old version information: |Class name: TagInfo;<br>Method or attribute name: uid: number[];<br>New version information: ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts|
1518|Permission changed|Class name: TagInfo;<br>Method or attribute name: technology: number[];<br>Old version information: |Class name: TagInfo;<br>Method or attribute name: technology: number[];<br>New version information: ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts|
1519|Permission changed|Class name: TagInfo;<br>Method or attribute name: extrasData: PacMap[];<br>Old version information: |Class name: TagInfo;<br>Method or attribute name: extrasData: PacMap[];<br>New version information: ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts|
1520|Permission changed|Class name: TagInfo;<br>Method or attribute name: tagRfDiscId: number;<br>Old version information: |Class name: TagInfo;<br>Method or attribute name: tagRfDiscId: number;<br>New version information: ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts|
1521|Permission changed|Class name: TagInfo;<br>Method or attribute name: remoteTagService: rpc.RemoteObject;<br>Old version information: |Class name: TagInfo;<br>Method or attribute name: remoteTagService: rpc.RemoteObject;<br>New version information: ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts|
1522|Permission changed|Class name: TagInfo;<br>Method or attribute name: supportedProfiles: number[];<br>Old version information: |Class name: TagInfo;<br>Method or attribute name: supportedProfiles: number[];<br>New version information: ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts|
1523|Permission changed|Class name: wifi;<br>Method or attribute name: function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_PEERS_MAC,ohos.permission.LOCATION|@ohos.wifi.d.ts|
1524|Permission changed|Class name: wifi;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: ohos.permission.SET_WIFI_INFO,ohos.permission.SET_WIFI_CONFIG|@ohos.wifi.d.ts|
1525|Permission changed|Class name: wifi;<br>Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>New version information: ohos.permission.SET_WIFI_INFO|@ohos.wifi.d.ts|
1526|Permission changed|Class name: wifi;<br>Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>New version information: ohos.permission.SET_WIFI_INFO|@ohos.wifi.d.ts|
1527|Permission changed|Class name: wifi;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifi.d.ts|
1528|Permission changed|Class name: wifi;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifi.d.ts|
1529|Permission changed|Class name: wifi;<br>Method or attribute name: function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|@ohos.wifi.d.ts|
1530|Permission changed|Class name: wifi;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>Old version information: |Class name: wifi;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|@ohos.wifi.d.ts|
1531|Permission changed|Class name: wifiext;<br>Method or attribute name: function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>Old version information: |Class name: wifiext;<br>Method or attribute name: function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiext.d.ts|
1532|Permission changed|Class name: wifiext;<br>Method or attribute name: function getPowerModel(callback: AsyncCallback\<PowerModel>): void;<br>Old version information: |Class name: wifiext;<br>Method or attribute name: function getPowerModel(callback: AsyncCallback\<PowerModel>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiext.d.ts|
1533|Permission changed|Class name: wifiManager;<br>Method or attribute name: function scan(): void;<br>Old version information: ohos.permission.SET_WIFI_INFO,ohos.permission.LOCATION|Class name: wifiManager;<br>Method or attribute name: function scan(): void;<br>New version information: ohos.permission.SET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
1534|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getScanResults(): Promise\<Array\<WifiScanInfo>>;<br>Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_PEERS_MAC,ohos.permission.LOCATION|Class name: wifiManager;<br>Method or attribute name: function getScanResults(): Promise\<Array\<WifiScanInfo>>;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_PEERS_MAC,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
1535|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_PEERS_MAC,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
1536|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getScanResultsSync(): Array\<WifiScanInfo>;<br>Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_PEERS_MAC,ohos.permission.LOCATION|Class name: wifiManager;<br>Method or attribute name: function getScanResultsSync(): Array\<WifiScanInfo>;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_PEERS_MAC,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
1537|Permission changed|Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: ohos.permission.SET_WIFI_INFO,ohos.permission.SET_WIFI_CONFIG|@ohos.wifiManager.d.ts|
1538|Permission changed|Class name: wifiManager;<br>Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>New version information: ohos.permission.SET_WIFI_INFO|@ohos.wifiManager.d.ts|
1539|Permission changed|Class name: wifiManager;<br>Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function removeCandidateConfig(networkId: number, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.SET_WIFI_INFO|@ohos.wifiManager.d.ts|
1540|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getCandidateConfigs(): Array\<WifiDeviceConfig>;<br>Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|Class name: wifiManager;<br>Method or attribute name: function getCandidateConfigs(): Array\<WifiDeviceConfig>;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
1541|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
1542|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getDeviceConfigs(): Array\<WifiDeviceConfig>;<br>Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.GET_WIFI_CONFIG|Class name: wifiManager;<br>Method or attribute name: function getDeviceConfigs(): Array\<WifiDeviceConfig>;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_CONFIG|@ohos.wifiManager.d.ts|
1543|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getStations(): Array\<StationInfo>;<br>Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.MANAGE_WIFI_HOTSPOT|Class name: wifiManager;<br>Method or attribute name: function getStations(): Array\<StationInfo>;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.MANAGE_WIFI_HOTSPOT|@ohos.wifiManager.d.ts|
1544|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
1545|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getCurrentGroup(): Promise\<WifiP2pGroupInfo>;<br>Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|Class name: wifiManager;<br>Method or attribute name: function getCurrentGroup(): Promise\<WifiP2pGroupInfo>;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
1546|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
1547|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;<br>Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|Class name: wifiManager;<br>Method or attribute name: function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
1548|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
1549|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pLocalDevice(callback: AsyncCallback\<WifiP2pDevice>): void;<br>New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_CONFIG|@ohos.wifiManager.d.ts|
1550|Permission changed|Class name: wifiManager;<br>Method or attribute name: function p2pConnect(config: WifiP2PConfig): void;<br>Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|Class name: wifiManager;<br>Method or attribute name: function p2pConnect(config: WifiP2PConfig): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
1551|Permission changed|Class name: wifiManager;<br>Method or attribute name: function startDiscoverDevices(): void;<br>Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|Class name: wifiManager;<br>Method or attribute name: function startDiscoverDevices(): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
1552|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(): Promise\<Array\<WifiP2pGroupInfo>>;<br>Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(): Promise\<Array\<WifiP2pGroupInfo>>;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
1553|Permission changed|Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>Old version information: |Class name: wifiManager;<br>Method or attribute name: function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
1554|Permission changed|Class name: wifiManager;<br>Method or attribute name: function on(type: 'p2pDeviceChange', callback: Callback\<WifiP2pDevice>): void;<br>Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|Class name: wifiManager;<br>Method or attribute name: function on(type: 'p2pDeviceChange', callback: Callback\<WifiP2pDevice>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
1555|Permission changed|Class name: wifiManager;<br>Method or attribute name: function on(type: 'p2pPeerDeviceChange', callback: Callback\<WifiP2pDevice[]>): void;<br>Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|Class name: wifiManager;<br>Method or attribute name: function on(type: 'p2pPeerDeviceChange', callback: Callback\<WifiP2pDevice[]>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts|
1556|Permission changed|Class name: wifiManager;<br>Method or attribute name: function off(type: 'p2pDeviceChange', callback?: Callback\<WifiP2pDevice>): void;<br>Old version information: ohos.permission.LOCATION|Class name: wifiManager;<br>Method or attribute name: function off(type: 'p2pDeviceChange', callback?: Callback\<WifiP2pDevice>): void;<br>New version information: |@ohos.wifiManager.d.ts|
1557|Permission changed|Class name: wifiManager;<br>Method or attribute name: function off(type: 'p2pPeerDeviceChange', callback?: Callback\<WifiP2pDevice[]>): void;<br>Old version information: ohos.permission.LOCATION|Class name: wifiManager;<br>Method or attribute name: function off(type: 'p2pPeerDeviceChange', callback?: Callback\<WifiP2pDevice[]>): void;<br>New version information: |@ohos.wifiManager.d.ts|
1558|Permission changed|Class name: wifiManagerExt;<br>Method or attribute name: function getSupportedPowerMode(callback: AsyncCallback\<Array\<PowerMode>>): void;<br>Old version information: |Class name: wifiManagerExt;<br>Method or attribute name: function getSupportedPowerMode(callback: AsyncCallback\<Array\<PowerMode>>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManagerExt.d.ts|
1559|Permission changed|Class name: wifiManagerExt;<br>Method or attribute name: function getPowerMode(callback: AsyncCallback\<PowerMode>): void;<br>Old version information: |Class name: wifiManagerExt;<br>Method or attribute name: function getPowerMode(callback: AsyncCallback\<PowerMode>): void;<br>New version information: ohos.permission.GET_WIFI_INFO|@ohos.wifiManagerExt.d.ts|
1560|Permission changed|Class name: IsoDepTag;<br>Method or attribute name: isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: IsoDepTag;<br>Method or attribute name: isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1561|Permission changed|Class name: NdefTag;<br>Method or attribute name: readNdef(callback: AsyncCallback\<NdefMessage>): void;<br>Old version information: |Class name: NdefTag;<br>Method or attribute name: readNdef(callback: AsyncCallback\<NdefMessage>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1562|Permission changed|Class name: NdefTag;<br>Method or attribute name: writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: NdefTag;<br>Method or attribute name: writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1563|Permission changed|Class name: NdefTag;<br>Method or attribute name: setReadOnly(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: NdefTag;<br>Method or attribute name: setReadOnly(callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1564|Permission changed|Class name: MifareClassicTag;<br>Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: MifareClassicTag;<br>Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1565|Permission changed|Class name: MifareClassicTag;<br>Method or attribute name: readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;<br>Old version information: |Class name: MifareClassicTag;<br>Method or attribute name: readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1566|Permission changed|Class name: MifareClassicTag;<br>Method or attribute name: writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: MifareClassicTag;<br>Method or attribute name: writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1567|Permission changed|Class name: MifareClassicTag;<br>Method or attribute name: incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: MifareClassicTag;<br>Method or attribute name: incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1568|Permission changed|Class name: MifareClassicTag;<br>Method or attribute name: decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: MifareClassicTag;<br>Method or attribute name: decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1569|Permission changed|Class name: MifareClassicTag;<br>Method or attribute name: transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: MifareClassicTag;<br>Method or attribute name: transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1570|Permission changed|Class name: MifareClassicTag;<br>Method or attribute name: restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: MifareClassicTag;<br>Method or attribute name: restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1571|Permission changed|Class name: MifareUltralightTag;<br>Method or attribute name: readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;<br>Old version information: |Class name: MifareUltralightTag;<br>Method or attribute name: readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1572|Permission changed|Class name: MifareUltralightTag;<br>Method or attribute name: writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: MifareUltralightTag;<br>Method or attribute name: writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1573|Permission changed|Class name: NdefFormatableTag;<br>Method or attribute name: format(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: NdefFormatableTag;<br>Method or attribute name: format(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1574|Permission changed|Class name: NdefFormatableTag;<br>Method or attribute name: formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: NdefFormatableTag;<br>Method or attribute name: formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.NFC_TAG|nfctech.d.ts|
1575|Permission changed|Class name: TagSession;<br>Method or attribute name: sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>Old version information: |Class name: TagSession;<br>Method or attribute name: sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>New version information: ohos.permission.NFC_TAG|tagSession.d.ts|
1576|Permission changed|Class name: TagSession;<br>Method or attribute name: transmit(data: number[], callback: AsyncCallback\<number[]>): void;<br>Old version information: |Class name: TagSession;<br>Method or attribute name: transmit(data: number[], callback: AsyncCallback\<number[]>): void;<br>New version information: ohos.permission.NFC_TAG|tagSession.d.ts|
1577|Type changed|Class name: connectedTag;<br>Method or attribute name: function on(type: 'notify', callback: Callback\<number>): void;<br>Old version information: |Class name: connectedTag;<br>Method or attribute name: function on(type: 'notify', callback: Callback\<number>): void;<br>New version information: |@ohos.connectedTag.d.ts|
1578|Type changed|Class name: connectedTag;<br>Method or attribute name: function off(type: 'notify', callback?: Callback\<number>): void;<br>Old version information: |Class name: connectedTag;<br>Method or attribute name: function off(type: 'notify', callback?: Callback\<number>): void;<br>New version information: |@ohos.connectedTag.d.ts|
1579|Type changed|Class name: NetSpecifier;<br>Method or attribute name: netCapabilities: NetCapabilities;<br>Old version information: |Class name: NetSpecifier;<br>Method or attribute name: netCapabilities: NetCapabilities;<br>New version information: NetCapabilities|@ohos.net.connection.d.ts|
1580|Type changed|Class name: NetSpecifier;<br>Method or attribute name: bearerPrivateIdentifier?: string;<br>Old version information: |Class name: NetSpecifier;<br>Method or attribute name: bearerPrivateIdentifier?: string;<br>New version information: ?string|@ohos.net.connection.d.ts|
1581|Type changed|Class name: NetHandle;<br>Method or attribute name: netId: number;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: netId: number;<br>New version information: number|@ohos.net.connection.d.ts|
1582|Type changed|Class name: NetCapabilities;<br>Method or attribute name: linkUpBandwidthKbps?: number;<br>Old version information: |Class name: NetCapabilities;<br>Method or attribute name: linkUpBandwidthKbps?: number;<br>New version information: ?number|@ohos.net.connection.d.ts|
1583|Type changed|Class name: NetCapabilities;<br>Method or attribute name: linkDownBandwidthKbps?: number;<br>Old version information: |Class name: NetCapabilities;<br>Method or attribute name: linkDownBandwidthKbps?: number;<br>New version information: ?number|@ohos.net.connection.d.ts|
1584|Type changed|Class name: NetCapabilities;<br>Method or attribute name: networkCap?: Array\<NetCap>;<br>Old version information: |Class name: NetCapabilities;<br>Method or attribute name: networkCap?: Array\<NetCap>;<br>New version information: ?Array\<NetCap>|@ohos.net.connection.d.ts|
1585|Type changed|Class name: NetCapabilities;<br>Method or attribute name: bearerTypes: Array\<NetBearType>;<br>Old version information: |Class name: NetCapabilities;<br>Method or attribute name: bearerTypes: Array\<NetBearType>;<br>New version information: Array\<NetBearType>|@ohos.net.connection.d.ts|
1586|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: interfaceName: string;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: interfaceName: string;<br>New version information: string|@ohos.net.connection.d.ts|
1587|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: domains: string;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: domains: string;<br>New version information: string|@ohos.net.connection.d.ts|
1588|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: linkAddresses: Array\<LinkAddress>;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: linkAddresses: Array\<LinkAddress>;<br>New version information: Array\<LinkAddress>|@ohos.net.connection.d.ts|
1589|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: dnses: Array\<NetAddress>;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: dnses: Array\<NetAddress>;<br>New version information: Array\<NetAddress>|@ohos.net.connection.d.ts|
1590|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: routes: Array\<RouteInfo>;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: routes: Array\<RouteInfo>;<br>New version information: Array\<RouteInfo>|@ohos.net.connection.d.ts|
1591|Type changed|Class name: ConnectionProperties;<br>Method or attribute name: mtu: number;<br>Old version information: |Class name: ConnectionProperties;<br>Method or attribute name: mtu: number;<br>New version information: number|@ohos.net.connection.d.ts|
1592|Type changed|Class name: RouteInfo;<br>Method or attribute name: interface: string;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: interface: string;<br>New version information: string|@ohos.net.connection.d.ts|
1593|Type changed|Class name: RouteInfo;<br>Method or attribute name: destination: LinkAddress;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: destination: LinkAddress;<br>New version information: LinkAddress|@ohos.net.connection.d.ts|
1594|Type changed|Class name: RouteInfo;<br>Method or attribute name: gateway: NetAddress;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: gateway: NetAddress;<br>New version information: NetAddress|@ohos.net.connection.d.ts|
1595|Type changed|Class name: RouteInfo;<br>Method or attribute name: hasGateway: boolean;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: hasGateway: boolean;<br>New version information: boolean|@ohos.net.connection.d.ts|
1596|Type changed|Class name: RouteInfo;<br>Method or attribute name: isDefaultRoute: boolean;<br>Old version information: |Class name: RouteInfo;<br>Method or attribute name: isDefaultRoute: boolean;<br>New version information: boolean|@ohos.net.connection.d.ts|
1597|Type changed|Class name: LinkAddress;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: LinkAddress;<br>Method or attribute name: address: NetAddress;<br>New version information: NetAddress|@ohos.net.connection.d.ts|
1598|Type changed|Class name: LinkAddress;<br>Method or attribute name: prefixLength: number;<br>Old version information: |Class name: LinkAddress;<br>Method or attribute name: prefixLength: number;<br>New version information: number|@ohos.net.connection.d.ts|
1599|Type changed|Class name: NetAddress;<br>Method or attribute name: address: string;<br>Old version information: |Class name: NetAddress;<br>Method or attribute name: address: string;<br>New version information: string|@ohos.net.connection.d.ts|
1600|Type changed|Class name: NetAddress;<br>Method or attribute name: family?: number;<br>Old version information: |Class name: NetAddress;<br>Method or attribute name: family?: number;<br>New version information: ?number|@ohos.net.connection.d.ts|
1601|Type changed|Class name: NetAddress;<br>Method or attribute name: port?: number;<br>Old version information: |Class name: NetAddress;<br>Method or attribute name: port?: number;<br>New version information: ?number|@ohos.net.connection.d.ts|
1602|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: mode: IPSetMode;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: mode: IPSetMode;<br>New version information: IPSetMode|@ohos.net.ethernet.d.ts|
1603|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: ipAddr: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: ipAddr: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
1604|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: route: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: route: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
1605|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: gateway: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: gateway: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
1606|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: netMask: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: netMask: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
1607|Type changed|Class name: InterfaceConfiguration;<br>Method or attribute name: dnsServers: string;<br>Old version information: |Class name: InterfaceConfiguration;<br>Method or attribute name: dnsServers: string;<br>New version information: string|@ohos.net.ethernet.d.ts|
1608|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: method?: RequestMethod;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: method?: RequestMethod;<br>New version information: ?RequestMethod|@ohos.net.http.d.ts|
1609|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: extraData?: string \| Object \| ArrayBuffer;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: extraData?: string \| Object \| ArrayBuffer;<br>New version information: ?string \| Object \| ArrayBuffer|@ohos.net.http.d.ts|
1610|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: expectDataType?: HttpDataType;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: expectDataType?: HttpDataType;<br>New version information: ?HttpDataType|@ohos.net.http.d.ts|
1611|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: usingCache?: boolean;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: usingCache?: boolean;<br>New version information: ?boolean|@ohos.net.http.d.ts|
1612|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: priority?: number;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: priority?: number;<br>New version information: ?number|@ohos.net.http.d.ts|
1613|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: header?: Object;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: header?: Object;<br>New version information: ?Object|@ohos.net.http.d.ts|
1614|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: readTimeout?: number;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: readTimeout?: number;<br>New version information: ?number|@ohos.net.http.d.ts|
1615|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: connectTimeout?: number;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: connectTimeout?: number;<br>New version information: ?number|@ohos.net.http.d.ts|
1616|Type changed|Class name: HttpRequestOptions;<br>Method or attribute name: usingProtocol?: HttpProtocol;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: usingProtocol?: HttpProtocol;<br>New version information: ?HttpProtocol|@ohos.net.http.d.ts|
1617|Type changed|Class name: HttpResponse;<br>Method or attribute name: result: string \| Object \| ArrayBuffer;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: result: string \| Object \| ArrayBuffer;<br>New version information: string \| Object \| ArrayBuffer|@ohos.net.http.d.ts|
1618|Type changed|Class name: HttpResponse;<br>Method or attribute name: resultType: HttpDataType;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: resultType: HttpDataType;<br>New version information: HttpDataType|@ohos.net.http.d.ts|
1619|Type changed|Class name: HttpResponse;<br>Method or attribute name: responseCode: ResponseCode \| number;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: responseCode: ResponseCode \| number;<br>New version information: ResponseCode \| number|@ohos.net.http.d.ts|
1620|Type changed|Class name: HttpResponse;<br>Method or attribute name: header: Object;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: header: Object;<br>New version information: Object|@ohos.net.http.d.ts|
1621|Type changed|Class name: HttpResponse;<br>Method or attribute name: cookies: string;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: cookies: string;<br>New version information: string|@ohos.net.http.d.ts|
1622|Type changed|Class name: UDPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>Old version information: |Class name: UDPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>New version information: string \| ArrayBuffer|@ohos.net.socket.d.ts|
1623|Type changed|Class name: TCPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>Old version information: |Class name: TCPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>New version information: string \| ArrayBuffer|@ohos.net.socket.d.ts|
1624|Type changed|Class name: UDPSendOptions;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: UDPSendOptions;<br>Method or attribute name: address: NetAddress;<br>New version information: NetAddress|@ohos.net.socket.d.ts|
1625|Type changed|Class name: TCPConnectOptions;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: TCPConnectOptions;<br>Method or attribute name: address: NetAddress;<br>New version information: NetAddress|@ohos.net.socket.d.ts|
1626|Type changed|Class name: TLSConnectOptions;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: TLSConnectOptions;<br>Method or attribute name: address: NetAddress;<br>New version information: NetAddress|@ohos.net.socket.d.ts|
1627|Type changed|Class name: ExtraOptionsBase;<br>Method or attribute name: receiveBufferSize?: number;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: receiveBufferSize?: number;<br>New version information: ?number|@ohos.net.socket.d.ts|
1628|Type changed|Class name: ExtraOptionsBase;<br>Method or attribute name: sendBufferSize?: number;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: sendBufferSize?: number;<br>New version information: ?number|@ohos.net.socket.d.ts|
1629|Type changed|Class name: ExtraOptionsBase;<br>Method or attribute name: reuseAddress?: boolean;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: reuseAddress?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
1630|Type changed|Class name: ExtraOptionsBase;<br>Method or attribute name: socketTimeout?: number;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: socketTimeout?: number;<br>New version information: ?number|@ohos.net.socket.d.ts|
1631|Type changed|Class name: UDPExtraOptions;<br>Method or attribute name: broadcast?: boolean;<br>Old version information: |Class name: UDPExtraOptions;<br>Method or attribute name: broadcast?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
1632|Type changed|Class name: SocketStateBase;<br>Method or attribute name: isBound: boolean;<br>Old version information: |Class name: SocketStateBase;<br>Method or attribute name: isBound: boolean;<br>New version information: boolean|@ohos.net.socket.d.ts|
1633|Type changed|Class name: SocketStateBase;<br>Method or attribute name: isClose: boolean;<br>Old version information: |Class name: SocketStateBase;<br>Method or attribute name: isClose: boolean;<br>New version information: boolean|@ohos.net.socket.d.ts|
1634|Type changed|Class name: SocketStateBase;<br>Method or attribute name: isConnected: boolean;<br>Old version information: |Class name: SocketStateBase;<br>Method or attribute name: isConnected: boolean;<br>New version information: boolean|@ohos.net.socket.d.ts|
1635|Type changed|Class name: SocketRemoteInfo;<br>Method or attribute name: address: string;<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: address: string;<br>New version information: string|@ohos.net.socket.d.ts|
1636|Type changed|Class name: SocketRemoteInfo;<br>Method or attribute name: family: 'IPv4' \| 'IPv6';<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: family: 'IPv4' \| 'IPv6';<br>New version information: 'IPv4' \| 'IPv6'|@ohos.net.socket.d.ts|
1637|Type changed|Class name: SocketRemoteInfo;<br>Method or attribute name: port: number;<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: port: number;<br>New version information: number|@ohos.net.socket.d.ts|
1638|Type changed|Class name: SocketRemoteInfo;<br>Method or attribute name: size: number;<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: size: number;<br>New version information: number|@ohos.net.socket.d.ts|
1639|Type changed|Class name: TCPConnectOptions;<br>Method or attribute name: timeout?: number;<br>Old version information: |Class name: TCPConnectOptions;<br>Method or attribute name: timeout?: number;<br>New version information: ?number|@ohos.net.socket.d.ts|
1640|Type changed|Class name: TCPSendOptions;<br>Method or attribute name: encoding?: string;<br>Old version information: |Class name: TCPSendOptions;<br>Method or attribute name: encoding?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
1641|Type changed|Class name: TCPExtraOptions;<br>Method or attribute name: keepAlive?: boolean;<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: keepAlive?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
1642|Type changed|Class name: TCPExtraOptions;<br>Method or attribute name: OOBInline?: boolean;<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: OOBInline?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
1643|Type changed|Class name: TCPExtraOptions;<br>Method or attribute name: TCPNoDelay?: boolean;<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: TCPNoDelay?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
1644|Type changed|Class name: TCPExtraOptions;<br>Method or attribute name: socketLinger?: { on: boolean, linger: number };<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: socketLinger?: { on: boolean, linger: number };<br>New version information: ?object|@ohos.net.socket.d.ts|
1645|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: ca: string \| Array\<string>;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: ca: string \| Array\<string>;<br>New version information: string \| Array\<string>|@ohos.net.socket.d.ts|
1646|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: cert?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: cert?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
1647|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: key?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: key?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
1648|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: password?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: password?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
1649|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: protocols?: Protocol \| Array\<Protocol>;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: protocols?: Protocol \| Array\<Protocol>;<br>New version information: ?Protocol \| Array\<Protocol>|@ohos.net.socket.d.ts|
1650|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: useRemoteCipherPrefer?: boolean;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: useRemoteCipherPrefer?: boolean;<br>New version information: ?boolean|@ohos.net.socket.d.ts|
1651|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: signatureAlgorithms?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: signatureAlgorithms?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
1652|Type changed|Class name: TLSSecureOptions;<br>Method or attribute name: cipherSuite?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: cipherSuite?: string;<br>New version information: ?string|@ohos.net.socket.d.ts|
1653|Type changed|Class name: TLSConnectOptions;<br>Method or attribute name: secureOptions: TLSSecureOptions;<br>Old version information: |Class name: TLSConnectOptions;<br>Method or attribute name: secureOptions: TLSSecureOptions;<br>New version information: TLSSecureOptions|@ohos.net.socket.d.ts|
1654|Type changed|Class name: TLSConnectOptions;<br>Method or attribute name: ALPNProtocols?: Array\<string>;<br>Old version information: |Class name: TLSConnectOptions;<br>Method or attribute name: ALPNProtocols?: Array\<string>;<br>New version information: ?Array\<string>|@ohos.net.socket.d.ts|
1655|Type changed|Class name: WebSocketRequestOptions;<br>Method or attribute name: header?: Object;<br>Old version information: |Class name: WebSocketRequestOptions;<br>Method or attribute name: header?: Object;<br>New version information: ?Object|@ohos.net.webSocket.d.ts|
1656|Type changed|Class name: WebSocketCloseOptions;<br>Method or attribute name: code?: number;<br>Old version information: |Class name: WebSocketCloseOptions;<br>Method or attribute name: code?: number;<br>New version information: ?number|@ohos.net.webSocket.d.ts|
1657|Type changed|Class name: WebSocketCloseOptions;<br>Method or attribute name: reason?: string;<br>Old version information: |Class name: WebSocketCloseOptions;<br>Method or attribute name: reason?: string;<br>New version information: ?string|@ohos.net.webSocket.d.ts|
1658|Type changed|Class name: WifiEapConfig;<br>Method or attribute name: eapSubId: number;<br>Old version information: |Class name: WifiEapConfig;<br>Method or attribute name: eapSubId: number;<br>New version information: number|@ohos.wifiManager.d.ts|
1659|Type changed|Class name: WifiDeviceConfig;<br>Method or attribute name: eapConfig?: WifiEapConfig;<br>Old version information: |Class name: WifiDeviceConfig;<br>Method or attribute name: eapConfig?: WifiEapConfig;<br>New version information: ?WifiEapConfig|@ohos.wifiManager.d.ts|
1660|Type changed|Class name: NetworkResponse;<br>Method or attribute name: type: string;<br>Old version information: |Class name: NetworkResponse;<br>Method or attribute name: type: string;<br>New version information: string|@system.network.d.ts|
1661|Type changed|Class name: NetworkResponse;<br>Method or attribute name: metered: boolean;<br>Old version information: |Class name: NetworkResponse;<br>Method or attribute name: metered: boolean;<br>New version information: boolean|@system.network.d.ts|
1662|Function changed|Class name: WebSocket;<br>Method or attribute name: on(type: 'close', callback: AsyncCallback\<{ code: number, reason: string }>): void;|Class name: WebSocket;<br>Method or attribute name: on(type: 'close', callback: AsyncCallback\<CloseResult>): void;|@ohos.net.webSocket.d.ts|
1663|Function changed|Class name: WebSocket;<br>Method or attribute name: off(type: 'close', callback?: AsyncCallback\<{ code: number, reason: string }>): void;|Class name: WebSocket;<br>Method or attribute name: off(type: 'close', callback?: AsyncCallback\<CloseResult>): void;|@ohos.net.webSocket.d.ts|
1664|Cross-platform capability changed|Class name: connection;<br>Method or attribute name: declare connection<br>Old version information: |Class name: connection;<br>Method or attribute name: declare connection<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1665|Cross-platform capability changed|Class name: connection;<br>Method or attribute name: function createNetConnection(netSpecifier?: NetSpecifier, timeout?: number): NetConnection;<br>Old version information: |Class name: connection;<br>Method or attribute name: function createNetConnection(netSpecifier?: NetSpecifier, timeout?: number): NetConnection;<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1666|Cross-platform capability changed|Class name: connection;<br>Method or attribute name: function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: connection;<br>Method or attribute name: function hasDefaultNet(callback: AsyncCallback\<boolean>): void;<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1667|Cross-platform capability changed|Class name: connection;<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>Old version information: |Class name: connection;<br>Method or attribute name: function hasDefaultNet(): Promise\<boolean>;<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1668|Cross-platform capability changed|Class name: NetConnection;<br>Method or attribute name: export interface NetConnection<br>Old version information: |Class name: NetConnection;<br>Method or attribute name: export interface NetConnection<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1669|Cross-platform capability changed|Class name: NetConnection;<br>Method or attribute name: on(type: 'netAvailable', callback: Callback\<NetHandle>): void;<br>Old version information: |Class name: NetConnection;<br>Method or attribute name: on(type: 'netAvailable', callback: Callback\<NetHandle>): void;<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1670|Cross-platform capability changed|Class name: NetConnection;<br>Method or attribute name: on(type: 'netLost', callback: Callback\<NetHandle>): void;<br>Old version information: |Class name: NetConnection;<br>Method or attribute name: on(type: 'netLost', callback: Callback\<NetHandle>): void;<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1671|Cross-platform capability changed|Class name: NetConnection;<br>Method or attribute name: on(type: 'netUnavailable', callback: Callback\<void>): void;<br>Old version information: |Class name: NetConnection;<br>Method or attribute name: on(type: 'netUnavailable', callback: Callback\<void>): void;<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1672|Cross-platform capability changed|Class name: NetConnection;<br>Method or attribute name: register(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: NetConnection;<br>Method or attribute name: register(callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1673|Cross-platform capability changed|Class name: NetConnection;<br>Method or attribute name: unregister(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: NetConnection;<br>Method or attribute name: unregister(callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1674|Cross-platform capability changed|Class name: NetHandle;<br>Method or attribute name: export interface NetHandle<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: export interface NetHandle<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1675|Cross-platform capability changed|Class name: NetHandle;<br>Method or attribute name: netId: number;<br>Old version information: |Class name: NetHandle;<br>Method or attribute name: netId: number;<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1676|Cross-platform capability changed|Class name: NetCapabilities;<br>Method or attribute name: export interface NetCapabilities<br>Old version information: |Class name: NetCapabilities;<br>Method or attribute name: export interface NetCapabilities<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1677|Cross-platform capability changed|Class name: NetCapabilities;<br>Method or attribute name: bearerTypes: Array\<NetBearType>;<br>Old version information: |Class name: NetCapabilities;<br>Method or attribute name: bearerTypes: Array\<NetBearType>;<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1678|Cross-platform capability changed|Class name: NetBearType;<br>Method or attribute name: export enum NetBearType<br>Old version information: |Class name: NetBearType;<br>Method or attribute name: export enum NetBearType<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1679|Cross-platform capability changed|Class name: NetBearType;<br>Method or attribute name: BEARER_CELLULAR = 0<br>Old version information: |Class name: NetBearType;<br>Method or attribute name: BEARER_CELLULAR = 0<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1680|Cross-platform capability changed|Class name: NetBearType;<br>Method or attribute name: BEARER_WIFI = 1<br>Old version information: |Class name: NetBearType;<br>Method or attribute name: BEARER_WIFI = 1<br>New version information: crossplatform|@ohos.net.connection.d.ts|
1681|Cross-platform capability changed|Class name: http;<br>Method or attribute name: declare http<br>Old version information: |Class name: http;<br>Method or attribute name: declare http<br>New version information: crossplatform|@ohos.net.http.d.ts|
1682|Cross-platform capability changed|Class name: http;<br>Method or attribute name: function createHttp(): HttpRequest;<br>Old version information: |Class name: http;<br>Method or attribute name: function createHttp(): HttpRequest;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1683|Cross-platform capability changed|Class name: http;<br>Method or attribute name: function createHttpResponseCache(cacheSize?: number): HttpResponseCache;<br>Old version information: |Class name: http;<br>Method or attribute name: function createHttpResponseCache(cacheSize?: number): HttpResponseCache;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1684|Cross-platform capability changed|Class name: HttpRequestOptions;<br>Method or attribute name: export interface HttpRequestOptions<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: export interface HttpRequestOptions<br>New version information: crossplatform|@ohos.net.http.d.ts|
1685|Cross-platform capability changed|Class name: HttpRequestOptions;<br>Method or attribute name: method?: RequestMethod;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: method?: RequestMethod;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1686|Cross-platform capability changed|Class name: HttpRequestOptions;<br>Method or attribute name: extraData?: string \| Object \| ArrayBuffer;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: extraData?: string \| Object \| ArrayBuffer;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1687|Cross-platform capability changed|Class name: HttpRequestOptions;<br>Method or attribute name: expectDataType?: HttpDataType;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: expectDataType?: HttpDataType;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1688|Cross-platform capability changed|Class name: HttpRequestOptions;<br>Method or attribute name: usingCache?: boolean;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: usingCache?: boolean;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1689|Cross-platform capability changed|Class name: HttpRequestOptions;<br>Method or attribute name: priority?: number;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: priority?: number;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1690|Cross-platform capability changed|Class name: HttpRequestOptions;<br>Method or attribute name: header?: Object;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: header?: Object;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1691|Cross-platform capability changed|Class name: HttpRequestOptions;<br>Method or attribute name: readTimeout?: number;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: readTimeout?: number;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1692|Cross-platform capability changed|Class name: HttpRequestOptions;<br>Method or attribute name: connectTimeout?: number;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: connectTimeout?: number;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1693|Cross-platform capability changed|Class name: HttpRequestOptions;<br>Method or attribute name: usingProtocol?: HttpProtocol;<br>Old version information: |Class name: HttpRequestOptions;<br>Method or attribute name: usingProtocol?: HttpProtocol;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1694|Cross-platform capability changed|Class name: HttpRequest;<br>Method or attribute name: export interface HttpRequest<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: export interface HttpRequest<br>New version information: crossplatform|@ohos.net.http.d.ts|
1695|Cross-platform capability changed|Class name: HttpRequest;<br>Method or attribute name: request(url: string, callback: AsyncCallback\<HttpResponse>): void;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, callback: AsyncCallback\<HttpResponse>): void;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1696|Cross-platform capability changed|Class name: HttpRequest;<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1697|Cross-platform capability changed|Class name: HttpRequest;<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1698|Cross-platform capability changed|Class name: HttpRequest;<br>Method or attribute name: destroy(): void;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: destroy(): void;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1699|Cross-platform capability changed|Class name: HttpRequest;<br>Method or attribute name: on(type: "headersReceive", callback: Callback\<Object>): void;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: on(type: "headersReceive", callback: Callback\<Object>): void;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1700|Cross-platform capability changed|Class name: HttpRequest;<br>Method or attribute name: off(type: "headersReceive", callback?: Callback\<Object>): void;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: off(type: "headersReceive", callback?: Callback\<Object>): void;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1701|Cross-platform capability changed|Class name: HttpRequest;<br>Method or attribute name: once(type: "headersReceive", callback: Callback\<Object>): void;<br>Old version information: |Class name: HttpRequest;<br>Method or attribute name: once(type: "headersReceive", callback: Callback\<Object>): void;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1702|Cross-platform capability changed|Class name: RequestMethod;<br>Method or attribute name: export enum RequestMethod<br>Old version information: |Class name: RequestMethod;<br>Method or attribute name: export enum RequestMethod<br>New version information: crossplatform|@ohos.net.http.d.ts|
1703|Cross-platform capability changed|Class name: RequestMethod;<br>Method or attribute name: OPTIONS = "OPTIONS"<br>Old version information: |Class name: RequestMethod;<br>Method or attribute name: OPTIONS = "OPTIONS"<br>New version information: crossplatform|@ohos.net.http.d.ts|
1704|Cross-platform capability changed|Class name: RequestMethod;<br>Method or attribute name: GET = "GET"<br>Old version information: |Class name: RequestMethod;<br>Method or attribute name: GET = "GET"<br>New version information: crossplatform|@ohos.net.http.d.ts|
1705|Cross-platform capability changed|Class name: RequestMethod;<br>Method or attribute name: HEAD = "HEAD"<br>Old version information: |Class name: RequestMethod;<br>Method or attribute name: HEAD = "HEAD"<br>New version information: crossplatform|@ohos.net.http.d.ts|
1706|Cross-platform capability changed|Class name: RequestMethod;<br>Method or attribute name: POST = "POST"<br>Old version information: |Class name: RequestMethod;<br>Method or attribute name: POST = "POST"<br>New version information: crossplatform|@ohos.net.http.d.ts|
1707|Cross-platform capability changed|Class name: RequestMethod;<br>Method or attribute name: PUT = "PUT"<br>Old version information: |Class name: RequestMethod;<br>Method or attribute name: PUT = "PUT"<br>New version information: crossplatform|@ohos.net.http.d.ts|
1708|Cross-platform capability changed|Class name: RequestMethod;<br>Method or attribute name: DELETE = "DELETE"<br>Old version information: |Class name: RequestMethod;<br>Method or attribute name: DELETE = "DELETE"<br>New version information: crossplatform|@ohos.net.http.d.ts|
1709|Cross-platform capability changed|Class name: RequestMethod;<br>Method or attribute name: TRACE = "TRACE"<br>Old version information: |Class name: RequestMethod;<br>Method or attribute name: TRACE = "TRACE"<br>New version information: crossplatform|@ohos.net.http.d.ts|
1710|Cross-platform capability changed|Class name: RequestMethod;<br>Method or attribute name: CONNECT = "CONNECT"<br>Old version information: |Class name: RequestMethod;<br>Method or attribute name: CONNECT = "CONNECT"<br>New version information: crossplatform|@ohos.net.http.d.ts|
1711|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: export enum ResponseCode<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: export enum ResponseCode<br>New version information: crossplatform|@ohos.net.http.d.ts|
1712|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: OK = 200<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: OK = 200<br>New version information: crossplatform|@ohos.net.http.d.ts|
1713|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: CREATED<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: CREATED<br>New version information: crossplatform|@ohos.net.http.d.ts|
1714|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: ACCEPTED<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: ACCEPTED<br>New version information: crossplatform|@ohos.net.http.d.ts|
1715|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: NOT_AUTHORITATIVE<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: NOT_AUTHORITATIVE<br>New version information: crossplatform|@ohos.net.http.d.ts|
1716|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: NO_CONTENT<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: NO_CONTENT<br>New version information: crossplatform|@ohos.net.http.d.ts|
1717|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: RESET<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: RESET<br>New version information: crossplatform|@ohos.net.http.d.ts|
1718|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: PARTIAL<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: PARTIAL<br>New version information: crossplatform|@ohos.net.http.d.ts|
1719|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: MULT_CHOICE = 300<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: MULT_CHOICE = 300<br>New version information: crossplatform|@ohos.net.http.d.ts|
1720|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: MOVED_PERM<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: MOVED_PERM<br>New version information: crossplatform|@ohos.net.http.d.ts|
1721|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: MOVED_TEMP<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: MOVED_TEMP<br>New version information: crossplatform|@ohos.net.http.d.ts|
1722|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: SEE_OTHER<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: SEE_OTHER<br>New version information: crossplatform|@ohos.net.http.d.ts|
1723|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: NOT_MODIFIED<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: NOT_MODIFIED<br>New version information: crossplatform|@ohos.net.http.d.ts|
1724|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: USE_PROXY<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: USE_PROXY<br>New version information: crossplatform|@ohos.net.http.d.ts|
1725|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: BAD_REQUEST = 400<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: BAD_REQUEST = 400<br>New version information: crossplatform|@ohos.net.http.d.ts|
1726|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: UNAUTHORIZED<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: UNAUTHORIZED<br>New version information: crossplatform|@ohos.net.http.d.ts|
1727|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: PAYMENT_REQUIRED<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: PAYMENT_REQUIRED<br>New version information: crossplatform|@ohos.net.http.d.ts|
1728|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: FORBIDDEN<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: FORBIDDEN<br>New version information: crossplatform|@ohos.net.http.d.ts|
1729|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: NOT_FOUND<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: NOT_FOUND<br>New version information: crossplatform|@ohos.net.http.d.ts|
1730|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: BAD_METHOD<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: BAD_METHOD<br>New version information: crossplatform|@ohos.net.http.d.ts|
1731|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: NOT_ACCEPTABLE<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: NOT_ACCEPTABLE<br>New version information: crossplatform|@ohos.net.http.d.ts|
1732|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: PROXY_AUTH<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: PROXY_AUTH<br>New version information: crossplatform|@ohos.net.http.d.ts|
1733|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: CLIENT_TIMEOUT<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: CLIENT_TIMEOUT<br>New version information: crossplatform|@ohos.net.http.d.ts|
1734|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: CONFLICT<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: CONFLICT<br>New version information: crossplatform|@ohos.net.http.d.ts|
1735|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: GONE<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: GONE<br>New version information: crossplatform|@ohos.net.http.d.ts|
1736|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: LENGTH_REQUIRED<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: LENGTH_REQUIRED<br>New version information: crossplatform|@ohos.net.http.d.ts|
1737|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: PRECON_FAILED<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: PRECON_FAILED<br>New version information: crossplatform|@ohos.net.http.d.ts|
1738|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: ENTITY_TOO_LARGE<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: ENTITY_TOO_LARGE<br>New version information: crossplatform|@ohos.net.http.d.ts|
1739|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: REQ_TOO_LONG<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: REQ_TOO_LONG<br>New version information: crossplatform|@ohos.net.http.d.ts|
1740|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: UNSUPPORTED_TYPE<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: UNSUPPORTED_TYPE<br>New version information: crossplatform|@ohos.net.http.d.ts|
1741|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: INTERNAL_ERROR = 500<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: INTERNAL_ERROR = 500<br>New version information: crossplatform|@ohos.net.http.d.ts|
1742|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: NOT_IMPLEMENTED<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: NOT_IMPLEMENTED<br>New version information: crossplatform|@ohos.net.http.d.ts|
1743|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: BAD_GATEWAY<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: BAD_GATEWAY<br>New version information: crossplatform|@ohos.net.http.d.ts|
1744|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: UNAVAILABLE<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: UNAVAILABLE<br>New version information: crossplatform|@ohos.net.http.d.ts|
1745|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: GATEWAY_TIMEOUT<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: GATEWAY_TIMEOUT<br>New version information: crossplatform|@ohos.net.http.d.ts|
1746|Cross-platform capability changed|Class name: ResponseCode;<br>Method or attribute name: VERSION<br>Old version information: |Class name: ResponseCode;<br>Method or attribute name: VERSION<br>New version information: crossplatform|@ohos.net.http.d.ts|
1747|Cross-platform capability changed|Class name: HttpProtocol;<br>Method or attribute name: export enum HttpProtocol<br>Old version information: |Class name: HttpProtocol;<br>Method or attribute name: export enum HttpProtocol<br>New version information: crossplatform|@ohos.net.http.d.ts|
1748|Cross-platform capability changed|Class name: HttpProtocol;<br>Method or attribute name: HTTP1_1<br>Old version information: |Class name: HttpProtocol;<br>Method or attribute name: HTTP1_1<br>New version information: crossplatform|@ohos.net.http.d.ts|
1749|Cross-platform capability changed|Class name: HttpProtocol;<br>Method or attribute name: HTTP2<br>Old version information: |Class name: HttpProtocol;<br>Method or attribute name: HTTP2<br>New version information: crossplatform|@ohos.net.http.d.ts|
1750|Cross-platform capability changed|Class name: HttpDataType;<br>Method or attribute name: export enum HttpDataType<br>Old version information: |Class name: HttpDataType;<br>Method or attribute name: export enum HttpDataType<br>New version information: crossplatform|@ohos.net.http.d.ts|
1751|Cross-platform capability changed|Class name: HttpDataType;<br>Method or attribute name: STRING<br>Old version information: |Class name: HttpDataType;<br>Method or attribute name: STRING<br>New version information: crossplatform|@ohos.net.http.d.ts|
1752|Cross-platform capability changed|Class name: HttpDataType;<br>Method or attribute name: OBJECT = 1<br>Old version information: |Class name: HttpDataType;<br>Method or attribute name: OBJECT = 1<br>New version information: crossplatform|@ohos.net.http.d.ts|
1753|Cross-platform capability changed|Class name: HttpDataType;<br>Method or attribute name: ARRAY_BUFFER = 2<br>Old version information: |Class name: HttpDataType;<br>Method or attribute name: ARRAY_BUFFER = 2<br>New version information: crossplatform|@ohos.net.http.d.ts|
1754|Cross-platform capability changed|Class name: HttpResponse;<br>Method or attribute name: export interface HttpResponse<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: export interface HttpResponse<br>New version information: crossplatform|@ohos.net.http.d.ts|
1755|Cross-platform capability changed|Class name: HttpResponse;<br>Method or attribute name: result: string \| Object \| ArrayBuffer;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: result: string \| Object \| ArrayBuffer;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1756|Cross-platform capability changed|Class name: HttpResponse;<br>Method or attribute name: resultType: HttpDataType;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: resultType: HttpDataType;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1757|Cross-platform capability changed|Class name: HttpResponse;<br>Method or attribute name: responseCode: ResponseCode \| number;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: responseCode: ResponseCode \| number;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1758|Cross-platform capability changed|Class name: HttpResponse;<br>Method or attribute name: header: Object;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: header: Object;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1759|Cross-platform capability changed|Class name: HttpResponse;<br>Method or attribute name: cookies: string;<br>Old version information: |Class name: HttpResponse;<br>Method or attribute name: cookies: string;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1760|Cross-platform capability changed|Class name: HttpResponseCache;<br>Method or attribute name: export interface HttpResponseCache<br>Old version information: |Class name: HttpResponseCache;<br>Method or attribute name: export interface HttpResponseCache<br>New version information: crossplatform|@ohos.net.http.d.ts|
1761|Cross-platform capability changed|Class name: HttpResponseCache;<br>Method or attribute name: flush(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: HttpResponseCache;<br>Method or attribute name: flush(callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1762|Cross-platform capability changed|Class name: HttpResponseCache;<br>Method or attribute name: flush(): Promise\<void>;<br>Old version information: |Class name: HttpResponseCache;<br>Method or attribute name: flush(): Promise\<void>;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1763|Cross-platform capability changed|Class name: HttpResponseCache;<br>Method or attribute name: delete(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: HttpResponseCache;<br>Method or attribute name: delete(callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1764|Cross-platform capability changed|Class name: HttpResponseCache;<br>Method or attribute name: delete(): Promise\<void>;<br>Old version information: |Class name: HttpResponseCache;<br>Method or attribute name: delete(): Promise\<void>;<br>New version information: crossplatform|@ohos.net.http.d.ts|
1765|Cross-platform capability changed|Class name: socket;<br>Method or attribute name: declare socket<br>Old version information: |Class name: socket;<br>Method or attribute name: declare socket<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1766|Cross-platform capability changed|Class name: socket;<br>Method or attribute name: export type X509CertRawData = cert.EncodingBlob;<br>Old version information: |Class name: socket;<br>Method or attribute name: export type X509CertRawData = cert.EncodingBlob;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1767|Cross-platform capability changed|Class name: socket;<br>Method or attribute name: function constructUDPSocketInstance(): UDPSocket;<br>Old version information: |Class name: socket;<br>Method or attribute name: function constructUDPSocketInstance(): UDPSocket;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1768|Cross-platform capability changed|Class name: socket;<br>Method or attribute name: function constructTCPSocketInstance(): TCPSocket;<br>Old version information: |Class name: socket;<br>Method or attribute name: function constructTCPSocketInstance(): TCPSocket;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1769|Cross-platform capability changed|Class name: socket;<br>Method or attribute name: function constructTLSSocketInstance(): TLSSocket;<br>Old version information: |Class name: socket;<br>Method or attribute name: function constructTLSSocketInstance(): TLSSocket;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1770|Cross-platform capability changed|Class name: UDPSendOptions;<br>Method or attribute name: export interface UDPSendOptions<br>Old version information: |Class name: UDPSendOptions;<br>Method or attribute name: export interface UDPSendOptions<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1771|Cross-platform capability changed|Class name: UDPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>Old version information: |Class name: UDPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1772|Cross-platform capability changed|Class name: TCPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>Old version information: |Class name: TCPSendOptions;<br>Method or attribute name: data: string \| ArrayBuffer;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1773|Cross-platform capability changed|Class name: UDPSendOptions;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: UDPSendOptions;<br>Method or attribute name: address: NetAddress;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1774|Cross-platform capability changed|Class name: TCPConnectOptions;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: TCPConnectOptions;<br>Method or attribute name: address: NetAddress;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1775|Cross-platform capability changed|Class name: TLSConnectOptions;<br>Method or attribute name: address: NetAddress;<br>Old version information: |Class name: TLSConnectOptions;<br>Method or attribute name: address: NetAddress;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1776|Cross-platform capability changed|Class name: ExtraOptionsBase;<br>Method or attribute name: export interface ExtraOptionsBase<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: export interface ExtraOptionsBase<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1777|Cross-platform capability changed|Class name: ExtraOptionsBase;<br>Method or attribute name: receiveBufferSize?: number;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: receiveBufferSize?: number;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1778|Cross-platform capability changed|Class name: ExtraOptionsBase;<br>Method or attribute name: sendBufferSize?: number;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: sendBufferSize?: number;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1779|Cross-platform capability changed|Class name: ExtraOptionsBase;<br>Method or attribute name: reuseAddress?: boolean;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: reuseAddress?: boolean;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1780|Cross-platform capability changed|Class name: ExtraOptionsBase;<br>Method or attribute name: socketTimeout?: number;<br>Old version information: |Class name: ExtraOptionsBase;<br>Method or attribute name: socketTimeout?: number;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1781|Cross-platform capability changed|Class name: UDPExtraOptions;<br>Method or attribute name: export interface UDPExtraOptions<br>Old version information: |Class name: UDPExtraOptions;<br>Method or attribute name: export interface UDPExtraOptions<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1782|Cross-platform capability changed|Class name: UDPExtraOptions;<br>Method or attribute name: broadcast?: boolean;<br>Old version information: |Class name: UDPExtraOptions;<br>Method or attribute name: broadcast?: boolean;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1783|Cross-platform capability changed|Class name: SocketStateBase;<br>Method or attribute name: export interface SocketStateBase<br>Old version information: |Class name: SocketStateBase;<br>Method or attribute name: export interface SocketStateBase<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1784|Cross-platform capability changed|Class name: SocketStateBase;<br>Method or attribute name: isBound: boolean;<br>Old version information: |Class name: SocketStateBase;<br>Method or attribute name: isBound: boolean;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1785|Cross-platform capability changed|Class name: SocketStateBase;<br>Method or attribute name: isClose: boolean;<br>Old version information: |Class name: SocketStateBase;<br>Method or attribute name: isClose: boolean;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1786|Cross-platform capability changed|Class name: SocketStateBase;<br>Method or attribute name: isConnected: boolean;<br>Old version information: |Class name: SocketStateBase;<br>Method or attribute name: isConnected: boolean;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1787|Cross-platform capability changed|Class name: SocketRemoteInfo;<br>Method or attribute name: export interface SocketRemoteInfo<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: export interface SocketRemoteInfo<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1788|Cross-platform capability changed|Class name: SocketRemoteInfo;<br>Method or attribute name: address: string;<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: address: string;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1789|Cross-platform capability changed|Class name: SocketRemoteInfo;<br>Method or attribute name: family: 'IPv4' \| 'IPv6';<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: family: 'IPv4' \| 'IPv6';<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1790|Cross-platform capability changed|Class name: SocketRemoteInfo;<br>Method or attribute name: port: number;<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: port: number;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1791|Cross-platform capability changed|Class name: SocketRemoteInfo;<br>Method or attribute name: size: number;<br>Old version information: |Class name: SocketRemoteInfo;<br>Method or attribute name: size: number;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1792|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: export interface UDPSocket<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: export interface UDPSocket<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1793|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1794|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1795|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1796|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1797|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1798|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: bind(address: NetAddress): Promise\<void>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1799|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1800|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: send(options: UDPSendOptions): Promise\<void>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1801|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1802|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1803|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: close(callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1804|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1805|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1806|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: close(): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: close(): Promise\<void>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1807|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1808|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1809|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getState(callback: AsyncCallback\<SocketStateBase>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1810|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1811|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1812|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getState(): Promise\<SocketStateBase>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1813|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1814|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1815|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1816|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1817|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1818|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: on(type: 'listening' \| 'close', callback: Callback\<void>): void;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: on(type: 'listening' \| 'close', callback: Callback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1819|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1820|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1821|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1822|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1823|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1824|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1825|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: off(type: 'listening' \| 'close', callback?: Callback\<void>): void;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: off(type: 'listening' \| 'close', callback?: Callback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1826|Cross-platform capability changed|Class name: UDPSocket;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;<br>Old version information: |Class name: UDPSocket;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1827|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1828|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1829|Cross-platform capability changed|Class name: TCPConnectOptions;<br>Method or attribute name: export interface TCPConnectOptions<br>Old version information: |Class name: TCPConnectOptions;<br>Method or attribute name: export interface TCPConnectOptions<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1830|Cross-platform capability changed|Class name: TCPConnectOptions;<br>Method or attribute name: timeout?: number;<br>Old version information: |Class name: TCPConnectOptions;<br>Method or attribute name: timeout?: number;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1831|Cross-platform capability changed|Class name: TCPSendOptions;<br>Method or attribute name: export interface TCPSendOptions<br>Old version information: |Class name: TCPSendOptions;<br>Method or attribute name: export interface TCPSendOptions<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1832|Cross-platform capability changed|Class name: TCPSendOptions;<br>Method or attribute name: encoding?: string;<br>Old version information: |Class name: TCPSendOptions;<br>Method or attribute name: encoding?: string;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1833|Cross-platform capability changed|Class name: TCPExtraOptions;<br>Method or attribute name: export interface TCPExtraOptions<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: export interface TCPExtraOptions<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1834|Cross-platform capability changed|Class name: TCPExtraOptions;<br>Method or attribute name: keepAlive?: boolean;<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: keepAlive?: boolean;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1835|Cross-platform capability changed|Class name: TCPExtraOptions;<br>Method or attribute name: OOBInline?: boolean;<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: OOBInline?: boolean;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1836|Cross-platform capability changed|Class name: TCPExtraOptions;<br>Method or attribute name: TCPNoDelay?: boolean;<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: TCPNoDelay?: boolean;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1837|Cross-platform capability changed|Class name: TCPExtraOptions;<br>Method or attribute name: socketLinger?: { on: boolean, linger: number };<br>Old version information: |Class name: TCPExtraOptions;<br>Method or attribute name: socketLinger?: { on: boolean, linger: number };<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1838|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: export interface TCPSocket<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: export interface TCPSocket<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1839|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1840|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: connect(options: TCPConnectOptions): Promise\<void>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1841|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1842|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: send(options: TCPSendOptions): Promise\<void>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1843|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1844|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getRemoteAddress(callback: AsyncCallback\<NetAddress>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1845|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1846|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getRemoteAddress(): Promise\<NetAddress>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1847|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1848|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1849|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1850|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1851|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\<void>): void;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1852|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\<void>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: on(type: 'connect' \| 'close', callback: Callback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1853|Cross-platform capability changed|Class name: TCPSocket;<br>Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\<void>): void;<br>Old version information: |Class name: TCPSocket;<br>Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1854|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\<void>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: off(type: 'connect' \| 'close', callback?: Callback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1855|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: export interface TLSSocket<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: export interface TLSSocket<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1856|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: getCertificate(callback: AsyncCallback\<X509CertRawData>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getCertificate(callback: AsyncCallback\<X509CertRawData>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1857|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: getCertificate(): Promise\<X509CertRawData>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getCertificate(): Promise\<X509CertRawData>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1858|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: getRemoteCertificate(callback: AsyncCallback\<X509CertRawData>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getRemoteCertificate(callback: AsyncCallback\<X509CertRawData>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1859|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: getRemoteCertificate(): Promise\<X509CertRawData>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getRemoteCertificate(): Promise\<X509CertRawData>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1860|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: getProtocol(callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getProtocol(callback: AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1861|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: getProtocol(): Promise\<string>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getProtocol(): Promise\<string>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1862|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: getCipherSuite(callback: AsyncCallback\<Array\<string>>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getCipherSuite(callback: AsyncCallback\<Array\<string>>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1863|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: getCipherSuite(): Promise\<Array\<string>>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getCipherSuite(): Promise\<Array\<string>>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1864|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: getSignatureAlgorithms(callback: AsyncCallback\<Array\<string>>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getSignatureAlgorithms(callback: AsyncCallback\<Array\<string>>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1865|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: getSignatureAlgorithms(): Promise\<Array\<string>>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: getSignatureAlgorithms(): Promise\<Array\<string>>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1866|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: connect(options: TLSConnectOptions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: connect(options: TLSConnectOptions, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1867|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: connect(options: TLSConnectOptions): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: connect(options: TLSConnectOptions): Promise\<void>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1868|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: send(data: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: send(data: string, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1869|Cross-platform capability changed|Class name: TLSSocket;<br>Method or attribute name: send(data: string): Promise\<void>;<br>Old version information: |Class name: TLSSocket;<br>Method or attribute name: send(data: string): Promise\<void>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1870|Cross-platform capability changed|Class name: TLSSecureOptions;<br>Method or attribute name: export interface TLSSecureOptions<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: export interface TLSSecureOptions<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1871|Cross-platform capability changed|Class name: TLSSecureOptions;<br>Method or attribute name: ca: string \| Array\<string>;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: ca: string \| Array\<string>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1872|Cross-platform capability changed|Class name: TLSSecureOptions;<br>Method or attribute name: cert?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: cert?: string;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1873|Cross-platform capability changed|Class name: TLSSecureOptions;<br>Method or attribute name: key?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: key?: string;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1874|Cross-platform capability changed|Class name: TLSSecureOptions;<br>Method or attribute name: password?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: password?: string;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1875|Cross-platform capability changed|Class name: TLSSecureOptions;<br>Method or attribute name: protocols?: Protocol \| Array\<Protocol>;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: protocols?: Protocol \| Array\<Protocol>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1876|Cross-platform capability changed|Class name: TLSSecureOptions;<br>Method or attribute name: useRemoteCipherPrefer?: boolean;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: useRemoteCipherPrefer?: boolean;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1877|Cross-platform capability changed|Class name: TLSSecureOptions;<br>Method or attribute name: signatureAlgorithms?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: signatureAlgorithms?: string;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1878|Cross-platform capability changed|Class name: TLSSecureOptions;<br>Method or attribute name: cipherSuite?: string;<br>Old version information: |Class name: TLSSecureOptions;<br>Method or attribute name: cipherSuite?: string;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1879|Cross-platform capability changed|Class name: TLSConnectOptions;<br>Method or attribute name: export interface TLSConnectOptions<br>Old version information: |Class name: TLSConnectOptions;<br>Method or attribute name: export interface TLSConnectOptions<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1880|Cross-platform capability changed|Class name: TLSConnectOptions;<br>Method or attribute name: secureOptions: TLSSecureOptions;<br>Old version information: |Class name: TLSConnectOptions;<br>Method or attribute name: secureOptions: TLSSecureOptions;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1881|Cross-platform capability changed|Class name: TLSConnectOptions;<br>Method or attribute name: ALPNProtocols?: Array\<string>;<br>Old version information: |Class name: TLSConnectOptions;<br>Method or attribute name: ALPNProtocols?: Array\<string>;<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1882|Cross-platform capability changed|Class name: Protocol;<br>Method or attribute name: export enum Protocol<br>Old version information: |Class name: Protocol;<br>Method or attribute name: export enum Protocol<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1883|Cross-platform capability changed|Class name: Protocol;<br>Method or attribute name: TLSv12 = "TLSv1.2"<br>Old version information: |Class name: Protocol;<br>Method or attribute name: TLSv12 = "TLSv1.2"<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1884|Cross-platform capability changed|Class name: Protocol;<br>Method or attribute name: TLSv13 = "TLSv1.3"<br>Old version information: |Class name: Protocol;<br>Method or attribute name: TLSv13 = "TLSv1.3"<br>New version information: crossplatform|@ohos.net.socket.d.ts|
1885|Cross-platform capability changed|Class name: webSocket;<br>Method or attribute name: declare webSocket<br>Old version information: |Class name: webSocket;<br>Method or attribute name: declare webSocket<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1886|Cross-platform capability changed|Class name: webSocket;<br>Method or attribute name: function createWebSocket(): WebSocket;<br>Old version information: |Class name: webSocket;<br>Method or attribute name: function createWebSocket(): WebSocket;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1887|Cross-platform capability changed|Class name: WebSocketRequestOptions;<br>Method or attribute name: export interface WebSocketRequestOptions<br>Old version information: |Class name: WebSocketRequestOptions;<br>Method or attribute name: export interface WebSocketRequestOptions<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1888|Cross-platform capability changed|Class name: WebSocketRequestOptions;<br>Method or attribute name: header?: Object;<br>Old version information: |Class name: WebSocketRequestOptions;<br>Method or attribute name: header?: Object;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1889|Cross-platform capability changed|Class name: WebSocketCloseOptions;<br>Method or attribute name: export interface WebSocketCloseOptions<br>Old version information: |Class name: WebSocketCloseOptions;<br>Method or attribute name: export interface WebSocketCloseOptions<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1890|Cross-platform capability changed|Class name: WebSocketCloseOptions;<br>Method or attribute name: code?: number;<br>Old version information: |Class name: WebSocketCloseOptions;<br>Method or attribute name: code?: number;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1891|Cross-platform capability changed|Class name: WebSocketCloseOptions;<br>Method or attribute name: reason?: string;<br>Old version information: |Class name: WebSocketCloseOptions;<br>Method or attribute name: reason?: string;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1892|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: export interface WebSocket<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: export interface WebSocket<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1893|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: connect(url: string, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, callback: AsyncCallback\<boolean>): void;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1894|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1895|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1896|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer, callback: AsyncCallback\<boolean>): void;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1897|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: send(data: string \| ArrayBuffer): Promise\<boolean>;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1898|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: close(callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(callback: AsyncCallback\<boolean>): void;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1899|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1900|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1901|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: on(type: 'open', callback: AsyncCallback\<Object>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: on(type: 'open', callback: AsyncCallback\<Object>): void;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1902|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: on(type: 'message', callback: AsyncCallback\<string \| ArrayBuffer>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: on(type: 'message', callback: AsyncCallback\<string \| ArrayBuffer>): void;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1903|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: on(type: 'close', callback: AsyncCallback\<CloseResult>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: on(type: 'close', callback: AsyncCallback\<CloseResult>): void;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1904|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: on(type: 'error', callback: ErrorCallback): void;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1905|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: off(type: 'open', callback?: AsyncCallback\<Object>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: off(type: 'open', callback?: AsyncCallback\<Object>): void;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1906|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: off(type: 'message', callback?: AsyncCallback\<string \| ArrayBuffer>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: off(type: 'message', callback?: AsyncCallback\<string \| ArrayBuffer>): void;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1907|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: off(type: 'close', callback?: AsyncCallback\<CloseResult>): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: off(type: 'close', callback?: AsyncCallback\<CloseResult>): void;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1908|Cross-platform capability changed|Class name: WebSocket;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;<br>Old version information: |Class name: WebSocket;<br>Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;<br>New version information: crossplatform|@ohos.net.webSocket.d.ts|
1909