Change Type Old Version New Version d.ts File
Deleted Class name: bluetoothManager;
Method or attribute name: function pairCredibleDevice(deviceId: string, transport: BluetoothTransport, callback: AsyncCallback<void>): void;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: bluetoothManager;
Method or attribute name: function pairCredibleDevice(deviceId: string, transport: BluetoothTransport): Promise<void>;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: bluetoothManager;
Method or attribute name: function setDevicePinCode(device: string, code: string, callback: AsyncCallback<void>): void;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: bluetoothManager;
Method or attribute name: function setDevicePinCode(device: string, code: string): Promise<void>;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: bluetoothManager;
Method or attribute name: function getRemoteProfileUuids(device: string, callback: AsyncCallback<Array<ProfileUuids>>): void;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: bluetoothManager;
Method or attribute name: function getRemoteProfileUuids(device: string): Promise<Array<ProfileUuids>>;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: bluetoothManager;
Method or attribute name: function getLocalProfileUuids(callback: AsyncCallback<Array<ProfileUuids>>): void;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: bluetoothManager;
Method or attribute name: function getLocalProfileUuids(): Promise<Array<ProfileUuids>>;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: BaseProfile;
Method or attribute name: setConnectionStrategy(device: string, strategy: ConnectionStrategy, callback: AsyncCallback<void>): void;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: BaseProfile;
Method or attribute name: setConnectionStrategy(device: string, strategy: ConnectionStrategy): Promise<void>;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: BaseProfile;
Method or attribute name: getConnectionStrategy(device: string, callback: AsyncCallback<ConnectionStrategy>): void;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: BaseProfile;
Method or attribute name: getConnectionStrategy(device: string): Promise<ConnectionStrategy>;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: BLECharacteristic;
Method or attribute name: properties?: GattProperties;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: ScanResult;
Method or attribute name: deviceName: string;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: AdvertiseData;
Method or attribute name: includeDeviceName?: boolean;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: PinRequiredParam;
Method or attribute name: pinType: PinType;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: GattProperties;
Method or attribute name: write?: boolean;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: GattProperties;
Method or attribute name: writeNoResponse?: boolean;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: GattProperties;
Method or attribute name: read?: boolean;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: GattProperties;
Method or attribute name: notify?: boolean;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: GattProperties;
Method or attribute name: indicate?: boolean;
NA @ohos.bluetoothManager.d.ts
Deleted Class name: BluetoothTransport;
Method or attribute name: TRANSPORT_BR_EDR = 0
NA @ohos.bluetoothManager.d.ts
Deleted Class name: BluetoothTransport;
Method or attribute name: TRANSPORT_LE = 1
NA @ohos.bluetoothManager.d.ts
Deleted Class name: ConnectionStrategy;
Method or attribute name: CONNECT_STRATEGY_UNSUPPORTED = 0
NA @ohos.bluetoothManager.d.ts
Deleted Class name: ConnectionStrategy;
Method or attribute name: CONNECT_STRATEGY_ALLOWED = 1
NA @ohos.bluetoothManager.d.ts
Deleted Class name: ConnectionStrategy;
Method or attribute name: CONNECT_STRATEGY_FORBIDDEN = 2
NA @ohos.bluetoothManager.d.ts
Deleted Class name: PinType;
Method or attribute name: PIN_TYPE_ENTER_PIN_CODE = 0
NA @ohos.bluetoothManager.d.ts
Deleted Class name: PinType;
Method or attribute name: PIN_TYPE_ENTER_PASSKEY = 1
NA @ohos.bluetoothManager.d.ts
Deleted Class name: PinType;
Method or attribute name: PIN_TYPE_CONFIRM_PASSKEY = 2
NA @ohos.bluetoothManager.d.ts
Deleted Class name: PinType;
Method or attribute name: PIN_TYPE_NO_PASSKEY_CONSENT = 3
NA @ohos.bluetoothManager.d.ts
Deleted Class name: PinType;
Method or attribute name: PIN_TYPE_NOTIFY_PASSKEY = 4
NA @ohos.bluetoothManager.d.ts
Deleted Class name: PinType;
Method or attribute name: PIN_TYPE_DISPLAY_PIN_CODE = 5
NA @ohos.bluetoothManager.d.ts
Deleted Class name: PinType;
Method or attribute name: PIN_TYPE_OOB_CONSENT = 6
NA @ohos.bluetoothManager.d.ts
Deleted Class name: PinType;
Method or attribute name: PIN_TYPE_PIN_16_DIGITS = 7
NA @ohos.bluetoothManager.d.ts
Deleted Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_HFP_AG = '0000111F-0000-1000-8000-00805F9B34FB'
NA @ohos.bluetoothManager.d.ts
Deleted Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_HFP_HF = '0000111E-0000-1000-8000-00805F9B34FB'
NA @ohos.bluetoothManager.d.ts
Deleted Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_HSP_AG = '00001112-0000-1000-8000-00805F9B34FB'
NA @ohos.bluetoothManager.d.ts
Deleted Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_HSP_HS = '00001108-0000-1000-8000-00805F9B34FB'
NA @ohos.bluetoothManager.d.ts
Deleted Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_A2DP_SRC = '0000110A-0000-1000-8000-00805F9B34FB'
NA @ohos.bluetoothManager.d.ts
Deleted Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_A2DP_SINK = '0000110B-0000-1000-8000-00805F9B34FB'
NA @ohos.bluetoothManager.d.ts
Deleted Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_AVRCP_CT = '0000110E-0000-1000-8000-00805F9B34FB'
NA @ohos.bluetoothManager.d.ts
Deleted Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_AVRCP_TG = '0000110C-0000-1000-8000-00805F9B34FB'
NA @ohos.bluetoothManager.d.ts
Deleted Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_HID = '00001124-0000-1000-8000-00805F9B34FB'
NA @ohos.bluetoothManager.d.ts
Deleted Class name: ProfileUuids;
Method or attribute name: PROFILE_UUID_HOGP = '00001812-0000-1000-8000-00805F9B34FB'
NA @ohos.bluetoothManager.d.ts
Deleted Class name: HttpRequest;
Method or attribute name: request2(url: string, callback: AsyncCallback<number>): void;
NA @ohos.net.http.d.ts
Deleted Class name: HttpRequest;
Method or attribute name: request2(url: string, options: HttpRequestOptions, callback: AsyncCallback<number>): void;
NA @ohos.net.http.d.ts
Deleted Class name: HttpRequest;
Method or attribute name: request2(url: string, options?: HttpRequestOptions): Promise<number>;
NA @ohos.net.http.d.ts
Deleted Class name: wifiManager;
Method or attribute name: function getCurrentP2pGroup(): Promise<WifiP2pGroupInfo>;
NA @ohos.wifiManager.d.ts
Deleted Class name: wifiManager;
Method or attribute name: function getCurrentP2pGroup(callback: AsyncCallback<WifiP2pGroupInfo>): void;
NA @ohos.wifiManager.d.ts
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: 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<BluetoothState>): void;
@ohos.bluetooth.access.d.ts
Added NA Class name: access;
Method or attribute name: function off(type: 'stateChange', callback?: Callback<BluetoothState>): 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<void>;
@ohos.bluetooth.baseProfile.d.ts
Added NA Class name: BaseProfile;
Method or attribute name: setConnectionStrategy(deviceId: string, strategy: ConnectionStrategy, callback: AsyncCallback<void>): void;
@ohos.bluetooth.baseProfile.d.ts
Added NA Class name: BaseProfile;
Method or attribute name: getConnectionStrategy(deviceId: string, callback: AsyncCallback<ConnectionStrategy>): void;
@ohos.bluetooth.baseProfile.d.ts
Added NA Class name: BaseProfile;
Method or attribute name: getConnectionStrategy(deviceId: string): Promise<ConnectionStrategy>;
@ohos.bluetooth.baseProfile.d.ts
Added NA Class name: BaseProfile;
Method or attribute name: getConnectedDevices(): Array<string>;
@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<StateChangeParam>): void;
@ohos.bluetooth.baseProfile.d.ts
Added NA Class name: BaseProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): 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<string>;
@ohos.bluetooth.ble.d.ts
Added NA Class name: ble;
Method or attribute name: function startBLEScan(filters: Array<ScanFilter>, 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<Array<ScanResult>>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: ble;
Method or attribute name: function off(type: 'BLEDeviceFind', callback?: Callback<Array<ScanResult>>): 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>

): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattServer;
Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): Promise<void>;
@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<CharacteristicReadRequest>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattServer;
Method or attribute name: on(type: 'characteristicWrite', callback: Callback<CharacteristicWriteRequest>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattServer;
Method or attribute name: on(type: 'descriptorRead', callback: Callback<DescriptorReadRequest>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattServer;
Method or attribute name: on(type: 'descriptorWrite', callback: Callback<DescriptorWriteRequest>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattServer;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<BLEConnectionChangeState>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattServer;
Method or attribute name: on(type: 'BLEMtuChange', callback: Callback<number>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: on(type: 'BLEMtuChange', callback: Callback<number>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattServer;
Method or attribute name: off(type: 'characteristicRead', callback?: Callback<CharacteristicReadRequest>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattServer;
Method or attribute name: off(type: 'characteristicWrite', callback?: Callback<CharacteristicWriteRequest>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattServer;
Method or attribute name: off(type: 'descriptorRead', callback?: Callback<DescriptorReadRequest>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattServer;
Method or attribute name: off(type: 'descriptorWrite', callback?: Callback<DescriptorWriteRequest>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattServer;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<BLEConnectionChangeState>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattServer;
Method or attribute name: off(type: 'BLEMtuChange', callback?: Callback<number>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: off(type: 'BLEMtuChange', callback?: Callback<number>): 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<string>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: getDeviceName(): Promise<string>;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: getServices(callback: AsyncCallback<Array<GattService>>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: getServices(): Promise<Array<GattService>>;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: writeCharacteristicValue(

characteristic: BLECharacteristic,

writeType: GattWriteType,

callback: AsyncCallback<void>

): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType): Promise<void>;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<void>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): Promise<void>;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: getRssiValue(callback: AsyncCallback<number>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: getRssiValue(): Promise<number>;
@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>

): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean): Promise<void>;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: setCharacteristicChangeIndication(

characteristic: BLECharacteristic,

enable: boolean,

callback: AsyncCallback<void>

): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean): Promise<void>;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: on(type: 'BLECharacteristicChange', callback: Callback<BLECharacteristic>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: on(type: 'BLEConnectionStateChange', callback: Callback<BLEConnectionChangeState>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: off(type: 'BLECharacteristicChange', callback?: Callback<BLECharacteristic>): void;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattClientDevice;
Method or attribute name: off(type: 'BLEConnectionStateChange', callback?: Callback<BLEConnectionChangeState>): 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<BLECharacteristic>;
@ohos.bluetooth.ble.d.ts
Added NA Class name: GattService;
Method or attribute name: includeServices?: Array<GattService>;
@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<BLEDescriptor>;
@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<string>;
@ohos.bluetooth.ble.d.ts
Added NA Class name: AdvertiseData;
Method or attribute name: manufactureData: Array<ManufactureData>;
@ohos.bluetooth.ble.d.ts
Added NA Class name: AdvertiseData;
Method or attribute name: serviceData: Array<ServiceData>;
@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>): void;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function pairDevice(deviceId: string): Promise<void>;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function pairCredibleDevice(deviceId: string, transport: BluetoothTransport, callback: AsyncCallback<void>): void;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function pairCredibleDevice(deviceId: string, transport: BluetoothTransport): Promise<void>;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function cancelPairedDevice(deviceId: string, callback: AsyncCallback<void>): void;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function cancelPairedDevice(deviceId: string): Promise<void>;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function cancelPairingDevice(deviceId: string, callback: AsyncCallback<void>): void;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function cancelPairingDevice(deviceId: string): Promise<void>;
@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<string>;
@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>): void;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function setDevicePinCode(deviceId: string, code: string): Promise<void>;
@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<Array<ProfileUuids>>): void;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function getLocalProfileUuids(): Promise<Array<ProfileUuids>>;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function getRemoteProfileUuids(deviceId: string, callback: AsyncCallback<Array<ProfileUuids>>): void;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function getRemoteProfileUuids(deviceId: string): Promise<Array<ProfileUuids>>;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function on(type: 'bluetoothDeviceFind', callback: Callback<Array<string>>): void;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function on(type: 'bondStateChange', callback: Callback<BondStateParam>): void;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function on(type: 'pinRequired', callback: Callback<PinRequiredParam>): void;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function off(type: 'bluetoothDeviceFind', callback?: Callback<Array<string>>): void;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function off(type: 'bondStateChange', callback?: Callback<BondStateParam>): void;
@ohos.bluetooth.connection.d.ts
Added NA Class name: connection;
Method or attribute name: function off(type: 'pinRequired', callback?: Callback<PinRequiredParam>): 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<number>): void;
@ohos.bluetooth.socket.d.ts
Added NA Class name: socket;
Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback<number>): void;
@ohos.bluetooth.socket.d.ts
Added NA Class name: socket;
Method or attribute name: function sppConnect(deviceId: string, options: SppOptions, callback: AsyncCallback<number>): 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<ArrayBuffer>): void;
@ohos.bluetooth.socket.d.ts
Added NA Class name: socket;
Method or attribute name: function off(type: 'sppRead', clientSocket: number, callback?: Callback<ArrayBuffer>): 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<NetHandle>;
@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: 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: HttpRequest;
Method or attribute name: requestInStream(url: string, callback: AsyncCallback<number>): void;
@ohos.net.http.d.ts
Added NA Class name: HttpRequest;
Method or attribute name: requestInStream(url: string, options: HttpRequestOptions, callback: AsyncCallback<number>): void;
@ohos.net.http.d.ts
Added NA Class name: HttpRequest;
Method or attribute name: requestInStream(url: string, options?: HttpRequestOptions): Promise<number>;
@ohos.net.http.d.ts
Added NA Class name: vpn;
Method or attribute name: export type AbilityContext = _AbilityContext;
@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: wifiManager;
Method or attribute name: function startScan(): void;
@ohos.wifiManager.d.ts
Added NA Class name: wifiManager;
Method or attribute name: function getScanInfoList(): Array<WifiScanInfo>;
@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 getCurrentGroup(): Promise<WifiP2pGroupInfo>;
@ohos.wifiManager.d.ts
Added NA Class name: wifiManager;
Method or attribute name: function getCurrentGroup(callback: AsyncCallback<WifiP2pGroupInfo>): void;
@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: 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: WifiScanInfo;
Method or attribute name: bssidType: DeviceAddressType;
@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: 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<string>;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function getPairedDevices(): Array<string>;
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<Array<string>>): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function on(type: 'bluetoothDeviceFind', callback: Callback<Array<string>>): 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<BondStateParam>): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function on(type: 'bondStateChange', callback: Callback<BondStateParam>): 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<PinRequiredParam>): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function on(type: 'pinRequired', callback: Callback<PinRequiredParam>): 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<BluetoothState>): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
New version information: 10
Substitute API: ohos.bluetooth.access/access.on#event:stateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: bluetoothManager;
Method or attribute name: function on(type: 'sppRead', clientSocket: number, callback: Callback<ArrayBuffer>): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function on(type: 'sppRead', clientSocket: number, callback: Callback<ArrayBuffer>): void;
New version information: 10
Substitute API: ohos.bluetooth.socket/socket.on#event:sppRead
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: bluetoothManager;
Method or attribute name: function off(type: 'bluetoothDeviceFind', callback?: Callback<Array<string>>): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function off(type: 'bluetoothDeviceFind', callback?: Callback<Array<string>>): void;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.off#event:bluetoothDeviceFind
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: bluetoothManager;
Method or attribute name: function off(type: 'bondStateChange', callback?: Callback<BondStateParam>): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function off(type: 'bondStateChange', callback?: Callback<BondStateParam>): void;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.off#event:bondStateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: bluetoothManager;
Method or attribute name: function off(type: 'pinRequired', callback?: Callback<PinRequiredParam>): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function off(type: 'pinRequired', callback?: Callback<PinRequiredParam>): void;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.off#event:pinRequired
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: bluetoothManager;
Method or attribute name: function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
New version information: 10
Substitute API: ohos.bluetooth.access/access.off#event:stateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: bluetoothManager;
Method or attribute name: function off(type: 'sppRead', clientSocket: number, callback?: Callback<ArrayBuffer>): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function off(type: 'sppRead', clientSocket: number, callback?: Callback<ArrayBuffer>): void;
New version information: 10
Substitute API: ohos.bluetooth.socket/socket.off#event:sppRead
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: bluetoothManager;
Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback<number>): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback<number>): void;
New version information: 10
Substitute API: ohos.bluetooth.socket/socket#sppListen
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: bluetoothManager;
Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback<number>): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function sppAccept(serverSocket: number, callback: AsyncCallback<number>): void;
New version information: 10
Substitute API: ohos.bluetooth.socket/socket#sppAccept
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: bluetoothManager;
Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback<number>): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback<number>): void;
New version information: 10
Substitute API: ohos.bluetooth.socket/socket#sppConnect
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: bluetoothManager;
Method or attribute name: function sppCloseServerSocket(socket: number): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function sppCloseServerSocket(socket: number): void;
New version information: 10
Substitute API: ohos.bluetooth.socket/socket#sppCloseServerSocket
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: bluetoothManager;
Method or attribute name: function sppCloseClientSocket(socket: number): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function sppCloseClientSocket(socket: number): void;
New version information: 10
Substitute API: ohos.bluetooth.socket/socket#sppCloseClientSocket
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: bluetoothManager;
Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): void;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function sppWrite(clientSocket: number, data: ArrayBuffer): void;
New version information: 10
Substitute API: ohos.bluetooth.socket/socket#sppWrite
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: bluetoothManager;
Method or attribute name: function getProfileInstance(

profileId: ProfileId

): A2dpSourceProfile | HandsFreeAudioGatewayProfile | HidHostProfile | PanProfile;
Old version information:
Class name: bluetoothManager;
Method or attribute name: function getProfileInstance(

profileId: ProfileId

): A2dpSourceProfile | HandsFreeAudioGatewayProfile | HidHostProfile | PanProfile;
New version information: 10
Substitute API:
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BaseProfile;
Method or attribute name: interface BaseProfile
Old version information:
Class name: BaseProfile;
Method or attribute name: interface BaseProfile
New version information: 10
Substitute API: ohos.bluetooth.baseProfile/baseProfile.BaseProfile
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BaseProfile;
Method or attribute name: getConnectionDevices(): Array<string>;
Old version information:
Class name: BaseProfile;
Method or attribute name: getConnectionDevices(): Array<string>;
New version information: 10
Substitute API: ohos.bluetooth.baseProfile/baseProfile#getConnectedDevices
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BaseProfile;
Method or attribute name: getDeviceState(device: string): ProfileConnectionState;
Old version information:
Class name: BaseProfile;
Method or attribute name: getDeviceState(device: string): ProfileConnectionState;
New version information: 10
Substitute API: ohos.bluetooth.baseProfile/baseProfile#getConnectionState
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: A2dpSourceProfile;
Method or attribute name: interface A2dpSourceProfile
Old version information:
Class name: A2dpSourceProfile;
Method or attribute name: interface A2dpSourceProfile
New version information: 10
Substitute API: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: A2dpSourceProfile;
Method or attribute name: connect(device: string): void;
Old version information:
Class name: A2dpSourceProfile;
Method or attribute name: connect(device: string): void;
New version information: 10
Substitute API: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile#connect
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: connect(device: string): void;
Old version information:
Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: connect(device: string): void;
New version information: 10
Substitute API: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile#connect
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: HidHostProfile;
Method or attribute name: connect(device: string): void;
Old version information:
Class name: HidHostProfile;
Method or attribute name: connect(device: string): void;
New version information: 10
Substitute API: ohos.bluetooth.hid/hid.HidHostProfile#connect
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: A2dpSourceProfile;
Method or attribute name: disconnect(device: string): void;
Old version information:
Class name: A2dpSourceProfile;
Method or attribute name: disconnect(device: string): void;
New version information: 10
Substitute API: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile#disconnect
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: disconnect(device: string): void;
Old version information:
Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: disconnect(device: string): void;
New version information: 10
Substitute API: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile#disconnect
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: HidHostProfile;
Method or attribute name: disconnect(device: string): void;
Old version information:
Class name: HidHostProfile;
Method or attribute name: disconnect(device: string): void;
New version information: 10
Substitute API: ohos.bluetooth.hid/hid.HidHostProfile#disconnect
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: PanProfile;
Method or attribute name: disconnect(device: string): void;
Old version information:
Class name: PanProfile;
Method or attribute name: disconnect(device: string): void;
New version information: 10
Substitute API: ohos.bluetooth.pan/pan.PanProfile#disconnect
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: A2dpSourceProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Old version information:
Class name: A2dpSourceProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
New version information: 10
Substitute API: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile.on#event:connectionStateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Old version information:
Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
New version information: 10
Substitute API: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile.on#event:connectionStateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: HidHostProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Old version information:
Class name: HidHostProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
New version information: 10
Substitute API: ohos.bluetooth.hid/hid.HidHostProfile.on#event:connectionStateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: PanProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Old version information:
Class name: PanProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
New version information: 10
Substitute API: ohos.bluetooth.pan/pan.PanProfile.on#event:connectionStateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: A2dpSourceProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Old version information:
Class name: A2dpSourceProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
New version information: 10
Substitute API: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile.off#event:connectionStateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Old version information:
Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
New version information: 10
Substitute API: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile.off#event:connectionStateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: HidHostProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Old version information:
Class name: HidHostProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
New version information: 10
Substitute API: ohos.bluetooth.hid/hid.HidHostProfile.off#event:connectionStateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: PanProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Old version information:
Class name: PanProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
New version information: 10
Substitute API: ohos.bluetooth.pan/pan.PanProfile.off#event:connectionStateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: A2dpSourceProfile;
Method or attribute name: getPlayingState(device: string): PlayingState;
Old version information:
Class name: A2dpSourceProfile;
Method or attribute name: getPlayingState(device: string): PlayingState;
New version information: 10
Substitute API: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile#getPlayingState
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: interface HandsFreeAudioGatewayProfile
Old version information:
Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: interface HandsFreeAudioGatewayProfile
New version information: 10
Substitute API: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: HidHostProfile;
Method or attribute name: interface HidHostProfile
Old version information:
Class name: HidHostProfile;
Method or attribute name: interface HidHostProfile
New version information: 10
Substitute API: ohos.bluetooth.hid/hid.HidHostProfile
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: PanProfile;
Method or attribute name: interface PanProfile
Old version information:
Class name: PanProfile;
Method or attribute name: interface PanProfile
New version information: 10
Substitute API: ohos.bluetooth.pan/pan.PanProfile
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: PanProfile;
Method or attribute name: setTethering(enable: boolean): void;
Old version information:
Class name: PanProfile;
Method or attribute name: setTethering(enable: boolean): void;
New version information: 10
Substitute API: ohos.bluetooth.pan/pan.PanProfile#setTethering
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: PanProfile;
Method or attribute name: isTetheringOn(): boolean;
Old version information:
Class name: PanProfile;
Method or attribute name: isTetheringOn(): boolean;
New version information: 10
Substitute API: ohos.bluetooth.pan/pan.PanProfile#isTetheringOn
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLE;
Method or attribute name: BLE
Old version information:
Class name: BLE;
Method or attribute name: BLE
New version information: 10
Substitute API:
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLE;
Method or attribute name: function createGattServer(): GattServer;
Old version information:
Class name: BLE;
Method or attribute name: function createGattServer(): GattServer;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble#createGattServer
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLE;
Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;
Old version information:
Class name: BLE;
Method or attribute name: function createGattClientDevice(deviceId: string): GattClientDevice;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble#createGattClientDevice
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLE;
Method or attribute name: function getConnectedBLEDevices(): Array<string>;
Old version information:
Class name: BLE;
Method or attribute name: function getConnectedBLEDevices(): Array<string>;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble#getConnectedBLEDevices
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLE;
Method or attribute name: function startBLEScan(filters: Array<ScanFilter>, options?: ScanOptions): void;
Old version information:
Class name: BLE;
Method or attribute name: function startBLEScan(filters: Array<ScanFilter>, options?: ScanOptions): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble#startBLEScan
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLE;
Method or attribute name: function stopBLEScan(): void;
Old version information:
Class name: BLE;
Method or attribute name: function stopBLEScan(): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble#stopBLEScan
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLE;
Method or attribute name: function on(type: 'BLEDeviceFind', callback: Callback<Array<ScanResult>>): void;
Old version information:
Class name: BLE;
Method or attribute name: function on(type: 'BLEDeviceFind', callback: Callback<Array<ScanResult>>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.on#event:BLEDeviceFind
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLE;
Method or attribute name: function off(type: 'BLEDeviceFind', callback?: Callback<Array<ScanResult>>): void;
Old version information:
Class name: BLE;
Method or attribute name: function off(type: 'BLEDeviceFind', callback?: Callback<Array<ScanResult>>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.off#event:BLEDeviceFind
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: interface GattServer
Old version information:
Class name: GattServer;
Method or attribute name: interface GattServer
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
Old version information:
Class name: GattServer;
Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble#startAdvertising
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: stopAdvertising(): void;
Old version information:
Class name: GattServer;
Method or attribute name: stopAdvertising(): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble#stopAdvertising
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: addService(service: GattService): void;
Old version information:
Class name: GattServer;
Method or attribute name: addService(service: GattService): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer#addService
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: removeService(serviceUuid: string): void;
Old version information:
Class name: GattServer;
Method or attribute name: removeService(serviceUuid: string): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer#removeService
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: close(): void;
Old version information:
Class name: GattServer;
Method or attribute name: close(): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer#close
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: close(): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: close(): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#close
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;
Old version information:
Class name: GattServer;
Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer#notifyCharacteristicChanged
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: sendResponse(serverResponse: ServerResponse): void;
Old version information:
Class name: GattServer;
Method or attribute name: sendResponse(serverResponse: ServerResponse): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer#sendResponse
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: on(type: 'characteristicRead', callback: Callback<CharacteristicReadRequest>): void;
Old version information:
Class name: GattServer;
Method or attribute name: on(type: 'characteristicRead', callback: Callback<CharacteristicReadRequest>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer.on#event:characteristicRead
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: on(type: 'characteristicWrite', callback: Callback<CharacteristicWriteRequest>): void;
Old version information:
Class name: GattServer;
Method or attribute name: on(type: 'characteristicWrite', callback: Callback<CharacteristicWriteRequest>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer.on#event:characteristicWrite
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: on(type: 'descriptorRead', callback: Callback<DescriptorReadRequest>): void;
Old version information:
Class name: GattServer;
Method or attribute name: on(type: 'descriptorRead', callback: Callback<DescriptorReadRequest>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer.on#event:descriptorRead
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: on(type: 'descriptorWrite', callback: Callback<DescriptorWriteRequest>): void;
Old version information:
Class name: GattServer;
Method or attribute name: on(type: 'descriptorWrite', callback: Callback<DescriptorWriteRequest>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer.on#event:descriptorWrite
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: on(type: 'connectStateChange', callback: Callback<BLEConnectChangedState>): void;
Old version information:
Class name: GattServer;
Method or attribute name: on(type: 'connectStateChange', callback: Callback<BLEConnectChangedState>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer.on#event:connectionStateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: off(type: 'characteristicRead', callback?: Callback<CharacteristicReadRequest>): void;
Old version information:
Class name: GattServer;
Method or attribute name: off(type: 'characteristicRead', callback?: Callback<CharacteristicReadRequest>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer.off#event:characteristicRead
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: off(type: 'characteristicWrite', callback?: Callback<CharacteristicWriteRequest>): void;
Old version information:
Class name: GattServer;
Method or attribute name: off(type: 'characteristicWrite', callback?: Callback<CharacteristicWriteRequest>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer.off#event:characteristicWrite
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: off(type: 'descriptorRead', callback?: Callback<DescriptorReadRequest>): void;
Old version information:
Class name: GattServer;
Method or attribute name: off(type: 'descriptorRead', callback?: Callback<DescriptorReadRequest>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer.off#event:descriptorRead
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: off(type: 'descriptorWrite', callback?: Callback<DescriptorWriteRequest>): void;
Old version information:
Class name: GattServer;
Method or attribute name: off(type: 'descriptorWrite', callback?: Callback<DescriptorWriteRequest>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer.off#event:descriptorWrite
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattServer;
Method or attribute name: off(type: 'connectStateChange', callback?: Callback<BLEConnectChangedState>): void;
Old version information:
Class name: GattServer;
Method or attribute name: off(type: 'connectStateChange', callback?: Callback<BLEConnectChangedState>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattServer.off#event:connectionStateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: interface GattClientDevice
Old version information:
Class name: GattClientDevice;
Method or attribute name: interface GattClientDevice
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: connect(): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: connect(): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#connect
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: disconnect(): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: disconnect(): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#disconnect
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: getDeviceName(callback: AsyncCallback<string>): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: getDeviceName(callback: AsyncCallback<string>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#getDeviceName
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: getDeviceName(): Promise<string>;
Old version information:
Class name: GattClientDevice;
Method or attribute name: getDeviceName(): Promise<string>;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#getDeviceName
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: getServices(callback: AsyncCallback<Array<GattService>>): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: getServices(callback: AsyncCallback<Array<GattService>>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#getServices
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: getServices(): Promise<Array<GattService>>;
Old version information:
Class name: GattClientDevice;
Method or attribute name: getServices(): Promise<Array<GattService>>;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#getServices
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#readCharacteristicValue
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
Old version information:
Class name: GattClientDevice;
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#readCharacteristicValue
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#readDescriptorValue
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
Old version information:
Class name: GattClientDevice;
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#readDescriptorValue
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#writeCharacteristicValue
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#writeDescriptorValue
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: getRssiValue(callback: AsyncCallback<number>): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: getRssiValue(callback: AsyncCallback<number>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#getRssiValue
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: getRssiValue(): Promise<number>;
Old version information:
Class name: GattClientDevice;
Method or attribute name: getRssiValue(): Promise<number>;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#getRssiValue
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: setBLEMtuSize(mtu: number): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: setBLEMtuSize(mtu: number): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#setBLEMtuSize
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#setCharacteristicChangeNotification
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: on(type: 'BLECharacteristicChange', callback: Callback<BLECharacteristic>): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: on(type: 'BLECharacteristicChange', callback: Callback<BLECharacteristic>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice.on#event:BLECharacteristicChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: on(type: 'BLEConnectionStateChange', callback: Callback<BLEConnectChangedState>): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: on(type: 'BLEConnectionStateChange', callback: Callback<BLEConnectChangedState>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice.on#event:BLEConnectionStateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: off(type: 'BLECharacteristicChange', callback?: Callback<BLECharacteristic>): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: off(type: 'BLECharacteristicChange', callback?: Callback<BLECharacteristic>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice.off#event:BLECharacteristicChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattClientDevice;
Method or attribute name: off(type: 'BLEConnectionStateChange', callback?: Callback<BLEConnectChangedState>): void;
Old version information:
Class name: GattClientDevice;
Method or attribute name: off(type: 'BLEConnectionStateChange', callback?: Callback<BLEConnectChangedState>): void;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattClientDevice.off#event:BLEConnectionStateChange
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattService;
Method or attribute name: interface GattService
Old version information:
Class name: GattService;
Method or attribute name: interface GattService
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattService
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattService;
Method or attribute name: serviceUuid: string;
Old version information:
Class name: GattService;
Method or attribute name: serviceUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattService#serviceUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLECharacteristic;
Method or attribute name: serviceUuid: string;
Old version information:
Class name: BLECharacteristic;
Method or attribute name: serviceUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.BLECharacteristic#serviceUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLEDescriptor;
Method or attribute name: serviceUuid: string;
Old version information:
Class name: BLEDescriptor;
Method or attribute name: serviceUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.BLEDescriptor#serviceUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: NotifyCharacteristic;
Method or attribute name: serviceUuid: string;
Old version information:
Class name: NotifyCharacteristic;
Method or attribute name: serviceUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.NotifyCharacteristic#serviceUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicReadRequest;
Method or attribute name: serviceUuid: string;
Old version information:
Class name: CharacteristicReadRequest;
Method or attribute name: serviceUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicReadRequest#serviceUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicWriteRequest;
Method or attribute name: serviceUuid: string;
Old version information:
Class name: CharacteristicWriteRequest;
Method or attribute name: serviceUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#serviceUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorReadRequest;
Method or attribute name: serviceUuid: string;
Old version information:
Class name: DescriptorReadRequest;
Method or attribute name: serviceUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorReadRequest#serviceUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorWriteRequest;
Method or attribute name: serviceUuid: string;
Old version information:
Class name: DescriptorWriteRequest;
Method or attribute name: serviceUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#serviceUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ServiceData;
Method or attribute name: serviceUuid: string;
Old version information:
Class name: ServiceData;
Method or attribute name: serviceUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ServiceData#serviceUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattService;
Method or attribute name: isPrimary: boolean;
Old version information:
Class name: GattService;
Method or attribute name: isPrimary: boolean;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattService#isPrimary
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattService;
Method or attribute name: characteristics: Array<BLECharacteristic>;
Old version information:
Class name: GattService;
Method or attribute name: characteristics: Array<BLECharacteristic>;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattService#characteristics
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: GattService;
Method or attribute name: includeServices?: Array<GattService>;
Old version information:
Class name: GattService;
Method or attribute name: includeServices?: Array<GattService>;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.GattService#includeServices
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLECharacteristic;
Method or attribute name: interface BLECharacteristic
Old version information:
Class name: BLECharacteristic;
Method or attribute name: interface BLECharacteristic
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.BLECharacteristic
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLECharacteristic;
Method or attribute name: characteristicUuid: string;
Old version information:
Class name: BLECharacteristic;
Method or attribute name: characteristicUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.BLECharacteristic#characteristicUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLEDescriptor;
Method or attribute name: characteristicUuid: string;
Old version information:
Class name: BLEDescriptor;
Method or attribute name: characteristicUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.BLEDescriptor#characteristicUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: NotifyCharacteristic;
Method or attribute name: characteristicUuid: string;
Old version information:
Class name: NotifyCharacteristic;
Method or attribute name: characteristicUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.NotifyCharacteristic#characteristicUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicReadRequest;
Method or attribute name: characteristicUuid: string;
Old version information:
Class name: CharacteristicReadRequest;
Method or attribute name: characteristicUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicReadRequest#characteristicUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicWriteRequest;
Method or attribute name: characteristicUuid: string;
Old version information:
Class name: CharacteristicWriteRequest;
Method or attribute name: characteristicUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#characteristicUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorReadRequest;
Method or attribute name: characteristicUuid: string;
Old version information:
Class name: DescriptorReadRequest;
Method or attribute name: characteristicUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorReadRequest#characteristicUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorWriteRequest;
Method or attribute name: characteristicUuid: string;
Old version information:
Class name: DescriptorWriteRequest;
Method or attribute name: characteristicUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#characteristicUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLECharacteristic;
Method or attribute name: characteristicValue: ArrayBuffer;
Old version information:
Class name: BLECharacteristic;
Method or attribute name: characteristicValue: ArrayBuffer;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.BLECharacteristic#characteristicValue
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: NotifyCharacteristic;
Method or attribute name: characteristicValue: ArrayBuffer;
Old version information:
Class name: NotifyCharacteristic;
Method or attribute name: characteristicValue: ArrayBuffer;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.NotifyCharacteristic#characteristicValue
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLECharacteristic;
Method or attribute name: descriptors: Array<BLEDescriptor>;
Old version information:
Class name: BLECharacteristic;
Method or attribute name: descriptors: Array<BLEDescriptor>;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.BLECharacteristic#descriptors
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLEDescriptor;
Method or attribute name: interface BLEDescriptor
Old version information:
Class name: BLEDescriptor;
Method or attribute name: interface BLEDescriptor
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.BLEDescriptor
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLEDescriptor;
Method or attribute name: descriptorUuid: string;
Old version information:
Class name: BLEDescriptor;
Method or attribute name: descriptorUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.BLEDescriptor#descriptorUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorReadRequest;
Method or attribute name: descriptorUuid: string;
Old version information:
Class name: DescriptorReadRequest;
Method or attribute name: descriptorUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorReadRequest#descriptorUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorWriteRequest;
Method or attribute name: descriptorUuid: string;
Old version information:
Class name: DescriptorWriteRequest;
Method or attribute name: descriptorUuid: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#descriptorUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLEDescriptor;
Method or attribute name: descriptorValue: ArrayBuffer;
Old version information:
Class name: BLEDescriptor;
Method or attribute name: descriptorValue: ArrayBuffer;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.BLEDescriptor#descriptorValue
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: NotifyCharacteristic;
Method or attribute name: interface NotifyCharacteristic
Old version information:
Class name: NotifyCharacteristic;
Method or attribute name: interface NotifyCharacteristic
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.NotifyCharacteristic
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: NotifyCharacteristic;
Method or attribute name: confirm: boolean;
Old version information:
Class name: NotifyCharacteristic;
Method or attribute name: confirm: boolean;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.NotifyCharacteristic#confirm
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicReadRequest;
Method or attribute name: interface CharacteristicReadRequest
Old version information:
Class name: CharacteristicReadRequest;
Method or attribute name: interface CharacteristicReadRequest
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicReadRequest
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicReadRequest;
Method or attribute name: deviceId: string;
Old version information:
Class name: CharacteristicReadRequest;
Method or attribute name: deviceId: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicReadRequest#deviceId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicWriteRequest;
Method or attribute name: deviceId: string;
Old version information:
Class name: CharacteristicWriteRequest;
Method or attribute name: deviceId: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#deviceId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorReadRequest;
Method or attribute name: deviceId: string;
Old version information:
Class name: DescriptorReadRequest;
Method or attribute name: deviceId: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorReadRequest#deviceId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorWriteRequest;
Method or attribute name: deviceId: string;
Old version information:
Class name: DescriptorWriteRequest;
Method or attribute name: deviceId: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#deviceId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ServerResponse;
Method or attribute name: deviceId: string;
Old version information:
Class name: ServerResponse;
Method or attribute name: deviceId: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ServerResponse#deviceId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLEConnectChangedState;
Method or attribute name: deviceId: string;
Old version information:
Class name: BLEConnectChangedState;
Method or attribute name: deviceId: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.BLEConnectionChangeState#deviceId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanResult;
Method or attribute name: deviceId: string;
Old version information:
Class name: ScanResult;
Method or attribute name: deviceId: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanResult#deviceId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: PinRequiredParam;
Method or attribute name: deviceId: string;
Old version information:
Class name: PinRequiredParam;
Method or attribute name: deviceId: string;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.PinRequiredParam#deviceId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BondStateParam;
Method or attribute name: deviceId: string;
Old version information:
Class name: BondStateParam;
Method or attribute name: deviceId: string;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.BondStateParam#deviceId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: StateChangeParam;
Method or attribute name: deviceId: string;
Old version information:
Class name: StateChangeParam;
Method or attribute name: deviceId: string;
New version information: 10
Substitute API: ohos.bluetooth.baseProfile/baseProfile.StateChangeParam#deviceId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicReadRequest;
Method or attribute name: transId: number;
Old version information:
Class name: CharacteristicReadRequest;
Method or attribute name: transId: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicReadRequest#transId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicWriteRequest;
Method or attribute name: transId: number;
Old version information:
Class name: CharacteristicWriteRequest;
Method or attribute name: transId: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#transId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorReadRequest;
Method or attribute name: transId: number;
Old version information:
Class name: DescriptorReadRequest;
Method or attribute name: transId: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorReadRequest#transId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorWriteRequest;
Method or attribute name: transId: number;
Old version information:
Class name: DescriptorWriteRequest;
Method or attribute name: transId: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#transId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ServerResponse;
Method or attribute name: transId: number;
Old version information:
Class name: ServerResponse;
Method or attribute name: transId: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ServerResponse#transId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicReadRequest;
Method or attribute name: offset: number;
Old version information:
Class name: CharacteristicReadRequest;
Method or attribute name: offset: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicReadRequest#offset
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicWriteRequest;
Method or attribute name: offset: number;
Old version information:
Class name: CharacteristicWriteRequest;
Method or attribute name: offset: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#offset
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorReadRequest;
Method or attribute name: offset: number;
Old version information:
Class name: DescriptorReadRequest;
Method or attribute name: offset: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorReadRequest#offset
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorWriteRequest;
Method or attribute name: offset: number;
Old version information:
Class name: DescriptorWriteRequest;
Method or attribute name: offset: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#offset
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ServerResponse;
Method or attribute name: offset: number;
Old version information:
Class name: ServerResponse;
Method or attribute name: offset: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ServerResponse#offset
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicWriteRequest;
Method or attribute name: interface CharacteristicWriteRequest
Old version information:
Class name: CharacteristicWriteRequest;
Method or attribute name: interface CharacteristicWriteRequest
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicWriteRequest;
Method or attribute name: isPrep: boolean;
Old version information:
Class name: CharacteristicWriteRequest;
Method or attribute name: isPrep: boolean;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#isPrepared
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorWriteRequest;
Method or attribute name: isPrep: boolean;
Old version information:
Class name: DescriptorWriteRequest;
Method or attribute name: isPrep: boolean;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#isPrepared
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicWriteRequest;
Method or attribute name: needRsp: boolean;
Old version information:
Class name: CharacteristicWriteRequest;
Method or attribute name: needRsp: boolean;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#needRsp
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorWriteRequest;
Method or attribute name: needRsp: boolean;
Old version information:
Class name: DescriptorWriteRequest;
Method or attribute name: needRsp: boolean;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#needRsp
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: CharacteristicWriteRequest;
Method or attribute name: value: ArrayBuffer;
Old version information:
Class name: CharacteristicWriteRequest;
Method or attribute name: value: ArrayBuffer;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#value
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorWriteRequest;
Method or attribute name: value: ArrayBuffer;
Old version information:
Class name: DescriptorWriteRequest;
Method or attribute name: value: ArrayBuffer;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#value
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ServerResponse;
Method or attribute name: value: ArrayBuffer;
Old version information:
Class name: ServerResponse;
Method or attribute name: value: ArrayBuffer;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ServerResponse#value
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorReadRequest;
Method or attribute name: interface DescriptorReadRequest
Old version information:
Class name: DescriptorReadRequest;
Method or attribute name: interface DescriptorReadRequest
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorReadRequest
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DescriptorWriteRequest;
Method or attribute name: interface DescriptorWriteRequest
Old version information:
Class name: DescriptorWriteRequest;
Method or attribute name: interface DescriptorWriteRequest
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ServerResponse;
Method or attribute name: interface ServerResponse
Old version information:
Class name: ServerResponse;
Method or attribute name: interface ServerResponse
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ServerResponse
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ServerResponse;
Method or attribute name: status: number;
Old version information:
Class name: ServerResponse;
Method or attribute name: status: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ServerResponse#status
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLEConnectChangedState;
Method or attribute name: interface BLEConnectChangedState
Old version information:
Class name: BLEConnectChangedState;
Method or attribute name: interface BLEConnectChangedState
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.BLEConnectionChangeState
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BLEConnectChangedState;
Method or attribute name: state: ProfileConnectionState;
Old version information:
Class name: BLEConnectChangedState;
Method or attribute name: state: ProfileConnectionState;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.BLEConnectionChangeState#state
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: StateChangeParam;
Method or attribute name: state: ProfileConnectionState;
Old version information:
Class name: StateChangeParam;
Method or attribute name: state: ProfileConnectionState;
New version information: 10
Substitute API: ohos.bluetooth.baseProfile/baseProfile.StateChangeParam#state
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanResult;
Method or attribute name: interface ScanResult
Old version information:
Class name: ScanResult;
Method or attribute name: interface ScanResult
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanResult
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanResult;
Method or attribute name: rssi: number;
Old version information:
Class name: ScanResult;
Method or attribute name: rssi: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanResult#rssi
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanResult;
Method or attribute name: data: ArrayBuffer;
Old version information:
Class name: ScanResult;
Method or attribute name: data: ArrayBuffer;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanResult#data
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: AdvertiseSetting;
Method or attribute name: interface AdvertiseSetting
Old version information:
Class name: AdvertiseSetting;
Method or attribute name: interface AdvertiseSetting
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.AdvertiseSetting
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: AdvertiseSetting;
Method or attribute name: interval?: number;
Old version information:
Class name: AdvertiseSetting;
Method or attribute name: interval?: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.AdvertiseSetting#interval
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanOptions;
Method or attribute name: interval?: number;
Old version information:
Class name: ScanOptions;
Method or attribute name: interval?: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanOptions#interval
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: AdvertiseSetting;
Method or attribute name: txPower?: number;
Old version information:
Class name: AdvertiseSetting;
Method or attribute name: txPower?: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.AdvertiseSetting#txPower
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: AdvertiseSetting;
Method or attribute name: connectable?: boolean;
Old version information:
Class name: AdvertiseSetting;
Method or attribute name: connectable?: boolean;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.AdvertiseSetting#connectable
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: AdvertiseData;
Method or attribute name: interface AdvertiseData
Old version information:
Class name: AdvertiseData;
Method or attribute name: interface AdvertiseData
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.AdvertiseData
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: AdvertiseData;
Method or attribute name: serviceUuids: Array<string>;
Old version information:
Class name: AdvertiseData;
Method or attribute name: serviceUuids: Array<string>;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.AdvertiseData#serviceUuids
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: AdvertiseData;
Method or attribute name: manufactureData: Array<ManufactureData>;
Old version information:
Class name: AdvertiseData;
Method or attribute name: manufactureData: Array<ManufactureData>;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.AdvertiseData#manufactureData
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: AdvertiseData;
Method or attribute name: serviceData: Array<ServiceData>;
Old version information:
Class name: AdvertiseData;
Method or attribute name: serviceData: Array<ServiceData>;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.AdvertiseData#serviceData
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ManufactureData;
Method or attribute name: interface ManufactureData
Old version information:
Class name: ManufactureData;
Method or attribute name: interface ManufactureData
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ManufactureData
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ManufactureData;
Method or attribute name: manufactureId: number;
Old version information:
Class name: ManufactureData;
Method or attribute name: manufactureId: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ManufactureData#manufactureId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ManufactureData;
Method or attribute name: manufactureValue: ArrayBuffer;
Old version information:
Class name: ManufactureData;
Method or attribute name: manufactureValue: ArrayBuffer;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ManufactureData#manufactureValue
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ServiceData;
Method or attribute name: interface ServiceData
Old version information:
Class name: ServiceData;
Method or attribute name: interface ServiceData
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ServiceData
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ServiceData;
Method or attribute name: serviceValue: ArrayBuffer;
Old version information:
Class name: ServiceData;
Method or attribute name: serviceValue: ArrayBuffer;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ServiceData#serviceValue
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanFilter;
Method or attribute name: interface ScanFilter
Old version information:
Class name: ScanFilter;
Method or attribute name: interface ScanFilter
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanFilter
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanFilter;
Method or attribute name: deviceId?: string;
Old version information:
Class name: ScanFilter;
Method or attribute name: deviceId?: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanFilter#deviceId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanFilter;
Method or attribute name: name?: string;
Old version information:
Class name: ScanFilter;
Method or attribute name: name?: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanFilter#name
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanFilter;
Method or attribute name: serviceUuid?: string;
Old version information:
Class name: ScanFilter;
Method or attribute name: serviceUuid?: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanFilter#serviceUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanFilter;
Method or attribute name: serviceUuidMask?: string;
Old version information:
Class name: ScanFilter;
Method or attribute name: serviceUuidMask?: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanFilter#serviceUuidMask
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanFilter;
Method or attribute name: serviceSolicitationUuid?: string;
Old version information:
Class name: ScanFilter;
Method or attribute name: serviceSolicitationUuid?: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanFilter#serviceSolicitationUuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanFilter;
Method or attribute name: serviceSolicitationUuidMask?: string;
Old version information:
Class name: ScanFilter;
Method or attribute name: serviceSolicitationUuidMask?: string;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanFilter#serviceSolicitationUuidMask
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanFilter;
Method or attribute name: serviceData?: ArrayBuffer;
Old version information:
Class name: ScanFilter;
Method or attribute name: serviceData?: ArrayBuffer;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanFilter#serviceData
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanFilter;
Method or attribute name: serviceDataMask?: ArrayBuffer;
Old version information:
Class name: ScanFilter;
Method or attribute name: serviceDataMask?: ArrayBuffer;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanFilter#serviceDataMask
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanFilter;
Method or attribute name: manufactureId?: number;
Old version information:
Class name: ScanFilter;
Method or attribute name: manufactureId?: number;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanFilter#manufactureId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanFilter;
Method or attribute name: manufactureData?: ArrayBuffer;
Old version information:
Class name: ScanFilter;
Method or attribute name: manufactureData?: ArrayBuffer;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanFilter#manufactureData
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanFilter;
Method or attribute name: manufactureDataMask?: ArrayBuffer;
Old version information:
Class name: ScanFilter;
Method or attribute name: manufactureDataMask?: ArrayBuffer;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanFilter#manufactureDataMask
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanOptions;
Method or attribute name: interface ScanOptions
Old version information:
Class name: ScanOptions;
Method or attribute name: interface ScanOptions
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanOptions
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanOptions;
Method or attribute name: dutyMode?: ScanDuty;
Old version information:
Class name: ScanOptions;
Method or attribute name: dutyMode?: ScanDuty;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanOptions#dutyMode
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanOptions;
Method or attribute name: matchMode?: MatchMode;
Old version information:
Class name: ScanOptions;
Method or attribute name: matchMode?: MatchMode;
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanOptions#matchMode
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: SppOption;
Method or attribute name: interface SppOption
Old version information:
Class name: SppOption;
Method or attribute name: interface SppOption
New version information: 10
Substitute API: ohos.bluetooth.socket/socket.SppOptions
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: SppOption;
Method or attribute name: uuid: string;
Old version information:
Class name: SppOption;
Method or attribute name: uuid: string;
New version information: 10
Substitute API: ohos.bluetooth.socket/socket.SppOptions#uuid
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: SppOption;
Method or attribute name: secure: boolean;
Old version information:
Class name: SppOption;
Method or attribute name: secure: boolean;
New version information: 10
Substitute API: ohos.bluetooth.socket/socket.SppOptions#secure
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: SppOption;
Method or attribute name: type: SppType;
Old version information:
Class name: SppOption;
Method or attribute name: type: SppType;
New version information: 10
Substitute API: ohos.bluetooth.socket/socket.SppOptions#type
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: PinRequiredParam;
Method or attribute name: interface PinRequiredParam
Old version information:
Class name: PinRequiredParam;
Method or attribute name: interface PinRequiredParam
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.PinRequiredParam
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: PinRequiredParam;
Method or attribute name: pinCode: string;
Old version information:
Class name: PinRequiredParam;
Method or attribute name: pinCode: string;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.PinRequiredParam#pinCode
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DeviceClass;
Method or attribute name: interface DeviceClass
Old version information:
Class name: DeviceClass;
Method or attribute name: interface DeviceClass
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.DeviceClass
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DeviceClass;
Method or attribute name: majorClass: MajorClass;
Old version information:
Class name: DeviceClass;
Method or attribute name: majorClass: MajorClass;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.DeviceClass#majorClass
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DeviceClass;
Method or attribute name: majorMinorClass: MajorMinorClass;
Old version information:
Class name: DeviceClass;
Method or attribute name: majorMinorClass: MajorMinorClass;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.DeviceClass#majorMinorClass
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: DeviceClass;
Method or attribute name: classOfDevice: number;
Old version information:
Class name: DeviceClass;
Method or attribute name: classOfDevice: number;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.DeviceClass#classOfDevice
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BondStateParam;
Method or attribute name: interface BondStateParam
Old version information:
Class name: BondStateParam;
Method or attribute name: interface BondStateParam
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.BondStateParam
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BondStateParam;
Method or attribute name: state: BondState;
Old version information:
Class name: BondStateParam;
Method or attribute name: state: BondState;
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.BondStateParam#state
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: StateChangeParam;
Method or attribute name: interface StateChangeParam
Old version information:
Class name: StateChangeParam;
Method or attribute name: interface StateChangeParam
New version information: 10
Substitute API: ohos.bluetooth.baseProfile/baseProfile.StateChangeParam
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanDuty;
Method or attribute name: enum ScanDuty
Old version information:
Class name: ScanDuty;
Method or attribute name: enum ScanDuty
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanDuty
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanDuty;
Method or attribute name: SCAN_MODE_LOW_POWER = 0
Old version information:
Class name: ScanDuty;
Method or attribute name: SCAN_MODE_LOW_POWER = 0
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MODE_LOW_POWER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanDuty;
Method or attribute name: SCAN_MODE_BALANCED = 1
Old version information:
Class name: ScanDuty;
Method or attribute name: SCAN_MODE_BALANCED = 1
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MODE_BALANCED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanDuty;
Method or attribute name: SCAN_MODE_LOW_LATENCY = 2
Old version information:
Class name: ScanDuty;
Method or attribute name: SCAN_MODE_LOW_LATENCY = 2
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MODE_LOW_LATENCY
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MatchMode;
Method or attribute name: enum MatchMode
Old version information:
Class name: MatchMode;
Method or attribute name: enum MatchMode
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.MatchMode
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MatchMode;
Method or attribute name: MATCH_MODE_AGGRESSIVE = 1
Old version information:
Class name: MatchMode;
Method or attribute name: MATCH_MODE_AGGRESSIVE = 1
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.MatchMode#MATCH_MODE_AGGRESSIVE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MatchMode;
Method or attribute name: MATCH_MODE_STICKY = 2
Old version information:
Class name: MatchMode;
Method or attribute name: MATCH_MODE_STICKY = 2
New version information: 10
Substitute API: ohos.bluetooth.ble/ble.MatchMode#MATCH_MODE_STICKY
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ProfileConnectionState;
Method or attribute name: enum ProfileConnectionState
Old version information:
Class name: ProfileConnectionState;
Method or attribute name: enum ProfileConnectionState
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.ProfileConnectionState
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ProfileConnectionState;
Method or attribute name: STATE_DISCONNECTED = 0
Old version information:
Class name: ProfileConnectionState;
Method or attribute name: STATE_DISCONNECTED = 0
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_DISCONNECTED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ProfileConnectionState;
Method or attribute name: STATE_CONNECTING = 1
Old version information:
Class name: ProfileConnectionState;
Method or attribute name: STATE_CONNECTING = 1
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_CONNECTING
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ProfileConnectionState;
Method or attribute name: STATE_CONNECTED = 2
Old version information:
Class name: ProfileConnectionState;
Method or attribute name: STATE_CONNECTED = 2
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_CONNECTED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ProfileConnectionState;
Method or attribute name: STATE_DISCONNECTING = 3
Old version information:
Class name: ProfileConnectionState;
Method or attribute name: STATE_DISCONNECTING = 3
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_DISCONNECTING
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BluetoothState;
Method or attribute name: enum BluetoothState
Old version information:
Class name: BluetoothState;
Method or attribute name: enum BluetoothState
New version information: 10
Substitute API: ohos.bluetooth.access/access.BluetoothState
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BluetoothState;
Method or attribute name: STATE_OFF = 0
Old version information:
Class name: BluetoothState;
Method or attribute name: STATE_OFF = 0
New version information: 10
Substitute API: ohos.bluetooth.access/access.BluetoothState#STATE_OFF
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BluetoothState;
Method or attribute name: STATE_TURNING_ON = 1
Old version information:
Class name: BluetoothState;
Method or attribute name: STATE_TURNING_ON = 1
New version information: 10
Substitute API: ohos.bluetooth.access/access.BluetoothState#STATE_TURNING_ON
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BluetoothState;
Method or attribute name: STATE_ON = 2
Old version information:
Class name: BluetoothState;
Method or attribute name: STATE_ON = 2
New version information: 10
Substitute API: ohos.bluetooth.access/access.BluetoothState#STATE_ON
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BluetoothState;
Method or attribute name: STATE_TURNING_OFF = 3
Old version information:
Class name: BluetoothState;
Method or attribute name: STATE_TURNING_OFF = 3
New version information: 10
Substitute API: ohos.bluetooth.access/access.BluetoothState#STATE_TURNING_OFF
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BluetoothState;
Method or attribute name: STATE_BLE_TURNING_ON = 4
Old version information:
Class name: BluetoothState;
Method or attribute name: STATE_BLE_TURNING_ON = 4
New version information: 10
Substitute API: ohos.bluetooth.access/access.BluetoothState#STATE_BLE_TURNING_ON
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BluetoothState;
Method or attribute name: STATE_BLE_ON = 5
Old version information:
Class name: BluetoothState;
Method or attribute name: STATE_BLE_ON = 5
New version information: 10
Substitute API: ohos.bluetooth.access/access.BluetoothState#STATE_BLE_ON
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BluetoothState;
Method or attribute name: STATE_BLE_TURNING_OFF = 6
Old version information:
Class name: BluetoothState;
Method or attribute name: STATE_BLE_TURNING_OFF = 6
New version information: 10
Substitute API: ohos.bluetooth.access/access.BluetoothState#STATE_BLE_TURNING_OFF
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: SppType;
Method or attribute name: enum SppType
Old version information:
Class name: SppType;
Method or attribute name: enum SppType
New version information: 10
Substitute API: ohos.bluetooth.socket/socket.SppType
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: SppType;
Method or attribute name: SPP_RFCOMM
Old version information:
Class name: SppType;
Method or attribute name: SPP_RFCOMM
New version information: 10
Substitute API: ohos.bluetooth.socket/socket.SppType#SPP_RFCOMM
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanMode;
Method or attribute name: enum ScanMode
Old version information:
Class name: ScanMode;
Method or attribute name: enum ScanMode
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.ScanMode
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanMode;
Method or attribute name: SCAN_MODE_NONE = 0
Old version information:
Class name: ScanMode;
Method or attribute name: SCAN_MODE_NONE = 0
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_NONE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanMode;
Method or attribute name: SCAN_MODE_CONNECTABLE = 1
Old version information:
Class name: ScanMode;
Method or attribute name: SCAN_MODE_CONNECTABLE = 1
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_CONNECTABLE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanMode;
Method or attribute name: SCAN_MODE_GENERAL_DISCOVERABLE = 2
Old version information:
Class name: ScanMode;
Method or attribute name: SCAN_MODE_GENERAL_DISCOVERABLE = 2
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_GENERAL_DISCOVERABLE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanMode;
Method or attribute name: SCAN_MODE_LIMITED_DISCOVERABLE = 3
Old version information:
Class name: ScanMode;
Method or attribute name: SCAN_MODE_LIMITED_DISCOVERABLE = 3
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_LIMITED_DISCOVERABLE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanMode;
Method or attribute name: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4
Old version information:
Class name: ScanMode;
Method or attribute name: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ScanMode;
Method or attribute name: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5
Old version information:
Class name: ScanMode;
Method or attribute name: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BondState;
Method or attribute name: enum BondState
Old version information:
Class name: BondState;
Method or attribute name: enum BondState
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.BondState
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BondState;
Method or attribute name: BOND_STATE_INVALID = 0
Old version information:
Class name: BondState;
Method or attribute name: BOND_STATE_INVALID = 0
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.BondState#BOND_STATE_INVALID
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BondState;
Method or attribute name: BOND_STATE_BONDING = 1
Old version information:
Class name: BondState;
Method or attribute name: BOND_STATE_BONDING = 1
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.BondState#BOND_STATE_BONDING
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: BondState;
Method or attribute name: BOND_STATE_BONDED = 2
Old version information:
Class name: BondState;
Method or attribute name: BOND_STATE_BONDED = 2
New version information: 10
Substitute API: ohos.bluetooth.connection/connection.BondState#BOND_STATE_BONDED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorClass;
Method or attribute name: enum MajorClass
Old version information:
Class name: MajorClass;
Method or attribute name: enum MajorClass
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorClass
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorClass;
Method or attribute name: MAJOR_MISC = 0x0000
Old version information:
Class name: MajorClass;
Method or attribute name: MAJOR_MISC = 0x0000
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_MISC
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorClass;
Method or attribute name: MAJOR_COMPUTER = 0x0100
Old version information:
Class name: MajorClass;
Method or attribute name: MAJOR_COMPUTER = 0x0100
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_COMPUTER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorClass;
Method or attribute name: MAJOR_PHONE = 0x0200
Old version information:
Class name: MajorClass;
Method or attribute name: MAJOR_PHONE = 0x0200
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_PHONE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorClass;
Method or attribute name: MAJOR_NETWORKING = 0x0300
Old version information:
Class name: MajorClass;
Method or attribute name: MAJOR_NETWORKING = 0x0300
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_NETWORKING
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorClass;
Method or attribute name: MAJOR_AUDIO_VIDEO = 0x0400
Old version information:
Class name: MajorClass;
Method or attribute name: MAJOR_AUDIO_VIDEO = 0x0400
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_AUDIO_VIDEO
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorClass;
Method or attribute name: MAJOR_PERIPHERAL = 0x0500
Old version information:
Class name: MajorClass;
Method or attribute name: MAJOR_PERIPHERAL = 0x0500
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_PERIPHERAL
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorClass;
Method or attribute name: MAJOR_IMAGING = 0x0600
Old version information:
Class name: MajorClass;
Method or attribute name: MAJOR_IMAGING = 0x0600
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_IMAGING
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorClass;
Method or attribute name: MAJOR_WEARABLE = 0x0700
Old version information:
Class name: MajorClass;
Method or attribute name: MAJOR_WEARABLE = 0x0700
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_WEARABLE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorClass;
Method or attribute name: MAJOR_TOY = 0x0800
Old version information:
Class name: MajorClass;
Method or attribute name: MAJOR_TOY = 0x0800
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_TOY
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorClass;
Method or attribute name: MAJOR_HEALTH = 0x0900
Old version information:
Class name: MajorClass;
Method or attribute name: MAJOR_HEALTH = 0x0900
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_HEALTH
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorClass;
Method or attribute name: MAJOR_UNCATEGORIZED = 0x1F00
Old version information:
Class name: MajorClass;
Method or attribute name: MAJOR_UNCATEGORIZED = 0x1F00
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorClass#MAJOR_UNCATEGORIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: enum MajorMinorClass
Old version information:
Class name: MajorMinorClass;
Method or attribute name: enum MajorMinorClass
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: COMPUTER_UNCATEGORIZED = 0x0100
Old version information:
Class name: MajorMinorClass;
Method or attribute name: COMPUTER_UNCATEGORIZED = 0x0100
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_UNCATEGORIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: COMPUTER_DESKTOP = 0x0104
Old version information:
Class name: MajorMinorClass;
Method or attribute name: COMPUTER_DESKTOP = 0x0104
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_DESKTOP
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: COMPUTER_SERVER = 0x0108
Old version information:
Class name: MajorMinorClass;
Method or attribute name: COMPUTER_SERVER = 0x0108
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_SERVER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: COMPUTER_LAPTOP = 0x010C
Old version information:
Class name: MajorMinorClass;
Method or attribute name: COMPUTER_LAPTOP = 0x010C
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_LAPTOP
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: COMPUTER_HANDHELD_PC_PDA = 0x0110
Old version information:
Class name: MajorMinorClass;
Method or attribute name: COMPUTER_HANDHELD_PC_PDA = 0x0110
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_HANDHELD_PC_PDA
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: COMPUTER_PALM_SIZE_PC_PDA = 0x0114
Old version information:
Class name: MajorMinorClass;
Method or attribute name: COMPUTER_PALM_SIZE_PC_PDA = 0x0114
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_PALM_SIZE_PC_PDA
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: COMPUTER_WEARABLE = 0x0118
Old version information:
Class name: MajorMinorClass;
Method or attribute name: COMPUTER_WEARABLE = 0x0118
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_WEARABLE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: COMPUTER_TABLET = 0x011C
Old version information:
Class name: MajorMinorClass;
Method or attribute name: COMPUTER_TABLET = 0x011C
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_TABLET
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PHONE_UNCATEGORIZED = 0x0200
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PHONE_UNCATEGORIZED = 0x0200
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_UNCATEGORIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PHONE_CELLULAR = 0x0204
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PHONE_CELLULAR = 0x0204
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_CELLULAR
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PHONE_CORDLESS = 0x0208
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PHONE_CORDLESS = 0x0208
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_CORDLESS
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PHONE_SMART = 0x020C
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PHONE_SMART = 0x020C
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_SMART
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PHONE_MODEM_OR_GATEWAY = 0x0210
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PHONE_MODEM_OR_GATEWAY = 0x0210
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_MODEM_OR_GATEWAY
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PHONE_ISDN = 0x0214
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PHONE_ISDN = 0x0214
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_ISDN
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: NETWORK_FULLY_AVAILABLE = 0x0300
Old version information:
Class name: MajorMinorClass;
Method or attribute name: NETWORK_FULLY_AVAILABLE = 0x0300
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_FULLY_AVAILABLE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: NETWORK_1_TO_17_UTILIZED = 0x0320
Old version information:
Class name: MajorMinorClass;
Method or attribute name: NETWORK_1_TO_17_UTILIZED = 0x0320
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_1_TO_17_UTILIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: NETWORK_17_TO_33_UTILIZED = 0x0340
Old version information:
Class name: MajorMinorClass;
Method or attribute name: NETWORK_17_TO_33_UTILIZED = 0x0340
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_17_TO_33_UTILIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: NETWORK_33_TO_50_UTILIZED = 0x0360
Old version information:
Class name: MajorMinorClass;
Method or attribute name: NETWORK_33_TO_50_UTILIZED = 0x0360
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_33_TO_50_UTILIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: NETWORK_60_TO_67_UTILIZED = 0x0380
Old version information:
Class name: MajorMinorClass;
Method or attribute name: NETWORK_60_TO_67_UTILIZED = 0x0380
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_60_TO_67_UTILIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: NETWORK_67_TO_83_UTILIZED = 0x03A0
Old version information:
Class name: MajorMinorClass;
Method or attribute name: NETWORK_67_TO_83_UTILIZED = 0x03A0
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_67_TO_83_UTILIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: NETWORK_83_TO_99_UTILIZED = 0x03C0
Old version information:
Class name: MajorMinorClass;
Method or attribute name: NETWORK_83_TO_99_UTILIZED = 0x03C0
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_83_TO_99_UTILIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: NETWORK_NO_SERVICE = 0x03E0
Old version information:
Class name: MajorMinorClass;
Method or attribute name: NETWORK_NO_SERVICE = 0x03E0
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_NO_SERVICE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_UNCATEGORIZED = 0x0400
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_UNCATEGORIZED = 0x0400
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_UNCATEGORIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_WEARABLE_HEADSET
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_HANDSFREE = 0x0408
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_HANDSFREE = 0x0408
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_HANDSFREE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_MICROPHONE = 0x0410
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_MICROPHONE = 0x0410
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_MICROPHONE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_LOUDSPEAKER = 0x0414
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_LOUDSPEAKER = 0x0414
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_LOUDSPEAKER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_HEADPHONES = 0x0418
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_HEADPHONES = 0x0418
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_HEADPHONES
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_PORTABLE_AUDIO
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_CAR_AUDIO = 0x0420
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_CAR_AUDIO = 0x0420
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_CAR_AUDIO
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_SET_TOP_BOX = 0x0424
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_SET_TOP_BOX = 0x0424
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_SET_TOP_BOX
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_HIFI_AUDIO = 0x0428
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_HIFI_AUDIO = 0x0428
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_HIFI_AUDIO
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VCR = 0x042C
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VCR = 0x042C
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VCR
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_CAMERA
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_CAMCORDER = 0x0434
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_CAMCORDER = 0x0434
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_CAMCORDER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_MONITOR
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_CONFERENCING
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448
Old version information:
Class name: MajorMinorClass;
Method or attribute name: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_GAMING_TOY
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_NON_KEYBOARD_NON_POINTING
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_KEYBOARD = 0x0540
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_KEYBOARD = 0x0540
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_KEYBOARD
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_POINTING_DEVICE = 0x0580
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_POINTING_DEVICE = 0x0580
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_POINTING_DEVICE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_KEYBOARD_POINTING = 0x05C0
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_KEYBOARD_POINTING = 0x05C0
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_KEYBOARD_POINTING
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_UNCATEGORIZED = 0x0500
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_UNCATEGORIZED = 0x0500
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_UNCATEGORIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_JOYSTICK = 0x0504
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_JOYSTICK = 0x0504
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_JOYSTICK
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_GAMEPAD = 0x0508
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_GAMEPAD = 0x0508
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_GAMEPAD
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_REMOTE_CONTROL = 0x05C0
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_REMOTE_CONTROL = 0x05C0
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_REMOTE_CONTROL
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_SENSING_DEVICE = 0x0510
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_SENSING_DEVICE = 0x0510
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_SENSING_DEVICE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_DIGITIZER_TABLET = 0x0514
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_DIGITIZER_TABLET = 0x0514
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_DIGITIZER_TABLET
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_CARD_READER = 0x0518
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_CARD_READER = 0x0518
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_CARD_READER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_DIGITAL_PEN = 0x051C
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_DIGITAL_PEN = 0x051C
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_DIGITAL_PEN
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_SCANNER_RFID = 0x0520
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_SCANNER_RFID = 0x0520
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_SCANNER_RFID
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_GESTURAL_INPUT = 0x0522
Old version information:
Class name: MajorMinorClass;
Method or attribute name: PERIPHERAL_GESTURAL_INPUT = 0x0522
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_GESTURAL_INPUT
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: IMAGING_UNCATEGORIZED = 0x0600
Old version information:
Class name: MajorMinorClass;
Method or attribute name: IMAGING_UNCATEGORIZED = 0x0600
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_UNCATEGORIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: IMAGING_DISPLAY = 0x0610
Old version information:
Class name: MajorMinorClass;
Method or attribute name: IMAGING_DISPLAY = 0x0610
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_DISPLAY
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: IMAGING_CAMERA = 0x0620
Old version information:
Class name: MajorMinorClass;
Method or attribute name: IMAGING_CAMERA = 0x0620
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_CAMERA
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: IMAGING_SCANNER = 0x0640
Old version information:
Class name: MajorMinorClass;
Method or attribute name: IMAGING_SCANNER = 0x0640
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_SCANNER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: IMAGING_PRINTER = 0x0680
Old version information:
Class name: MajorMinorClass;
Method or attribute name: IMAGING_PRINTER = 0x0680
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_PRINTER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: WEARABLE_UNCATEGORIZED = 0x0700
Old version information:
Class name: MajorMinorClass;
Method or attribute name: WEARABLE_UNCATEGORIZED = 0x0700
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_UNCATEGORIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: WEARABLE_WRIST_WATCH = 0x0704
Old version information:
Class name: MajorMinorClass;
Method or attribute name: WEARABLE_WRIST_WATCH = 0x0704
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_WRIST_WATCH
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: WEARABLE_PAGER = 0x0708
Old version information:
Class name: MajorMinorClass;
Method or attribute name: WEARABLE_PAGER = 0x0708
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_PAGER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: WEARABLE_JACKET = 0x070C
Old version information:
Class name: MajorMinorClass;
Method or attribute name: WEARABLE_JACKET = 0x070C
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_JACKET
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: WEARABLE_HELMET = 0x0710
Old version information:
Class name: MajorMinorClass;
Method or attribute name: WEARABLE_HELMET = 0x0710
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_HELMET
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: WEARABLE_GLASSES = 0x0714
Old version information:
Class name: MajorMinorClass;
Method or attribute name: WEARABLE_GLASSES = 0x0714
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_GLASSES
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: TOY_UNCATEGORIZED = 0x0800
Old version information:
Class name: MajorMinorClass;
Method or attribute name: TOY_UNCATEGORIZED = 0x0800
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_UNCATEGORIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: TOY_ROBOT = 0x0804
Old version information:
Class name: MajorMinorClass;
Method or attribute name: TOY_ROBOT = 0x0804
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_ROBOT
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: TOY_VEHICLE = 0x0808
Old version information:
Class name: MajorMinorClass;
Method or attribute name: TOY_VEHICLE = 0x0808
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_VEHICLE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: TOY_DOLL_ACTION_FIGURE = 0x080C
Old version information:
Class name: MajorMinorClass;
Method or attribute name: TOY_DOLL_ACTION_FIGURE = 0x080C
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_DOLL_ACTION_FIGURE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: TOY_CONTROLLER = 0x0810
Old version information:
Class name: MajorMinorClass;
Method or attribute name: TOY_CONTROLLER = 0x0810
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_CONTROLLER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: TOY_GAME = 0x0814
Old version information:
Class name: MajorMinorClass;
Method or attribute name: TOY_GAME = 0x0814
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_GAME
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_UNCATEGORIZED = 0x0900
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_UNCATEGORIZED = 0x0900
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_UNCATEGORIZED
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_BLOOD_PRESSURE = 0x0904
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_BLOOD_PRESSURE = 0x0904
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_BLOOD_PRESSURE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_THERMOMETER = 0x0908
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_THERMOMETER = 0x0908
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_THERMOMETER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_WEIGHING = 0x090C
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_WEIGHING = 0x090C
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_WEIGHING
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_GLUCOSE = 0x0910
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_GLUCOSE = 0x0910
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_GLUCOSE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_PULSE_OXIMETER = 0x0914
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_PULSE_OXIMETER = 0x0914
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PULSE_OXIMETER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_PULSE_RATE = 0x0918
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_PULSE_RATE = 0x0918
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PULSE_RATE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_DATA_DISPLAY = 0x091C
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_DATA_DISPLAY = 0x091C
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_DATA_DISPLAY
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_STEP_COUNTER = 0x0920
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_STEP_COUNTER = 0x0920
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_STEP_COUNTER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_BODY_COMPOSITION_ANALYZER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_PEAK_FLOW_MONITOR = 0x0928
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_PEAK_FLOW_MONITOR = 0x0928
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PEAK_FLOW_MONITOR
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_MEDICATION_MONITOR = 0x092C
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_MEDICATION_MONITOR = 0x092C
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_MEDICATION_MONITOR
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_KNEE_PROSTHESIS = 0x0930
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_KNEE_PROSTHESIS = 0x0930
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_KNEE_PROSTHESIS
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_ANKLE_PROSTHESIS = 0x0934
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_ANKLE_PROSTHESIS = 0x0934
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_ANKLE_PROSTHESIS
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_GENERIC_HEALTH_MANAGER
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: MajorMinorClass;
Method or attribute name: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C
Old version information:
Class name: MajorMinorClass;
Method or attribute name: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PERSONAL_MOBILITY_DEVICE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: PlayingState;
Method or attribute name: enum PlayingState
Old version information:
Class name: PlayingState;
Method or attribute name: enum PlayingState
New version information: 10
Substitute API: ohos.bluetooth.a2dp/a2dp.PlayingState
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: PlayingState;
Method or attribute name: STATE_NOT_PLAYING
Old version information:
Class name: PlayingState;
Method or attribute name: STATE_NOT_PLAYING
New version information: 10
Substitute API: ohos.bluetooth.a2dp/a2dp.PlayingState#STATE_NOT_PLAYING
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: PlayingState;
Method or attribute name: STATE_PLAYING
Old version information:
Class name: PlayingState;
Method or attribute name: STATE_PLAYING
New version information: 10
Substitute API: ohos.bluetooth.a2dp/a2dp.PlayingState#STATE_PLAYING
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ProfileId;
Method or attribute name: enum ProfileId
Old version information:
Class name: ProfileId;
Method or attribute name: enum ProfileId
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.ProfileId
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ProfileId;
Method or attribute name: PROFILE_A2DP_SOURCE = 1
Old version information:
Class name: ProfileId;
Method or attribute name: PROFILE_A2DP_SOURCE = 1
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.ProfileId#PROFILE_A2DP_SOURCE
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ProfileId;
Method or attribute name: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4
Old version information:
Class name: ProfileId;
Method or attribute name: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.ProfileId#PROFILE_HANDSFREE_AUDIO_GATEWAY
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ProfileId;
Method or attribute name: PROFILE_HID_HOST = 6
Old version information:
Class name: ProfileId;
Method or attribute name: PROFILE_HID_HOST = 6
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.ProfileId#PROFILE_HID_HOST
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: ProfileId;
Method or attribute name: PROFILE_PAN_NETWORK = 7
Old version information:
Class name: ProfileId;
Method or attribute name: PROFILE_PAN_NETWORK = 7
New version information: 10
Substitute API: ohos.bluetooth.constant/constant.ProfileId#PROFILE_PAN_NETWORK
@ohos.bluetoothManager.d.ts
Deprecated version changed Class name: connectedTag;
Method or attribute name: function readNdefTag(callback: AsyncCallback<string>): void;
Old version information:
Class name: connectedTag;
Method or attribute name: function readNdefTag(callback: AsyncCallback<string>): void;
New version information: 9
Substitute API: ohos.connectedTag/connectedTag#read
@ohos.connectedTag.d.ts
Deprecated version changed Class name: connectedTag;
Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback<void>): void;
Old version information:
Class name: connectedTag;
Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback<void>): void;
New version information: 9
Substitute API: ohos.connectedTag/connectedTag#write
@ohos.connectedTag.d.ts
Deprecated version changed Class name: wifi;
Method or attribute name: function getScanInfos(callback: AsyncCallback<Array<WifiScanInfo>>): void;
Old version information:
Class name: wifi;
Method or attribute name: function getScanInfos(callback: AsyncCallback<Array<WifiScanInfo>>): void;
New version information: 9
Substitute API: ohos.wifiManager/wifiManager.getScanInfoList
@ohos.wifi.d.ts
Deprecated version changed Class name: wifi;
Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback<number>): void;
Old version information:
Class name: wifi;
Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback<number>): void;
New version information: 9
Substitute API: ohos.wifiManager/wifiManager.addDeviceConfig
@ohos.wifi.d.ts
Deprecated version changed Class name: wifi;
Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback<boolean>): void;
Old version information:
Class name: wifi;
Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback<boolean>): void;
New version information: 9
Substitute API: ohos.wifiManager/wifiManager.addCandidateConfig
@ohos.wifi.d.ts
Deprecated version changed Class name: wifi;
Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback<boolean>): void;
Old version information:
Class name: wifi;
Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback<boolean>): void;
New version information: 9
Substitute API: ohos.wifiManager/wifiManager.removeCandidateConfig
@ohos.wifi.d.ts
Deprecated version changed Class name: wifi;
Method or attribute name: function getLinkedInfo(callback: AsyncCallback<WifiLinkedInfo>): void;
Old version information:
Class name: wifi;
Method or attribute name: function getLinkedInfo(callback: AsyncCallback<WifiLinkedInfo>): void;
New version information: 9
Substitute API: ohos.wifiManager/wifiManager.getLinkedInfo
@ohos.wifi.d.ts
Deprecated version changed Class name: wifi;
Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback<WifiP2pLinkedInfo>): void;
Old version information:
Class name: wifi;
Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback<WifiP2pLinkedInfo>): void;
New version information: 9
Substitute API: ohos.wifiManager/wifiManager.getP2pLinkedInfo
@ohos.wifi.d.ts
Deprecated version changed Class name: wifi;
Method or attribute name: function getCurrentGroup(callback: AsyncCallback<WifiP2pGroupInfo>): void;
Old version information:
Class name: wifi;
Method or attribute name: function getCurrentGroup(callback: AsyncCallback<WifiP2pGroupInfo>): void;
New version information: 9
Substitute API: ohos.wifiManager/wifiManager.getCurrentGroup
@ohos.wifi.d.ts
Deprecated version changed Class name: wifi;
Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback<WifiP2pDevice[]>): void;
Old version information:
Class name: wifi;
Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback<WifiP2pDevice[]>): void;
New version information: 9
Substitute API: ohos.wifiManager/wifiManager.getP2pPeerDevices
@ohos.wifi.d.ts
Deprecated version changed Class name: wifiext;
Method or attribute name: function getSupportedPowerModel(callback: AsyncCallback<Array<PowerModel>>): void;
Old version information:
Class name: wifiext;
Method or attribute name: function getSupportedPowerModel(callback: AsyncCallback<Array<PowerModel>>): void;
New version information: 9
Substitute API: ohos.wifiManagerExt/wifiManagerExt.getSupportedPowerMode
@ohos.wifiext.d.ts
Deprecated version changed Class name: wifiext;
Method or attribute name: function getPowerModel(callback: AsyncCallback<PowerModel>): void;
Old version information:
Class name: wifiext;
Method or attribute name: function getPowerModel(callback: AsyncCallback<PowerModel>): void;
New version information: 9
Substitute API: ohos.wifiManagerExt/wifiManagerExt.getPowerMode
@ohos.wifiext.d.ts
Deprecated version changed Class name: wifiManager;
Method or attribute name: function scan(): void;
Old version information:
Class name: wifiManager;
Method or attribute name: function scan(): void;
New version information: 10
Substitute API: wifiManager.startScan
@ohos.wifiManager.d.ts
Deprecated version changed Class name: wifiManager;
Method or attribute name: function getScanResults(): Promise<Array<WifiScanInfo>>;
Old version information:
Class name: wifiManager;
Method or attribute name: function getScanResults(): Promise<Array<WifiScanInfo>>;
New version information: 10
Substitute API: wifiManager.getScanInfoList
@ohos.wifiManager.d.ts
Deprecated version changed Class name: wifiManager;
Method or attribute name: function getScanResults(callback: AsyncCallback<Array<WifiScanInfo>>): void;
Old version information:
Class name: wifiManager;
Method or attribute name: function getScanResults(callback: AsyncCallback<Array<WifiScanInfo>>): void;
New version information: 10
Substitute API: wifiManager.getScanInfoList
@ohos.wifiManager.d.ts
Deprecated version changed Class name: wifiManager;
Method or attribute name: function getScanResultsSync(): Array<WifiScanInfo>;
Old version information:
Class name: wifiManager;
Method or attribute name: function getScanResultsSync(): Array<WifiScanInfo>;
New version information: 10
Substitute API: wifiManager.getScanInfoList
@ohos.wifiManager.d.ts
Deprecated version changed Class name: wifiManagerExt;
Method or attribute name: function enableHotspot(): void;
Old version information:
Class name: wifiManagerExt;
Method or attribute name: function enableHotspot(): void;
New version information: 10
Substitute API:
@ohos.wifiManagerExt.d.ts
Deprecated version changed Class name: wifiManagerExt;
Method or attribute name: function disableHotspot(): void;
Old version information:
Class name: wifiManagerExt;
Method or attribute name: function disableHotspot(): void;
New version information: 10
Substitute API:
@ohos.wifiManagerExt.d.ts
Deprecated version changed Class name: wifiManagerExt;
Method or attribute name: function setPowerMode(mode: PowerMode): void;
Old version information:
Class name: wifiManagerExt;
Method or attribute name: function setPowerMode(mode: PowerMode): void;
New version information: 10
Substitute API:
@ohos.wifiManagerExt.d.ts
Deprecated version changed Class name: TagSession;
Method or attribute name: sendData(data: number[], callback: AsyncCallback<number[]>): void;
Old version information:
Class name: TagSession;
Method or attribute name: sendData(data: number[], callback: AsyncCallback<number[]>): void;
New version information: 9
Substitute API: tagSession.TagSession#transmit
tagSession.d.ts
Error code added Class name: connectedTag;
Method or attribute name: function read(callback: AsyncCallback<number[]>): void;
Old version information:
Class name: connectedTag;
Method or attribute name: function read(callback: AsyncCallback<number[]>): void;
New version information: 201,801,3200101
@ohos.connectedTag.d.ts
Error code added Class name: connectedTag;
Method or attribute name: function write(data: number[], callback: AsyncCallback<void>): void;
Old version information:
Class name: connectedTag;
Method or attribute name: function write(data: number[], callback: AsyncCallback<void>): void;
New version information: 201,401,801,3200101
@ohos.connectedTag.d.ts
Error code added Class name: HceService;
Method or attribute name: transmit(response: number[], callback: AsyncCallback<void>): void;
Old version information:
Class name: HceService;
Method or attribute name: transmit(response: number[], callback: AsyncCallback<void>): void;
New version information: 201,401,801,3100301
@ohos.nfc.cardEmulation.d.ts
Error code added Class name: wifiManagerExt;
Method or attribute name: function getSupportedPowerMode(callback: AsyncCallback<Array<PowerMode>>): void;
Old version information:
Class name: wifiManagerExt;
Method or attribute name: function getSupportedPowerMode(callback: AsyncCallback<Array<PowerMode>>): void;
New version information: 201,801,2701000
@ohos.wifiManagerExt.d.ts
Error code added Class name: wifiManagerExt;
Method or attribute name: function getPowerMode(callback: AsyncCallback<PowerMode>): void;
Old version information:
Class name: wifiManagerExt;
Method or attribute name: function getPowerMode(callback: AsyncCallback<PowerMode>): void;
New version information: 201,801,2701000
@ohos.wifiManagerExt.d.ts
Error code added Class name: IsoDepTag;
Method or attribute name: isExtendedApduSupported(callback: AsyncCallback<boolean>): void;
Old version information:
Class name: IsoDepTag;
Method or attribute name: isExtendedApduSupported(callback: AsyncCallback<boolean>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: NdefTag;
Method or attribute name: readNdef(callback: AsyncCallback<NdefMessage>): void;
Old version information:
Class name: NdefTag;
Method or attribute name: readNdef(callback: AsyncCallback<NdefMessage>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: NdefTag;
Method or attribute name: writeNdef(msg: NdefMessage, callback: AsyncCallback<void>): void;
Old version information:
Class name: NdefTag;
Method or attribute name: writeNdef(msg: NdefMessage, callback: AsyncCallback<void>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: NdefTag;
Method or attribute name: setReadOnly(callback: AsyncCallback<void>): void;
Old version information:
Class name: NdefTag;
Method or attribute name: setReadOnly(callback: AsyncCallback<void>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: MifareClassicTag;
Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback<void>): void;
Old version information:
Class name: MifareClassicTag;
Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback<void>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: MifareClassicTag;
Method or attribute name: readSingleBlock(blockIndex: number, callback: AsyncCallback<number[]>): void;
Old version information:
Class name: MifareClassicTag;
Method or attribute name: readSingleBlock(blockIndex: number, callback: AsyncCallback<number[]>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: MifareClassicTag;
Method or attribute name: writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback<void>): void;
Old version information:
Class name: MifareClassicTag;
Method or attribute name: writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback<void>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: MifareClassicTag;
Method or attribute name: incrementBlock(blockIndex: number, value: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: MifareClassicTag;
Method or attribute name: incrementBlock(blockIndex: number, value: number, callback: AsyncCallback<void>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: MifareClassicTag;
Method or attribute name: decrementBlock(blockIndex: number, value: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: MifareClassicTag;
Method or attribute name: decrementBlock(blockIndex: number, value: number, callback: AsyncCallback<void>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: MifareClassicTag;
Method or attribute name: transferToBlock(blockIndex: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: MifareClassicTag;
Method or attribute name: transferToBlock(blockIndex: number, callback: AsyncCallback<void>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: MifareClassicTag;
Method or attribute name: restoreFromBlock(blockIndex: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: MifareClassicTag;
Method or attribute name: restoreFromBlock(blockIndex: number, callback: AsyncCallback<void>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: MifareUltralightTag;
Method or attribute name: readMultiplePages(pageIndex: number, callback: AsyncCallback<number[]>): void;
Old version information:
Class name: MifareUltralightTag;
Method or attribute name: readMultiplePages(pageIndex: number, callback: AsyncCallback<number[]>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: MifareUltralightTag;
Method or attribute name: writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback<void>): void;
Old version information:
Class name: MifareUltralightTag;
Method or attribute name: writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback<void>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: NdefFormatableTag;
Method or attribute name: format(message: NdefMessage, callback: AsyncCallback<void>): void;
Old version information:
Class name: NdefFormatableTag;
Method or attribute name: format(message: NdefMessage, callback: AsyncCallback<void>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: NdefFormatableTag;
Method or attribute name: formatReadOnly(message: NdefMessage, callback: AsyncCallback<void>): void;
Old version information:
Class name: NdefFormatableTag;
Method or attribute name: formatReadOnly(message: NdefMessage, callback: AsyncCallback<void>): void;
New version information: 201,401,3100201
nfctech.d.ts
Error code added Class name: TagSession;
Method or attribute name: transmit(data: number[], callback: AsyncCallback<number[]>): void;
Old version information:
Class name: TagSession;
Method or attribute name: transmit(data: number[], callback: AsyncCallback<number[]>): void;
New version information: 201,401,801,3100201
tagSession.d.ts
Error code changed Class name: vpn;
Method or attribute name: function createVpnConnection(context: AbilityContext): VpnConnection;
Old version information: 401
Class name: vpn;
Method or attribute name: function createVpnConnection(context: AbilityContext): VpnConnection;
New version information: 202,401
@ohos.net.vpn.d.ts
Access level changed Class name: vpn;
Method or attribute name: function createVpnConnection(context: AbilityContext): VpnConnection;
Old version information:
Class name: vpn;
Method or attribute name: function createVpnConnection(context: AbilityContext): VpnConnection;
New version information: systemapi
@ohos.net.vpn.d.ts
Access level changed Class name: wifi;
Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback<number>): void;
Old version information:
Class name: wifi;
Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback<number>): void;
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: HotspotConfig;
Method or attribute name: ssid: string;
Old version information:
Class name: HotspotConfig;
Method or attribute name: ssid: string;
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: HotspotConfig;
Method or attribute name: securityType: WifiSecurityType;
Old version information:
Class name: HotspotConfig;
Method or attribute name: securityType: WifiSecurityType;
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: HotspotConfig;
Method or attribute name: band: number;
Old version information:
Class name: HotspotConfig;
Method or attribute name: band: number;
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: HotspotConfig;
Method or attribute name: preSharedKey: string;
Old version information:
Class name: HotspotConfig;
Method or attribute name: preSharedKey: string;
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: HotspotConfig;
Method or attribute name: maxConn: number;
Old version information:
Class name: HotspotConfig;
Method or attribute name: maxConn: number;
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: StationInfo;
Method or attribute name: name: string;
Old version information:
Class name: StationInfo;
Method or attribute name: name: string;
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: StationInfo;
Method or attribute name: macAddress: string;
Old version information:
Class name: StationInfo;
Method or attribute name: macAddress: string;
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: StationInfo;
Method or attribute name: ipAddress: string;
Old version information:
Class name: StationInfo;
Method or attribute name: ipAddress: string;
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: IpType;
Method or attribute name: STATIC
Old version information:
Class name: IpType;
Method or attribute name: STATIC
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: IpType;
Method or attribute name: DHCP
Old version information:
Class name: IpType;
Method or attribute name: DHCP
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: IpType;
Method or attribute name: UNKNOWN
Old version information:
Class name: IpType;
Method or attribute name: UNKNOWN
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: SuppState;
Method or attribute name: DISCONNECTED
Old version information:
Class name: SuppState;
Method or attribute name: DISCONNECTED
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: SuppState;
Method or attribute name: INTERFACE_DISABLED
Old version information:
Class name: SuppState;
Method or attribute name: INTERFACE_DISABLED
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: SuppState;
Method or attribute name: INACTIVE
Old version information:
Class name: SuppState;
Method or attribute name: INACTIVE
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: SuppState;
Method or attribute name: SCANNING
Old version information:
Class name: SuppState;
Method or attribute name: SCANNING
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: SuppState;
Method or attribute name: AUTHENTICATING
Old version information:
Class name: SuppState;
Method or attribute name: AUTHENTICATING
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: SuppState;
Method or attribute name: ASSOCIATING
Old version information:
Class name: SuppState;
Method or attribute name: ASSOCIATING
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: SuppState;
Method or attribute name: ASSOCIATED
Old version information:
Class name: SuppState;
Method or attribute name: ASSOCIATED
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: SuppState;
Method or attribute name: FOUR_WAY_HANDSHAKE
Old version information:
Class name: SuppState;
Method or attribute name: FOUR_WAY_HANDSHAKE
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: SuppState;
Method or attribute name: GROUP_HANDSHAKE
Old version information:
Class name: SuppState;
Method or attribute name: GROUP_HANDSHAKE
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: SuppState;
Method or attribute name: COMPLETED
Old version information:
Class name: SuppState;
Method or attribute name: COMPLETED
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: SuppState;
Method or attribute name: UNINITIALIZED
Old version information:
Class name: SuppState;
Method or attribute name: UNINITIALIZED
New version information: systemapi
@ohos.wifi.d.ts
Access level changed Class name: SuppState;
Method or attribute name: INVALID
Old version information:
Class name: SuppState;
Method or attribute name: INVALID
New version information: systemapi
@ohos.wifi.d.ts
Permission changed Class name: GattServer;
Method or attribute name: on(type: 'descriptorWrite', callback: Callback<DescriptorWriteReq>): void;
Old version information: ohos.permission.USE_BLUETOOTH,ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: on(type: 'descriptorWrite', callback: Callback<DescriptorWriteReq>): void;
New version information: ohos.permission.USE_BLUETOOTH
@ohos.bluetooth.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: getDeviceName(): Promise<string>;
Old version information:
Class name: GattClientDevice;
Method or attribute name: getDeviceName(): Promise<string>;
New version information: ohos.permission.USE_BLUETOOTH
@ohos.bluetooth.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: getServices(): Promise<Array<GattService>>;
Old version information:
Class name: GattClientDevice;
Method or attribute name: getServices(): Promise<Array<GattService>>;
New version information: ohos.permission.USE_BLUETOOTH
@ohos.bluetooth.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
Old version information:
Class name: GattClientDevice;
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
New version information: ohos.permission.USE_BLUETOOTH
@ohos.bluetooth.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
Old version information:
Class name: GattClientDevice;
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
New version information: ohos.permission.USE_BLUETOOTH
@ohos.bluetooth.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: getRssiValue(): Promise<number>;
Old version information:
Class name: GattClientDevice;
Method or attribute name: getRssiValue(): Promise<number>;
New version information: ohos.permission.USE_BLUETOOTH
@ohos.bluetooth.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function getState(): BluetoothState;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function getState(): BluetoothState;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function getBtConnectionState(): ProfileConnectionState;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function getBtConnectionState(): ProfileConnectionState;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function pairDevice(deviceId: string): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function pairDevice(deviceId: string): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function cancelPairedDevice(deviceId: string): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function cancelPairedDevice(deviceId: string): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function getRemoteDeviceName(deviceId: string): string;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function getRemoteDeviceName(deviceId: string): string;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function getRemoteDeviceClass(deviceId: string): DeviceClass;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function enableBluetooth(): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function enableBluetooth(): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function disableBluetooth(): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function disableBluetooth(): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function getLocalName(): string;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function getLocalName(): string;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function getPairedDevices(): Array<string>;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function getPairedDevices(): Array<string>;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): void;
Old version information: ohos.permission.MANAGE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function setDevicePairingConfirmation(device: string, accept: boolean): void;
New version information: ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function setLocalName(name: string): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function setLocalName(name: string): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function setBluetoothScanMode(mode: ScanMode, duration: number): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function getBluetoothScanMode(): ScanMode;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function getBluetoothScanMode(): ScanMode;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function startBluetoothDiscovery(): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
Class name: bluetoothManager;
Method or attribute name: function startBluetoothDiscovery(): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function stopBluetoothDiscovery(): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function stopBluetoothDiscovery(): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function on(type: 'bluetoothDeviceFind', callback: Callback<Array<string>>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function on(type: 'bluetoothDeviceFind', callback: Callback<Array<string>>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function on(type: 'bondStateChange', callback: Callback<BondStateParam>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function on(type: 'bondStateChange', callback: Callback<BondStateParam>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function on(type: 'pinRequired', callback: Callback<PinRequiredParam>): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function on(type: 'pinRequired', callback: Callback<PinRequiredParam>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function off(type: 'bluetoothDeviceFind', callback?: Callback<Array<string>>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function off(type: 'bluetoothDeviceFind', callback?: Callback<Array<string>>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function off(type: 'bondStateChange', callback?: Callback<BondStateParam>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function off(type: 'bondStateChange', callback?: Callback<BondStateParam>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function off(type: 'pinRequired', callback?: Callback<PinRequiredParam>): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function off(type: 'pinRequired', callback?: Callback<PinRequiredParam>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback<number>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function sppListen(name: string, option: SppOption, callback: AsyncCallback<number>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: bluetoothManager;
Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback<number>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: bluetoothManager;
Method or attribute name: function sppConnect(device: string, option: SppOption, callback: AsyncCallback<number>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: BaseProfile;
Method or attribute name: getConnectionDevices(): Array<string>;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: BaseProfile;
Method or attribute name: getConnectionDevices(): Array<string>;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: BaseProfile;
Method or attribute name: getDeviceState(device: string): ProfileConnectionState;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: BaseProfile;
Method or attribute name: getDeviceState(device: string): ProfileConnectionState;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: A2dpSourceProfile;
Method or attribute name: connect(device: string): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: A2dpSourceProfile;
Method or attribute name: connect(device: string): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: connect(device: string): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: connect(device: string): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: HidHostProfile;
Method or attribute name: connect(device: string): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: HidHostProfile;
Method or attribute name: connect(device: string): void;
New version information: ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: A2dpSourceProfile;
Method or attribute name: disconnect(device: string): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: A2dpSourceProfile;
Method or attribute name: disconnect(device: string): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: disconnect(device: string): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: disconnect(device: string): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: HidHostProfile;
Method or attribute name: disconnect(device: string): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: HidHostProfile;
Method or attribute name: disconnect(device: string): void;
New version information: ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: PanProfile;
Method or attribute name: disconnect(device: string): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: PanProfile;
Method or attribute name: disconnect(device: string): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: A2dpSourceProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Old version information:
Class name: A2dpSourceProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Old version information:
Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: HidHostProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Old version information:
Class name: HidHostProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: PanProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Old version information:
Class name: PanProfile;
Method or attribute name: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: A2dpSourceProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Old version information:
Class name: A2dpSourceProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Old version information:
Class name: HandsFreeAudioGatewayProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: HidHostProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Old version information:
Class name: HidHostProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: PanProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Old version information:
Class name: PanProfile;
Method or attribute name: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: A2dpSourceProfile;
Method or attribute name: getPlayingState(device: string): PlayingState;
Old version information:
Class name: A2dpSourceProfile;
Method or attribute name: getPlayingState(device: string): PlayingState;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: PanProfile;
Method or attribute name: setTethering(enable: boolean): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: PanProfile;
Method or attribute name: setTethering(enable: boolean): void;
New version information: ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: PanProfile;
Method or attribute name: isTetheringOn(): boolean;
Old version information:
Class name: PanProfile;
Method or attribute name: isTetheringOn(): boolean;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: BLE;
Method or attribute name: function getConnectedBLEDevices(): Array<string>;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: BLE;
Method or attribute name: function getConnectedBLEDevices(): Array<string>;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: BLE;
Method or attribute name: function startBLEScan(filters: Array<ScanFilter>, options?: ScanOptions): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
Class name: BLE;
Method or attribute name: function startBLEScan(filters: Array<ScanFilter>, options?: ScanOptions): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: BLE;
Method or attribute name: function stopBLEScan(): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: BLE;
Method or attribute name: function stopBLEScan(): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: BLE;
Method or attribute name: function on(type: 'BLEDeviceFind', callback: Callback<Array<ScanResult>>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: BLE;
Method or attribute name: function on(type: 'BLEDeviceFind', callback: Callback<Array<ScanResult>>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: BLE;
Method or attribute name: function off(type: 'BLEDeviceFind', callback?: Callback<Array<ScanResult>>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: BLE;
Method or attribute name: function off(type: 'BLEDeviceFind', callback?: Callback<Array<ScanResult>>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: GattServer;
Method or attribute name: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: stopAdvertising(): void;
Old version information: ohos.permission.DISCOVER_BLUETOOTH
Class name: GattServer;
Method or attribute name: stopAdvertising(): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: addService(service: GattService): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: addService(service: GattService): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: removeService(serviceUuid: string): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: removeService(serviceUuid: string): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: close(): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: close(): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: close(): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: close(): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: sendResponse(serverResponse: ServerResponse): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: sendResponse(serverResponse: ServerResponse): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: on(type: 'characteristicRead', callback: Callback<CharacteristicReadRequest>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: on(type: 'characteristicRead', callback: Callback<CharacteristicReadRequest>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: on(type: 'characteristicWrite', callback: Callback<CharacteristicWriteRequest>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: on(type: 'characteristicWrite', callback: Callback<CharacteristicWriteRequest>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: on(type: 'descriptorRead', callback: Callback<DescriptorReadRequest>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: on(type: 'descriptorRead', callback: Callback<DescriptorReadRequest>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: on(type: 'descriptorWrite', callback: Callback<DescriptorWriteRequest>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: on(type: 'descriptorWrite', callback: Callback<DescriptorWriteRequest>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: on(type: 'connectStateChange', callback: Callback<BLEConnectChangedState>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: on(type: 'connectStateChange', callback: Callback<BLEConnectChangedState>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: off(type: 'characteristicRead', callback?: Callback<CharacteristicReadRequest>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: off(type: 'characteristicRead', callback?: Callback<CharacteristicReadRequest>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: off(type: 'characteristicWrite', callback?: Callback<CharacteristicWriteRequest>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: off(type: 'characteristicWrite', callback?: Callback<CharacteristicWriteRequest>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: off(type: 'descriptorRead', callback?: Callback<DescriptorReadRequest>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: off(type: 'descriptorRead', callback?: Callback<DescriptorReadRequest>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: off(type: 'descriptorWrite', callback?: Callback<DescriptorWriteRequest>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: off(type: 'descriptorWrite', callback?: Callback<DescriptorWriteRequest>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattServer;
Method or attribute name: off(type: 'connectStateChange', callback?: Callback<BLEConnectChangedState>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattServer;
Method or attribute name: off(type: 'connectStateChange', callback?: Callback<BLEConnectChangedState>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: connect(): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: connect(): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: disconnect(): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: disconnect(): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: getDeviceName(callback: AsyncCallback<string>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: getDeviceName(callback: AsyncCallback<string>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: getDeviceName(): Promise<string>;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: getDeviceName(): Promise<string>;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: getServices(callback: AsyncCallback<Array<GattService>>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: getServices(callback: AsyncCallback<Array<GattService>>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: getServices(): Promise<Array<GattService>>;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: getServices(): Promise<Array<GattService>>;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: writeCharacteristicValue(characteristic: BLECharacteristic): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: writeDescriptorValue(descriptor: BLEDescriptor): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: getRssiValue(callback: AsyncCallback<number>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: getRssiValue(callback: AsyncCallback<number>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: getRssiValue(): Promise<number>;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: getRssiValue(): Promise<number>;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: setBLEMtuSize(mtu: number): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: setBLEMtuSize(mtu: number): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: on(type: 'BLECharacteristicChange', callback: Callback<BLECharacteristic>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: on(type: 'BLECharacteristicChange', callback: Callback<BLECharacteristic>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: on(type: 'BLEConnectionStateChange', callback: Callback<BLEConnectChangedState>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: on(type: 'BLEConnectionStateChange', callback: Callback<BLEConnectChangedState>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: off(type: 'BLECharacteristicChange', callback?: Callback<BLECharacteristic>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: off(type: 'BLECharacteristicChange', callback?: Callback<BLECharacteristic>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: GattClientDevice;
Method or attribute name: off(type: 'BLEConnectionStateChange', callback?: Callback<BLEConnectChangedState>): void;
Old version information: ohos.permission.USE_BLUETOOTH
Class name: GattClientDevice;
Method or attribute name: off(type: 'BLEConnectionStateChange', callback?: Callback<BLEConnectChangedState>): void;
New version information: ohos.permission.ACCESS_BLUETOOTH
@ohos.bluetoothManager.d.ts
Permission changed Class name: connectedTag;
Method or attribute name: function readNdefTag(callback: AsyncCallback<string>): void;
Old version information:
Class name: connectedTag;
Method or attribute name: function readNdefTag(callback: AsyncCallback<string>): void;
New version information: ohos.permission.NFC_TAG
@ohos.connectedTag.d.ts
Permission changed Class name: connectedTag;
Method or attribute name: function read(callback: AsyncCallback<number[]>): void;
Old version information:
Class name: connectedTag;
Method or attribute name: function read(callback: AsyncCallback<number[]>): void;
New version information: ohos.permission.NFC_TAG
@ohos.connectedTag.d.ts
Permission changed Class name: connectedTag;
Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback<void>): void;
Old version information:
Class name: connectedTag;
Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback<void>): void;
New version information: ohos.permission.NFC_TAG
@ohos.connectedTag.d.ts
Permission changed Class name: connectedTag;
Method or attribute name: function write(data: number[], callback: AsyncCallback<void>): void;
Old version information:
Class name: connectedTag;
Method or attribute name: function write(data: number[], callback: AsyncCallback<void>): void;
New version information: ohos.permission.NFC_TAG
@ohos.connectedTag.d.ts
Permission changed Class name: HceService;
Method or attribute name: transmit(response: number[], callback: AsyncCallback<void>): void;
Old version information:
Class name: HceService;
Method or attribute name: transmit(response: number[], callback: AsyncCallback<void>): void;
New version information: ohos.permission.NFC_CARD_EMULATION
@ohos.nfc.cardEmulation.d.ts
Permission changed Class name: TagInfo;
Method or attribute name: uid: number[];
Old version information:
Class name: TagInfo;
Method or attribute name: uid: number[];
New version information: ohos.permission.NFC_TAG
@ohos.nfc.tag.d.ts
Permission changed Class name: TagInfo;
Method or attribute name: technology: number[];
Old version information:
Class name: TagInfo;
Method or attribute name: technology: number[];
New version information: ohos.permission.NFC_TAG
@ohos.nfc.tag.d.ts
Permission changed Class name: TagInfo;
Method or attribute name: extrasData: PacMap[];
Old version information:
Class name: TagInfo;
Method or attribute name: extrasData: PacMap[];
New version information: ohos.permission.NFC_TAG
@ohos.nfc.tag.d.ts
Permission changed Class name: TagInfo;
Method or attribute name: tagRfDiscId: number;
Old version information:
Class name: TagInfo;
Method or attribute name: tagRfDiscId: number;
New version information: ohos.permission.NFC_TAG
@ohos.nfc.tag.d.ts
Permission changed Class name: TagInfo;
Method or attribute name: remoteTagService: rpc.RemoteObject;
Old version information:
Class name: TagInfo;
Method or attribute name: remoteTagService: rpc.RemoteObject;
New version information: ohos.permission.NFC_TAG
@ohos.nfc.tag.d.ts
Permission changed Class name: TagInfo;
Method or attribute name: supportedProfiles: number[];
Old version information:
Class name: TagInfo;
Method or attribute name: supportedProfiles: number[];
New version information: ohos.permission.NFC_TAG
@ohos.nfc.tag.d.ts
Permission changed Class name: wifi;
Method or attribute name: function getScanInfos(callback: AsyncCallback<Array<WifiScanInfo>>): void;
Old version information:
Class name: wifi;
Method or attribute name: function getScanInfos(callback: AsyncCallback<Array<WifiScanInfo>>): void;
New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_PEERS_MAC,ohos.permission.LOCATION
@ohos.wifi.d.ts
Permission changed Class name: wifi;
Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback<number>): void;
Old version information:
Class name: wifi;
Method or attribute name: function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback<number>): void;
New version information: ohos.permission.SET_WIFI_INFO,ohos.permission.SET_WIFI_CONFIG
@ohos.wifi.d.ts
Permission changed Class name: wifi;
Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback<boolean>): void;
Old version information:
Class name: wifi;
Method or attribute name: function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback<boolean>): void;
New version information: ohos.permission.SET_WIFI_INFO
@ohos.wifi.d.ts
Permission changed Class name: wifi;
Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback<boolean>): void;
Old version information:
Class name: wifi;
Method or attribute name: function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback<boolean>): void;
New version information: ohos.permission.SET_WIFI_INFO
@ohos.wifi.d.ts
Permission changed Class name: wifi;
Method or attribute name: function getLinkedInfo(callback: AsyncCallback<WifiLinkedInfo>): void;
Old version information:
Class name: wifi;
Method or attribute name: function getLinkedInfo(callback: AsyncCallback<WifiLinkedInfo>): void;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifi.d.ts
Permission changed Class name: wifi;
Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback<WifiP2pLinkedInfo>): void;
Old version information:
Class name: wifi;
Method or attribute name: function getP2pLinkedInfo(callback: AsyncCallback<WifiP2pLinkedInfo>): void;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifi.d.ts
Permission changed Class name: wifi;
Method or attribute name: function getCurrentGroup(callback: AsyncCallback<WifiP2pGroupInfo>): void;
Old version information:
Class name: wifi;
Method or attribute name: function getCurrentGroup(callback: AsyncCallback<WifiP2pGroupInfo>): void;
New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION
@ohos.wifi.d.ts
Permission changed Class name: wifi;
Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback<WifiP2pDevice[]>): void;
Old version information:
Class name: wifi;
Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback<WifiP2pDevice[]>): void;
New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION
@ohos.wifi.d.ts
Permission changed Class name: wifiext;
Method or attribute name: function getSupportedPowerModel(callback: AsyncCallback<Array<PowerModel>>): void;
Old version information:
Class name: wifiext;
Method or attribute name: function getSupportedPowerModel(callback: AsyncCallback<Array<PowerModel>>): void;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifiext.d.ts
Permission changed Class name: wifiext;
Method or attribute name: function getPowerModel(callback: AsyncCallback<PowerModel>): void;
Old version information:
Class name: wifiext;
Method or attribute name: function getPowerModel(callback: AsyncCallback<PowerModel>): void;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifiext.d.ts
Permission changed Class name: wifiManager;
Method or attribute name: function getCandidateConfigs(): Array<WifiDeviceConfig>;
Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
Class name: wifiManager;
Method or attribute name: function getCandidateConfigs(): Array<WifiDeviceConfig>;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifiManager.d.ts
Permission changed Class name: wifiManager;
Method or attribute name: function getDeviceConfigs(): Array<WifiDeviceConfig>;
Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION,ohos.permission.GET_WIFI_CONFIG
Class name: wifiManager;
Method or attribute name: function getDeviceConfigs(): Array<WifiDeviceConfig>;
New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_CONFIG
@ohos.wifiManager.d.ts
Permission changed Class name: wifiManager;
Method or attribute name: function getStations(): Array<StationInfo>;
Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION,ohos.permission.MANAGE_WIFI_HOTSPOT
Class name: wifiManager;
Method or attribute name: function getStations(): Array<StationInfo>;
New version information: ohos.permission.GET_WIFI_INFO,ohos.permission.MANAGE_WIFI_HOTSPOT
@ohos.wifiManager.d.ts
Permission changed Class name: wifiManager;
Method or attribute name: function getP2pPeerDevices(): Promise<WifiP2pDevice[]>;
Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
Class name: wifiManager;
Method or attribute name: function getP2pPeerDevices(): Promise<WifiP2pDevice[]>;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifiManager.d.ts
Permission changed Class name: wifiManager;
Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback<WifiP2pDevice[]>): void;
Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
Class name: wifiManager;
Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback<WifiP2pDevice[]>): void;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifiManager.d.ts
Permission changed Class name: wifiManager;
Method or attribute name: function p2pConnect(config: WifiP2PConfig): void;
Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
Class name: wifiManager;
Method or attribute name: function p2pConnect(config: WifiP2PConfig): void;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifiManager.d.ts
Permission changed Class name: wifiManager;
Method or attribute name: function startDiscoverDevices(): void;
Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
Class name: wifiManager;
Method or attribute name: function startDiscoverDevices(): void;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifiManager.d.ts
Permission changed Class name: wifiManager;
Method or attribute name: function getP2pGroups(): Promise<Array<WifiP2pGroupInfo>>;
Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
Class name: wifiManager;
Method or attribute name: function getP2pGroups(): Promise<Array<WifiP2pGroupInfo>>;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifiManager.d.ts
Permission changed Class name: wifiManager;
Method or attribute name: function getP2pGroups(callback: AsyncCallback<Array<WifiP2pGroupInfo>>): void;
Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
Class name: wifiManager;
Method or attribute name: function getP2pGroups(callback: AsyncCallback<Array<WifiP2pGroupInfo>>): void;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifiManager.d.ts
Permission changed Class name: wifiManager;
Method or attribute name: function on(type: 'p2pDeviceChange', callback: Callback<WifiP2pDevice>): void;
Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
Class name: wifiManager;
Method or attribute name: function on(type: 'p2pDeviceChange', callback: Callback<WifiP2pDevice>): void;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifiManager.d.ts
Permission changed Class name: wifiManager;
Method or attribute name: function on(type: 'p2pPeerDeviceChange', callback: Callback<WifiP2pDevice[]>): void;
Old version information: ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
Class name: wifiManager;
Method or attribute name: function on(type: 'p2pPeerDeviceChange', callback: Callback<WifiP2pDevice[]>): void;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifiManager.d.ts
Permission changed Class name: wifiManager;
Method or attribute name: function off(type: 'p2pDeviceChange', callback?: Callback<WifiP2pDevice>): void;
Old version information: ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
Class name: wifiManager;
Method or attribute name: function off(type: 'p2pDeviceChange', callback?: Callback<WifiP2pDevice>): void;
New version information:
@ohos.wifiManager.d.ts
Permission changed Class name: wifiManager;
Method or attribute name: function off(type: 'p2pPeerDeviceChange', callback?: Callback<WifiP2pDevice[]>): void;
Old version information: ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
Class name: wifiManager;
Method or attribute name: function off(type: 'p2pPeerDeviceChange', callback?: Callback<WifiP2pDevice[]>): void;
New version information:
@ohos.wifiManager.d.ts
Permission changed Class name: wifiManagerExt;
Method or attribute name: function getSupportedPowerMode(callback: AsyncCallback<Array<PowerMode>>): void;
Old version information:
Class name: wifiManagerExt;
Method or attribute name: function getSupportedPowerMode(callback: AsyncCallback<Array<PowerMode>>): void;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifiManagerExt.d.ts
Permission changed Class name: wifiManagerExt;
Method or attribute name: function getPowerMode(callback: AsyncCallback<PowerMode>): void;
Old version information:
Class name: wifiManagerExt;
Method or attribute name: function getPowerMode(callback: AsyncCallback<PowerMode>): void;
New version information: ohos.permission.GET_WIFI_INFO
@ohos.wifiManagerExt.d.ts
Permission changed Class name: IsoDepTag;
Method or attribute name: isExtendedApduSupported(callback: AsyncCallback<boolean>): void;
Old version information:
Class name: IsoDepTag;
Method or attribute name: isExtendedApduSupported(callback: AsyncCallback<boolean>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: NdefTag;
Method or attribute name: readNdef(callback: AsyncCallback<NdefMessage>): void;
Old version information:
Class name: NdefTag;
Method or attribute name: readNdef(callback: AsyncCallback<NdefMessage>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: NdefTag;
Method or attribute name: writeNdef(msg: NdefMessage, callback: AsyncCallback<void>): void;
Old version information:
Class name: NdefTag;
Method or attribute name: writeNdef(msg: NdefMessage, callback: AsyncCallback<void>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: NdefTag;
Method or attribute name: setReadOnly(callback: AsyncCallback<void>): void;
Old version information:
Class name: NdefTag;
Method or attribute name: setReadOnly(callback: AsyncCallback<void>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: MifareClassicTag;
Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback<void>): void;
Old version information:
Class name: MifareClassicTag;
Method or attribute name: authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback<void>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: MifareClassicTag;
Method or attribute name: readSingleBlock(blockIndex: number, callback: AsyncCallback<number[]>): void;
Old version information:
Class name: MifareClassicTag;
Method or attribute name: readSingleBlock(blockIndex: number, callback: AsyncCallback<number[]>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: MifareClassicTag;
Method or attribute name: writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback<void>): void;
Old version information:
Class name: MifareClassicTag;
Method or attribute name: writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback<void>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: MifareClassicTag;
Method or attribute name: incrementBlock(blockIndex: number, value: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: MifareClassicTag;
Method or attribute name: incrementBlock(blockIndex: number, value: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: MifareClassicTag;
Method or attribute name: decrementBlock(blockIndex: number, value: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: MifareClassicTag;
Method or attribute name: decrementBlock(blockIndex: number, value: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: MifareClassicTag;
Method or attribute name: transferToBlock(blockIndex: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: MifareClassicTag;
Method or attribute name: transferToBlock(blockIndex: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: MifareClassicTag;
Method or attribute name: restoreFromBlock(blockIndex: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: MifareClassicTag;
Method or attribute name: restoreFromBlock(blockIndex: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: MifareUltralightTag;
Method or attribute name: readMultiplePages(pageIndex: number, callback: AsyncCallback<number[]>): void;
Old version information:
Class name: MifareUltralightTag;
Method or attribute name: readMultiplePages(pageIndex: number, callback: AsyncCallback<number[]>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: MifareUltralightTag;
Method or attribute name: writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback<void>): void;
Old version information:
Class name: MifareUltralightTag;
Method or attribute name: writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback<void>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: NdefFormatableTag;
Method or attribute name: format(message: NdefMessage, callback: AsyncCallback<void>): void;
Old version information:
Class name: NdefFormatableTag;
Method or attribute name: format(message: NdefMessage, callback: AsyncCallback<void>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: NdefFormatableTag;
Method or attribute name: formatReadOnly(message: NdefMessage, callback: AsyncCallback<void>): void;
Old version information:
Class name: NdefFormatableTag;
Method or attribute name: formatReadOnly(message: NdefMessage, callback: AsyncCallback<void>): void;
New version information: ohos.permission.NFC_TAG
nfctech.d.ts
Permission changed Class name: TagSession;
Method or attribute name: sendData(data: number[], callback: AsyncCallback<number[]>): void;
Old version information:
Class name: TagSession;
Method or attribute name: sendData(data: number[], callback: AsyncCallback<number[]>): void;
New version information: ohos.permission.NFC_TAG
tagSession.d.ts
Permission changed Class name: TagSession;
Method or attribute name: transmit(data: number[], callback: AsyncCallback<number[]>): void;
Old version information:
Class name: TagSession;
Method or attribute name: transmit(data: number[], callback: AsyncCallback<number[]>): void;
New version information: ohos.permission.NFC_TAG
tagSession.d.ts
Type changed Class name: connectedTag;
Method or attribute name: function on(type: 'notify', callback: Callback<number>): void;
Old version information:
Class name: connectedTag;
Method or attribute name: function on(type: 'notify', callback: Callback<number>): void;
New version information:
@ohos.connectedTag.d.ts
Type changed Class name: connectedTag;
Method or attribute name: function off(type: 'notify', callback?: Callback<number>): void;
Old version information:
Class name: connectedTag;
Method or attribute name: function off(type: 'notify', callback?: Callback<number>): void;
New version information:
@ohos.connectedTag.d.ts
Function changed Class name: NetConnection;
Method or attribute name: on(type: 'netCapabilitiesChange', callback: Callback<{ netHandle: NetHandle, netCap: NetCapabilities }>): void;
Class name: NetConnection;
Method or attribute name: on(type: 'netCapabilitiesChange', callback: Callback<NetCapabilityInfo>): void;
@ohos.net.connection.d.ts
Function changed Class name: HttpRequest;
Method or attribute name: on(type: "dataProgress", callback: Callback<{ receiveSize: number, totalSize: number }>): void;
Class name: HttpRequest;
Method or attribute name: on(type: 'dataReceiveProgress', callback: Callback<{ receiveSize: number, totalSize: number }>): void;
@ohos.net.http.d.ts
Function changed Class name: HttpRequest;
Method or attribute name: off(type: "dataProgress", callback?: Callback<{ receiveSize: number, totalSize: number }>): void;
Class name: HttpRequest;
Method or attribute name: off(type: 'dataReceiveProgress', callback?: Callback<{ receiveSize: number, totalSize: number }>): void;
@ohos.net.http.d.ts
Function changed Class name: WebSocket;
Method or attribute name: on(type: 'close', callback: AsyncCallback<{ code: number, reason: string }>): void;
Class name: WebSocket;
Method or attribute name: on(type: 'close', callback: AsyncCallback<CloseResult>): void;
@ohos.net.webSocket.d.ts
Function changed Class name: WebSocket;
Method or attribute name: off(type: 'close', callback?: AsyncCallback<{ code: number, reason: string }>): void;
Class name: WebSocket;
Method or attribute name: off(type: 'close', callback?: AsyncCallback<CloseResult>): void;
@ohos.net.webSocket.d.ts