| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Deleted|Class name: WifiEapConfig;
Method or attribute name: caCertAliases: string;|NA|@ohos.wifiManager.d.ts|
|Deleted|Class name: WifiEapConfig;
Method or attribute name: clientCertAliases: string;|NA|@ohos.wifiManager.d.ts|
|Added|NA|Class name: TCPSocketConnection;
Method or attribute name: close(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: close(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketConnection;
Method or attribute name: close(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: close(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketServer;
Method or attribute name: getState(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketServer;
Method or attribute name: getState(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketServer;
Method or attribute name: getState(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketServer;
Method or attribute name: getState(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketConnection;
Method or attribute name: on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: on(type: 'message', callback: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketConnection;
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketServer;
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketServer;
Method or attribute name: on(type: 'error', callback: ErrorCallback): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketConnection;
Method or attribute name: off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: off(type: 'message', callback?: Callback\<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketConnection;
Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketServer;
Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketServer;
Method or attribute name: off(type: 'error', callback?: ErrorCallback): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketConnection;
Method or attribute name: send(options: TCPSendOptions, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketConnection;
Method or attribute name: send(options: TCPSendOptions): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketConnection;
Method or attribute name: getRemoteAddress(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: getRemoteAddress(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketConnection;
Method or attribute name: getRemoteAddress(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: getRemoteAddress(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketServer;
Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketServer;
Method or attribute name: setExtraOptions(options: TCPExtraOptions, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketServer;
Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketServer;
Method or attribute name: setExtraOptions(options: TCPExtraOptions): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketServer;
Method or attribute name: getCertificate(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketServer;
Method or attribute name: getCertificate(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: getRemoteCertificate(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: getRemoteCertificate(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketServer;
Method or attribute name: getProtocol(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketServer;
Method or attribute name: getProtocol(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: getCipherSuite(callback: AsyncCallback\>): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: getCipherSuite(): Promise\>;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: getSignatureAlgorithms(callback: AsyncCallback\>): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: getSignatureAlgorithms(): Promise\>;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: send(data: string, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: send(data: string): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: a2dp;
Method or attribute name: type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.a2dp.d.ts|
|Added|NA|Class name: a2dp;
Method or attribute name: function createA2dpSrcProfile(): A2dpSourceProfile;|@ohos.bluetooth.a2dp.d.ts|
|Added|NA|Class name: A2dpSourceProfile;
Method or attribute name: connect(deviceId: string): void;|@ohos.bluetooth.a2dp.d.ts|
|Added|NA|Class name: A2dpSourceProfile;
Method or attribute name: disconnect(deviceId: string): void;|@ohos.bluetooth.a2dp.d.ts|
|Added|NA|Class name: A2dpSourceProfile;
Method or attribute name: getPlayingState(deviceId: string): PlayingState;|@ohos.bluetooth.a2dp.d.ts|
|Added|NA|Class name: PlayingState;
Method or attribute name: STATE_NOT_PLAYING|@ohos.bluetooth.a2dp.d.ts|
|Added|NA|Class name: PlayingState;
Method or attribute name: STATE_PLAYING|@ohos.bluetooth.a2dp.d.ts|
|Added|NA|Class name: access;
Method or attribute name: function enableBluetooth(): void;|@ohos.bluetooth.access.d.ts|
|Added|NA|Class name: access;
Method or attribute name: function disableBluetooth(): void;|@ohos.bluetooth.access.d.ts|
|Added|NA|Class name: access;
Method or attribute name: function getState(): BluetoothState;|@ohos.bluetooth.access.d.ts|
|Added|NA|Class name: access;
Method or attribute name: function on(type: 'stateChange', callback: Callback\): void;|@ohos.bluetooth.access.d.ts|
|Added|NA|Class name: access;
Method or attribute name: function off(type: 'stateChange', callback?: Callback\): void;|@ohos.bluetooth.access.d.ts|
|Added|NA|Class name: BluetoothState;
Method or attribute name: STATE_OFF = 0|@ohos.bluetooth.access.d.ts|
|Added|NA|Class name: BluetoothState;
Method or attribute name: STATE_TURNING_ON = 1|@ohos.bluetooth.access.d.ts|
|Added|NA|Class name: BluetoothState;
Method or attribute name: STATE_ON = 2|@ohos.bluetooth.access.d.ts|
|Added|NA|Class name: BluetoothState;
Method or attribute name: STATE_TURNING_OFF = 3|@ohos.bluetooth.access.d.ts|
|Added|NA|Class name: BluetoothState;
Method or attribute name: STATE_BLE_TURNING_ON = 4|@ohos.bluetooth.access.d.ts|
|Added|NA|Class name: BluetoothState;
Method or attribute name: STATE_BLE_ON = 5|@ohos.bluetooth.access.d.ts|
|Added|NA|Class name: BluetoothState;
Method or attribute name: STATE_BLE_TURNING_OFF = 6|@ohos.bluetooth.access.d.ts|
|Added|NA|Class name: baseProfile;
Method or attribute name: type ProfileConnectionState = constant.ProfileConnectionState;|@ohos.bluetooth.baseProfile.d.ts|
|Added|NA|Class name: ConnectionStrategy;
Method or attribute name: CONNECTION_STRATEGY_UNSUPPORTED = 0|@ohos.bluetooth.baseProfile.d.ts|
|Added|NA|Class name: ConnectionStrategy;
Method or attribute name: CONNECTION_STRATEGY_ALLOWED = 1|@ohos.bluetooth.baseProfile.d.ts|
|Added|NA|Class name: ConnectionStrategy;
Method or attribute name: CONNECTION_STRATEGY_FORBIDDEN = 2|@ohos.bluetooth.baseProfile.d.ts|
|Added|NA|Class name: StateChangeParam;
Method or attribute name: deviceId: string;|@ohos.bluetooth.baseProfile.d.ts|
|Added|NA|Class name: StateChangeParam;
Method or attribute name: state: ProfileConnectionState;|@ohos.bluetooth.baseProfile.d.ts|
|Added|NA|Class name: BaseProfile;
Method or attribute name: setConnectionStrategy(deviceId: string, strategy: ConnectionStrategy): Promise\;|@ohos.bluetooth.baseProfile.d.ts|
|Added|NA|Class name: BaseProfile;
Method or attribute name: setConnectionStrategy(deviceId: string, strategy: ConnectionStrategy, callback: AsyncCallback\): void;|@ohos.bluetooth.baseProfile.d.ts|
|Added|NA|Class name: BaseProfile;
Method or attribute name: getConnectionStrategy(deviceId: string, callback: AsyncCallback\): void;|@ohos.bluetooth.baseProfile.d.ts|
|Added|NA|Class name: BaseProfile;
Method or attribute name: getConnectionStrategy(deviceId: string): Promise\;|@ohos.bluetooth.baseProfile.d.ts|
|Added|NA|Class name: BaseProfile;
Method or attribute name: getConnectedDevices(): Array\;|@ohos.bluetooth.baseProfile.d.ts|
|Added|NA|Class name: BaseProfile;
Method or attribute name: getConnectionState(deviceId: string): ProfileConnectionState;|@ohos.bluetooth.baseProfile.d.ts|
|Added|NA|Class name: BaseProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback\): void;|@ohos.bluetooth.baseProfile.d.ts|
|Added|NA|Class name: BaseProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\): void;|@ohos.bluetooth.baseProfile.d.ts|
|Added|NA|Class name: ble;
Method or attribute name: type ProfileConnectionState = constant.ProfileConnectionState;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ble;
Method or attribute name: function createGattServer(): GattServer;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ble;
Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ble;
Method or attribute name: function getConnectedBLEDevices(): Array\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ble;
Method or attribute name: function startBLEScan(filters: Array\, options?: ScanOptions): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ble;
Method or attribute name: function stopBLEScan(): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ble;
Method or attribute name: function startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ble;
Method or attribute name: function stopAdvertising(): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ble;
Method or attribute name: function on(type: 'BLEDeviceFind', callback: Callback\>): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ble;
Method or attribute name: function off(type: 'BLEDeviceFind', callback?: Callback\>): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: addService(service: GattService): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: removeService(serviceUuid: string): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: close(): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: close(): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: notifyCharacteristicChanged(
deviceId: string,
notifyCharacteristic: NotifyCharacteristic,
callback: AsyncCallback\
): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): Promise\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: sendResponse(serverResponse: ServerResponse): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: on(type: 'characteristicRead', callback: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: on(type: 'characteristicWrite', callback: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: on(type: 'descriptorRead', callback: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: on(type: 'descriptorWrite', callback: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: on(type: 'BLEMtuChange', callback: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: on(type: 'BLEMtuChange', callback: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: off(type: 'characteristicRead', callback?: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: off(type: 'characteristicWrite', callback?: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: off(type: 'descriptorRead', callback?: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: off(type: 'descriptorWrite', callback?: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattServer;
Method or attribute name: off(type: 'BLEMtuChange', callback?: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: off(type: 'BLEMtuChange', callback?: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: connect(): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: disconnect(): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: getDeviceName(callback: AsyncCallback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: getDeviceName(): Promise\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: getServices(callback: AsyncCallback\>): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: getServices(): Promise\>;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: writeCharacteristicValue(
characteristic: BLECharacteristic,
writeType: GattWriteType,
callback: AsyncCallback\
): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType): Promise\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): Promise\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: getRssiValue(callback: AsyncCallback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: getRssiValue(): Promise\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: setBLEMtuSize(mtu: number): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: setCharacteristicChangeNotification(
characteristic: BLECharacteristic,
enable: boolean,
callback: AsyncCallback\
): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean): Promise\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: setCharacteristicChangeIndication(
characteristic: BLECharacteristic,
enable: boolean,
callback: AsyncCallback\
): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean): Promise\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: on(type: 'BLECharacteristicChange', callback: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: on(type: 'BLEConnectionStateChange', callback: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: off(type: 'BLECharacteristicChange', callback?: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattClientDevice;
Method or attribute name: off(type: 'BLEConnectionStateChange', callback?: Callback\): void;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattService;
Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: BLECharacteristic;
Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: BLEDescriptor;
Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: NotifyCharacteristic;
Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: CharacteristicReadRequest;
Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: CharacteristicWriteRequest;
Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorReadRequest;
Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorWriteRequest;
Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ServiceData;
Method or attribute name: serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattService;
Method or attribute name: isPrimary: boolean;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattService;
Method or attribute name: characteristics: Array\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattService;
Method or attribute name: includeServices?: Array\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: BLECharacteristic;
Method or attribute name: characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: BLEDescriptor;
Method or attribute name: characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: NotifyCharacteristic;
Method or attribute name: characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: CharacteristicReadRequest;
Method or attribute name: characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: CharacteristicWriteRequest;
Method or attribute name: characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorReadRequest;
Method or attribute name: characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorWriteRequest;
Method or attribute name: characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: BLECharacteristic;
Method or attribute name: characteristicValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: NotifyCharacteristic;
Method or attribute name: characteristicValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: BLECharacteristic;
Method or attribute name: descriptors: Array\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: BLECharacteristic;
Method or attribute name: properties?: GattProperties;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: BLEDescriptor;
Method or attribute name: descriptorUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorReadRequest;
Method or attribute name: descriptorUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorWriteRequest;
Method or attribute name: descriptorUuid: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: BLEDescriptor;
Method or attribute name: descriptorValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: NotifyCharacteristic;
Method or attribute name: confirm: boolean;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: CharacteristicReadRequest;
Method or attribute name: deviceId: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: CharacteristicWriteRequest;
Method or attribute name: deviceId: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorReadRequest;
Method or attribute name: deviceId: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorWriteRequest;
Method or attribute name: deviceId: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ServerResponse;
Method or attribute name: deviceId: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: BLEConnectionChangeState;
Method or attribute name: deviceId: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanResult;
Method or attribute name: deviceId: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: CharacteristicReadRequest;
Method or attribute name: transId: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: CharacteristicWriteRequest;
Method or attribute name: transId: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorReadRequest;
Method or attribute name: transId: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorWriteRequest;
Method or attribute name: transId: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ServerResponse;
Method or attribute name: transId: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: CharacteristicReadRequest;
Method or attribute name: offset: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: CharacteristicWriteRequest;
Method or attribute name: offset: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorReadRequest;
Method or attribute name: offset: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorWriteRequest;
Method or attribute name: offset: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ServerResponse;
Method or attribute name: offset: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: CharacteristicWriteRequest;
Method or attribute name: isPrepared: boolean;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorWriteRequest;
Method or attribute name: isPrepared: boolean;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: CharacteristicWriteRequest;
Method or attribute name: needRsp: boolean;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorWriteRequest;
Method or attribute name: needRsp: boolean;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: CharacteristicWriteRequest;
Method or attribute name: value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: DescriptorWriteRequest;
Method or attribute name: value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ServerResponse;
Method or attribute name: value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ServerResponse;
Method or attribute name: status: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: BLEConnectionChangeState;
Method or attribute name: state: ProfileConnectionState;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanResult;
Method or attribute name: rssi: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanResult;
Method or attribute name: data: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanResult;
Method or attribute name: deviceName: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanResult;
Method or attribute name: connectable: boolean;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: AdvertiseSetting;
Method or attribute name: interval?: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanOptions;
Method or attribute name: interval?: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: AdvertiseSetting;
Method or attribute name: txPower?: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: AdvertiseSetting;
Method or attribute name: connectable?: boolean;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: AdvertiseData;
Method or attribute name: serviceUuids: Array\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: AdvertiseData;
Method or attribute name: manufactureData: Array\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: AdvertiseData;
Method or attribute name: serviceData: Array\;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: AdvertiseData;
Method or attribute name: includeDeviceName?: boolean;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ManufactureData;
Method or attribute name: manufactureId: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ManufactureData;
Method or attribute name: manufactureValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ServiceData;
Method or attribute name: serviceValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanFilter;
Method or attribute name: deviceId?: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanFilter;
Method or attribute name: name?: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanFilter;
Method or attribute name: serviceUuid?: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanFilter;
Method or attribute name: serviceUuidMask?: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanFilter;
Method or attribute name: serviceSolicitationUuid?: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanFilter;
Method or attribute name: serviceSolicitationUuidMask?: string;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanFilter;
Method or attribute name: serviceData?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanFilter;
Method or attribute name: serviceDataMask?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanFilter;
Method or attribute name: manufactureId?: number;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanFilter;
Method or attribute name: manufactureData?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanFilter;
Method or attribute name: manufactureDataMask?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanOptions;
Method or attribute name: dutyMode?: ScanDuty;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanOptions;
Method or attribute name: matchMode?: MatchMode;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattProperties;
Method or attribute name: write?: boolean;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattProperties;
Method or attribute name: writeNoResponse?: boolean;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattProperties;
Method or attribute name: read?: boolean;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattProperties;
Method or attribute name: notify?: boolean;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattProperties;
Method or attribute name: indicate?: boolean;|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattWriteType;
Method or attribute name: WRITE = 1|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: GattWriteType;
Method or attribute name: WRITE_NO_RESPONSE = 2|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanDuty;
Method or attribute name: SCAN_MODE_LOW_POWER = 0|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanDuty;
Method or attribute name: SCAN_MODE_BALANCED = 1|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: ScanDuty;
Method or attribute name: SCAN_MODE_LOW_LATENCY = 2|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: MatchMode;
Method or attribute name: MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: MatchMode;
Method or attribute name: MATCH_MODE_STICKY = 2|@ohos.bluetooth.ble.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: type ProfileConnectionState = constant.ProfileConnectionState;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: type ProfileId = constant.ProfileId;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: type ProfileUuids = constant.ProfileUuids;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: type MajorClass = constant.MajorClass;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: type MajorMinorClass = constant.MajorMinorClass;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getProfileConnectionState(profileId?: ProfileId): ProfileConnectionState;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function pairDevice(deviceId: string, callback: AsyncCallback\): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function pairDevice(deviceId: string): Promise\;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function pairCredibleDevice(deviceId: string, transport: BluetoothTransport, callback: AsyncCallback\): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function pairCredibleDevice(deviceId: string, transport: BluetoothTransport): Promise\;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function cancelPairedDevice(deviceId: string, callback: AsyncCallback\): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function cancelPairedDevice(deviceId: string): Promise\;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function cancelPairingDevice(deviceId: string, callback: AsyncCallback\): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function cancelPairingDevice(deviceId: string): Promise\;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getRemoteDeviceName(deviceId: string): string;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getLocalName(): string;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getPairedDevices(): Array\;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function setDevicePairingConfirmation(deviceId: string, accept: boolean): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function setDevicePinCode(deviceId: string, code: string, callback: AsyncCallback\): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function setDevicePinCode(deviceId: string, code: string): Promise\;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function setLocalName(name: string): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getBluetoothScanMode(): ScanMode;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function startBluetoothDiscovery(): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function stopBluetoothDiscovery(): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getLocalProfileUuids(callback: AsyncCallback\>): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getLocalProfileUuids(): Promise\>;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getRemoteProfileUuids(deviceId: string, callback: AsyncCallback\>): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getRemoteProfileUuids(deviceId: string): Promise\>;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function on(type: 'bluetoothDeviceFind', callback: Callback\>): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function on(type: 'bondStateChange', callback: Callback\): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function on(type: 'pinRequired', callback: Callback\): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function off(type: 'bluetoothDeviceFind', callback?: Callback\>): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function off(type: 'bondStateChange', callback?: Callback\): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function off(type: 'pinRequired', callback?: Callback\): void;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: BondStateParam;
Method or attribute name: deviceId: string;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: PinRequiredParam;
Method or attribute name: deviceId: string;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: BondStateParam;
Method or attribute name: state: BondState;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: PinRequiredParam;
Method or attribute name: pinCode: string;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: PinRequiredParam;
Method or attribute name: pinType: PinType;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: DeviceClass;
Method or attribute name: majorClass: MajorClass;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: DeviceClass;
Method or attribute name: majorMinorClass: MajorMinorClass;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: DeviceClass;
Method or attribute name: classOfDevice: number;|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: BluetoothTransport;
Method or attribute name: TRANSPORT_BR_EDR = 0|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: BluetoothTransport;
Method or attribute name: TRANSPORT_LE = 1|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: ScanMode;
Method or attribute name: SCAN_MODE_NONE = 0|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: ScanMode;
Method or attribute name: SCAN_MODE_CONNECTABLE = 1|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: ScanMode;
Method or attribute name: SCAN_MODE_GENERAL_DISCOVERABLE = 2|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: ScanMode;
Method or attribute name: SCAN_MODE_LIMITED_DISCOVERABLE = 3|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: ScanMode;
Method or attribute name: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: ScanMode;
Method or attribute name: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: BondState;
Method or attribute name: BOND_STATE_INVALID = 0|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: BondState;
Method or attribute name: BOND_STATE_BONDING = 1|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: BondState;
Method or attribute name: BOND_STATE_BONDED = 2|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: PinType;
Method or attribute name: PIN_TYPE_ENTER_PIN_CODE = 0|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: PinType;
Method or attribute name: PIN_TYPE_ENTER_PASSKEY = 1|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: PinType;
Method or attribute name: PIN_TYPE_CONFIRM_PASSKEY = 2|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: PinType;
Method or attribute name: PIN_TYPE_NO_PASSKEY_CONSENT = 3|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: PinType;
Method or attribute name: PIN_TYPE_NOTIFY_PASSKEY = 4|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: PinType;
Method or attribute name: PIN_TYPE_DISPLAY_PIN_CODE = 5|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: PinType;
Method or attribute name: PIN_TYPE_OOB_CONSENT = 6|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: PinType;
Method or attribute name: PIN_TYPE_PIN_16_DIGITS = 7|@ohos.bluetooth.connection.d.ts|
|Added|NA|Class name: ProfileId;
Method or attribute name: PROFILE_A2DP_SOURCE = 1|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileId;
Method or attribute name: PROFILE_HANDSFREE_AUDIO_GATEWAY = 4|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileId;
Method or attribute name: PROFILE_HID_HOST = 6|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileId;
Method or attribute name: PROFILE_PAN_NETWORK = 7|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_HFP_AG = '0000111F-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_HFP_HF = '0000111E-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_HSP_AG = '00001112-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_HSP_HS = '00001108-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_A2DP_SRC = '0000110A-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_A2DP_SINK = '0000110B-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_AVRCP_CT = '0000110E-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_AVRCP_TG = '0000110C-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_HID = '00001124-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_HOGP = '00001812-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileConnectionState;
Method or attribute name: STATE_DISCONNECTED = 0|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileConnectionState;
Method or attribute name: STATE_CONNECTING = 1|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileConnectionState;
Method or attribute name: STATE_CONNECTED = 2|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: ProfileConnectionState;
Method or attribute name: STATE_DISCONNECTING = 3|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorClass;
Method or attribute name: MAJOR_MISC = 0x0000|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorClass;
Method or attribute name: MAJOR_COMPUTER = 0x0100|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorClass;
Method or attribute name: MAJOR_PHONE = 0x0200|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorClass;
Method or attribute name: MAJOR_NETWORKING = 0x0300|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorClass;
Method or attribute name: MAJOR_AUDIO_VIDEO = 0x0400|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorClass;
Method or attribute name: MAJOR_PERIPHERAL = 0x0500|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorClass;
Method or attribute name: MAJOR_IMAGING = 0x0600|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorClass;
Method or attribute name: MAJOR_WEARABLE = 0x0700|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorClass;
Method or attribute name: MAJOR_TOY = 0x0800|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorClass;
Method or attribute name: MAJOR_HEALTH = 0x0900|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorClass;
Method or attribute name: MAJOR_UNCATEGORIZED = 0x1F00|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: COMPUTER_UNCATEGORIZED = 0x0100|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: COMPUTER_DESKTOP = 0x0104|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: COMPUTER_SERVER = 0x0108|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: COMPUTER_LAPTOP = 0x010C|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: COMPUTER_HANDHELD_PC_PDA = 0x0110|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: COMPUTER_PALM_SIZE_PC_PDA = 0x0114|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: COMPUTER_WEARABLE = 0x0118|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: COMPUTER_TABLET = 0x011C|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PHONE_UNCATEGORIZED = 0x0200|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PHONE_CELLULAR = 0x0204|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PHONE_CORDLESS = 0x0208|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PHONE_SMART = 0x020C|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PHONE_MODEM_OR_GATEWAY = 0x0210|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PHONE_ISDN = 0x0214|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: NETWORK_FULLY_AVAILABLE = 0x0300|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: NETWORK_1_TO_17_UTILIZED = 0x0320|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: NETWORK_17_TO_33_UTILIZED = 0x0340|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: NETWORK_33_TO_50_UTILIZED = 0x0360|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: NETWORK_60_TO_67_UTILIZED = 0x0380|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: NETWORK_67_TO_83_UTILIZED = 0x03A0|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: NETWORK_83_TO_99_UTILIZED = 0x03C0|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: NETWORK_NO_SERVICE = 0x03E0|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_UNCATEGORIZED = 0x0400|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_HANDSFREE = 0x0408|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_MICROPHONE = 0x0410|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_LOUDSPEAKER = 0x0414|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_HEADPHONES = 0x0418|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_CAR_AUDIO = 0x0420|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_SET_TOP_BOX = 0x0424|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_HIFI_AUDIO = 0x0428|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VCR = 0x042C|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_CAMCORDER = 0x0434|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_KEYBOARD = 0x0540|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_POINTING_DEVICE = 0x0580|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_KEYBOARD_POINTING = 0x05C0|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_UNCATEGORIZED = 0x0500|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_JOYSTICK = 0x0504|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_GAMEPAD = 0x0508|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_REMOTE_CONTROL = 0x05C0|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_SENSING_DEVICE = 0x0510|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_DIGITIZER_TABLET = 0x0514|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_CARD_READER = 0x0518|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_DIGITAL_PEN = 0x051C|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_SCANNER_RFID = 0x0520|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_GESTURAL_INPUT = 0x0522|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: IMAGING_UNCATEGORIZED = 0x0600|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: IMAGING_DISPLAY = 0x0610|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: IMAGING_CAMERA = 0x0620|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: IMAGING_SCANNER = 0x0640|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: IMAGING_PRINTER = 0x0680|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: WEARABLE_UNCATEGORIZED = 0x0700|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: WEARABLE_WRIST_WATCH = 0x0704|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: WEARABLE_PAGER = 0x0708|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: WEARABLE_JACKET = 0x070C|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: WEARABLE_HELMET = 0x0710|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: WEARABLE_GLASSES = 0x0714|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: TOY_UNCATEGORIZED = 0x0800|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: TOY_ROBOT = 0x0804|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: TOY_VEHICLE = 0x0808|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: TOY_DOLL_ACTION_FIGURE = 0x080C|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: TOY_CONTROLLER = 0x0810|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: TOY_GAME = 0x0814|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_UNCATEGORIZED = 0x0900|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_BLOOD_PRESSURE = 0x0904|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_THERMOMETER = 0x0908|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_WEIGHING = 0x090C|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_GLUCOSE = 0x0910|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_PULSE_OXIMETER = 0x0914|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_PULSE_RATE = 0x0918|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_DATA_DISPLAY = 0x091C|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_STEP_COUNTER = 0x0920|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_PEAK_FLOW_MONITOR = 0x0928|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_MEDICATION_MONITOR = 0x092C|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_KNEE_PROSTHESIS = 0x0930|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_ANKLE_PROSTHESIS = 0x0934|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: MajorMinorClass;
Method or attribute name: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C|@ohos.bluetooth.constant.d.ts|
|Added|NA|Class name: hfp;
Method or attribute name: type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.hfp.d.ts|
|Added|NA|Class name: hfp;
Method or attribute name: function createHfpAgProfile(): HandsFreeAudioGatewayProfile;|@ohos.bluetooth.hfp.d.ts|
|Added|NA|Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: connect(deviceId: string): void;|@ohos.bluetooth.hfp.d.ts|
|Added|NA|Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: disconnect(deviceId: string): void;|@ohos.bluetooth.hfp.d.ts|
|Added|NA|Class name: hid;
Method or attribute name: type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.hid.d.ts|
|Added|NA|Class name: hid;
Method or attribute name: function createHidHostProfile(): HidHostProfile;|@ohos.bluetooth.hid.d.ts|
|Added|NA|Class name: HidHostProfile;
Method or attribute name: connect(deviceId: string): void;|@ohos.bluetooth.hid.d.ts|
|Added|NA|Class name: HidHostProfile;
Method or attribute name: disconnect(deviceId: string): void;|@ohos.bluetooth.hid.d.ts|
|Added|NA|Class name: pan;
Method or attribute name: type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.pan.d.ts|
|Added|NA|Class name: pan;
Method or attribute name: function createPanProfile(): PanProfile;|@ohos.bluetooth.pan.d.ts|
|Added|NA|Class name: PanProfile;
Method or attribute name: disconnect(deviceId: string): void;|@ohos.bluetooth.pan.d.ts|
|Added|NA|Class name: PanProfile;
Method or attribute name: setTethering(enable: boolean): void;|@ohos.bluetooth.pan.d.ts|
|Added|NA|Class name: PanProfile;
Method or attribute name: isTetheringOn(): boolean;|@ohos.bluetooth.pan.d.ts|
|Added|NA|Class name: socket;
Method or attribute name: function sppListen(name: string, options: SppOptions, callback: AsyncCallback\): void;|@ohos.bluetooth.socket.d.ts|
|Added|NA|Class name: socket;
Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback\): void;|@ohos.bluetooth.socket.d.ts|
|Added|NA|Class name: socket;
Method or attribute name: function sppConnect(deviceId: string, options: SppOptions, callback: AsyncCallback\): void;|@ohos.bluetooth.socket.d.ts|
|Added|NA|Class name: socket;
Method or attribute name: function sppCloseServerSocket(socket: number): void;|@ohos.bluetooth.socket.d.ts|
|Added|NA|Class name: socket;
Method or attribute name: function sppCloseClientSocket(socket: number): void;|@ohos.bluetooth.socket.d.ts|
|Added|NA|Class name: socket;
Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): void;|@ohos.bluetooth.socket.d.ts|
|Added|NA|Class name: socket;
Method or attribute name: function on(type: 'sppRead', clientSocket: number, callback: Callback\): void;|@ohos.bluetooth.socket.d.ts|
|Added|NA|Class name: socket;
Method or attribute name: function off(type: 'sppRead', clientSocket: number, callback?: Callback\): void;|@ohos.bluetooth.socket.d.ts|
|Added|NA|Class name: SppOptions;
Method or attribute name: uuid: string;|@ohos.bluetooth.socket.d.ts|
|Added|NA|Class name: SppOptions;
Method or attribute name: secure: boolean;|@ohos.bluetooth.socket.d.ts|
|Added|NA|Class name: SppOptions;
Method or attribute name: type: SppType;|@ohos.bluetooth.socket.d.ts|
|Added|NA|Class name: SppType;
Method or attribute name: SPP_RFCOMM|@ohos.bluetooth.socket.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getAllNetsSync(): Array\;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getConnectionPropertiesSync(netHandle: NetHandle): ConnectionProperties;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getNetCapabilitiesSync(netHandle: NetHandle): NetCapabilities;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function isDefaultNetMeteredSync(): boolean;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function hasDefaultNetSync(): boolean;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getAppNetSync(): NetHandle;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getDefaultHttpProxy(callback: AsyncCallback\): void;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getDefaultHttpProxy(): Promise\;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getGlobalHttpProxy(callback: AsyncCallback\): void;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function getGlobalHttpProxy(): Promise\;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy, callback: AsyncCallback\): void;|@ohos.net.connection.d.ts|
|Added|NA|Class name: connection;
Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy): Promise\;|@ohos.net.connection.d.ts|
|Added|NA|Class name: NetConnection;
Method or attribute name: on(type: 'netCapabilitiesChange', callback: Callback\): void;|@ohos.net.connection.d.ts|
|Added|NA|Class name: NetCapabilityInfo;
Method or attribute name: netHandle: NetHandle;|@ohos.net.connection.d.ts|
|Added|NA|Class name: NetCapabilityInfo;
Method or attribute name: netCap: NetCapabilities;|@ohos.net.connection.d.ts|
|Added|NA|Class name: HttpProxy;
Method or attribute name: host: string;|@ohos.net.connection.d.ts|
|Added|NA|Class name: HttpProxy;
Method or attribute name: port: number;|@ohos.net.connection.d.ts|
|Added|NA|Class name: HttpProxy;
Method or attribute name: exclusionList: Array\;|@ohos.net.connection.d.ts|
|Added|NA|Class name: ethernet;
Method or attribute name: type HttpProxy = connection.HttpProxy;|@ohos.net.ethernet.d.ts|
|Added|NA|Class name: ethernet;
Method or attribute name: function on(type: 'interfaceStateChange', callback: Callback\<{ iface: string, active: boolean }>): void;|@ohos.net.ethernet.d.ts|
|Added|NA|Class name: ethernet;
Method or attribute name: function off(type: 'interfaceStateChange', callback?: Callback\<{ iface: string, active: boolean }>): void;|@ohos.net.ethernet.d.ts|
|Added|NA|Class name: InterfaceConfiguration;
Method or attribute name: httpProxy?: HttpProxy;|@ohos.net.ethernet.d.ts|
|Added|NA|Class name: http;
Method or attribute name: type HttpProxy = connection.HttpProxy;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequestOptions;
Method or attribute name: usingProxy?: boolean \| HttpProxy;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequestOptions;
Method or attribute name: caPath?: string;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequest;
Method or attribute name: requestInStream(url: string, callback: AsyncCallback\): void;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequest;
Method or attribute name: requestInStream(url: string, options: HttpRequestOptions, callback: AsyncCallback\): void;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequest;
Method or attribute name: requestInStream(url: string, options?: HttpRequestOptions): Promise\;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequest;
Method or attribute name: on(type: "dataReceive", callback: Callback\): void;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequest;
Method or attribute name: on(type: "dataEnd", callback: Callback\): void;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequest;
Method or attribute name: on(type: 'dataReceiveProgress', callback: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequest;
Method or attribute name: off(type: "dataReceive", callback?: Callback\): void;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequest;
Method or attribute name: off(type: "dataEnd", callback?: Callback\): void;|@ohos.net.http.d.ts|
|Added|NA|Class name: HttpRequest;
Method or attribute name: off(type: 'dataReceiveProgress', callback?: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts|
|Added|NA|Class name: mdns;
Method or attribute name: function addLocalService(context: Context, serviceInfo: LocalServiceInfo,
callback: AsyncCallback\): void;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: mdns;
Method or attribute name: function addLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: mdns;
Method or attribute name: function removeLocalService(context: Context, serviceInfo: LocalServiceInfo,
callback: AsyncCallback\): void;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: mdns;
Method or attribute name: function removeLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: mdns;
Method or attribute name: function createDiscoveryService(context: Context, serviceType: string): DiscoveryService;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: mdns;
Method or attribute name: function resolveLocalService(context: Context, serviceInfo: LocalServiceInfo,
callback: AsyncCallback\): void;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: mdns;
Method or attribute name: function resolveLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: DiscoveryService;
Method or attribute name: on(type: 'discoveryStart', callback: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: DiscoveryService;
Method or attribute name: on(type: 'discoveryStop', callback: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: DiscoveryService;
Method or attribute name: on(type: 'serviceFound', callback: Callback\): void;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: DiscoveryService;
Method or attribute name: on(type: 'serviceLost', callback: Callback\): void;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: DiscoveryService;
Method or attribute name: off(type: 'discoveryStart', callback?: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: DiscoveryService;
Method or attribute name: off(type: 'discoveryStop', callback?: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: DiscoveryService;
Method or attribute name: off(type: 'serviceFound', callback?: Callback\): void;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: DiscoveryService;
Method or attribute name: off(type: 'serviceLost', callback?: Callback\): void;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: DiscoveryService;
Method or attribute name: startSearchingMDNS(): void;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: DiscoveryService;
Method or attribute name: stopSearchingMDNS(): void;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: LocalServiceInfo;
Method or attribute name: serviceType: string;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: LocalServiceInfo;
Method or attribute name: serviceName: string;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: LocalServiceInfo;
Method or attribute name: port?: number;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: LocalServiceInfo;
Method or attribute name: host?: NetAddress;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: LocalServiceInfo;
Method or attribute name: serviceAttribute?: Array\;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: ServiceAttribute;
Method or attribute name: key: string;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: ServiceAttribute;
Method or attribute name: value: Array\;|@ohos.net.mdns.d.ts|
|Added|NA|Class name: MdnsError;
Method or attribute name: INTERNAL_ERROR = 0|@ohos.net.mdns.d.ts|
|Added|NA|Class name: MdnsError;
Method or attribute name: ALREADY_ACTIVE = 1|@ohos.net.mdns.d.ts|
|Added|NA|Class name: MdnsError;
Method or attribute name: MAX_LIMIT = 2|@ohos.net.mdns.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function setBackgroundAllowed(isAllowed: boolean, callback: AsyncCallback\): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function setBackgroundAllowed(isAllowed: boolean): Promise\;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function isBackgroundAllowed(callback: AsyncCallback\): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function isBackgroundAllowed(): Promise\;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function getBackgroundPolicyByUid(uid: number, callback: AsyncCallback\): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function getBackgroundPolicyByUid(uid: number): Promise\;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function setPolicyByUid(uid: number, policy: NetUidPolicy, callback: AsyncCallback\): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function setPolicyByUid(uid: number, policy: NetUidPolicy): Promise\;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function getPolicyByUid(uid: number, callback: AsyncCallback\): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function getPolicyByUid(uid: number): Promise\;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function getUidsByPolicy(policy: NetUidPolicy, callback: AsyncCallback\>): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function getUidsByPolicy(policy: NetUidPolicy): Promise\>;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function isUidNetAllowed(uid: number, isMetered: boolean, callback: AsyncCallback\): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function isUidNetAllowed(uid: number, isMetered: boolean): Promise\;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function isUidNetAllowed(uid: number, iface: string, callback: AsyncCallback\): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function isUidNetAllowed(uid: number, iface: string): Promise\;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function setNetQuotaPolicies(quotaPolicies: Array\, callback: AsyncCallback\): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function setNetQuotaPolicies(quotaPolicies: Array\): Promise\;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function getNetQuotaPolicies(callback: AsyncCallback\>): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function getNetQuotaPolicies(): Promise\>;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function updateRemindPolicy(netType: NetBearType, simId: string, remindType: RemindType, callback: AsyncCallback\): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function updateRemindPolicy(netType: NetBearType, simId: string, remindType: RemindType): Promise\;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function setDeviceIdleTrustlist(uids: Array\, isAllowed: boolean, callback: AsyncCallback\): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function setDeviceIdleTrustlist(uids: Array\, isAllowed: boolean): Promise\;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function getDeviceIdleTrustlist(callback: AsyncCallback\>): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function getDeviceIdleTrustlist(): Promise\>;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function setPowerSaveTrustlist(uids: Array\, isAllowed: boolean, callback: AsyncCallback\): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function setPowerSaveTrustlist(uids: Array\, isAllowed: boolean): Promise\;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function getPowerSaveTrustlist(callback: AsyncCallback\>): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function getPowerSaveTrustlist(): Promise\>;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function resetPolicies(simId: string, callback: AsyncCallback\): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function resetPolicies(simId: string): Promise\;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function on(type: 'netUidPolicyChange', callback: Callback\<{ uid: number, policy: NetUidPolicy }>): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function on(type: 'netUidRuleChange', callback: Callback\<{ uid: number, rule: NetUidRule }>): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function on(type: 'netMeteredIfacesChange', callback: Callback\>): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function on(type: 'netQuotaPolicyChange', callback: Callback\>): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function on(type: 'netBackgroundPolicyChange', callback: Callback\): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function off(type: 'netUidPolicyChange', callback?: Callback\<{ uid: number, policy: NetUidPolicy }>): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function off(type: 'netUidRuleChange', callback?: Callback\<{ uid: number, rule: NetUidRule }>): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function off(type: 'netMeteredIfacesChange', callback?: Callback\>): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function off(type: 'netQuotaPolicyChange', callback?: Callback\>): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: policy;
Method or attribute name: function off(type: 'netBackgroundPolicyChange', callback?: Callback\): void;|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetBackgroundPolicy;
Method or attribute name: NET_BACKGROUND_POLICY_NONE = 0|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetBackgroundPolicy;
Method or attribute name: NET_BACKGROUND_POLICY_ENABLE = 1|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetBackgroundPolicy;
Method or attribute name: NET_BACKGROUND_POLICY_DISABLE = 2|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetBackgroundPolicy;
Method or attribute name: NET_BACKGROUND_POLICY_TRUSTLIST = 3|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetQuotaPolicy;
Method or attribute name: networkMatchRule: NetworkMatchRule;|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetQuotaPolicy;
Method or attribute name: quotaPolicy: QuotaPolicy;|@ohos.net.policy.d.ts|
|Added|NA|Class name: QuotaPolicy;
Method or attribute name: periodDuration: string;|@ohos.net.policy.d.ts|
|Added|NA|Class name: QuotaPolicy;
Method or attribute name: warningBytes: number;|@ohos.net.policy.d.ts|
|Added|NA|Class name: QuotaPolicy;
Method or attribute name: limitBytes: number;|@ohos.net.policy.d.ts|
|Added|NA|Class name: QuotaPolicy;
Method or attribute name: metered: boolean;|@ohos.net.policy.d.ts|
|Added|NA|Class name: QuotaPolicy;
Method or attribute name: limitAction: LimitAction;|@ohos.net.policy.d.ts|
|Added|NA|Class name: QuotaPolicy;
Method or attribute name: lastWarningRemind?: number;|@ohos.net.policy.d.ts|
|Added|NA|Class name: QuotaPolicy;
Method or attribute name: lastLimitRemind?: number;|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetworkMatchRule;
Method or attribute name: netType: NetBearType;|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetworkMatchRule;
Method or attribute name: identity: string;|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetworkMatchRule;
Method or attribute name: simId: string;|@ohos.net.policy.d.ts|
|Added|NA|Class name: LimitAction;
Method or attribute name: LIMIT_ACTION_NONE = -1|@ohos.net.policy.d.ts|
|Added|NA|Class name: LimitAction;
Method or attribute name: LIMIT_ACTION_ACCESS_DISABLED = 0|@ohos.net.policy.d.ts|
|Added|NA|Class name: LimitAction;
Method or attribute name: LIMIT_ACTION_ALERT_ONLY = 1|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetUidRule;
Method or attribute name: NET_RULE_NONE = 0|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetUidRule;
Method or attribute name: NET_RULE_ALLOW_METERED_FOREGROUND = 1 \<\< 0|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetUidRule;
Method or attribute name: NET_RULE_ALLOW_METERED = 1 \<\< 1|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetUidRule;
Method or attribute name: NET_RULE_REJECT_METERED = 1 \<\< 2|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetUidRule;
Method or attribute name: NET_RULE_ALLOW_ALL = 1 \<\< 5|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetUidRule;
Method or attribute name: NET_RULE_REJECT_ALL = 1 \<\< 6|@ohos.net.policy.d.ts|
|Added|NA|Class name: RemindType;
Method or attribute name: REMIND_TYPE_WARNING = 1|@ohos.net.policy.d.ts|
|Added|NA|Class name: RemindType;
Method or attribute name: REMIND_TYPE_LIMIT = 2|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetUidPolicy;
Method or attribute name: NET_POLICY_NONE = 0|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetUidPolicy;
Method or attribute name: NET_POLICY_ALLOW_METERED_BACKGROUND = 1 \<\< 0|@ohos.net.policy.d.ts|
|Added|NA|Class name: NetUidPolicy;
Method or attribute name: NET_POLICY_REJECT_METERED_BACKGROUND = 1 \<\< 1|@ohos.net.policy.d.ts|
|Added|NA|Class name: socket;
Method or attribute name: function constructTCPSocketServerInstance(): TCPSocketServer;|@ohos.net.socket.d.ts|
|Added|NA|Class name: socket;
Method or attribute name: function constructTLSSocketServerInstance(): TLSSocketServer;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocket;
Method or attribute name: getSocketFd(callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocket;
Method or attribute name: getSocketFd(): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketConnection;
Method or attribute name: clientId: number;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: clientId: number;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketConnection;
Method or attribute name: on(type: 'close', callback: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: on(type: 'close', callback: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketConnection;
Method or attribute name: off(type: 'close', callback?: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketConnection;
Method or attribute name: off(type: 'close', callback?: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketServer;
Method or attribute name: listen(address: NetAddress, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketServer;
Method or attribute name: listen(address: NetAddress): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketServer;
Method or attribute name: on(type: 'connect', callback: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TCPSocketServer;
Method or attribute name: off(type: 'connect', callback?: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketServer;
Method or attribute name: listen(options: TLSConnectOptions, callback: AsyncCallback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketServer;
Method or attribute name: listen(options: TLSConnectOptions): Promise\;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketServer;
Method or attribute name: on(type: 'connect', callback: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: TLSSocketServer;
Method or attribute name: off(type: 'connect', callback?: Callback\): void;|@ohos.net.socket.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getIfaceRxBytes(nic: string, callback: AsyncCallback\): void;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getIfaceRxBytes(nic: string): Promise\;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getIfaceTxBytes(nic: string, callback: AsyncCallback\): void;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getIfaceTxBytes(nic: string): Promise\;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getCellularRxBytes(callback: AsyncCallback\): void;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getCellularRxBytes(): Promise\;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getCellularTxBytes(callback: AsyncCallback\): void;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getCellularTxBytes(): Promise\;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getAllRxBytes(callback: AsyncCallback\): void;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getAllRxBytes(): Promise\;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getAllTxBytes(callback: AsyncCallback\): void;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getAllTxBytes(): Promise\;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getUidRxBytes(uid: number, callback: AsyncCallback\): void;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getUidRxBytes(uid: number): Promise\;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getUidTxBytes(uid: number, callback: AsyncCallback\): void;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getUidTxBytes(uid: number): Promise\;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function on(type: 'netStatsChange', callback: Callback\<{ iface: string, uid?: number }>): void;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function off(type: 'netStatsChange', callback?: Callback\<{ iface: string, uid?: number }>): void;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getTrafficStatsByIface(ifaceInfo: IfaceInfo, callback: AsyncCallback\): void;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getTrafficStatsByIface(ifaceInfo: IfaceInfo): Promise\;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getTrafficStatsByUid(uidInfo: UidInfo, callback: AsyncCallback\): void;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: statistics;
Method or attribute name: function getTrafficStatsByUid(uidInfo: UidInfo): Promise\;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: IfaceInfo;
Method or attribute name: iface: string;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: IfaceInfo;
Method or attribute name: startTime: number;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: IfaceInfo;
Method or attribute name: endTime: number;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: UidInfo;
Method or attribute name: ifaceInfo: IfaceInfo;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: UidInfo;
Method or attribute name: uid: number;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: NetStatsInfo;
Method or attribute name: rxBytes: number;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: NetStatsInfo;
Method or attribute name: txBytes: number;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: NetStatsInfo;
Method or attribute name: rxPackets: number;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: NetStatsInfo;
Method or attribute name: txPackets: number;|@ohos.net.statistics.d.ts|
|Added|NA|Class name: vpn;
Method or attribute name: function createVpnConnection(context: AbilityContext): VpnConnection;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConnection;
Method or attribute name: setUp(config: VpnConfig, callback: AsyncCallback\): void;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConnection;
Method or attribute name: setUp(config: VpnConfig): Promise\;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConnection;
Method or attribute name: protect(socketFd: number, callback: AsyncCallback\): void;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConnection;
Method or attribute name: protect(socketFd: number): Promise\;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConnection;
Method or attribute name: destroy(callback: AsyncCallback\): void;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConnection;
Method or attribute name: destroy(): Promise\;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConfig;
Method or attribute name: addresses: Array\;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConfig;
Method or attribute name: routes?: Array\;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConfig;
Method or attribute name: dnsAddresses?: Array\;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConfig;
Method or attribute name: searchDomains?: Array\;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConfig;
Method or attribute name: mtu?: number;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConfig;
Method or attribute name: isIPv4Accepted?: boolean;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConfig;
Method or attribute name: isIPv6Accepted?: boolean;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConfig;
Method or attribute name: isLegacy?: boolean;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConfig;
Method or attribute name: isBlocking?: boolean;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConfig;
Method or attribute name: trustedApplications?: Array\;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: VpnConfig;
Method or attribute name: blockedApplications?: Array\;|@ohos.net.vpn.d.ts|
|Added|NA|Class name: CloseResult;
Method or attribute name: code: number;|@ohos.net.webSocket.d.ts|
|Added|NA|Class name: CloseResult;
Method or attribute name: reason: string;|@ohos.net.webSocket.d.ts|
|Added|NA|Class name: tag;
Method or attribute name: function registerForegroundDispatch(
elementName: ElementName,
discTech: number[],
callback: AsyncCallback\
): void;|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: tag;
Method or attribute name: function unregisterForegroundDispatch(elementName: ElementName): void;|@ohos.nfc.tag.d.ts|
|Added|NA|Class name: omapi;
Method or attribute name: function newSEService(type: 'serviceState', callback: Callback\): SEService;|@ohos.secureElement.d.ts|
|Added|NA|Class name: SEService;
Method or attribute name: getReaders(): Reader[];|@ohos.secureElement.d.ts|
|Added|NA|Class name: SEService;
Method or attribute name: isConnected(): boolean;|@ohos.secureElement.d.ts|
|Added|NA|Class name: SEService;
Method or attribute name: shutdown(): void;|@ohos.secureElement.d.ts|
|Added|NA|Class name: SEService;
Method or attribute name: getVersion(): string;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Reader;
Method or attribute name: getName(): string;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Reader;
Method or attribute name: isSecureElementPresent(): boolean;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Reader;
Method or attribute name: openSession(): Session;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Reader;
Method or attribute name: closeSessions(): void;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Session;
Method or attribute name: getReader(): Reader;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Session;
Method or attribute name: getATR(): number[];|@ohos.secureElement.d.ts|
|Added|NA|Class name: Session;
Method or attribute name: close(): void;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Channel;
Method or attribute name: close(): void;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Session;
Method or attribute name: isClosed(): boolean;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Channel;
Method or attribute name: isClosed(): boolean;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Session;
Method or attribute name: closeChannels(): void;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Session;
Method or attribute name: openBasicChannel(aid: number[]): Promise\;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Session;
Method or attribute name: openBasicChannel(aid: number[], callback: AsyncCallback\): void;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Session;
Method or attribute name: openBasicChannel(aid: number[], p2: number): Promise\;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Session;
Method or attribute name: openBasicChannel(aid: number[], p2: number, callback: AsyncCallback\): void;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Session;
Method or attribute name: openLogicalChannel(aid: number[]): Promise\;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Session;
Method or attribute name: openLogicalChannel(aid: number[], callback: AsyncCallback\): void;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Session;
Method or attribute name: openLogicalChannel(aid: number[], p2: number): Promise\;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Session;
Method or attribute name: openLogicalChannel(aid: number[], p2: number, callback: AsyncCallback\): void;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Channel;
Method or attribute name: getSession(): Session;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Channel;
Method or attribute name: isBasicChannel(): boolean;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Channel;
Method or attribute name: getSelectResponse(): number[];|@ohos.secureElement.d.ts|
|Added|NA|Class name: Channel;
Method or attribute name: transmit(command: number[]): Promise\;|@ohos.secureElement.d.ts|
|Added|NA|Class name: Channel;
Method or attribute name: transmit(command: number[], callback: AsyncCallback\): void;|@ohos.secureElement.d.ts|
|Added|NA|Class name: ServiceState;
Method or attribute name: DISCONNECTED = 0|@ohos.secureElement.d.ts|
|Added|NA|Class name: ServiceState;
Method or attribute name: CONNECTED = 1|@ohos.secureElement.d.ts|
|Added|NA|Class name: wifiManager;
Method or attribute name: function startScan(): void;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager;
Method or attribute name: function getScanInfoList(): Array\;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager;
Method or attribute name: function setScanAlwaysAllowed(isScanAlwaysAllowed: boolean): void;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager;
Method or attribute name: function getScanAlwaysAllowed(): boolean;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager;
Method or attribute name: function getIpv6Info(): Ipv6Info;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager;
Method or attribute name: function isBandTypeSupported(bandType: WifiBandType): boolean;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager;
Method or attribute name: function get5GChannelList(): Array\;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: wifiManager;
Method or attribute name: function getDisconnectedReason(): DisconnectedReason;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: DeviceAddressType;
Method or attribute name: RANDOM_DEVICE_ADDRESS|@ohos.wifiManager.d.ts|
|Added|NA|Class name: DeviceAddressType;
Method or attribute name: REAL_DEVICE_ADDRESS|@ohos.wifiManager.d.ts|
|Added|NA|Class name: DisconnectedReason;
Method or attribute name: DISC_REASON_DEFAULT = 0|@ohos.wifiManager.d.ts|
|Added|NA|Class name: DisconnectedReason;
Method or attribute name: DISC_REASON_WRONG_PWD = 1|@ohos.wifiManager.d.ts|
|Added|NA|Class name: DisconnectedReason;
Method or attribute name: DISC_REASON_CONNECTION_FULL = 2|@ohos.wifiManager.d.ts|
|Added|NA|Class name: ProxyMethod;
Method or attribute name: METHOD_NONE = 0|@ohos.wifiManager.d.ts|
|Added|NA|Class name: ProxyMethod;
Method or attribute name: METHOD_AUTO = 1|@ohos.wifiManager.d.ts|
|Added|NA|Class name: ProxyMethod;
Method or attribute name: METHOD_MANUAL = 2|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiProxyConfig;
Method or attribute name: proxyMethod?: ProxyMethod;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiProxyConfig;
Method or attribute name: pacWebAddress?: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiProxyConfig;
Method or attribute name: serverHostName?: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiProxyConfig;
Method or attribute name: serverPort?: number;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiProxyConfig;
Method or attribute name: exclusionObjects?: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiEapConfig;
Method or attribute name: caCertAlias: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiEapConfig;
Method or attribute name: clientCertAlias: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiDeviceConfig;
Method or attribute name: bssidType?: DeviceAddressType;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiDeviceConfig;
Method or attribute name: proxyConfig?: WifiProxyConfig;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiScanInfo;
Method or attribute name: bssidType: DeviceAddressType;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiBandType;
Method or attribute name: WIFI_BAND_NONE|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiBandType;
Method or attribute name: WIFI_BAND_2G|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiBandType;
Method or attribute name: WIFI_BAND_5G|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiBandType;
Method or attribute name: WIFI_BAND_6G|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiBandType;
Method or attribute name: WIFI_BAND_60G|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiStandard;
Method or attribute name: WIFI_STANDARD_UNDEFINED|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiStandard;
Method or attribute name: WIFI_STANDARD_11A|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiStandard;
Method or attribute name: WIFI_STANDARD_11B|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiStandard;
Method or attribute name: WIFI_STANDARD_11G|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiStandard;
Method or attribute name: WIFI_STANDARD_11N|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiStandard;
Method or attribute name: WIFI_STANDARD_11AC|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiStandard;
Method or attribute name: WIFI_STANDARD_11AX|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiStandard;
Method or attribute name: WIFI_STANDARD_11AD|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiLinkedInfo;
Method or attribute name: rxLinkSpeed: number;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiLinkedInfo;
Method or attribute name: maxSupportedTxLinkSpeed: number;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiLinkedInfo;
Method or attribute name: maxSupportedRxLinkSpeed: number;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiLinkedInfo;
Method or attribute name: channelWidth: WifiChannelWidth;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiLinkedInfo;
Method or attribute name: wifiStandard: WifiStandard;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: Ipv6Info;
Method or attribute name: linkIpv6Address: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: Ipv6Info;
Method or attribute name: globalIpv6Address: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: Ipv6Info;
Method or attribute name: randomGlobalIpv6Address: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: Ipv6Info;
Method or attribute name: gateway: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: Ipv6Info;
Method or attribute name: netmask: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: Ipv6Info;
Method or attribute name: primaryDNS: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: Ipv6Info;
Method or attribute name: secondDNS: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: HotspotConfig;
Method or attribute name: channel?: number;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: HotspotConfig;
Method or attribute name: ipAddress?: string;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: StationInfo;
Method or attribute name: macAddressType?: DeviceAddressType;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiP2pDevice;
Method or attribute name: deviceAddressType?: DeviceAddressType;|@ohos.wifiManager.d.ts|
|Added|NA|Class name: WifiP2PConfig;
Method or attribute name: deviceAddressType?: DeviceAddressType;|@ohos.wifiManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: declare bluetoothManager
Old version information: |Class name: bluetoothManager;
Method or attribute name: declare bluetoothManager
New version information: 10
Substitute API: |@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function getState(): BluetoothState;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function getState(): BluetoothState;
New version information: 10
Substitute API: ohos.bluetooth.access/access#getState|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function getBtConnectionState(): ProfileConnectionState;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function getBtConnectionState(): ProfileConnectionState;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection#getProfileConnectionState|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function pairDevice(deviceId: string): void;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function pairDevice(deviceId: string): void;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection#pairDevice|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function cancelPairedDevice(deviceId: string): void;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function cancelPairedDevice(deviceId: string): void;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection#cancelPairedDevice|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function getRemoteDeviceName(deviceId: string): string;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function getRemoteDeviceName(deviceId: string): string;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection#getRemoteDeviceName|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection#getRemoteDeviceClass|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function enableBluetooth(): void;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function enableBluetooth(): void;
New version information: 10
Substitute API: ohos.bluetooth.access/access#enableBluetooth|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function disableBluetooth(): void;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function disableBluetooth(): void;
New version information: 10
Substitute API: ohos.bluetooth.access/access#disableBluetooth|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function getLocalName(): string;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function getLocalName(): string;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection#getLocalName|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function getPairedDevices(): Array\;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function getPairedDevices(): Array\;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection#getPairedDevices|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection#getProfileConnectionState|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): void;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): void;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection#setDevicePairingConfirmation|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function setLocalName(name: string): void;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function setLocalName(name: string): void;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection#setLocalName|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection#setBluetoothScanMode|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function getBluetoothScanMode(): ScanMode;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function getBluetoothScanMode(): ScanMode;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection#getBluetoothScanMode|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function startBluetoothDiscovery(): void;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function startBluetoothDiscovery(): void;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection#startBluetoothDiscovery|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function stopBluetoothDiscovery(): void;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function stopBluetoothDiscovery(): void;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection#stopBluetoothDiscovery|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function on(type: 'bluetoothDeviceFind', callback: Callback\>): void;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function on(type: 'bluetoothDeviceFind', callback: Callback\>): void;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.on#event:bluetoothDeviceFind|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function on(type: 'bondStateChange', callback: Callback\): void;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function on(type: 'bondStateChange', callback: Callback\): void;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.on#event:bondStateChange|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function on(type: 'pinRequired', callback: Callback\): void;
Old version information: |Class name: bluetoothManager;
Method or attribute name: function on(type: 'pinRequired', callback: Callback\): void;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.on#event:pinRequired|@ohos.bluetoothManager.d.ts|
|Deprecated version changed|Class name: bluetoothManager;
Method or attribute name: function on(type: 'stateChange', callback: Callback\): void;