openharmony 鸿蒙 js-apidiff-ConnectivityKit

2026-08-25 浏览 (1)

Change TypeOld VersionNew Versiond.ts File
New APINAClass name: global;
API declaration: declare namespace a2dp
Differences: declare namespace a2dp
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: a2dp;
API declaration: type BaseProfile = baseProfile.BaseProfile;
Differences: type BaseProfile = baseProfile.BaseProfile;
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: a2dp;
API declaration: function createA2dpSrcProfile(): A2dpSourceProfile;
Differences: function createA2dpSrcProfile(): A2dpSourceProfile;
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: a2dp;
API declaration: interface A2dpSourceProfile
Differences: interface A2dpSourceProfile
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: A2dpSourceProfile;
API declaration: getPlayingState(deviceId: string): PlayingState;
Differences: getPlayingState(deviceId: string): PlayingState;
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: a2dp;
API declaration: interface CodecInfo
Differences: interface CodecInfo
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecInfo;
API declaration: codecType: CodecType;
Differences: codecType: CodecType;
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecInfo;
API declaration: codecBitsPerSample: CodecBitsPerSample;
Differences: codecBitsPerSample: CodecBitsPerSample;
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecInfo;
API declaration: codecChannelMode: CodecChannelMode;
Differences: codecChannelMode: CodecChannelMode;
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecInfo;
API declaration: codecSampleRate: CodecSampleRate;
Differences: codecSampleRate: CodecSampleRate;
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: a2dp;
API declaration: enum PlayingState
Differences: enum PlayingState
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: PlayingState;
API declaration: STATE_NOT_PLAYING
Differences: STATE_NOT_PLAYING
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: PlayingState;
API declaration: STATE_PLAYING
Differences: STATE_PLAYING
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: a2dp;
API declaration: enum CodecType
Differences: enum CodecType
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecType;
API declaration: CODEC_TYPE_INVALID = -1
Differences: CODEC_TYPE_INVALID = -1
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecType;
API declaration: CODEC_TYPE_SBC = 0
Differences: CODEC_TYPE_SBC = 0
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecType;
API declaration: CODEC_TYPE_AAC = 1
Differences: CODEC_TYPE_AAC = 1
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecType;
API declaration: CODEC_TYPE_L2HC = 2
Differences: CODEC_TYPE_L2HC = 2
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: a2dp;
API declaration: enum CodecChannelMode
Differences: enum CodecChannelMode
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecChannelMode;
API declaration: CODEC_CHANNEL_MODE_NONE = 0
Differences: CODEC_CHANNEL_MODE_NONE = 0
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecChannelMode;
API declaration: CODEC_CHANNEL_MODE_MONO = 1
Differences: CODEC_CHANNEL_MODE_MONO = 1
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecChannelMode;
API declaration: CODEC_CHANNEL_MODE_STEREO = 2
Differences: CODEC_CHANNEL_MODE_STEREO = 2
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: a2dp;
API declaration: enum CodecBitsPerSample
Differences: enum CodecBitsPerSample
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecBitsPerSample;
API declaration: CODEC_BITS_PER_SAMPLE_NONE = 0
Differences: CODEC_BITS_PER_SAMPLE_NONE = 0
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecBitsPerSample;
API declaration: CODEC_BITS_PER_SAMPLE_16 = 1
Differences: CODEC_BITS_PER_SAMPLE_16 = 1
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecBitsPerSample;
API declaration: CODEC_BITS_PER_SAMPLE_24 = 2
Differences: CODEC_BITS_PER_SAMPLE_24 = 2
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecBitsPerSample;
API declaration: CODEC_BITS_PER_SAMPLE_32 = 3
Differences: CODEC_BITS_PER_SAMPLE_32 = 3
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: a2dp;
API declaration: enum CodecSampleRate
Differences: enum CodecSampleRate
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecSampleRate;
API declaration: CODEC_SAMPLE_RATE_NONE = 0
Differences: CODEC_SAMPLE_RATE_NONE = 0
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecSampleRate;
API declaration: CODEC_SAMPLE_RATE_44100 = 1
Differences: CODEC_SAMPLE_RATE_44100 = 1
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecSampleRate;
API declaration: CODEC_SAMPLE_RATE_48000 = 2
Differences: CODEC_SAMPLE_RATE_48000 = 2
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecSampleRate;
API declaration: CODEC_SAMPLE_RATE_88200 = 3
Differences: CODEC_SAMPLE_RATE_88200 = 3
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecSampleRate;
API declaration: CODEC_SAMPLE_RATE_96000 = 4
Differences: CODEC_SAMPLE_RATE_96000 = 4
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecSampleRate;
API declaration: CODEC_SAMPLE_RATE_176400 = 5
Differences: CODEC_SAMPLE_RATE_176400 = 5
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: CodecSampleRate;
API declaration: CODEC_SAMPLE_RATE_192000 = 6
Differences: CODEC_SAMPLE_RATE_192000 = 6
api/@ohos.bluetooth.a2dp.d.ts
New APINAClass name: global;
API declaration: declare namespace access
Differences: declare namespace access
api/@ohos.bluetooth.access.d.ts
New APINAClass name: access;
API declaration: function enableBluetooth(): void;
Differences: function enableBluetooth(): void;
api/@ohos.bluetooth.access.d.ts
New APINAClass name: access;
API declaration: function disableBluetooth(): void;
Differences: function disableBluetooth(): void;
api/@ohos.bluetooth.access.d.ts
New APINAClass name: access;
API declaration: function getState(): BluetoothState;
Differences: function getState(): BluetoothState;
api/@ohos.bluetooth.access.d.ts
New APINAClass name: access;
API declaration: function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
Differences: function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
api/@ohos.bluetooth.access.d.ts
New APINAClass name: access;
API declaration: function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
Differences: function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
api/@ohos.bluetooth.access.d.ts
New APINAClass name: access;
API declaration: export enum BluetoothState
Differences: export enum BluetoothState
api/@ohos.bluetooth.access.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_OFF = 0
Differences: STATE_OFF = 0
api/@ohos.bluetooth.access.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_TURNING_ON = 1
Differences: STATE_TURNING_ON = 1
api/@ohos.bluetooth.access.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_ON = 2
Differences: STATE_ON = 2
api/@ohos.bluetooth.access.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_TURNING_OFF = 3
Differences: STATE_TURNING_OFF = 3
api/@ohos.bluetooth.access.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_BLE_TURNING_ON = 4
Differences: STATE_BLE_TURNING_ON = 4
api/@ohos.bluetooth.access.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_BLE_ON = 5
Differences: STATE_BLE_ON = 5
api/@ohos.bluetooth.access.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_BLE_TURNING_OFF = 6
Differences: STATE_BLE_TURNING_OFF = 6
api/@ohos.bluetooth.access.d.ts
New APINAClass name: global;
API declaration: declare namespace baseProfile
Differences: declare namespace baseProfile
api/@ohos.bluetooth.baseProfile.d.ts
New APINAClass name: baseProfile;
API declaration: type ProfileConnectionState = constant.ProfileConnectionState;
Differences: type ProfileConnectionState = constant.ProfileConnectionState;
api/@ohos.bluetooth.baseProfile.d.ts
New APINAClass name: baseProfile;
API declaration: export interface StateChangeParam
Differences: export interface StateChangeParam
api/@ohos.bluetooth.baseProfile.d.ts
New APINAClass name: StateChangeParam;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.baseProfile.d.ts
New APINAClass name: StateChangeParam;
API declaration: state: ProfileConnectionState;
Differences: state: ProfileConnectionState;
api/@ohos.bluetooth.baseProfile.d.ts
New APINAClass name: baseProfile;
API declaration: export interface BaseProfile
Differences: export interface BaseProfile
api/@ohos.bluetooth.baseProfile.d.ts
New APINAClass name: BaseProfile;
API declaration: getConnectedDevices(): Array<string>;
Differences: getConnectedDevices(): Array<string>;
api/@ohos.bluetooth.baseProfile.d.ts
New APINAClass name: BaseProfile;
API declaration: getConnectionState(deviceId: string): ProfileConnectionState;
Differences: getConnectionState(deviceId: string): ProfileConnectionState;
api/@ohos.bluetooth.baseProfile.d.ts
New APINAClass name: BaseProfile;
API declaration: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Differences: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
api/@ohos.bluetooth.baseProfile.d.ts
New APINAClass name: BaseProfile;
API declaration: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Differences: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
api/@ohos.bluetooth.baseProfile.d.ts
New APINAClass name: global;
API declaration: declare namespace ble
Differences: declare namespace ble
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: type ProfileConnectionState = constant.ProfileConnectionState;
Differences: type ProfileConnectionState = constant.ProfileConnectionState;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function createGattServer(): GattServer;
Differences: function createGattServer(): GattServer;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function createGattClientDevice(deviceId: string): GattClientDevice;
Differences: function createGattClientDevice(deviceId: string): GattClientDevice;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function getConnectedBLEDevices(): Array<string>;
Differences: function getConnectedBLEDevices(): Array<string>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function startBLEScan(filters: Array<ScanFilter>, options?: ScanOptions): void;
Differences: function startBLEScan(filters: Array<ScanFilter>, options?: ScanOptions): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function stopBLEScan(): void;
Differences: function stopBLEScan(): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
Differences: function startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function startAdvertising(advertisingParams: AdvertisingParams, callback: AsyncCallback<number>): void;
Differences: function startAdvertising(advertisingParams: AdvertisingParams, callback: AsyncCallback<number>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function startAdvertising(advertisingParams: AdvertisingParams): Promise<number>;
Differences: function startAdvertising(advertisingParams: AdvertisingParams): Promise<number>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function stopAdvertising(): void;
Differences: function stopAdvertising(): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function stopAdvertising(advertisingId: number, callback: AsyncCallback<void>): void;
Differences: function stopAdvertising(advertisingId: number, callback: AsyncCallback<void>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function stopAdvertising(advertisingId: number): Promise<void>;
Differences: function stopAdvertising(advertisingId: number): Promise<void>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function enableAdvertising(advertisingEnableParams: AdvertisingEnableParams, callback: AsyncCallback<void>): void;
Differences: function enableAdvertising(advertisingEnableParams: AdvertisingEnableParams, callback: AsyncCallback<void>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function enableAdvertising(advertisingEnableParams: AdvertisingEnableParams): Promise<void>;
Differences: function enableAdvertising(advertisingEnableParams: AdvertisingEnableParams): Promise<void>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function disableAdvertising(advertisingDisableParams: AdvertisingDisableParams, callback: AsyncCallback<void>): void;
Differences: function disableAdvertising(advertisingDisableParams: AdvertisingDisableParams, callback: AsyncCallback<void>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function disableAdvertising(advertisingDisableParams: AdvertisingDisableParams): Promise<void>;
Differences: function disableAdvertising(advertisingDisableParams: AdvertisingDisableParams): Promise<void>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function on(type: 'advertisingStateChange', callback: Callback<AdvertisingStateChangeInfo>): void;
Differences: function on(type: 'advertisingStateChange', callback: Callback<AdvertisingStateChangeInfo>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function off(type: 'advertisingStateChange', callback?: Callback<AdvertisingStateChangeInfo>): void;
Differences: function off(type: 'advertisingStateChange', callback?: Callback<AdvertisingStateChangeInfo>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function on(type: 'BLEDeviceFind', callback: Callback<Array<ScanResult>>): void;
Differences: function on(type: 'BLEDeviceFind', callback: Callback<Array<ScanResult>>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: function off(type: 'BLEDeviceFind', callback?: Callback<Array<ScanResult>>): void;
Differences: function off(type: 'BLEDeviceFind', callback?: Callback<Array<ScanResult>>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface GattServer
Differences: interface GattServer
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: addService(service: GattService): void;
Differences: addService(service: GattService): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: removeService(serviceUuid: string): void;
Differences: removeService(serviceUuid: string): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: close(): void;
Differences: close(): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic, callback: AsyncCallback<void>): void;
Differences: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic, callback: AsyncCallback<void>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): Promise<void>;
Differences: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): Promise<void>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: sendResponse(serverResponse: ServerResponse): void;
Differences: sendResponse(serverResponse: ServerResponse): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'characteristicRead', callback: Callback<CharacteristicReadRequest>): void;
Differences: on(type: 'characteristicRead', callback: Callback<CharacteristicReadRequest>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'characteristicRead', callback?: Callback<CharacteristicReadRequest>): void;
Differences: off(type: 'characteristicRead', callback?: Callback<CharacteristicReadRequest>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'characteristicWrite', callback: Callback<CharacteristicWriteRequest>): void;
Differences: on(type: 'characteristicWrite', callback: Callback<CharacteristicWriteRequest>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'characteristicWrite', callback?: Callback<CharacteristicWriteRequest>): void;
Differences: off(type: 'characteristicWrite', callback?: Callback<CharacteristicWriteRequest>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'descriptorRead', callback: Callback<DescriptorReadRequest>): void;
Differences: on(type: 'descriptorRead', callback: Callback<DescriptorReadRequest>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'descriptorRead', callback?: Callback<DescriptorReadRequest>): void;
Differences: off(type: 'descriptorRead', callback?: Callback<DescriptorReadRequest>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'descriptorWrite', callback: Callback<DescriptorWriteRequest>): void;
Differences: on(type: 'descriptorWrite', callback: Callback<DescriptorWriteRequest>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'descriptorWrite', callback?: Callback<DescriptorWriteRequest>): void;
Differences: off(type: 'descriptorWrite', callback?: Callback<DescriptorWriteRequest>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'connectionStateChange', callback: Callback<BLEConnectionChangeState>): void;
Differences: on(type: 'connectionStateChange', callback: Callback<BLEConnectionChangeState>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'connectionStateChange', callback?: Callback<BLEConnectionChangeState>): void;
Differences: off(type: 'connectionStateChange', callback?: Callback<BLEConnectionChangeState>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'BLEMtuChange', callback: Callback<number>): void;
Differences: on(type: 'BLEMtuChange', callback: Callback<number>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'BLEMtuChange', callback?: Callback<number>): void;
Differences: off(type: 'BLEMtuChange', callback?: Callback<number>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface GattClientDevice
Differences: interface GattClientDevice
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: connect(): void;
Differences: connect(): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: disconnect(): void;
Differences: disconnect(): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: close(): void;
Differences: close(): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: getDeviceName(callback: AsyncCallback<string>): void;
Differences: getDeviceName(callback: AsyncCallback<string>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: getDeviceName(): Promise<string>;
Differences: getDeviceName(): Promise<string>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: getServices(callback: AsyncCallback<Array<GattService>>): void;
Differences: getServices(callback: AsyncCallback<Array<GattService>>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: getServices(): Promise<Array<GattService>>;
Differences: getServices(): Promise<Array<GattService>>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
Differences: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
Differences: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
Differences: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
Differences: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType, callback: AsyncCallback<void>): void;
Differences: writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType, callback: AsyncCallback<void>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType): Promise<void>;
Differences: writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType): Promise<void>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: writeDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<void>): void;
Differences: writeDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<void>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: writeDescriptorValue(descriptor: BLEDescriptor): Promise<void>;
Differences: writeDescriptorValue(descriptor: BLEDescriptor): Promise<void>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: getRssiValue(callback: AsyncCallback<number>): void;
Differences: getRssiValue(callback: AsyncCallback<number>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: getRssiValue(): Promise<number>;
Differences: getRssiValue(): Promise<number>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: setBLEMtuSize(mtu: number): void;
Differences: setBLEMtuSize(mtu: number): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean, callback: AsyncCallback<void>): void;
Differences: setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean, callback: AsyncCallback<void>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean): Promise<void>;
Differences: setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean): Promise<void>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean, callback: AsyncCallback<void>): void;
Differences: setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean, callback: AsyncCallback<void>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean): Promise<void>;
Differences: setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean): Promise<void>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: on(type: 'BLECharacteristicChange', callback: Callback<BLECharacteristic>): void;
Differences: on(type: 'BLECharacteristicChange', callback: Callback<BLECharacteristic>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: off(type: 'BLECharacteristicChange', callback?: Callback<BLECharacteristic>): void;
Differences: off(type: 'BLECharacteristicChange', callback?: Callback<BLECharacteristic>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: on(type: 'BLEConnectionStateChange', callback: Callback<BLEConnectionChangeState>): void;
Differences: on(type: 'BLEConnectionStateChange', callback: Callback<BLEConnectionChangeState>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: off(type: 'BLEConnectionStateChange', callback?: Callback<BLEConnectionChangeState>): void;
Differences: off(type: 'BLEConnectionStateChange', callback?: Callback<BLEConnectionChangeState>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: on(type: 'BLEMtuChange', callback: Callback<number>): void;
Differences: on(type: 'BLEMtuChange', callback: Callback<number>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattClientDevice;
API declaration: off(type: 'BLEMtuChange', callback?: Callback<number>): void;
Differences: off(type: 'BLEMtuChange', callback?: Callback<number>): void;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface GattService
Differences: interface GattService
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattService;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattService;
API declaration: isPrimary: boolean;
Differences: isPrimary: boolean;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattService;
API declaration: characteristics: Array<BLECharacteristic>;
Differences: characteristics: Array<BLECharacteristic>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattService;
API declaration: includeServices?: Array<GattService>;
Differences: includeServices?: Array<GattService>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface BLECharacteristic
Differences: interface BLECharacteristic
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: BLECharacteristic;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: BLECharacteristic;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: BLECharacteristic;
API declaration: characteristicValue: ArrayBuffer;
Differences: characteristicValue: ArrayBuffer;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: BLECharacteristic;
API declaration: descriptors: Array<BLEDescriptor>;
Differences: descriptors: Array<BLEDescriptor>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: BLECharacteristic;
API declaration: properties?: GattProperties;
Differences: properties?: GattProperties;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface BLEDescriptor
Differences: interface BLEDescriptor
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: BLEDescriptor;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: BLEDescriptor;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: BLEDescriptor;
API declaration: descriptorUuid: string;
Differences: descriptorUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: BLEDescriptor;
API declaration: descriptorValue: ArrayBuffer;
Differences: descriptorValue: ArrayBuffer;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface NotifyCharacteristic
Differences: interface NotifyCharacteristic
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: NotifyCharacteristic;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: NotifyCharacteristic;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: NotifyCharacteristic;
API declaration: characteristicValue: ArrayBuffer;
Differences: characteristicValue: ArrayBuffer;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: NotifyCharacteristic;
API declaration: confirm: boolean;
Differences: confirm: boolean;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface CharacteristicReadRequest
Differences: interface CharacteristicReadRequest
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: CharacteristicReadRequest;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: CharacteristicReadRequest;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: CharacteristicReadRequest;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: CharacteristicReadRequest;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: CharacteristicReadRequest;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface CharacteristicWriteRequest
Differences: interface CharacteristicWriteRequest
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: isPrepared: boolean;
Differences: isPrepared: boolean;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: needRsp: boolean;
Differences: needRsp: boolean;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: value: ArrayBuffer;
Differences: value: ArrayBuffer;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface DescriptorReadRequest
Differences: interface DescriptorReadRequest
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorReadRequest;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorReadRequest;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorReadRequest;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorReadRequest;
API declaration: descriptorUuid: string;
Differences: descriptorUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorReadRequest;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorReadRequest;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface DescriptorWriteRequest
Differences: interface DescriptorWriteRequest
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: isPrepared: boolean;
Differences: isPrepared: boolean;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: needRsp: boolean;
Differences: needRsp: boolean;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: value: ArrayBuffer;
Differences: value: ArrayBuffer;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: descriptorUuid: string;
Differences: descriptorUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface ServerResponse
Differences: interface ServerResponse
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ServerResponse;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ServerResponse;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ServerResponse;
API declaration: status: number;
Differences: status: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ServerResponse;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ServerResponse;
API declaration: value: ArrayBuffer;
Differences: value: ArrayBuffer;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface BLEConnectionChangeState
Differences: interface BLEConnectionChangeState
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: BLEConnectionChangeState;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: BLEConnectionChangeState;
API declaration: state: ProfileConnectionState;
Differences: state: ProfileConnectionState;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface ScanResult
Differences: interface ScanResult
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanResult;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanResult;
API declaration: rssi: number;
Differences: rssi: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanResult;
API declaration: data: ArrayBuffer;
Differences: data: ArrayBuffer;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanResult;
API declaration: deviceName: string;
Differences: deviceName: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanResult;
API declaration: connectable: boolean;
Differences: connectable: boolean;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface AdvertiseSetting
Differences: interface AdvertiseSetting
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertiseSetting;
API declaration: interval?: number;
Differences: interval?: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertiseSetting;
API declaration: txPower?: number;
Differences: txPower?: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertiseSetting;
API declaration: connectable?: boolean;
Differences: connectable?: boolean;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface AdvertiseData
Differences: interface AdvertiseData
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertiseData;
API declaration: serviceUuids: Array<string>;
Differences: serviceUuids: Array<string>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertiseData;
API declaration: manufactureData: Array<ManufactureData>;
Differences: manufactureData: Array<ManufactureData>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertiseData;
API declaration: serviceData: Array<ServiceData>;
Differences: serviceData: Array<ServiceData>;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertiseData;
API declaration: includeDeviceName?: boolean;
Differences: includeDeviceName?: boolean;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface AdvertisingParams
Differences: interface AdvertisingParams
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertisingParams;
API declaration: advertisingSettings: AdvertiseSetting;
Differences: advertisingSettings: AdvertiseSetting;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertisingParams;
API declaration: advertisingData: AdvertiseData;
Differences: advertisingData: AdvertiseData;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertisingParams;
API declaration: advertisingResponse?: AdvertiseData;
Differences: advertisingResponse?: AdvertiseData;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertisingParams;
API declaration: duration?: number;
Differences: duration?: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface AdvertisingEnableParams
Differences: interface AdvertisingEnableParams
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertisingEnableParams;
API declaration: advertisingId: number;
Differences: advertisingId: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertisingEnableParams;
API declaration: duration?: number;
Differences: duration?: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface AdvertisingDisableParams
Differences: interface AdvertisingDisableParams
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertisingDisableParams;
API declaration: advertisingId: number;
Differences: advertisingId: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface AdvertisingStateChangeInfo
Differences: interface AdvertisingStateChangeInfo
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertisingStateChangeInfo;
API declaration: advertisingId: number;
Differences: advertisingId: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertisingStateChangeInfo;
API declaration: state: AdvertisingState;
Differences: state: AdvertisingState;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface ManufactureData
Differences: interface ManufactureData
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ManufactureData;
API declaration: manufactureId: number;
Differences: manufactureId: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ManufactureData;
API declaration: manufactureValue: ArrayBuffer;
Differences: manufactureValue: ArrayBuffer;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface ServiceData
Differences: interface ServiceData
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ServiceData;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ServiceData;
API declaration: serviceValue: ArrayBuffer;
Differences: serviceValue: ArrayBuffer;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface ScanFilter
Differences: interface ScanFilter
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanFilter;
API declaration: deviceId?: string;
Differences: deviceId?: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanFilter;
API declaration: name?: string;
Differences: name?: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanFilter;
API declaration: serviceUuid?: string;
Differences: serviceUuid?: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanFilter;
API declaration: serviceUuidMask?: string;
Differences: serviceUuidMask?: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanFilter;
API declaration: serviceSolicitationUuid?: string;
Differences: serviceSolicitationUuid?: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanFilter;
API declaration: serviceSolicitationUuidMask?: string;
Differences: serviceSolicitationUuidMask?: string;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanFilter;
API declaration: serviceData?: ArrayBuffer;
Differences: serviceData?: ArrayBuffer;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanFilter;
API declaration: serviceDataMask?: ArrayBuffer;
Differences: serviceDataMask?: ArrayBuffer;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanFilter;
API declaration: manufactureId?: number;
Differences: manufactureId?: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanFilter;
API declaration: manufactureData?: ArrayBuffer;
Differences: manufactureData?: ArrayBuffer;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanFilter;
API declaration: manufactureDataMask?: ArrayBuffer;
Differences: manufactureDataMask?: ArrayBuffer;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface ScanOptions
Differences: interface ScanOptions
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanOptions;
API declaration: interval?: number;
Differences: interval?: number;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanOptions;
API declaration: dutyMode?: ScanDuty;
Differences: dutyMode?: ScanDuty;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanOptions;
API declaration: matchMode?: MatchMode;
Differences: matchMode?: MatchMode;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: interface GattProperties
Differences: interface GattProperties
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattProperties;
API declaration: write?: boolean;
Differences: write?: boolean;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattProperties;
API declaration: writeNoResponse?: boolean;
Differences: writeNoResponse?: boolean;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattProperties;
API declaration: read?: boolean;
Differences: read?: boolean;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattProperties;
API declaration: notify?: boolean;
Differences: notify?: boolean;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattProperties;
API declaration: indicate?: boolean;
Differences: indicate?: boolean;
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: enum GattWriteType
Differences: enum GattWriteType
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattWriteType;
API declaration: WRITE = 1
Differences: WRITE = 1
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: GattWriteType;
API declaration: WRITE_NO_RESPONSE = 2
Differences: WRITE_NO_RESPONSE = 2
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: enum ScanDuty
Differences: enum ScanDuty
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanDuty;
API declaration: SCAN_MODE_LOW_POWER = 0
Differences: SCAN_MODE_LOW_POWER = 0
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanDuty;
API declaration: SCAN_MODE_BALANCED = 1
Differences: SCAN_MODE_BALANCED = 1
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ScanDuty;
API declaration: SCAN_MODE_LOW_LATENCY = 2
Differences: SCAN_MODE_LOW_LATENCY = 2
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: enum MatchMode
Differences: enum MatchMode
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: MatchMode;
API declaration: MATCH_MODE_AGGRESSIVE = 1
Differences: MATCH_MODE_AGGRESSIVE = 1
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: MatchMode;
API declaration: MATCH_MODE_STICKY = 2
Differences: MATCH_MODE_STICKY = 2
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: ble;
API declaration: enum AdvertisingState
Differences: enum AdvertisingState
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertisingState;
API declaration: STARTED = 1
Differences: STARTED = 1
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertisingState;
API declaration: ENABLED = 2
Differences: ENABLED = 2
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertisingState;
API declaration: DISABLED = 3
Differences: DISABLED = 3
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: AdvertisingState;
API declaration: STOPPED = 4
Differences: STOPPED = 4
api/@ohos.bluetooth.ble.d.ts
New APINAClass name: global;
API declaration: declare namespace connection
Differences: declare namespace connection
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: type ProfileConnectionState = constant.ProfileConnectionState;
Differences: type ProfileConnectionState = constant.ProfileConnectionState;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: type ProfileId = constant.ProfileId;
Differences: type ProfileId = constant.ProfileId;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: type MajorClass = constant.MajorClass;
Differences: type MajorClass = constant.MajorClass;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: type MajorMinorClass = constant.MajorMinorClass;
Differences: type MajorMinorClass = constant.MajorMinorClass;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function getProfileConnectionState(profileId?: ProfileId): ProfileConnectionState;
Differences: function getProfileConnectionState(profileId?: ProfileId): ProfileConnectionState;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function pairDevice(deviceId: string, callback: AsyncCallback<void>): void;
Differences: function pairDevice(deviceId: string, callback: AsyncCallback<void>): void;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function pairDevice(deviceId: string): Promise<void>;
Differences: function pairDevice(deviceId: string): Promise<void>;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function getRemoteDeviceName(deviceId: string): string;
Differences: function getRemoteDeviceName(deviceId: string): string;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function getRemoteDeviceClass(deviceId: string): DeviceClass;
Differences: function getRemoteDeviceClass(deviceId: string): DeviceClass;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function getLocalName(): string;
Differences: function getLocalName(): string;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function getPairedDevices(): Array<string>;
Differences: function getPairedDevices(): Array<string>;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function getPairState(deviceId: string): BondState;
Differences: function getPairState(deviceId: string): BondState;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function setDevicePairingConfirmation(deviceId: string, accept: boolean): void;
Differences: function setDevicePairingConfirmation(deviceId: string, accept: boolean): void;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function setDevicePinCode(deviceId: string, code: string, callback: AsyncCallback<void>): void;
Differences: function setDevicePinCode(deviceId: string, code: string, callback: AsyncCallback<void>): void;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function setDevicePinCode(deviceId: string, code: string): Promise<void>;
Differences: function setDevicePinCode(deviceId: string, code: string): Promise<void>;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function setLocalName(name: string): void;
Differences: function setLocalName(name: string): void;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function setBluetoothScanMode(mode: ScanMode, duration: number): void;
Differences: function setBluetoothScanMode(mode: ScanMode, duration: number): void;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function getBluetoothScanMode(): ScanMode;
Differences: function getBluetoothScanMode(): ScanMode;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function startBluetoothDiscovery(): void;
Differences: function startBluetoothDiscovery(): void;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function stopBluetoothDiscovery(): void;
Differences: function stopBluetoothDiscovery(): void;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function isBluetoothDiscovering(): boolean;
Differences: function isBluetoothDiscovering(): boolean;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function on(type: 'bluetoothDeviceFind', callback: Callback<Array<string>>): void;
Differences: function on(type: 'bluetoothDeviceFind', callback: Callback<Array<string>>): void;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function off(type: 'bluetoothDeviceFind', callback?: Callback<Array<string>>): void;
Differences: function off(type: 'bluetoothDeviceFind', callback?: Callback<Array<string>>): void;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function on(type: 'bondStateChange', callback: Callback<BondStateParam>): void;
Differences: function on(type: 'bondStateChange', callback: Callback<BondStateParam>): void;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function off(type: 'bondStateChange', callback?: Callback<BondStateParam>): void;
Differences: function off(type: 'bondStateChange', callback?: Callback<BondStateParam>): void;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function on(type: 'pinRequired', callback: Callback<PinRequiredParam>): void;
Differences: function on(type: 'pinRequired', callback: Callback<PinRequiredParam>): void;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: function off(type: 'pinRequired', callback?: Callback<PinRequiredParam>): void;
Differences: function off(type: 'pinRequired', callback?: Callback<PinRequiredParam>): void;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: interface BondStateParam
Differences: interface BondStateParam
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: BondStateParam;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: BondStateParam;
API declaration: state: BondState;
Differences: state: BondState;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: interface PinRequiredParam
Differences: interface PinRequiredParam
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: PinRequiredParam;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: PinRequiredParam;
API declaration: pinCode: string;
Differences: pinCode: string;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: interface DeviceClass
Differences: interface DeviceClass
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: DeviceClass;
API declaration: majorClass: MajorClass;
Differences: majorClass: MajorClass;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: DeviceClass;
API declaration: majorMinorClass: MajorMinorClass;
Differences: majorMinorClass: MajorMinorClass;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: DeviceClass;
API declaration: classOfDevice: number;
Differences: classOfDevice: number;
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: enum BluetoothTransport
Differences: enum BluetoothTransport
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: BluetoothTransport;
API declaration: TRANSPORT_BR_EDR = 0
Differences: TRANSPORT_BR_EDR = 0
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: BluetoothTransport;
API declaration: TRANSPORT_LE = 1
Differences: TRANSPORT_LE = 1
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: enum ScanMode
Differences: enum ScanMode
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_NONE = 0
Differences: SCAN_MODE_NONE = 0
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_CONNECTABLE = 1
Differences: SCAN_MODE_CONNECTABLE = 1
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_GENERAL_DISCOVERABLE = 2
Differences: SCAN_MODE_GENERAL_DISCOVERABLE = 2
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_LIMITED_DISCOVERABLE = 3
Differences: SCAN_MODE_LIMITED_DISCOVERABLE = 3
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4
Differences: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5
Differences: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: connection;
API declaration: enum BondState
Differences: enum BondState
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: BondState;
API declaration: BOND_STATE_INVALID = 0
Differences: BOND_STATE_INVALID = 0
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: BondState;
API declaration: BOND_STATE_BONDING = 1
Differences: BOND_STATE_BONDING = 1
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: BondState;
API declaration: BOND_STATE_BONDED = 2
Differences: BOND_STATE_BONDED = 2
api/@ohos.bluetooth.connection.d.ts
New APINAClass name: global;
API declaration: declare namespace constant
Differences: declare namespace constant
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: constant;
API declaration: export enum ProfileId
Differences: export enum ProfileId
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: ProfileId;
API declaration: PROFILE_A2DP_SOURCE = 1
Differences: PROFILE_A2DP_SOURCE = 1
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: ProfileId;
API declaration: PROFILE_HANDSFREE_AUDIO_GATEWAY = 4
Differences: PROFILE_HANDSFREE_AUDIO_GATEWAY = 4
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: ProfileId;
API declaration: PROFILE_HID_HOST = 6
Differences: PROFILE_HID_HOST = 6
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: ProfileId;
API declaration: PROFILE_PAN_NETWORK = 7
Differences: PROFILE_PAN_NETWORK = 7
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: constant;
API declaration: export enum ProfileConnectionState
Differences: export enum ProfileConnectionState
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: ProfileConnectionState;
API declaration: STATE_DISCONNECTED = 0
Differences: STATE_DISCONNECTED = 0
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: ProfileConnectionState;
API declaration: STATE_CONNECTING = 1
Differences: STATE_CONNECTING = 1
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: ProfileConnectionState;
API declaration: STATE_CONNECTED = 2
Differences: STATE_CONNECTED = 2
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: ProfileConnectionState;
API declaration: STATE_DISCONNECTING = 3
Differences: STATE_DISCONNECTING = 3
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: constant;
API declaration: export enum MajorClass
Differences: export enum MajorClass
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_MISC = 0x0000
Differences: MAJOR_MISC = 0x0000
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_COMPUTER = 0x0100
Differences: MAJOR_COMPUTER = 0x0100
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_PHONE = 0x0200
Differences: MAJOR_PHONE = 0x0200
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_NETWORKING = 0x0300
Differences: MAJOR_NETWORKING = 0x0300
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_AUDIO_VIDEO = 0x0400
Differences: MAJOR_AUDIO_VIDEO = 0x0400
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_PERIPHERAL = 0x0500
Differences: MAJOR_PERIPHERAL = 0x0500
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_IMAGING = 0x0600
Differences: MAJOR_IMAGING = 0x0600
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_WEARABLE = 0x0700
Differences: MAJOR_WEARABLE = 0x0700
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_TOY = 0x0800
Differences: MAJOR_TOY = 0x0800
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_HEALTH = 0x0900
Differences: MAJOR_HEALTH = 0x0900
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_UNCATEGORIZED = 0x1F00
Differences: MAJOR_UNCATEGORIZED = 0x1F00
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: constant;
API declaration: export enum MajorMinorClass
Differences: export enum MajorMinorClass
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_UNCATEGORIZED = 0x0100
Differences: COMPUTER_UNCATEGORIZED = 0x0100
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_DESKTOP = 0x0104
Differences: COMPUTER_DESKTOP = 0x0104
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_SERVER = 0x0108
Differences: COMPUTER_SERVER = 0x0108
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_LAPTOP = 0x010C
Differences: COMPUTER_LAPTOP = 0x010C
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_HANDHELD_PC_PDA = 0x0110
Differences: COMPUTER_HANDHELD_PC_PDA = 0x0110
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_PALM_SIZE_PC_PDA = 0x0114
Differences: COMPUTER_PALM_SIZE_PC_PDA = 0x0114
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_WEARABLE = 0x0118
Differences: COMPUTER_WEARABLE = 0x0118
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_TABLET = 0x011C
Differences: COMPUTER_TABLET = 0x011C
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_UNCATEGORIZED = 0x0200
Differences: PHONE_UNCATEGORIZED = 0x0200
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_CELLULAR = 0x0204
Differences: PHONE_CELLULAR = 0x0204
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_CORDLESS = 0x0208
Differences: PHONE_CORDLESS = 0x0208
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_SMART = 0x020C
Differences: PHONE_SMART = 0x020C
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_MODEM_OR_GATEWAY = 0x0210
Differences: PHONE_MODEM_OR_GATEWAY = 0x0210
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_ISDN = 0x0214
Differences: PHONE_ISDN = 0x0214
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_FULLY_AVAILABLE = 0x0300
Differences: NETWORK_FULLY_AVAILABLE = 0x0300
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_1_TO_17_UTILIZED = 0x0320
Differences: NETWORK_1_TO_17_UTILIZED = 0x0320
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_17_TO_33_UTILIZED = 0x0340
Differences: NETWORK_17_TO_33_UTILIZED = 0x0340
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_33_TO_50_UTILIZED = 0x0360
Differences: NETWORK_33_TO_50_UTILIZED = 0x0360
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_60_TO_67_UTILIZED = 0x0380
Differences: NETWORK_60_TO_67_UTILIZED = 0x0380
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_67_TO_83_UTILIZED = 0x03A0
Differences: NETWORK_67_TO_83_UTILIZED = 0x03A0
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_83_TO_99_UTILIZED = 0x03C0
Differences: NETWORK_83_TO_99_UTILIZED = 0x03C0
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_NO_SERVICE = 0x03E0
Differences: NETWORK_NO_SERVICE = 0x03E0
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_UNCATEGORIZED = 0x0400
Differences: AUDIO_VIDEO_UNCATEGORIZED = 0x0400
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404
Differences: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_HANDSFREE = 0x0408
Differences: AUDIO_VIDEO_HANDSFREE = 0x0408
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_MICROPHONE = 0x0410
Differences: AUDIO_VIDEO_MICROPHONE = 0x0410
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_LOUDSPEAKER = 0x0414
Differences: AUDIO_VIDEO_LOUDSPEAKER = 0x0414
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_HEADPHONES = 0x0418
Differences: AUDIO_VIDEO_HEADPHONES = 0x0418
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C
Differences: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_CAR_AUDIO = 0x0420
Differences: AUDIO_VIDEO_CAR_AUDIO = 0x0420
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_SET_TOP_BOX = 0x0424
Differences: AUDIO_VIDEO_SET_TOP_BOX = 0x0424
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_HIFI_AUDIO = 0x0428
Differences: AUDIO_VIDEO_HIFI_AUDIO = 0x0428
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VCR = 0x042C
Differences: AUDIO_VIDEO_VCR = 0x042C
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430
Differences: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_CAMCORDER = 0x0434
Differences: AUDIO_VIDEO_CAMCORDER = 0x0434
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438
Differences: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C
Differences: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440
Differences: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448
Differences: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500
Differences: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_KEYBOARD = 0x0540
Differences: PERIPHERAL_KEYBOARD = 0x0540
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_POINTING_DEVICE = 0x0580
Differences: PERIPHERAL_POINTING_DEVICE = 0x0580
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_KEYBOARD_POINTING = 0x05C0
Differences: PERIPHERAL_KEYBOARD_POINTING = 0x05C0
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_UNCATEGORIZED = 0x0500
Differences: PERIPHERAL_UNCATEGORIZED = 0x0500
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_JOYSTICK = 0x0504
Differences: PERIPHERAL_JOYSTICK = 0x0504
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_GAMEPAD = 0x0508
Differences: PERIPHERAL_GAMEPAD = 0x0508
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_REMOTE_CONTROL = 0x05C0
Differences: PERIPHERAL_REMOTE_CONTROL = 0x05C0
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_SENSING_DEVICE = 0x0510
Differences: PERIPHERAL_SENSING_DEVICE = 0x0510
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_DIGITIZER_TABLET = 0x0514
Differences: PERIPHERAL_DIGITIZER_TABLET = 0x0514
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_CARD_READER = 0x0518
Differences: PERIPHERAL_CARD_READER = 0x0518
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_DIGITAL_PEN = 0x051C
Differences: PERIPHERAL_DIGITAL_PEN = 0x051C
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_SCANNER_RFID = 0x0520
Differences: PERIPHERAL_SCANNER_RFID = 0x0520
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_GESTURAL_INPUT = 0x0522
Differences: PERIPHERAL_GESTURAL_INPUT = 0x0522
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_UNCATEGORIZED = 0x0600
Differences: IMAGING_UNCATEGORIZED = 0x0600
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_DISPLAY = 0x0610
Differences: IMAGING_DISPLAY = 0x0610
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_CAMERA = 0x0620
Differences: IMAGING_CAMERA = 0x0620
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_SCANNER = 0x0640
Differences: IMAGING_SCANNER = 0x0640
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_PRINTER = 0x0680
Differences: IMAGING_PRINTER = 0x0680
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_UNCATEGORIZED = 0x0700
Differences: WEARABLE_UNCATEGORIZED = 0x0700
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_WRIST_WATCH = 0x0704
Differences: WEARABLE_WRIST_WATCH = 0x0704
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_PAGER = 0x0708
Differences: WEARABLE_PAGER = 0x0708
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_JACKET = 0x070C
Differences: WEARABLE_JACKET = 0x070C
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_HELMET = 0x0710
Differences: WEARABLE_HELMET = 0x0710
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_GLASSES = 0x0714
Differences: WEARABLE_GLASSES = 0x0714
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_UNCATEGORIZED = 0x0800
Differences: TOY_UNCATEGORIZED = 0x0800
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_ROBOT = 0x0804
Differences: TOY_ROBOT = 0x0804
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_VEHICLE = 0x0808
Differences: TOY_VEHICLE = 0x0808
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_DOLL_ACTION_FIGURE = 0x080C
Differences: TOY_DOLL_ACTION_FIGURE = 0x080C
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_CONTROLLER = 0x0810
Differences: TOY_CONTROLLER = 0x0810
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_GAME = 0x0814
Differences: TOY_GAME = 0x0814
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_UNCATEGORIZED = 0x0900
Differences: HEALTH_UNCATEGORIZED = 0x0900
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_BLOOD_PRESSURE = 0x0904
Differences: HEALTH_BLOOD_PRESSURE = 0x0904
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_THERMOMETER = 0x0908
Differences: HEALTH_THERMOMETER = 0x0908
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_WEIGHING = 0x090C
Differences: HEALTH_WEIGHING = 0x090C
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_GLUCOSE = 0x0910
Differences: HEALTH_GLUCOSE = 0x0910
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_PULSE_OXIMETER = 0x0914
Differences: HEALTH_PULSE_OXIMETER = 0x0914
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_PULSE_RATE = 0x0918
Differences: HEALTH_PULSE_RATE = 0x0918
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_DATA_DISPLAY = 0x091C
Differences: HEALTH_DATA_DISPLAY = 0x091C
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_STEP_COUNTER = 0x0920
Differences: HEALTH_STEP_COUNTER = 0x0920
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924
Differences: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_PEAK_FLOW_MONITOR = 0x0928
Differences: HEALTH_PEAK_FLOW_MONITOR = 0x0928
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_MEDICATION_MONITOR = 0x092C
Differences: HEALTH_MEDICATION_MONITOR = 0x092C
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_KNEE_PROSTHESIS = 0x0930
Differences: HEALTH_KNEE_PROSTHESIS = 0x0930
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_ANKLE_PROSTHESIS = 0x0934
Differences: HEALTH_ANKLE_PROSTHESIS = 0x0934
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938
Differences: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C
Differences: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C
api/@ohos.bluetooth.constant.d.ts
New APINAClass name: global;
API declaration: declare namespace bluetooth
Differences: declare namespace bluetooth
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function getState(): BluetoothState;
Differences: function getState(): BluetoothState;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function getBtConnectionState(): ProfileConnectionState;
Differences: function getBtConnectionState(): ProfileConnectionState;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function pairDevice(deviceId: string): boolean;
Differences: function pairDevice(deviceId: string): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function getRemoteDeviceName(deviceId: string): string;
Differences: function getRemoteDeviceName(deviceId: string): string;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function getRemoteDeviceClass(deviceId: string): DeviceClass;
Differences: function getRemoteDeviceClass(deviceId: string): DeviceClass;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function enableBluetooth(): boolean;
Differences: function enableBluetooth(): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function disableBluetooth(): boolean;
Differences: function disableBluetooth(): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function getLocalName(): string;
Differences: function getLocalName(): string;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function getPairedDevices(): Array<string>;
Differences: function getPairedDevices(): Array<string>;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function getProfileConnState(profileId: ProfileId): ProfileConnectionState;
Differences: function getProfileConnState(profileId: ProfileId): ProfileConnectionState;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function setDevicePairingConfirmation(device: string, accept: boolean): boolean;
Differences: function setDevicePairingConfirmation(device: string, accept: boolean): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function setLocalName(name: string): boolean;
Differences: function setLocalName(name: string): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function setBluetoothScanMode(mode: ScanMode, duration: number): boolean;
Differences: function setBluetoothScanMode(mode: ScanMode, duration: number): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function getBluetoothScanMode(): ScanMode;
Differences: function getBluetoothScanMode(): ScanMode;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function startBluetoothDiscovery(): boolean;
Differences: function startBluetoothDiscovery(): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function stopBluetoothDiscovery(): boolean;
Differences: function stopBluetoothDiscovery(): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function on(type: 'bluetoothDeviceFind', callback: Callback<Array<string>>): void;
Differences: function on(type: 'bluetoothDeviceFind', callback: Callback<Array<string>>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function off(type: 'bluetoothDeviceFind', callback?: Callback<Array<string>>): void;
Differences: function off(type: 'bluetoothDeviceFind', callback?: Callback<Array<string>>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function on(type: 'bondStateChange', callback: Callback<BondStateParam>): void;
Differences: function on(type: 'bondStateChange', callback: Callback<BondStateParam>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function off(type: 'bondStateChange', callback?: Callback<BondStateParam>): void;
Differences: function off(type: 'bondStateChange', callback?: Callback<BondStateParam>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function on(type: 'pinRequired', callback: Callback<PinRequiredParam>): void;
Differences: function on(type: 'pinRequired', callback: Callback<PinRequiredParam>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function off(type: 'pinRequired', callback?: Callback<PinRequiredParam>): void;
Differences: function off(type: 'pinRequired', callback?: Callback<PinRequiredParam>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
Differences: function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
Differences: function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function sppListen(name: string, option: SppOption, callback: AsyncCallback<number>): void;
Differences: function sppListen(name: string, option: SppOption, callback: AsyncCallback<number>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function sppAccept(serverSocket: number, callback: AsyncCallback<number>): void;
Differences: function sppAccept(serverSocket: number, callback: AsyncCallback<number>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function sppConnect(device: string, option: SppOption, callback: AsyncCallback<number>): void;
Differences: function sppConnect(device: string, option: SppOption, callback: AsyncCallback<number>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function sppCloseServerSocket(socket: number): void;
Differences: function sppCloseServerSocket(socket: number): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function sppCloseClientSocket(socket: number): void;
Differences: function sppCloseClientSocket(socket: number): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function sppWrite(clientSocket: number, data: ArrayBuffer): boolean;
Differences: function sppWrite(clientSocket: number, data: ArrayBuffer): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function on(type: 'sppRead', clientSocket: number, callback: Callback<ArrayBuffer>): void;
Differences: function on(type: 'sppRead', clientSocket: number, callback: Callback<ArrayBuffer>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function off(type: 'sppRead', clientSocket: number, callback?: Callback<ArrayBuffer>): void;
Differences: function off(type: 'sppRead', clientSocket: number, callback?: Callback<ArrayBuffer>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: function getProfile(profileId: ProfileId): A2dpSourceProfile |HandsFreeAudioGatewayProfile;
Differences: function getProfile(profileId: ProfileId): A2dpSourceProfile |HandsFreeAudioGatewayProfile;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface BaseProfile
Differences: interface BaseProfile
api/@ohos.bluetooth.d.ts
New APINAClass name: BaseProfile;
API declaration: getConnectionDevices(): Array<string>;
Differences: getConnectionDevices(): Array<string>;
api/@ohos.bluetooth.d.ts
New APINAClass name: BaseProfile;
API declaration: getDeviceState(device: string): ProfileConnectionState;
Differences: getDeviceState(device: string): ProfileConnectionState;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface A2dpSourceProfile
Differences: interface A2dpSourceProfile
api/@ohos.bluetooth.d.ts
New APINAClass name: A2dpSourceProfile;
API declaration: connect(device: string): boolean;
Differences: connect(device: string): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: A2dpSourceProfile;
API declaration: disconnect(device: string): boolean;
Differences: disconnect(device: string): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: A2dpSourceProfile;
API declaration: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Differences: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: A2dpSourceProfile;
API declaration: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Differences: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: A2dpSourceProfile;
API declaration: getPlayingState(device: string): PlayingState;
Differences: getPlayingState(device: string): PlayingState;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface HandsFreeAudioGatewayProfile
Differences: interface HandsFreeAudioGatewayProfile
api/@ohos.bluetooth.d.ts
New APINAClass name: HandsFreeAudioGatewayProfile;
API declaration: connect(device: string): boolean;
Differences: connect(device: string): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: HandsFreeAudioGatewayProfile;
API declaration: disconnect(device: string): boolean;
Differences: disconnect(device: string): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: HandsFreeAudioGatewayProfile;
API declaration: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Differences: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: HandsFreeAudioGatewayProfile;
API declaration: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Differences: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: namespace BLE
Differences: namespace BLE
api/@ohos.bluetooth.d.ts
New APINAClass name: BLE;
API declaration: function createGattServer(): GattServer;
Differences: function createGattServer(): GattServer;
api/@ohos.bluetooth.d.ts
New APINAClass name: BLE;
API declaration: function createGattClientDevice(deviceId: string): GattClientDevice;
Differences: function createGattClientDevice(deviceId: string): GattClientDevice;
api/@ohos.bluetooth.d.ts
New APINAClass name: BLE;
API declaration: function getConnectedBLEDevices(): Array<string>;
Differences: function getConnectedBLEDevices(): Array<string>;
api/@ohos.bluetooth.d.ts
New APINAClass name: BLE;
API declaration: function startBLEScan(filters: Array<ScanFilter>, options?: ScanOptions): void;
Differences: function startBLEScan(filters: Array<ScanFilter>, options?: ScanOptions): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: BLE;
API declaration: function stopBLEScan(): void;
Differences: function stopBLEScan(): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: BLE;
API declaration: function on(type: 'BLEDeviceFind', callback: Callback<Array<ScanResult>>): void;
Differences: function on(type: 'BLEDeviceFind', callback: Callback<Array<ScanResult>>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: BLE;
API declaration: function off(type: 'BLEDeviceFind', callback?: Callback<Array<ScanResult>>): void;
Differences: function off(type: 'BLEDeviceFind', callback?: Callback<Array<ScanResult>>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface GattServer
Differences: interface GattServer
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
Differences: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: stopAdvertising(): void;
Differences: stopAdvertising(): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: addService(service: GattService): boolean;
Differences: addService(service: GattService): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: removeService(serviceUuid: string): boolean;
Differences: removeService(serviceUuid: string): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: close(): void;
Differences: close(): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;
Differences: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: sendResponse(serverResponse: ServerResponse): boolean;
Differences: sendResponse(serverResponse: ServerResponse): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'characteristicRead', callback: Callback<CharacteristicReadReq>): void;
Differences: on(type: 'characteristicRead', callback: Callback<CharacteristicReadReq>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'characteristicRead', callback?: Callback<CharacteristicReadReq>): void;
Differences: off(type: 'characteristicRead', callback?: Callback<CharacteristicReadReq>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'characteristicWrite', callback: Callback<CharacteristicWriteReq>): void;
Differences: on(type: 'characteristicWrite', callback: Callback<CharacteristicWriteReq>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'characteristicWrite', callback?: Callback<CharacteristicWriteReq>): void;
Differences: off(type: 'characteristicWrite', callback?: Callback<CharacteristicWriteReq>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'descriptorRead', callback: Callback<DescriptorReadReq>): void;
Differences: on(type: 'descriptorRead', callback: Callback<DescriptorReadReq>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'descriptorRead', callback?: Callback<DescriptorReadReq>): void;
Differences: off(type: 'descriptorRead', callback?: Callback<DescriptorReadReq>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'descriptorWrite', callback: Callback<DescriptorWriteReq>): void;
Differences: on(type: 'descriptorWrite', callback: Callback<DescriptorWriteReq>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'descriptorWrite', callback?: Callback<DescriptorWriteReq>): void;
Differences: off(type: 'descriptorWrite', callback?: Callback<DescriptorWriteReq>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'connectStateChange', callback: Callback<BLEConnectChangedState>): void;
Differences: on(type: 'connectStateChange', callback: Callback<BLEConnectChangedState>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'connectStateChange', callback?: Callback<BLEConnectChangedState>): void;
Differences: off(type: 'connectStateChange', callback?: Callback<BLEConnectChangedState>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface GattClientDevice
Differences: interface GattClientDevice
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: connect(): boolean;
Differences: connect(): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: disconnect(): boolean;
Differences: disconnect(): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: close(): boolean;
Differences: close(): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: getDeviceName(callback: AsyncCallback<string>): void;
Differences: getDeviceName(callback: AsyncCallback<string>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: getDeviceName(): Promise<string>;
Differences: getDeviceName(): Promise<string>;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: getServices(callback: AsyncCallback<Array<GattService>>): void;
Differences: getServices(callback: AsyncCallback<Array<GattService>>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: getServices(): Promise<Array<GattService>>;
Differences: getServices(): Promise<Array<GattService>>;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
Differences: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
Differences: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
Differences: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
Differences: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: writeCharacteristicValue(characteristic: BLECharacteristic): boolean;
Differences: writeCharacteristicValue(characteristic: BLECharacteristic): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: writeDescriptorValue(descriptor: BLEDescriptor): boolean;
Differences: writeDescriptorValue(descriptor: BLEDescriptor): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: getRssiValue(callback: AsyncCallback<number>): void;
Differences: getRssiValue(callback: AsyncCallback<number>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: getRssiValue(): Promise<number>;
Differences: getRssiValue(): Promise<number>;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: setBLEMtuSize(mtu: number): boolean;
Differences: setBLEMtuSize(mtu: number): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): boolean;
Differences: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: on(type: 'BLECharacteristicChange', callback: Callback<BLECharacteristic>): void;
Differences: on(type: 'BLECharacteristicChange', callback: Callback<BLECharacteristic>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: off(type: 'BLECharacteristicChange', callback?: Callback<BLECharacteristic>): void;
Differences: off(type: 'BLECharacteristicChange', callback?: Callback<BLECharacteristic>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: on(type: 'BLEConnectionStateChange', callback: Callback<BLEConnectChangedState>): void;
Differences: on(type: 'BLEConnectionStateChange', callback: Callback<BLEConnectChangedState>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattClientDevice;
API declaration: off(type: 'BLEConnectionStateChange', callback?: Callback<BLEConnectChangedState>): void;
Differences: off(type: 'BLEConnectionStateChange', callback?: Callback<BLEConnectChangedState>): void;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface GattService
Differences: interface GattService
api/@ohos.bluetooth.d.ts
New APINAClass name: GattService;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattService;
API declaration: isPrimary: boolean;
Differences: isPrimary: boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattService;
API declaration: characteristics: Array<BLECharacteristic>;
Differences: characteristics: Array<BLECharacteristic>;
api/@ohos.bluetooth.d.ts
New APINAClass name: GattService;
API declaration: includeServices?: Array<GattService>;
Differences: includeServices?: Array<GattService>;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface BLECharacteristic
Differences: interface BLECharacteristic
api/@ohos.bluetooth.d.ts
New APINAClass name: BLECharacteristic;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: BLECharacteristic;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: BLECharacteristic;
API declaration: characteristicValue: ArrayBuffer;
Differences: characteristicValue: ArrayBuffer;
api/@ohos.bluetooth.d.ts
New APINAClass name: BLECharacteristic;
API declaration: descriptors: Array<BLEDescriptor>;
Differences: descriptors: Array<BLEDescriptor>;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface BLEDescriptor
Differences: interface BLEDescriptor
api/@ohos.bluetooth.d.ts
New APINAClass name: BLEDescriptor;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: BLEDescriptor;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: BLEDescriptor;
API declaration: descriptorUuid: string;
Differences: descriptorUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: BLEDescriptor;
API declaration: descriptorValue: ArrayBuffer;
Differences: descriptorValue: ArrayBuffer;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface NotifyCharacteristic
Differences: interface NotifyCharacteristic
api/@ohos.bluetooth.d.ts
New APINAClass name: NotifyCharacteristic;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: NotifyCharacteristic;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: NotifyCharacteristic;
API declaration: characteristicValue: ArrayBuffer;
Differences: characteristicValue: ArrayBuffer;
api/@ohos.bluetooth.d.ts
New APINAClass name: NotifyCharacteristic;
API declaration: confirm: boolean;
Differences: confirm: boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface CharacteristicReadReq
Differences: interface CharacteristicReadReq
api/@ohos.bluetooth.d.ts
New APINAClass name: CharacteristicReadReq;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: CharacteristicReadReq;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: CharacteristicReadReq;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: CharacteristicReadReq;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: CharacteristicReadReq;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface CharacteristicWriteReq
Differences: interface CharacteristicWriteReq
api/@ohos.bluetooth.d.ts
New APINAClass name: CharacteristicWriteReq;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: CharacteristicWriteReq;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: CharacteristicWriteReq;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: CharacteristicWriteReq;
API declaration: isPrep: boolean;
Differences: isPrep: boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: CharacteristicWriteReq;
API declaration: needRsp: boolean;
Differences: needRsp: boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: CharacteristicWriteReq;
API declaration: value: ArrayBuffer;
Differences: value: ArrayBuffer;
api/@ohos.bluetooth.d.ts
New APINAClass name: CharacteristicWriteReq;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: CharacteristicWriteReq;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface DescriptorReadReq
Differences: interface DescriptorReadReq
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorReadReq;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorReadReq;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorReadReq;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorReadReq;
API declaration: descriptorUuid: string;
Differences: descriptorUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorReadReq;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorReadReq;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface DescriptorWriteReq
Differences: interface DescriptorWriteReq
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorWriteReq;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorWriteReq;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorWriteReq;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorWriteReq;
API declaration: isPrep: boolean;
Differences: isPrep: boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorWriteReq;
API declaration: needRsp: boolean;
Differences: needRsp: boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorWriteReq;
API declaration: value: ArrayBuffer;
Differences: value: ArrayBuffer;
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorWriteReq;
API declaration: descriptorUuid: string;
Differences: descriptorUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorWriteReq;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: DescriptorWriteReq;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface ServerResponse
Differences: interface ServerResponse
api/@ohos.bluetooth.d.ts
New APINAClass name: ServerResponse;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: ServerResponse;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: ServerResponse;
API declaration: status: number;
Differences: status: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: ServerResponse;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: ServerResponse;
API declaration: value: ArrayBuffer;
Differences: value: ArrayBuffer;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface BLEConnectChangedState
Differences: interface BLEConnectChangedState
api/@ohos.bluetooth.d.ts
New APINAClass name: BLEConnectChangedState;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: BLEConnectChangedState;
API declaration: state: ProfileConnectionState;
Differences: state: ProfileConnectionState;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface ScanResult
Differences: interface ScanResult
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanResult;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanResult;
API declaration: rssi: number;
Differences: rssi: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanResult;
API declaration: data: ArrayBuffer;
Differences: data: ArrayBuffer;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface AdvertiseSetting
Differences: interface AdvertiseSetting
api/@ohos.bluetooth.d.ts
New APINAClass name: AdvertiseSetting;
API declaration: interval?: number;
Differences: interval?: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: AdvertiseSetting;
API declaration: txPower?: number;
Differences: txPower?: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: AdvertiseSetting;
API declaration: connectable?: boolean;
Differences: connectable?: boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface AdvertiseData
Differences: interface AdvertiseData
api/@ohos.bluetooth.d.ts
New APINAClass name: AdvertiseData;
API declaration: serviceUuids: Array<string>;
Differences: serviceUuids: Array<string>;
api/@ohos.bluetooth.d.ts
New APINAClass name: AdvertiseData;
API declaration: manufactureData: Array<ManufactureData>;
Differences: manufactureData: Array<ManufactureData>;
api/@ohos.bluetooth.d.ts
New APINAClass name: AdvertiseData;
API declaration: serviceData: Array<ServiceData>;
Differences: serviceData: Array<ServiceData>;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface ManufactureData
Differences: interface ManufactureData
api/@ohos.bluetooth.d.ts
New APINAClass name: ManufactureData;
API declaration: manufactureId: number;
Differences: manufactureId: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: ManufactureData;
API declaration: manufactureValue: ArrayBuffer;
Differences: manufactureValue: ArrayBuffer;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface ServiceData
Differences: interface ServiceData
api/@ohos.bluetooth.d.ts
New APINAClass name: ServiceData;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: ServiceData;
API declaration: serviceValue: ArrayBuffer;
Differences: serviceValue: ArrayBuffer;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface ScanFilter
Differences: interface ScanFilter
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanFilter;
API declaration: deviceId?: string;
Differences: deviceId?: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanFilter;
API declaration: name?: string;
Differences: name?: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanFilter;
API declaration: serviceUuid?: string;
Differences: serviceUuid?: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface ScanOptions
Differences: interface ScanOptions
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanOptions;
API declaration: interval?: number;
Differences: interval?: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanOptions;
API declaration: dutyMode?: ScanDuty;
Differences: dutyMode?: ScanDuty;
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanOptions;
API declaration: matchMode?: MatchMode;
Differences: matchMode?: MatchMode;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface SppOption
Differences: interface SppOption
api/@ohos.bluetooth.d.ts
New APINAClass name: SppOption;
API declaration: uuid: string;
Differences: uuid: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: SppOption;
API declaration: secure: boolean;
Differences: secure: boolean;
api/@ohos.bluetooth.d.ts
New APINAClass name: SppOption;
API declaration: type: SppType;
Differences: type: SppType;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface PinRequiredParam
Differences: interface PinRequiredParam
api/@ohos.bluetooth.d.ts
New APINAClass name: PinRequiredParam;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: PinRequiredParam;
API declaration: pinCode: string;
Differences: pinCode: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface DeviceClass
Differences: interface DeviceClass
api/@ohos.bluetooth.d.ts
New APINAClass name: DeviceClass;
API declaration: majorClass: MajorClass;
Differences: majorClass: MajorClass;
api/@ohos.bluetooth.d.ts
New APINAClass name: DeviceClass;
API declaration: majorMinorClass: MajorMinorClass;
Differences: majorMinorClass: MajorMinorClass;
api/@ohos.bluetooth.d.ts
New APINAClass name: DeviceClass;
API declaration: classOfDevice: number;
Differences: classOfDevice: number;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface BondStateParam
Differences: interface BondStateParam
api/@ohos.bluetooth.d.ts
New APINAClass name: BondStateParam;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: BondStateParam;
API declaration: state: BondState;
Differences: state: BondState;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: enum ScanDuty
Differences: enum ScanDuty
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanDuty;
API declaration: SCAN_MODE_LOW_POWER = 0
Differences: SCAN_MODE_LOW_POWER = 0
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanDuty;
API declaration: SCAN_MODE_BALANCED = 1
Differences: SCAN_MODE_BALANCED = 1
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanDuty;
API declaration: SCAN_MODE_LOW_LATENCY = 2
Differences: SCAN_MODE_LOW_LATENCY = 2
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: enum MatchMode
Differences: enum MatchMode
api/@ohos.bluetooth.d.ts
New APINAClass name: MatchMode;
API declaration: MATCH_MODE_AGGRESSIVE = 1
Differences: MATCH_MODE_AGGRESSIVE = 1
api/@ohos.bluetooth.d.ts
New APINAClass name: MatchMode;
API declaration: MATCH_MODE_STICKY = 2
Differences: MATCH_MODE_STICKY = 2
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: enum ProfileConnectionState
Differences: enum ProfileConnectionState
api/@ohos.bluetooth.d.ts
New APINAClass name: ProfileConnectionState;
API declaration: STATE_DISCONNECTED = 0
Differences: STATE_DISCONNECTED = 0
api/@ohos.bluetooth.d.ts
New APINAClass name: ProfileConnectionState;
API declaration: STATE_CONNECTING = 1
Differences: STATE_CONNECTING = 1
api/@ohos.bluetooth.d.ts
New APINAClass name: ProfileConnectionState;
API declaration: STATE_CONNECTED = 2
Differences: STATE_CONNECTED = 2
api/@ohos.bluetooth.d.ts
New APINAClass name: ProfileConnectionState;
API declaration: STATE_DISCONNECTING = 3
Differences: STATE_DISCONNECTING = 3
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: enum BluetoothState
Differences: enum BluetoothState
api/@ohos.bluetooth.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_OFF = 0
Differences: STATE_OFF = 0
api/@ohos.bluetooth.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_TURNING_ON = 1
Differences: STATE_TURNING_ON = 1
api/@ohos.bluetooth.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_ON = 2
Differences: STATE_ON = 2
api/@ohos.bluetooth.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_TURNING_OFF = 3
Differences: STATE_TURNING_OFF = 3
api/@ohos.bluetooth.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_BLE_TURNING_ON = 4
Differences: STATE_BLE_TURNING_ON = 4
api/@ohos.bluetooth.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_BLE_ON = 5
Differences: STATE_BLE_ON = 5
api/@ohos.bluetooth.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_BLE_TURNING_OFF = 6
Differences: STATE_BLE_TURNING_OFF = 6
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: enum SppType
Differences: enum SppType
api/@ohos.bluetooth.d.ts
New APINAClass name: SppType;
API declaration: SPP_RFCOMM
Differences: SPP_RFCOMM
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: enum ScanMode
Differences: enum ScanMode
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_NONE = 0
Differences: SCAN_MODE_NONE = 0
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_CONNECTABLE = 1
Differences: SCAN_MODE_CONNECTABLE = 1
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_GENERAL_DISCOVERABLE = 2
Differences: SCAN_MODE_GENERAL_DISCOVERABLE = 2
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_LIMITED_DISCOVERABLE = 3
Differences: SCAN_MODE_LIMITED_DISCOVERABLE = 3
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4
Differences: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4
api/@ohos.bluetooth.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5
Differences: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: enum BondState
Differences: enum BondState
api/@ohos.bluetooth.d.ts
New APINAClass name: BondState;
API declaration: BOND_STATE_INVALID = 0
Differences: BOND_STATE_INVALID = 0
api/@ohos.bluetooth.d.ts
New APINAClass name: BondState;
API declaration: BOND_STATE_BONDING = 1
Differences: BOND_STATE_BONDING = 1
api/@ohos.bluetooth.d.ts
New APINAClass name: BondState;
API declaration: BOND_STATE_BONDED = 2
Differences: BOND_STATE_BONDED = 2
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: enum MajorClass
Differences: enum MajorClass
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_MISC = 0x0000
Differences: MAJOR_MISC = 0x0000
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_COMPUTER = 0x0100
Differences: MAJOR_COMPUTER = 0x0100
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_PHONE = 0x0200
Differences: MAJOR_PHONE = 0x0200
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_NETWORKING = 0x0300
Differences: MAJOR_NETWORKING = 0x0300
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_AUDIO_VIDEO = 0x0400
Differences: MAJOR_AUDIO_VIDEO = 0x0400
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_PERIPHERAL = 0x0500
Differences: MAJOR_PERIPHERAL = 0x0500
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_IMAGING = 0x0600
Differences: MAJOR_IMAGING = 0x0600
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_WEARABLE = 0x0700
Differences: MAJOR_WEARABLE = 0x0700
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_TOY = 0x0800
Differences: MAJOR_TOY = 0x0800
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_HEALTH = 0x0900
Differences: MAJOR_HEALTH = 0x0900
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_UNCATEGORIZED = 0x1F00
Differences: MAJOR_UNCATEGORIZED = 0x1F00
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: enum MajorMinorClass
Differences: enum MajorMinorClass
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_UNCATEGORIZED = 0x0100
Differences: COMPUTER_UNCATEGORIZED = 0x0100
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_DESKTOP = 0x0104
Differences: COMPUTER_DESKTOP = 0x0104
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_SERVER = 0x0108
Differences: COMPUTER_SERVER = 0x0108
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_LAPTOP = 0x010C
Differences: COMPUTER_LAPTOP = 0x010C
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_HANDHELD_PC_PDA = 0x0110
Differences: COMPUTER_HANDHELD_PC_PDA = 0x0110
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_PALM_SIZE_PC_PDA = 0x0114
Differences: COMPUTER_PALM_SIZE_PC_PDA = 0x0114
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_WEARABLE = 0x0118
Differences: COMPUTER_WEARABLE = 0x0118
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_TABLET = 0x011C
Differences: COMPUTER_TABLET = 0x011C
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_UNCATEGORIZED = 0x0200
Differences: PHONE_UNCATEGORIZED = 0x0200
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_CELLULAR = 0x0204
Differences: PHONE_CELLULAR = 0x0204
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_CORDLESS = 0x0208
Differences: PHONE_CORDLESS = 0x0208
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_SMART = 0x020C
Differences: PHONE_SMART = 0x020C
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_MODEM_OR_GATEWAY = 0x0210
Differences: PHONE_MODEM_OR_GATEWAY = 0x0210
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_ISDN = 0x0214
Differences: PHONE_ISDN = 0x0214
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_FULLY_AVAILABLE = 0x0300
Differences: NETWORK_FULLY_AVAILABLE = 0x0300
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_1_TO_17_UTILIZED = 0x0320
Differences: NETWORK_1_TO_17_UTILIZED = 0x0320
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_17_TO_33_UTILIZED = 0x0340
Differences: NETWORK_17_TO_33_UTILIZED = 0x0340
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_33_TO_50_UTILIZED = 0x0360
Differences: NETWORK_33_TO_50_UTILIZED = 0x0360
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_60_TO_67_UTILIZED = 0x0380
Differences: NETWORK_60_TO_67_UTILIZED = 0x0380
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_67_TO_83_UTILIZED = 0x03A0
Differences: NETWORK_67_TO_83_UTILIZED = 0x03A0
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_83_TO_99_UTILIZED = 0x03C0
Differences: NETWORK_83_TO_99_UTILIZED = 0x03C0
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_NO_SERVICE = 0x03E0
Differences: NETWORK_NO_SERVICE = 0x03E0
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_UNCATEGORIZED = 0x0400
Differences: AUDIO_VIDEO_UNCATEGORIZED = 0x0400
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404
Differences: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_HANDSFREE = 0x0408
Differences: AUDIO_VIDEO_HANDSFREE = 0x0408
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_MICROPHONE = 0x0410
Differences: AUDIO_VIDEO_MICROPHONE = 0x0410
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_LOUDSPEAKER = 0x0414
Differences: AUDIO_VIDEO_LOUDSPEAKER = 0x0414
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_HEADPHONES = 0x0418
Differences: AUDIO_VIDEO_HEADPHONES = 0x0418
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C
Differences: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_CAR_AUDIO = 0x0420
Differences: AUDIO_VIDEO_CAR_AUDIO = 0x0420
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_SET_TOP_BOX = 0x0424
Differences: AUDIO_VIDEO_SET_TOP_BOX = 0x0424
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_HIFI_AUDIO = 0x0428
Differences: AUDIO_VIDEO_HIFI_AUDIO = 0x0428
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VCR = 0x042C
Differences: AUDIO_VIDEO_VCR = 0x042C
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430
Differences: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_CAMCORDER = 0x0434
Differences: AUDIO_VIDEO_CAMCORDER = 0x0434
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438
Differences: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C
Differences: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440
Differences: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448
Differences: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500
Differences: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_KEYBOARD = 0x0540
Differences: PERIPHERAL_KEYBOARD = 0x0540
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_POINTING_DEVICE = 0x0580
Differences: PERIPHERAL_POINTING_DEVICE = 0x0580
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_KEYBOARD_POINTING = 0x05C0
Differences: PERIPHERAL_KEYBOARD_POINTING = 0x05C0
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_UNCATEGORIZED = 0x0500
Differences: PERIPHERAL_UNCATEGORIZED = 0x0500
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_JOYSTICK = 0x0504
Differences: PERIPHERAL_JOYSTICK = 0x0504
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_GAMEPAD = 0x0508
Differences: PERIPHERAL_GAMEPAD = 0x0508
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_REMOTE_CONTROL = 0x05C0
Differences: PERIPHERAL_REMOTE_CONTROL = 0x05C0
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_SENSING_DEVICE = 0x0510
Differences: PERIPHERAL_SENSING_DEVICE = 0x0510
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_DIGITIZER_TABLET = 0x0514
Differences: PERIPHERAL_DIGITIZER_TABLET = 0x0514
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_CARD_READER = 0x0518
Differences: PERIPHERAL_CARD_READER = 0x0518
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_DIGITAL_PEN = 0x051C
Differences: PERIPHERAL_DIGITAL_PEN = 0x051C
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_SCANNER_RFID = 0x0520
Differences: PERIPHERAL_SCANNER_RFID = 0x0520
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_GESTURAL_INPUT = 0x0522
Differences: PERIPHERAL_GESTURAL_INPUT = 0x0522
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_UNCATEGORIZED = 0x0600
Differences: IMAGING_UNCATEGORIZED = 0x0600
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_DISPLAY = 0x0610
Differences: IMAGING_DISPLAY = 0x0610
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_CAMERA = 0x0620
Differences: IMAGING_CAMERA = 0x0620
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_SCANNER = 0x0640
Differences: IMAGING_SCANNER = 0x0640
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_PRINTER = 0x0680
Differences: IMAGING_PRINTER = 0x0680
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_UNCATEGORIZED = 0x0700
Differences: WEARABLE_UNCATEGORIZED = 0x0700
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_WRIST_WATCH = 0x0704
Differences: WEARABLE_WRIST_WATCH = 0x0704
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_PAGER = 0x0708
Differences: WEARABLE_PAGER = 0x0708
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_JACKET = 0x070C
Differences: WEARABLE_JACKET = 0x070C
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_HELMET = 0x0710
Differences: WEARABLE_HELMET = 0x0710
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_GLASSES = 0x0714
Differences: WEARABLE_GLASSES = 0x0714
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_UNCATEGORIZED = 0x0800
Differences: TOY_UNCATEGORIZED = 0x0800
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_ROBOT = 0x0804
Differences: TOY_ROBOT = 0x0804
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_VEHICLE = 0x0808
Differences: TOY_VEHICLE = 0x0808
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_DOLL_ACTION_FIGURE = 0x080C
Differences: TOY_DOLL_ACTION_FIGURE = 0x080C
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_CONTROLLER = 0x0810
Differences: TOY_CONTROLLER = 0x0810
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_GAME = 0x0814
Differences: TOY_GAME = 0x0814
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_UNCATEGORIZED = 0x0900
Differences: HEALTH_UNCATEGORIZED = 0x0900
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_BLOOD_PRESSURE = 0x0904
Differences: HEALTH_BLOOD_PRESSURE = 0x0904
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_THERMOMETER = 0x0908
Differences: HEALTH_THERMOMETER = 0x0908
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_WEIGHING = 0x090C
Differences: HEALTH_WEIGHING = 0x090C
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_GLUCOSE = 0x0910
Differences: HEALTH_GLUCOSE = 0x0910
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_PULSE_OXIMETER = 0x0914
Differences: HEALTH_PULSE_OXIMETER = 0x0914
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_PULSE_RATE = 0x0918
Differences: HEALTH_PULSE_RATE = 0x0918
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_DATA_DISPLAY = 0x091C
Differences: HEALTH_DATA_DISPLAY = 0x091C
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_STEP_COUNTER = 0x0920
Differences: HEALTH_STEP_COUNTER = 0x0920
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924
Differences: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_PEAK_FLOW_MOITOR = 0x0928
Differences: HEALTH_PEAK_FLOW_MOITOR = 0x0928
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_MEDICATION_MONITOR = 0x092C
Differences: HEALTH_MEDICATION_MONITOR = 0x092C
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_KNEE_PROSTHESIS = 0x0930
Differences: HEALTH_KNEE_PROSTHESIS = 0x0930
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_ANKLE_PROSTHESIS = 0x0934
Differences: HEALTH_ANKLE_PROSTHESIS = 0x0934
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938
Differences: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938
api/@ohos.bluetooth.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C
Differences: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: interface StateChangeParam
Differences: interface StateChangeParam
api/@ohos.bluetooth.d.ts
New APINAClass name: StateChangeParam;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetooth.d.ts
New APINAClass name: StateChangeParam;
API declaration: state: ProfileConnectionState;
Differences: state: ProfileConnectionState;
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: enum PlayingState
Differences: enum PlayingState
api/@ohos.bluetooth.d.ts
New APINAClass name: PlayingState;
API declaration: STATE_NOT_PLAYING
Differences: STATE_NOT_PLAYING
api/@ohos.bluetooth.d.ts
New APINAClass name: PlayingState;
API declaration: STATE_PLAYING
Differences: STATE_PLAYING
api/@ohos.bluetooth.d.ts
New APINAClass name: bluetooth;
API declaration: enum ProfileId
Differences: enum ProfileId
api/@ohos.bluetooth.d.ts
New APINAClass name: ProfileId;
API declaration: PROFILE_A2DP_SOURCE = 1
Differences: PROFILE_A2DP_SOURCE = 1
api/@ohos.bluetooth.d.ts
New APINAClass name: ProfileId;
API declaration: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4
Differences: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4
api/@ohos.bluetooth.d.ts
New APINAClass name: global;
API declaration: declare namespace hfp
Differences: declare namespace hfp
api/@ohos.bluetooth.hfp.d.ts
New APINAClass name: hfp;
API declaration: type BaseProfile = baseProfile.BaseProfile;
Differences: type BaseProfile = baseProfile.BaseProfile;
api/@ohos.bluetooth.hfp.d.ts
New APINAClass name: hfp;
API declaration: function createHfpAgProfile(): HandsFreeAudioGatewayProfile;
Differences: function createHfpAgProfile(): HandsFreeAudioGatewayProfile;
api/@ohos.bluetooth.hfp.d.ts
New APINAClass name: hfp;
API declaration: interface HandsFreeAudioGatewayProfile
Differences: interface HandsFreeAudioGatewayProfile
api/@ohos.bluetooth.hfp.d.ts
New APINAClass name: global;
API declaration: declare namespace hid
Differences: declare namespace hid
api/@ohos.bluetooth.hid.d.ts
New APINAClass name: hid;
API declaration: type BaseProfile = baseProfile.BaseProfile;
Differences: type BaseProfile = baseProfile.BaseProfile;
api/@ohos.bluetooth.hid.d.ts
New APINAClass name: hid;
API declaration: function createHidHostProfile(): HidHostProfile;
Differences: function createHidHostProfile(): HidHostProfile;
api/@ohos.bluetooth.hid.d.ts
New APINAClass name: hid;
API declaration: interface HidHostProfile
Differences: interface HidHostProfile
api/@ohos.bluetooth.hid.d.ts
New APINAClass name: global;
API declaration: declare namespace map
Differences: declare namespace map
api/@ohos.bluetooth.map.d.ts
New APINAClass name: map;
API declaration: type BaseProfile = baseProfile.BaseProfile;
Differences: type BaseProfile = baseProfile.BaseProfile;
api/@ohos.bluetooth.map.d.ts
New APINAClass name: map;
API declaration: function createMapMseProfile(): MapMseProfile;
Differences: function createMapMseProfile(): MapMseProfile;
api/@ohos.bluetooth.map.d.ts
New APINAClass name: map;
API declaration: interface MapMseProfile
Differences: interface MapMseProfile
api/@ohos.bluetooth.map.d.ts
New APINAClass name: global;
API declaration: declare namespace pan
Differences: declare namespace pan
api/@ohos.bluetooth.pan.d.ts
New APINAClass name: pan;
API declaration: type BaseProfile = baseProfile.BaseProfile;
Differences: type BaseProfile = baseProfile.BaseProfile;
api/@ohos.bluetooth.pan.d.ts
New APINAClass name: pan;
API declaration: function createPanProfile(): PanProfile;
Differences: function createPanProfile(): PanProfile;
api/@ohos.bluetooth.pan.d.ts
New APINAClass name: pan;
API declaration: interface PanProfile
Differences: interface PanProfile
api/@ohos.bluetooth.pan.d.ts
New APINAClass name: global;
API declaration: declare namespace pbap
Differences: declare namespace pbap
api/@ohos.bluetooth.pbap.d.ts
New APINAClass name: pbap;
API declaration: type BaseProfile = baseProfile.BaseProfile;
Differences: type BaseProfile = baseProfile.BaseProfile;
api/@ohos.bluetooth.pbap.d.ts
New APINAClass name: pbap;
API declaration: function createPbapServerProfile(): PbapServerProfile;
Differences: function createPbapServerProfile(): PbapServerProfile;
api/@ohos.bluetooth.pbap.d.ts
New APINAClass name: pbap;
API declaration: interface PbapServerProfile
Differences: interface PbapServerProfile
api/@ohos.bluetooth.pbap.d.ts
New APINAClass name: global;
API declaration: declare namespace socket
Differences: declare namespace socket
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: socket;
API declaration: function sppListen(name: string, options: SppOptions, callback: AsyncCallback<number>): void;
Differences: function sppListen(name: string, options: SppOptions, callback: AsyncCallback<number>): void;
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: socket;
API declaration: function sppAccept(serverSocket: number, callback: AsyncCallback<number>): void;
Differences: function sppAccept(serverSocket: number, callback: AsyncCallback<number>): void;
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: socket;
API declaration: function sppConnect(deviceId: string, options: SppOptions, callback: AsyncCallback<number>): void;
Differences: function sppConnect(deviceId: string, options: SppOptions, callback: AsyncCallback<number>): void;
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: socket;
API declaration: function sppCloseServerSocket(socket: number): void;
Differences: function sppCloseServerSocket(socket: number): void;
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: socket;
API declaration: function sppCloseClientSocket(socket: number): void;
Differences: function sppCloseClientSocket(socket: number): void;
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: socket;
API declaration: function sppWrite(clientSocket: number, data: ArrayBuffer): void;
Differences: function sppWrite(clientSocket: number, data: ArrayBuffer): void;
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: socket;
API declaration: function on(type: 'sppRead', clientSocket: number, callback: Callback<ArrayBuffer>): void;
Differences: function on(type: 'sppRead', clientSocket: number, callback: Callback<ArrayBuffer>): void;
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: socket;
API declaration: function off(type: 'sppRead', clientSocket: number, callback?: Callback<ArrayBuffer>): void;
Differences: function off(type: 'sppRead', clientSocket: number, callback?: Callback<ArrayBuffer>): void;
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: socket;
API declaration: interface SppOptions
Differences: interface SppOptions
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: SppOptions;
API declaration: uuid: string;
Differences: uuid: string;
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: SppOptions;
API declaration: secure: boolean;
Differences: secure: boolean;
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: SppOptions;
API declaration: type: SppType;
Differences: type: SppType;
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: socket;
API declaration: enum SppType
Differences: enum SppType
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: SppType;
API declaration: SPP_RFCOMM
Differences: SPP_RFCOMM
api/@ohos.bluetooth.socket.d.ts
New APINAClass name: global;
API declaration: declare namespace wearDetection
Differences: declare namespace wearDetection
api/@ohos.bluetooth.wearDetection.d.ts
New APINAClass name: global;
API declaration: declare namespace bluetoothManager
Differences: declare namespace bluetoothManager
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function getState(): BluetoothState;
Differences: function getState(): BluetoothState;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function getBtConnectionState(): ProfileConnectionState;
Differences: function getBtConnectionState(): ProfileConnectionState;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function pairDevice(deviceId: string): void;
Differences: function pairDevice(deviceId: string): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function getRemoteDeviceName(deviceId: string): string;
Differences: function getRemoteDeviceName(deviceId: string): string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function getRemoteDeviceClass(deviceId: string): DeviceClass;
Differences: function getRemoteDeviceClass(deviceId: string): DeviceClass;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function enableBluetooth(): void;
Differences: function enableBluetooth(): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function disableBluetooth(): void;
Differences: function disableBluetooth(): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function getLocalName(): string;
Differences: function getLocalName(): string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function getPairedDevices(): Array<string>;
Differences: function getPairedDevices(): Array<string>;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;
Differences: function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function setDevicePairingConfirmation(device: string, accept: boolean): void;
Differences: function setDevicePairingConfirmation(device: string, accept: boolean): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function setLocalName(name: string): void;
Differences: function setLocalName(name: string): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function setBluetoothScanMode(mode: ScanMode, duration: number): void;
Differences: function setBluetoothScanMode(mode: ScanMode, duration: number): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function getBluetoothScanMode(): ScanMode;
Differences: function getBluetoothScanMode(): ScanMode;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function startBluetoothDiscovery(): void;
Differences: function startBluetoothDiscovery(): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function stopBluetoothDiscovery(): void;
Differences: function stopBluetoothDiscovery(): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function on(type: 'bluetoothDeviceFind', callback: Callback<Array<string>>): void;
Differences: function on(type: 'bluetoothDeviceFind', callback: Callback<Array<string>>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function off(type: 'bluetoothDeviceFind', callback?: Callback<Array<string>>): void;
Differences: function off(type: 'bluetoothDeviceFind', callback?: Callback<Array<string>>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function on(type: 'bondStateChange', callback: Callback<BondStateParam>): void;
Differences: function on(type: 'bondStateChange', callback: Callback<BondStateParam>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function off(type: 'bondStateChange', callback?: Callback<BondStateParam>): void;
Differences: function off(type: 'bondStateChange', callback?: Callback<BondStateParam>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function on(type: 'pinRequired', callback: Callback<PinRequiredParam>): void;
Differences: function on(type: 'pinRequired', callback: Callback<PinRequiredParam>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function off(type: 'pinRequired', callback?: Callback<PinRequiredParam>): void;
Differences: function off(type: 'pinRequired', callback?: Callback<PinRequiredParam>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
Differences: function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
Differences: function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function sppListen(name: string, option: SppOption, callback: AsyncCallback<number>): void;
Differences: function sppListen(name: string, option: SppOption, callback: AsyncCallback<number>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function sppAccept(serverSocket: number, callback: AsyncCallback<number>): void;
Differences: function sppAccept(serverSocket: number, callback: AsyncCallback<number>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function sppConnect(device: string, option: SppOption, callback: AsyncCallback<number>): void;
Differences: function sppConnect(device: string, option: SppOption, callback: AsyncCallback<number>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function sppCloseServerSocket(socket: number): void;
Differences: function sppCloseServerSocket(socket: number): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function sppCloseClientSocket(socket: number): void;
Differences: function sppCloseClientSocket(socket: number): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function sppWrite(clientSocket: number, data: ArrayBuffer): void;
Differences: function sppWrite(clientSocket: number, data: ArrayBuffer): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function on(type: 'sppRead', clientSocket: number, callback: Callback<ArrayBuffer>): void;
Differences: function on(type: 'sppRead', clientSocket: number, callback: Callback<ArrayBuffer>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function off(type: 'sppRead', clientSocket: number, callback?: Callback<ArrayBuffer>): void;
Differences: function off(type: 'sppRead', clientSocket: number, callback?: Callback<ArrayBuffer>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: function getProfileInstance(profileId: ProfileId): A2dpSourceProfile |HandsFreeAudioGatewayProfile |HidHostProfile |PanProfile;
Differences: function getProfileInstance(profileId: ProfileId): A2dpSourceProfile |HandsFreeAudioGatewayProfile |HidHostProfile |PanProfile;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface BaseProfile
Differences: interface BaseProfile
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BaseProfile;
API declaration: getConnectionDevices(): Array<string>;
Differences: getConnectionDevices(): Array<string>;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BaseProfile;
API declaration: getDeviceState(device: string): ProfileConnectionState;
Differences: getDeviceState(device: string): ProfileConnectionState;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface A2dpSourceProfile
Differences: interface A2dpSourceProfile
api/@ohos.bluetoothManager.d.ts
New APINAClass name: A2dpSourceProfile;
API declaration: connect(device: string): void;
Differences: connect(device: string): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: A2dpSourceProfile;
API declaration: disconnect(device: string): void;
Differences: disconnect(device: string): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: A2dpSourceProfile;
API declaration: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Differences: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: A2dpSourceProfile;
API declaration: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Differences: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: A2dpSourceProfile;
API declaration: getPlayingState(device: string): PlayingState;
Differences: getPlayingState(device: string): PlayingState;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface HandsFreeAudioGatewayProfile
Differences: interface HandsFreeAudioGatewayProfile
api/@ohos.bluetoothManager.d.ts
New APINAClass name: HandsFreeAudioGatewayProfile;
API declaration: connect(device: string): void;
Differences: connect(device: string): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: HandsFreeAudioGatewayProfile;
API declaration: disconnect(device: string): void;
Differences: disconnect(device: string): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: HandsFreeAudioGatewayProfile;
API declaration: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Differences: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: HandsFreeAudioGatewayProfile;
API declaration: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Differences: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface HidHostProfile
Differences: interface HidHostProfile
api/@ohos.bluetoothManager.d.ts
New APINAClass name: HidHostProfile;
API declaration: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Differences: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: HidHostProfile;
API declaration: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Differences: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface PanProfile
Differences: interface PanProfile
api/@ohos.bluetoothManager.d.ts
New APINAClass name: PanProfile;
API declaration: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
Differences: on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: PanProfile;
API declaration: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
Differences: off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: namespace BLE
Differences: namespace BLE
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLE;
API declaration: function createGattServer(): GattServer;
Differences: function createGattServer(): GattServer;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLE;
API declaration: function createGattClientDevice(deviceId: string): GattClientDevice;
Differences: function createGattClientDevice(deviceId: string): GattClientDevice;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLE;
API declaration: function getConnectedBLEDevices(): Array<string>;
Differences: function getConnectedBLEDevices(): Array<string>;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLE;
API declaration: function startBLEScan(filters: Array<ScanFilter>, options?: ScanOptions): void;
Differences: function startBLEScan(filters: Array<ScanFilter>, options?: ScanOptions): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLE;
API declaration: function stopBLEScan(): void;
Differences: function stopBLEScan(): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLE;
API declaration: function on(type: 'BLEDeviceFind', callback: Callback<Array<ScanResult>>): void;
Differences: function on(type: 'BLEDeviceFind', callback: Callback<Array<ScanResult>>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLE;
API declaration: function off(type: 'BLEDeviceFind', callback?: Callback<Array<ScanResult>>): void;
Differences: function off(type: 'BLEDeviceFind', callback?: Callback<Array<ScanResult>>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface GattServer
Differences: interface GattServer
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
Differences: startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: stopAdvertising(): void;
Differences: stopAdvertising(): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: addService(service: GattService): void;
Differences: addService(service: GattService): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: removeService(serviceUuid: string): void;
Differences: removeService(serviceUuid: string): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: close(): void;
Differences: close(): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;
Differences: notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: sendResponse(serverResponse: ServerResponse): void;
Differences: sendResponse(serverResponse: ServerResponse): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'characteristicRead', callback: Callback<CharacteristicReadRequest>): void;
Differences: on(type: 'characteristicRead', callback: Callback<CharacteristicReadRequest>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'characteristicRead', callback?: Callback<CharacteristicReadRequest>): void;
Differences: off(type: 'characteristicRead', callback?: Callback<CharacteristicReadRequest>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'characteristicWrite', callback: Callback<CharacteristicWriteRequest>): void;
Differences: on(type: 'characteristicWrite', callback: Callback<CharacteristicWriteRequest>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'characteristicWrite', callback?: Callback<CharacteristicWriteRequest>): void;
Differences: off(type: 'characteristicWrite', callback?: Callback<CharacteristicWriteRequest>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'descriptorRead', callback: Callback<DescriptorReadRequest>): void;
Differences: on(type: 'descriptorRead', callback: Callback<DescriptorReadRequest>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'descriptorRead', callback?: Callback<DescriptorReadRequest>): void;
Differences: off(type: 'descriptorRead', callback?: Callback<DescriptorReadRequest>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'descriptorWrite', callback: Callback<DescriptorWriteRequest>): void;
Differences: on(type: 'descriptorWrite', callback: Callback<DescriptorWriteRequest>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'descriptorWrite', callback?: Callback<DescriptorWriteRequest>): void;
Differences: off(type: 'descriptorWrite', callback?: Callback<DescriptorWriteRequest>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: on(type: 'connectStateChange', callback: Callback<BLEConnectChangedState>): void;
Differences: on(type: 'connectStateChange', callback: Callback<BLEConnectChangedState>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattServer;
API declaration: off(type: 'connectStateChange', callback?: Callback<BLEConnectChangedState>): void;
Differences: off(type: 'connectStateChange', callback?: Callback<BLEConnectChangedState>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface GattClientDevice
Differences: interface GattClientDevice
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: connect(): void;
Differences: connect(): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: disconnect(): void;
Differences: disconnect(): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: close(): void;
Differences: close(): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: getDeviceName(callback: AsyncCallback<string>): void;
Differences: getDeviceName(callback: AsyncCallback<string>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: getDeviceName(): Promise<string>;
Differences: getDeviceName(): Promise<string>;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: getServices(callback: AsyncCallback<Array<GattService>>): void;
Differences: getServices(callback: AsyncCallback<Array<GattService>>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: getServices(): Promise<Array<GattService>>;
Differences: getServices(): Promise<Array<GattService>>;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
Differences: readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
Differences: readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
Differences: readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
Differences: readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: writeCharacteristicValue(characteristic: BLECharacteristic): void;
Differences: writeCharacteristicValue(characteristic: BLECharacteristic): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: writeDescriptorValue(descriptor: BLEDescriptor): void;
Differences: writeDescriptorValue(descriptor: BLEDescriptor): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: getRssiValue(callback: AsyncCallback<number>): void;
Differences: getRssiValue(callback: AsyncCallback<number>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: getRssiValue(): Promise<number>;
Differences: getRssiValue(): Promise<number>;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: setBLEMtuSize(mtu: number): void;
Differences: setBLEMtuSize(mtu: number): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;
Differences: setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: on(type: 'BLECharacteristicChange', callback: Callback<BLECharacteristic>): void;
Differences: on(type: 'BLECharacteristicChange', callback: Callback<BLECharacteristic>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: off(type: 'BLECharacteristicChange', callback?: Callback<BLECharacteristic>): void;
Differences: off(type: 'BLECharacteristicChange', callback?: Callback<BLECharacteristic>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: on(type: 'BLEConnectionStateChange', callback: Callback<BLEConnectChangedState>): void;
Differences: on(type: 'BLEConnectionStateChange', callback: Callback<BLEConnectChangedState>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattClientDevice;
API declaration: off(type: 'BLEConnectionStateChange', callback?: Callback<BLEConnectChangedState>): void;
Differences: off(type: 'BLEConnectionStateChange', callback?: Callback<BLEConnectChangedState>): void;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface GattService
Differences: interface GattService
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattService;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattService;
API declaration: isPrimary: boolean;
Differences: isPrimary: boolean;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattService;
API declaration: characteristics: Array<BLECharacteristic>;
Differences: characteristics: Array<BLECharacteristic>;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: GattService;
API declaration: includeServices?: Array<GattService>;
Differences: includeServices?: Array<GattService>;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface BLECharacteristic
Differences: interface BLECharacteristic
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLECharacteristic;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLECharacteristic;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLECharacteristic;
API declaration: characteristicValue: ArrayBuffer;
Differences: characteristicValue: ArrayBuffer;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLECharacteristic;
API declaration: descriptors: Array<BLEDescriptor>;
Differences: descriptors: Array<BLEDescriptor>;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface BLEDescriptor
Differences: interface BLEDescriptor
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLEDescriptor;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLEDescriptor;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLEDescriptor;
API declaration: descriptorUuid: string;
Differences: descriptorUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLEDescriptor;
API declaration: descriptorValue: ArrayBuffer;
Differences: descriptorValue: ArrayBuffer;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface NotifyCharacteristic
Differences: interface NotifyCharacteristic
api/@ohos.bluetoothManager.d.ts
New APINAClass name: NotifyCharacteristic;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: NotifyCharacteristic;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: NotifyCharacteristic;
API declaration: characteristicValue: ArrayBuffer;
Differences: characteristicValue: ArrayBuffer;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: NotifyCharacteristic;
API declaration: confirm: boolean;
Differences: confirm: boolean;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface CharacteristicReadRequest
Differences: interface CharacteristicReadRequest
api/@ohos.bluetoothManager.d.ts
New APINAClass name: CharacteristicReadRequest;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: CharacteristicReadRequest;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: CharacteristicReadRequest;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: CharacteristicReadRequest;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: CharacteristicReadRequest;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface CharacteristicWriteRequest
Differences: interface CharacteristicWriteRequest
api/@ohos.bluetoothManager.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: isPrep: boolean;
Differences: isPrep: boolean;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: needRsp: boolean;
Differences: needRsp: boolean;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: value: ArrayBuffer;
Differences: value: ArrayBuffer;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: CharacteristicWriteRequest;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface DescriptorReadRequest
Differences: interface DescriptorReadRequest
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorReadRequest;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorReadRequest;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorReadRequest;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorReadRequest;
API declaration: descriptorUuid: string;
Differences: descriptorUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorReadRequest;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorReadRequest;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface DescriptorWriteRequest
Differences: interface DescriptorWriteRequest
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: isPrep: boolean;
Differences: isPrep: boolean;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: needRsp: boolean;
Differences: needRsp: boolean;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: value: ArrayBuffer;
Differences: value: ArrayBuffer;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: descriptorUuid: string;
Differences: descriptorUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: characteristicUuid: string;
Differences: characteristicUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DescriptorWriteRequest;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface ServerResponse
Differences: interface ServerResponse
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ServerResponse;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ServerResponse;
API declaration: transId: number;
Differences: transId: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ServerResponse;
API declaration: status: number;
Differences: status: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ServerResponse;
API declaration: offset: number;
Differences: offset: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ServerResponse;
API declaration: value: ArrayBuffer;
Differences: value: ArrayBuffer;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface BLEConnectChangedState
Differences: interface BLEConnectChangedState
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLEConnectChangedState;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BLEConnectChangedState;
API declaration: state: ProfileConnectionState;
Differences: state: ProfileConnectionState;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface ScanResult
Differences: interface ScanResult
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanResult;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanResult;
API declaration: rssi: number;
Differences: rssi: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanResult;
API declaration: data: ArrayBuffer;
Differences: data: ArrayBuffer;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface AdvertiseSetting
Differences: interface AdvertiseSetting
api/@ohos.bluetoothManager.d.ts
New APINAClass name: AdvertiseSetting;
API declaration: interval?: number;
Differences: interval?: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: AdvertiseSetting;
API declaration: txPower?: number;
Differences: txPower?: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: AdvertiseSetting;
API declaration: connectable?: boolean;
Differences: connectable?: boolean;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface AdvertiseData
Differences: interface AdvertiseData
api/@ohos.bluetoothManager.d.ts
New APINAClass name: AdvertiseData;
API declaration: serviceUuids: Array<string>;
Differences: serviceUuids: Array<string>;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: AdvertiseData;
API declaration: manufactureData: Array<ManufactureData>;
Differences: manufactureData: Array<ManufactureData>;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: AdvertiseData;
API declaration: serviceData: Array<ServiceData>;
Differences: serviceData: Array<ServiceData>;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface ManufactureData
Differences: interface ManufactureData
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ManufactureData;
API declaration: manufactureId: number;
Differences: manufactureId: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ManufactureData;
API declaration: manufactureValue: ArrayBuffer;
Differences: manufactureValue: ArrayBuffer;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface ServiceData
Differences: interface ServiceData
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ServiceData;
API declaration: serviceUuid: string;
Differences: serviceUuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ServiceData;
API declaration: serviceValue: ArrayBuffer;
Differences: serviceValue: ArrayBuffer;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface ScanFilter
Differences: interface ScanFilter
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanFilter;
API declaration: deviceId?: string;
Differences: deviceId?: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanFilter;
API declaration: name?: string;
Differences: name?: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanFilter;
API declaration: serviceUuid?: string;
Differences: serviceUuid?: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanFilter;
API declaration: serviceUuidMask?: string;
Differences: serviceUuidMask?: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanFilter;
API declaration: serviceSolicitationUuid?: string;
Differences: serviceSolicitationUuid?: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanFilter;
API declaration: serviceSolicitationUuidMask?: string;
Differences: serviceSolicitationUuidMask?: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanFilter;
API declaration: serviceData?: ArrayBuffer;
Differences: serviceData?: ArrayBuffer;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanFilter;
API declaration: serviceDataMask?: ArrayBuffer;
Differences: serviceDataMask?: ArrayBuffer;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanFilter;
API declaration: manufactureId?: number;
Differences: manufactureId?: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanFilter;
API declaration: manufactureData?: ArrayBuffer;
Differences: manufactureData?: ArrayBuffer;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanFilter;
API declaration: manufactureDataMask?: ArrayBuffer;
Differences: manufactureDataMask?: ArrayBuffer;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface ScanOptions
Differences: interface ScanOptions
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanOptions;
API declaration: interval?: number;
Differences: interval?: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanOptions;
API declaration: dutyMode?: ScanDuty;
Differences: dutyMode?: ScanDuty;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanOptions;
API declaration: matchMode?: MatchMode;
Differences: matchMode?: MatchMode;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface SppOption
Differences: interface SppOption
api/@ohos.bluetoothManager.d.ts
New APINAClass name: SppOption;
API declaration: uuid: string;
Differences: uuid: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: SppOption;
API declaration: secure: boolean;
Differences: secure: boolean;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: SppOption;
API declaration: type: SppType;
Differences: type: SppType;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface PinRequiredParam
Differences: interface PinRequiredParam
api/@ohos.bluetoothManager.d.ts
New APINAClass name: PinRequiredParam;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: PinRequiredParam;
API declaration: pinCode: string;
Differences: pinCode: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface DeviceClass
Differences: interface DeviceClass
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DeviceClass;
API declaration: majorClass: MajorClass;
Differences: majorClass: MajorClass;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DeviceClass;
API declaration: majorMinorClass: MajorMinorClass;
Differences: majorMinorClass: MajorMinorClass;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: DeviceClass;
API declaration: classOfDevice: number;
Differences: classOfDevice: number;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface BondStateParam
Differences: interface BondStateParam
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BondStateParam;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BondStateParam;
API declaration: state: BondState;
Differences: state: BondState;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: interface StateChangeParam
Differences: interface StateChangeParam
api/@ohos.bluetoothManager.d.ts
New APINAClass name: StateChangeParam;
API declaration: deviceId: string;
Differences: deviceId: string;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: StateChangeParam;
API declaration: state: ProfileConnectionState;
Differences: state: ProfileConnectionState;
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: enum ScanDuty
Differences: enum ScanDuty
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanDuty;
API declaration: SCAN_MODE_LOW_POWER = 0
Differences: SCAN_MODE_LOW_POWER = 0
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanDuty;
API declaration: SCAN_MODE_BALANCED = 1
Differences: SCAN_MODE_BALANCED = 1
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanDuty;
API declaration: SCAN_MODE_LOW_LATENCY = 2
Differences: SCAN_MODE_LOW_LATENCY = 2
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: enum MatchMode
Differences: enum MatchMode
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MatchMode;
API declaration: MATCH_MODE_AGGRESSIVE = 1
Differences: MATCH_MODE_AGGRESSIVE = 1
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MatchMode;
API declaration: MATCH_MODE_STICKY = 2
Differences: MATCH_MODE_STICKY = 2
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: enum ProfileConnectionState
Differences: enum ProfileConnectionState
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ProfileConnectionState;
API declaration: STATE_DISCONNECTED = 0
Differences: STATE_DISCONNECTED = 0
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ProfileConnectionState;
API declaration: STATE_CONNECTING = 1
Differences: STATE_CONNECTING = 1
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ProfileConnectionState;
API declaration: STATE_CONNECTED = 2
Differences: STATE_CONNECTED = 2
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ProfileConnectionState;
API declaration: STATE_DISCONNECTING = 3
Differences: STATE_DISCONNECTING = 3
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: enum BluetoothState
Differences: enum BluetoothState
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_OFF = 0
Differences: STATE_OFF = 0
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_TURNING_ON = 1
Differences: STATE_TURNING_ON = 1
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_ON = 2
Differences: STATE_ON = 2
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_TURNING_OFF = 3
Differences: STATE_TURNING_OFF = 3
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_BLE_TURNING_ON = 4
Differences: STATE_BLE_TURNING_ON = 4
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_BLE_ON = 5
Differences: STATE_BLE_ON = 5
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BluetoothState;
API declaration: STATE_BLE_TURNING_OFF = 6
Differences: STATE_BLE_TURNING_OFF = 6
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: enum SppType
Differences: enum SppType
api/@ohos.bluetoothManager.d.ts
New APINAClass name: SppType;
API declaration: SPP_RFCOMM
Differences: SPP_RFCOMM
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: enum ScanMode
Differences: enum ScanMode
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_NONE = 0
Differences: SCAN_MODE_NONE = 0
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_CONNECTABLE = 1
Differences: SCAN_MODE_CONNECTABLE = 1
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_GENERAL_DISCOVERABLE = 2
Differences: SCAN_MODE_GENERAL_DISCOVERABLE = 2
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_LIMITED_DISCOVERABLE = 3
Differences: SCAN_MODE_LIMITED_DISCOVERABLE = 3
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4
Differences: SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ScanMode;
API declaration: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5
Differences: SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: enum BondState
Differences: enum BondState
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BondState;
API declaration: BOND_STATE_INVALID = 0
Differences: BOND_STATE_INVALID = 0
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BondState;
API declaration: BOND_STATE_BONDING = 1
Differences: BOND_STATE_BONDING = 1
api/@ohos.bluetoothManager.d.ts
New APINAClass name: BondState;
API declaration: BOND_STATE_BONDED = 2
Differences: BOND_STATE_BONDED = 2
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: enum MajorClass
Differences: enum MajorClass
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_MISC = 0x0000
Differences: MAJOR_MISC = 0x0000
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_COMPUTER = 0x0100
Differences: MAJOR_COMPUTER = 0x0100
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_PHONE = 0x0200
Differences: MAJOR_PHONE = 0x0200
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_NETWORKING = 0x0300
Differences: MAJOR_NETWORKING = 0x0300
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_AUDIO_VIDEO = 0x0400
Differences: MAJOR_AUDIO_VIDEO = 0x0400
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_PERIPHERAL = 0x0500
Differences: MAJOR_PERIPHERAL = 0x0500
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_IMAGING = 0x0600
Differences: MAJOR_IMAGING = 0x0600
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_WEARABLE = 0x0700
Differences: MAJOR_WEARABLE = 0x0700
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_TOY = 0x0800
Differences: MAJOR_TOY = 0x0800
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_HEALTH = 0x0900
Differences: MAJOR_HEALTH = 0x0900
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorClass;
API declaration: MAJOR_UNCATEGORIZED = 0x1F00
Differences: MAJOR_UNCATEGORIZED = 0x1F00
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: enum MajorMinorClass
Differences: enum MajorMinorClass
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_UNCATEGORIZED = 0x0100
Differences: COMPUTER_UNCATEGORIZED = 0x0100
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_DESKTOP = 0x0104
Differences: COMPUTER_DESKTOP = 0x0104
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_SERVER = 0x0108
Differences: COMPUTER_SERVER = 0x0108
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_LAPTOP = 0x010C
Differences: COMPUTER_LAPTOP = 0x010C
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_HANDHELD_PC_PDA = 0x0110
Differences: COMPUTER_HANDHELD_PC_PDA = 0x0110
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_PALM_SIZE_PC_PDA = 0x0114
Differences: COMPUTER_PALM_SIZE_PC_PDA = 0x0114
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_WEARABLE = 0x0118
Differences: COMPUTER_WEARABLE = 0x0118
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: COMPUTER_TABLET = 0x011C
Differences: COMPUTER_TABLET = 0x011C
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_UNCATEGORIZED = 0x0200
Differences: PHONE_UNCATEGORIZED = 0x0200
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_CELLULAR = 0x0204
Differences: PHONE_CELLULAR = 0x0204
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_CORDLESS = 0x0208
Differences: PHONE_CORDLESS = 0x0208
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_SMART = 0x020C
Differences: PHONE_SMART = 0x020C
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_MODEM_OR_GATEWAY = 0x0210
Differences: PHONE_MODEM_OR_GATEWAY = 0x0210
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PHONE_ISDN = 0x0214
Differences: PHONE_ISDN = 0x0214
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_FULLY_AVAILABLE = 0x0300
Differences: NETWORK_FULLY_AVAILABLE = 0x0300
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_1_TO_17_UTILIZED = 0x0320
Differences: NETWORK_1_TO_17_UTILIZED = 0x0320
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_17_TO_33_UTILIZED = 0x0340
Differences: NETWORK_17_TO_33_UTILIZED = 0x0340
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_33_TO_50_UTILIZED = 0x0360
Differences: NETWORK_33_TO_50_UTILIZED = 0x0360
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_60_TO_67_UTILIZED = 0x0380
Differences: NETWORK_60_TO_67_UTILIZED = 0x0380
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_67_TO_83_UTILIZED = 0x03A0
Differences: NETWORK_67_TO_83_UTILIZED = 0x03A0
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_83_TO_99_UTILIZED = 0x03C0
Differences: NETWORK_83_TO_99_UTILIZED = 0x03C0
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: NETWORK_NO_SERVICE = 0x03E0
Differences: NETWORK_NO_SERVICE = 0x03E0
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_UNCATEGORIZED = 0x0400
Differences: AUDIO_VIDEO_UNCATEGORIZED = 0x0400
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404
Differences: AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_HANDSFREE = 0x0408
Differences: AUDIO_VIDEO_HANDSFREE = 0x0408
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_MICROPHONE = 0x0410
Differences: AUDIO_VIDEO_MICROPHONE = 0x0410
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_LOUDSPEAKER = 0x0414
Differences: AUDIO_VIDEO_LOUDSPEAKER = 0x0414
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_HEADPHONES = 0x0418
Differences: AUDIO_VIDEO_HEADPHONES = 0x0418
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C
Differences: AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_CAR_AUDIO = 0x0420
Differences: AUDIO_VIDEO_CAR_AUDIO = 0x0420
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_SET_TOP_BOX = 0x0424
Differences: AUDIO_VIDEO_SET_TOP_BOX = 0x0424
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_HIFI_AUDIO = 0x0428
Differences: AUDIO_VIDEO_HIFI_AUDIO = 0x0428
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VCR = 0x042C
Differences: AUDIO_VIDEO_VCR = 0x042C
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430
Differences: AUDIO_VIDEO_VIDEO_CAMERA = 0x0430
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_CAMCORDER = 0x0434
Differences: AUDIO_VIDEO_CAMCORDER = 0x0434
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438
Differences: AUDIO_VIDEO_VIDEO_MONITOR = 0x0438
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C
Differences: AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440
Differences: AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448
Differences: AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500
Differences: PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_KEYBOARD = 0x0540
Differences: PERIPHERAL_KEYBOARD = 0x0540
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_POINTING_DEVICE = 0x0580
Differences: PERIPHERAL_POINTING_DEVICE = 0x0580
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_KEYBOARD_POINTING = 0x05C0
Differences: PERIPHERAL_KEYBOARD_POINTING = 0x05C0
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_UNCATEGORIZED = 0x0500
Differences: PERIPHERAL_UNCATEGORIZED = 0x0500
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_JOYSTICK = 0x0504
Differences: PERIPHERAL_JOYSTICK = 0x0504
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_GAMEPAD = 0x0508
Differences: PERIPHERAL_GAMEPAD = 0x0508
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_REMOTE_CONTROL = 0x05C0
Differences: PERIPHERAL_REMOTE_CONTROL = 0x05C0
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_SENSING_DEVICE = 0x0510
Differences: PERIPHERAL_SENSING_DEVICE = 0x0510
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_DIGITIZER_TABLET = 0x0514
Differences: PERIPHERAL_DIGITIZER_TABLET = 0x0514
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_CARD_READER = 0x0518
Differences: PERIPHERAL_CARD_READER = 0x0518
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_DIGITAL_PEN = 0x051C
Differences: PERIPHERAL_DIGITAL_PEN = 0x051C
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_SCANNER_RFID = 0x0520
Differences: PERIPHERAL_SCANNER_RFID = 0x0520
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: PERIPHERAL_GESTURAL_INPUT = 0x0522
Differences: PERIPHERAL_GESTURAL_INPUT = 0x0522
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_UNCATEGORIZED = 0x0600
Differences: IMAGING_UNCATEGORIZED = 0x0600
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_DISPLAY = 0x0610
Differences: IMAGING_DISPLAY = 0x0610
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_CAMERA = 0x0620
Differences: IMAGING_CAMERA = 0x0620
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_SCANNER = 0x0640
Differences: IMAGING_SCANNER = 0x0640
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: IMAGING_PRINTER = 0x0680
Differences: IMAGING_PRINTER = 0x0680
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_UNCATEGORIZED = 0x0700
Differences: WEARABLE_UNCATEGORIZED = 0x0700
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_WRIST_WATCH = 0x0704
Differences: WEARABLE_WRIST_WATCH = 0x0704
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_PAGER = 0x0708
Differences: WEARABLE_PAGER = 0x0708
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_JACKET = 0x070C
Differences: WEARABLE_JACKET = 0x070C
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_HELMET = 0x0710
Differences: WEARABLE_HELMET = 0x0710
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: WEARABLE_GLASSES = 0x0714
Differences: WEARABLE_GLASSES = 0x0714
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_UNCATEGORIZED = 0x0800
Differences: TOY_UNCATEGORIZED = 0x0800
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_ROBOT = 0x0804
Differences: TOY_ROBOT = 0x0804
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_VEHICLE = 0x0808
Differences: TOY_VEHICLE = 0x0808
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_DOLL_ACTION_FIGURE = 0x080C
Differences: TOY_DOLL_ACTION_FIGURE = 0x080C
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_CONTROLLER = 0x0810
Differences: TOY_CONTROLLER = 0x0810
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: TOY_GAME = 0x0814
Differences: TOY_GAME = 0x0814
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_UNCATEGORIZED = 0x0900
Differences: HEALTH_UNCATEGORIZED = 0x0900
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_BLOOD_PRESSURE = 0x0904
Differences: HEALTH_BLOOD_PRESSURE = 0x0904
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_THERMOMETER = 0x0908
Differences: HEALTH_THERMOMETER = 0x0908
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_WEIGHING = 0x090C
Differences: HEALTH_WEIGHING = 0x090C
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_GLUCOSE = 0x0910
Differences: HEALTH_GLUCOSE = 0x0910
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_PULSE_OXIMETER = 0x0914
Differences: HEALTH_PULSE_OXIMETER = 0x0914
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_PULSE_RATE = 0x0918
Differences: HEALTH_PULSE_RATE = 0x0918
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_DATA_DISPLAY = 0x091C
Differences: HEALTH_DATA_DISPLAY = 0x091C
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_STEP_COUNTER = 0x0920
Differences: HEALTH_STEP_COUNTER = 0x0920
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924
Differences: HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_PEAK_FLOW_MONITOR = 0x0928
Differences: HEALTH_PEAK_FLOW_MONITOR = 0x0928
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_MEDICATION_MONITOR = 0x092C
Differences: HEALTH_MEDICATION_MONITOR = 0x092C
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_KNEE_PROSTHESIS = 0x0930
Differences: HEALTH_KNEE_PROSTHESIS = 0x0930
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_ANKLE_PROSTHESIS = 0x0934
Differences: HEALTH_ANKLE_PROSTHESIS = 0x0934
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938
Differences: HEALTH_GENERIC_HEALTH_MANAGER = 0x0938
api/@ohos.bluetoothManager.d.ts
New APINAClass name: MajorMinorClass;
API declaration: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C
Differences: HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: enum PlayingState
Differences: enum PlayingState
api/@ohos.bluetoothManager.d.ts
New APINAClass name: PlayingState;
API declaration: STATE_NOT_PLAYING
Differences: STATE_NOT_PLAYING
api/@ohos.bluetoothManager.d.ts
New APINAClass name: PlayingState;
API declaration: STATE_PLAYING
Differences: STATE_PLAYING
api/@ohos.bluetoothManager.d.ts
New APINAClass name: bluetoothManager;
API declaration: enum ProfileId
Differences: enum ProfileId
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ProfileId;
API declaration: PROFILE_A2DP_SOURCE = 1
Differences: PROFILE_A2DP_SOURCE = 1
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ProfileId;
API declaration: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4
Differences: PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ProfileId;
API declaration: PROFILE_HID_HOST = 6
Differences: PROFILE_HID_HOST = 6
api/@ohos.bluetoothManager.d.ts
New APINAClass name: ProfileId;
API declaration: PROFILE_PAN_NETWORK = 7
Differences: PROFILE_PAN_NETWORK = 7
api/@ohos.bluetoothManager.d.ts
New APINAClass name: global;
API declaration: declare namespace connectedTag
Differences: declare namespace connectedTag
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: function init(): boolean;
Differences: function init(): boolean;
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: function initialize(): void;
Differences: function initialize(): void;
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: function uninit(): boolean;
Differences: function uninit(): boolean;
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: function uninitialize(): void;
Differences: function uninitialize(): void;
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: function readNdefTag(): Promise<string>;
Differences: function readNdefTag(): Promise<string>;
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: function readNdefTag(callback: AsyncCallback<string>): void;
Differences: function readNdefTag(callback: AsyncCallback<string>): void;
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: function read(): Promise<number[]>;
Differences: function read(): Promise<number[]>;
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: function read(callback: AsyncCallback<number[]>): void;
Differences: function read(callback: AsyncCallback<number[]>): void;
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: function writeNdefTag(data: string): Promise<void>;
Differences: function writeNdefTag(data: string): Promise<void>;
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: function writeNdefTag(data: string, callback: AsyncCallback<void>): void;
Differences: function writeNdefTag(data: string, callback: AsyncCallback<void>): void;
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: function write(data: number[]): Promise<void>;
Differences: function write(data: number[]): Promise<void>;
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: function write(data: number[], callback: AsyncCallback<void>): void;
Differences: function write(data: number[], callback: AsyncCallback<void>): void;
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: function on(type: 'notify', callback: Callback<number>): void;
Differences: function on(type: 'notify', callback: Callback<number>): void;
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: function off(type: 'notify', callback?: Callback<number>): void;
Differences: function off(type: 'notify', callback?: Callback<number>): void;
api/@ohos.connectedTag.d.ts
New APINAClass name: connectedTag;
API declaration: enum NfcRfType
Differences: enum NfcRfType
api/@ohos.connectedTag.d.ts
New APINAClass name: NfcRfType;
API declaration: NFC_RF_LEAVE = 0
Differences: NFC_RF_LEAVE = 0
api/@ohos.connectedTag.d.ts
New APINAClass name: NfcRfType;
API declaration: NFC_RF_ENTER = 1
Differences: NFC_RF_ENTER = 1
api/@ohos.connectedTag.d.ts
New APINAClass name: global;
API declaration: declare namespace cardEmulation
Differences: declare namespace cardEmulation
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: cardEmulation;
API declaration: enum FeatureType
Differences: enum FeatureType
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: FeatureType;
API declaration: HCE = 0
Differences: HCE = 0
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: FeatureType;
API declaration: UICC = 1
Differences: UICC = 1
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: FeatureType;
API declaration: ESE = 2
Differences: ESE = 2
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: cardEmulation;
API declaration: enum CardType
Differences: enum CardType
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: CardType;
API declaration: PAYMENT = 'payment'
Differences: PAYMENT = 'payment'
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: CardType;
API declaration: OTHER = 'other'
Differences: OTHER = 'other'
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: cardEmulation;
API declaration: function isSupported(feature: number): boolean;
Differences: function isSupported(feature: number): boolean;
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: cardEmulation;
API declaration: function hasHceCapability(): boolean;
Differences: function hasHceCapability(): boolean;
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: cardEmulation;
API declaration: function isDefaultService(elementName: ElementName, type: CardType): boolean;
Differences: function isDefaultService(elementName: ElementName, type: CardType): boolean;
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: cardEmulation;
API declaration: export class HceService
Differences: export class HceService
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: HceService;
API declaration: startHCE(aidList: string[]): boolean;
Differences: startHCE(aidList: string[]): boolean;
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: HceService;
API declaration: start(elementName: ElementName, aidList: string[]): void;
Differences: start(elementName: ElementName, aidList: string[]): void;
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: HceService;
API declaration: stopHCE(): boolean;
Differences: stopHCE(): boolean;
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: HceService;
API declaration: stop(elementName: ElementName): void;
Differences: stop(elementName: ElementName): void;
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: HceService;
API declaration: on(type: 'hceCmd', callback: AsyncCallback<number[]>): void;
Differences: on(type: 'hceCmd', callback: AsyncCallback<number[]>): void;
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: HceService;
API declaration: sendResponse(responseApdu: number[]): void;
Differences: sendResponse(responseApdu: number[]): void;
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: HceService;
API declaration: transmit(response: number[]): Promise<void>;
Differences: transmit(response: number[]): Promise<void>;
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: HceService;
API declaration: transmit(response: number[], callback: AsyncCallback<void>): void;
Differences: transmit(response: number[], callback: AsyncCallback<void>): void;
api/@ohos.nfc.cardEmulation.d.ts
New APINAClass name: global;
API declaration: declare namespace nfcController
Differences: declare namespace nfcController
api/@ohos.nfc.controller.d.ts
New APINAClass name: nfcController;
API declaration: enum NfcState
Differences: enum NfcState
api/@ohos.nfc.controller.d.ts
New APINAClass name: NfcState;
API declaration: STATE_OFF = 1
Differences: STATE_OFF = 1
api/@ohos.nfc.controller.d.ts
New APINAClass name: NfcState;
API declaration: STATE_TURNING_ON = 2
Differences: STATE_TURNING_ON = 2
api/@ohos.nfc.controller.d.ts
New APINAClass name: NfcState;
API declaration: STATE_ON = 3
Differences: STATE_ON = 3
api/@ohos.nfc.controller.d.ts
New APINAClass name: NfcState;
API declaration: STATE_TURNING_OFF = 4
Differences: STATE_TURNING_OFF = 4
api/@ohos.nfc.controller.d.ts
New APINAClass name: nfcController;
API declaration: function isNfcAvailable(): boolean;
Differences: function isNfcAvailable(): boolean;
api/@ohos.nfc.controller.d.ts
New APINAClass name: nfcController;
API declaration: function on(type: 'nfcStateChange', callback: Callback<NfcState>): void;
Differences: function on(type: 'nfcStateChange', callback: Callback<NfcState>): void;
api/@ohos.nfc.controller.d.ts
New APINAClass name: nfcController;
API declaration: function off(type: 'nfcStateChange', callback?: Callback<NfcState>): void;
Differences: function off(type: 'nfcStateChange', callback?: Callback<NfcState>): void;
api/@ohos.nfc.controller.d.ts
New APINAClass name: nfcController;
API declaration: function openNfc(): boolean;
Differences: function openNfc(): boolean;
api/@ohos.nfc.controller.d.ts
New APINAClass name: nfcController;
API declaration: function enableNfc(): void;
Differences: function enableNfc(): void;
api/@ohos.nfc.controller.d.ts
New APINAClass name: nfcController;
API declaration: function closeNfc(): boolean;
Differences: function closeNfc(): boolean;
api/@ohos.nfc.controller.d.ts
New APINAClass name: nfcController;
API declaration: function disableNfc(): void;
Differences: function disableNfc(): void;
api/@ohos.nfc.controller.d.ts
New APINAClass name: nfcController;
API declaration: function isNfcOpen(): boolean;
Differences: function isNfcOpen(): boolean;
api/@ohos.nfc.controller.d.ts
New APINAClass name: nfcController;
API declaration: function getNfcState(): NfcState;
Differences: function getNfcState(): NfcState;
api/@ohos.nfc.controller.d.ts
New APINAClass name: global;
API declaration: declare namespace tag
Differences: declare namespace tag
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: const NFC_A = 1;
Differences: const NFC_A = 1;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: const NFC_B = 2;
Differences: const NFC_B = 2;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: const ISO_DEP = 3;
Differences: const ISO_DEP = 3;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: const NFC_F = 4;
Differences: const NFC_F = 4;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: const NFC_V = 5;
Differences: const NFC_V = 5;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: const NDEF = 6;
Differences: const NDEF = 6;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: const NDEF_FORMATABLE = 7;
Differences: const NDEF_FORMATABLE = 7;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: const MIFARE_CLASSIC = 8;
Differences: const MIFARE_CLASSIC = 8;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: const MIFARE_ULTRALIGHT = 9;
Differences: const MIFARE_ULTRALIGHT = 9;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: enum TnfType
Differences: enum TnfType
api/@ohos.nfc.tag.d.ts
New APINAClass name: TnfType;
API declaration: TNF_EMPTY = 0x0
Differences: TNF_EMPTY = 0x0
api/@ohos.nfc.tag.d.ts
New APINAClass name: TnfType;
API declaration: TNF_WELL_KNOWN = 0x1
Differences: TNF_WELL_KNOWN = 0x1
api/@ohos.nfc.tag.d.ts
New APINAClass name: TnfType;
API declaration: TNF_MEDIA = 0x2
Differences: TNF_MEDIA = 0x2
api/@ohos.nfc.tag.d.ts
New APINAClass name: TnfType;
API declaration: TNF_ABSOLUTE_URI = 0x3
Differences: TNF_ABSOLUTE_URI = 0x3
api/@ohos.nfc.tag.d.ts
New APINAClass name: TnfType;
API declaration: TNF_EXT_APP = 0x4
Differences: TNF_EXT_APP = 0x4
api/@ohos.nfc.tag.d.ts
New APINAClass name: TnfType;
API declaration: TNF_UNKNOWN = 0x5
Differences: TNF_UNKNOWN = 0x5
api/@ohos.nfc.tag.d.ts
New APINAClass name: TnfType;
API declaration: TNF_UNCHANGED = 0x6
Differences: TNF_UNCHANGED = 0x6
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: enum NfcForumType
Differences: enum NfcForumType
api/@ohos.nfc.tag.d.ts
New APINAClass name: NfcForumType;
API declaration: NFC_FORUM_TYPE_1 = 1
Differences: NFC_FORUM_TYPE_1 = 1
api/@ohos.nfc.tag.d.ts
New APINAClass name: NfcForumType;
API declaration: NFC_FORUM_TYPE_2 = 2
Differences: NFC_FORUM_TYPE_2 = 2
api/@ohos.nfc.tag.d.ts
New APINAClass name: NfcForumType;
API declaration: NFC_FORUM_TYPE_3 = 3
Differences: NFC_FORUM_TYPE_3 = 3
api/@ohos.nfc.tag.d.ts
New APINAClass name: NfcForumType;
API declaration: NFC_FORUM_TYPE_4 = 4
Differences: NFC_FORUM_TYPE_4 = 4
api/@ohos.nfc.tag.d.ts
New APINAClass name: NfcForumType;
API declaration: MIFARE_CLASSIC = 101
Differences: MIFARE_CLASSIC = 101
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: const RTD_TEXT: number[];
Differences: const RTD_TEXT: number[];
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: const RTD_URI: number[];
Differences: const RTD_URI: number[];
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: enum MifareClassicType
Differences: enum MifareClassicType
api/@ohos.nfc.tag.d.ts
New APINAClass name: MifareClassicType;
API declaration: TYPE_UNKNOWN = 0
Differences: TYPE_UNKNOWN = 0
api/@ohos.nfc.tag.d.ts
New APINAClass name: MifareClassicType;
API declaration: TYPE_CLASSIC = 1
Differences: TYPE_CLASSIC = 1
api/@ohos.nfc.tag.d.ts
New APINAClass name: MifareClassicType;
API declaration: TYPE_PLUS = 2
Differences: TYPE_PLUS = 2
api/@ohos.nfc.tag.d.ts
New APINAClass name: MifareClassicType;
API declaration: TYPE_PRO = 3
Differences: TYPE_PRO = 3
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: enum MifareClassicSize
Differences: enum MifareClassicSize
api/@ohos.nfc.tag.d.ts
New APINAClass name: MifareClassicSize;
API declaration: MC_SIZE_MINI = 320
Differences: MC_SIZE_MINI = 320
api/@ohos.nfc.tag.d.ts
New APINAClass name: MifareClassicSize;
API declaration: MC_SIZE_1K = 1024
Differences: MC_SIZE_1K = 1024
api/@ohos.nfc.tag.d.ts
New APINAClass name: MifareClassicSize;
API declaration: MC_SIZE_2K = 2048
Differences: MC_SIZE_2K = 2048
api/@ohos.nfc.tag.d.ts
New APINAClass name: MifareClassicSize;
API declaration: MC_SIZE_4K = 4096
Differences: MC_SIZE_4K = 4096
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: enum MifareUltralightType
Differences: enum MifareUltralightType
api/@ohos.nfc.tag.d.ts
New APINAClass name: MifareUltralightType;
API declaration: TYPE_UNKNOWN = 0
Differences: TYPE_UNKNOWN = 0
api/@ohos.nfc.tag.d.ts
New APINAClass name: MifareUltralightType;
API declaration: TYPE_ULTRALIGHT = 1
Differences: TYPE_ULTRALIGHT = 1
api/@ohos.nfc.tag.d.ts
New APINAClass name: MifareUltralightType;
API declaration: TYPE_ULTRALIGHT_C = 2
Differences: TYPE_ULTRALIGHT_C = 2
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function getNfcATag(tagInfo: TagInfo): NfcATag;
Differences: function getNfcATag(tagInfo: TagInfo): NfcATag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function getNfcA(tagInfo: TagInfo): NfcATag;
Differences: function getNfcA(tagInfo: TagInfo): NfcATag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function getNfcBTag(tagInfo: TagInfo): NfcBTag;
Differences: function getNfcBTag(tagInfo: TagInfo): NfcBTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function getNfcB(tagInfo: TagInfo): NfcBTag;
Differences: function getNfcB(tagInfo: TagInfo): NfcBTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function getNfcFTag(tagInfo: TagInfo): NfcFTag;
Differences: function getNfcFTag(tagInfo: TagInfo): NfcFTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function getNfcF(tagInfo: TagInfo): NfcFTag;
Differences: function getNfcF(tagInfo: TagInfo): NfcFTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function getNfcVTag(tagInfo: TagInfo): NfcVTag;
Differences: function getNfcVTag(tagInfo: TagInfo): NfcVTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function getNfcV(tagInfo: TagInfo): NfcVTag;
Differences: function getNfcV(tagInfo: TagInfo): NfcVTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function getIsoDep(tagInfo: TagInfo): IsoDepTag;
Differences: function getIsoDep(tagInfo: TagInfo): IsoDepTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function getNdef(tagInfo: TagInfo): NdefTag;
Differences: function getNdef(tagInfo: TagInfo): NdefTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function getMifareClassic(tagInfo: TagInfo): MifareClassicTag;
Differences: function getMifareClassic(tagInfo: TagInfo): MifareClassicTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function getMifareUltralight(tagInfo: TagInfo): MifareUltralightTag;
Differences: function getMifareUltralight(tagInfo: TagInfo): MifareUltralightTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function getNdefFormatable(tagInfo: TagInfo): NdefFormatableTag;
Differences: function getNdefFormatable(tagInfo: TagInfo): NdefFormatableTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function getTagInfo(want: Want): TagInfo;
Differences: function getTagInfo(want: Want): TagInfo;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function registerForegroundDispatch(elementName: ElementName, discTech: number[], callback: AsyncCallback<TagInfo>): void;
Differences: function registerForegroundDispatch(elementName: ElementName, discTech: number[], callback: AsyncCallback<TagInfo>): void;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function unregisterForegroundDispatch(elementName: ElementName): void;
Differences: function unregisterForegroundDispatch(elementName: ElementName): void;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function on(type: 'readerMode', elementName: ElementName, discTech: number[], callback: AsyncCallback<TagInfo>): void;
Differences: function on(type: 'readerMode', elementName: ElementName, discTech: number[], callback: AsyncCallback<TagInfo>): void;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: function off(type: 'readerMode', elementName: ElementName, callback?: AsyncCallback<TagInfo>): void;
Differences: function off(type: 'readerMode', elementName: ElementName, callback?: AsyncCallback<TagInfo>): void;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: export interface TagInfo
Differences: export interface TagInfo
api/@ohos.nfc.tag.d.ts
New APINAClass name: TagInfo;
API declaration: uid: number[];
Differences: uid: number[];
api/@ohos.nfc.tag.d.ts
New APINAClass name: TagInfo;
API declaration: technology: number[];
Differences: technology: number[];
api/@ohos.nfc.tag.d.ts
New APINAClass name: TagInfo;
API declaration: supportedProfiles: number[];
Differences: supportedProfiles: number[];
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: export interface NdefRecord
Differences: export interface NdefRecord
api/@ohos.nfc.tag.d.ts
New APINAClass name: NdefRecord;
API declaration: tnf: number;
Differences: tnf: number;
api/@ohos.nfc.tag.d.ts
New APINAClass name: NdefRecord;
API declaration: rtdType: number[];
Differences: rtdType: number[];
api/@ohos.nfc.tag.d.ts
New APINAClass name: NdefRecord;
API declaration: id: number[];
Differences: id: number[];
api/@ohos.nfc.tag.d.ts
New APINAClass name: NdefRecord;
API declaration: payload: number[];
Differences: payload: number[];
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: namespace ndef
Differences: namespace ndef
api/@ohos.nfc.tag.d.ts
New APINAClass name: ndef;
API declaration: function makeUriRecord(uri: string): NdefRecord;
Differences: function makeUriRecord(uri: string): NdefRecord;
api/@ohos.nfc.tag.d.ts
New APINAClass name: ndef;
API declaration: function makeTextRecord(text: string, locale: string): NdefRecord;
Differences: function makeTextRecord(text: string, locale: string): NdefRecord;
api/@ohos.nfc.tag.d.ts
New APINAClass name: ndef;
API declaration: function makeMimeRecord(mimeType: string, mimeData: number[]): NdefRecord;
Differences: function makeMimeRecord(mimeType: string, mimeData: number[]): NdefRecord;
api/@ohos.nfc.tag.d.ts
New APINAClass name: ndef;
API declaration: function makeExternalRecord(domainName: string, type: string, externalData: number[]): NdefRecord;
Differences: function makeExternalRecord(domainName: string, type: string, externalData: number[]): NdefRecord;
api/@ohos.nfc.tag.d.ts
New APINAClass name: ndef;
API declaration: function createNdefMessage(data: number[]): NdefMessage;
Differences: function createNdefMessage(data: number[]): NdefMessage;
api/@ohos.nfc.tag.d.ts
New APINAClass name: ndef;
API declaration: function createNdefMessage(ndefRecords: NdefRecord[]): NdefMessage;
Differences: function createNdefMessage(ndefRecords: NdefRecord[]): NdefMessage;
api/@ohos.nfc.tag.d.ts
New APINAClass name: ndef;
API declaration: function messageToBytes(ndefMessage: NdefMessage): number[];
Differences: function messageToBytes(ndefMessage: NdefMessage): number[];
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: export type NfcATag = _NfcATag;
Differences: export type NfcATag = _NfcATag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: export type NfcBTag = _NfcBTag;
Differences: export type NfcBTag = _NfcBTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: export type NfcFTag = _NfcFTag;
Differences: export type NfcFTag = _NfcFTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: export type NfcVTag = _NfcVTag;
Differences: export type NfcVTag = _NfcVTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: export type IsoDepTag = _IsoDepTag;
Differences: export type IsoDepTag = _IsoDepTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: export type NdefTag = _NdefTag;
Differences: export type NdefTag = _NdefTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: export type MifareClassicTag = _MifareClassicTag;
Differences: export type MifareClassicTag = _MifareClassicTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: export type MifareUltralightTag = _MifareUltralightTag;
Differences: export type MifareUltralightTag = _MifareUltralightTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: export type NdefFormatableTag = _NdefFormatableTag;
Differences: export type NdefFormatableTag = _NdefFormatableTag;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: export type NdefMessage = _NdefMessage;
Differences: export type NdefMessage = _NdefMessage;
api/@ohos.nfc.tag.d.ts
New APINAClass name: tag;
API declaration: export type TagSession = _TagSession;
Differences: export type TagSession = _TagSession;
api/@ohos.nfc.tag.d.ts
New APINAClass name: global;
API declaration: declare namespace omapi
Differences: declare namespace omapi
api/@ohos.secureElement.d.ts
New APINAClass name: omapi;
API declaration: function newSEService(type: 'serviceState', callback: Callback<ServiceState>): SEService;
Differences: function newSEService(type: 'serviceState', callback: Callback<ServiceState>): SEService;
api/@ohos.secureElement.d.ts
New APINAClass name: omapi;
API declaration: export interface SEService
Differences: export interface SEService
api/@ohos.secureElement.d.ts
New APINAClass name: SEService;
API declaration: getReaders(): Reader[];
Differences: getReaders(): Reader[];
api/@ohos.secureElement.d.ts
New APINAClass name: SEService;
API declaration: isConnected(): boolean;
Differences: isConnected(): boolean;
api/@ohos.secureElement.d.ts
New APINAClass name: SEService;
API declaration: shutdown(): void;
Differences: shutdown(): void;
api/@ohos.secureElement.d.ts
New APINAClass name: SEService;
API declaration: getVersion(): string;
Differences: getVersion(): string;
api/@ohos.secureElement.d.ts
New APINAClass name: omapi;
API declaration: export interface Reader
Differences: export interface Reader
api/@ohos.secureElement.d.ts
New APINAClass name: Reader;
API declaration: getName(): string;
Differences: getName(): string;
api/@ohos.secureElement.d.ts
New APINAClass name: Reader;
API declaration: isSecureElementPresent(): boolean;
Differences: isSecureElementPresent(): boolean;
api/@ohos.secureElement.d.ts
New APINAClass name: Reader;
API declaration: openSession(): Session;
Differences: openSession(): Session;
api/@ohos.secureElement.d.ts
New APINAClass name: Reader;
API declaration: closeSessions(): void;
Differences: closeSessions(): void;
api/@ohos.secureElement.d.ts
New APINAClass name: omapi;
API declaration: export interface Session
Differences: export interface Session
api/@ohos.secureElement.d.ts
New APINAClass name: Session;
API declaration: getReader(): Reader;
Differences: getReader(): Reader;
api/@ohos.secureElement.d.ts
New APINAClass name: Session;
API declaration: getATR(): number[];
Differences: getATR(): number[];
api/@ohos.secureElement.d.ts
New APINAClass name: Session;
API declaration: close(): void;
Differences: close(): void;
api/@ohos.secureElement.d.ts
New APINAClass name: Session;
API declaration: isClosed(): boolean;
Differences: isClosed(): boolean;
api/@ohos.secureElement.d.ts
New APINAClass name: Session;
API declaration: closeChannels(): void;
Differences: closeChannels(): void;
api/@ohos.secureElement.d.ts
New APINAClass name: Session;
API declaration: openBasicChannel(aid: number[]): Promise<Channel>;
Differences: openBasicChannel(aid: number[]): Promise<Channel>;
api/@ohos.secureElement.d.ts
New APINAClass name: Session;
API declaration: openBasicChannel(aid: number[], callback: AsyncCallback<Channel>): void;
Differences: openBasicChannel(aid: number[], callback: AsyncCallback<Channel>): void;
api/@ohos.secureElement.d.ts
New APINAClass name: Session;
API declaration: openBasicChannel(aid: number[], p2: number): Promise<Channel>;
Differences: openBasicChannel(aid: number[], p2: number): Promise<Channel>;
api/@ohos.secureElement.d.ts
New APINAClass name: Session;
API declaration: openBasicChannel(aid: number[], p2: number, callback: AsyncCallback<Channel>): void;
Differences: openBasicChannel(aid: number[], p2: number, callback: AsyncCallback<Channel>): void;
api/@ohos.secureElement.d.ts
New APINAClass name: Session;
API declaration: openLogicalChannel(aid: number[]): Promise<Channel>;
Differences: openLogicalChannel(aid: number[]): Promise<Channel>;
api/@ohos.secureElement.d.ts
New APINAClass name: Session;
API declaration: openLogicalChannel(aid: number[], callback: AsyncCallback<Channel>): void;
Differences: openLogicalChannel(aid: number[], callback: AsyncCallback<Channel>): void;
api/@ohos.secureElement.d.ts
New APINAClass name: Session;
API declaration: openLogicalChannel(aid: number[], p2: number): Promise<Channel>;
Differences: openLogicalChannel(aid: number[], p2: number): Promise<Channel>;
api/@ohos.secureElement.d.ts
New APINAClass name: Session;
API declaration: openLogicalChannel(aid: number[], p2: number, callback: AsyncCallback<Channel>): void;
Differences: openLogicalChannel(aid: number[], p2: number, callback: AsyncCallback<Channel>): void;
api/@ohos.secureElement.d.ts
New APINAClass name: omapi;
API declaration: export interface Channel
Differences: export interface Channel
api/@ohos.secureElement.d.ts
New APINAClass name: Channel;
API declaration: getSession(): Session;
Differences: getSession(): Session;
api/@ohos.secureElement.d.ts
New APINAClass name: Channel;
API declaration: close(): void;
Differences: close(): void;
api/@ohos.secureElement.d.ts
New APINAClass name: Channel;
API declaration: isBasicChannel(): boolean;
Differences: isBasicChannel(): boolean;
api/@ohos.secureElement.d.ts
New APINAClass name: Channel;
API declaration: isClosed(): boolean;
Differences: isClosed(): boolean;
api/@ohos.secureElement.d.ts
New APINAClass name: Channel;
API declaration: getSelectResponse(): number[];
Differences: getSelectResponse(): number[];
api/@ohos.secureElement.d.ts
New APINAClass name: Channel;
API declaration: transmit(command: number[]): Promise<number[]>;
Differences: transmit(command: number[]): Promise<number[]>;
api/@ohos.secureElement.d.ts
New APINAClass name: Channel;
API declaration: transmit(command: number[], callback: AsyncCallback<number[]>): void;
Differences: transmit(command: number[], callback: AsyncCallback<number[]>): void;
api/@ohos.secureElement.d.ts
New APINAClass name: omapi;
API declaration: enum ServiceState
Differences: enum ServiceState
api/@ohos.secureElement.d.ts
New APINAClass name: ServiceState;
API declaration: DISCONNECTED = 0
Differences: DISCONNECTED = 0
api/@ohos.secureElement.d.ts
New APINAClass name: ServiceState;
API declaration: CONNECTED = 1
Differences: CONNECTED = 1
api/@ohos.secureElement.d.ts
New APINAClass name: global;
API declaration: declare namespace wifi
Differences: declare namespace wifi
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function isWifiActive(): boolean;
Differences: function isWifiActive(): boolean;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function scan(): boolean;
Differences: function scan(): boolean;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function getScanInfos(): Promise<Array<WifiScanInfo>>;
Differences: function getScanInfos(): Promise<Array<WifiScanInfo>>;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function getScanInfos(callback: AsyncCallback<Array<WifiScanInfo>>): void;
Differences: function getScanInfos(callback: AsyncCallback<Array<WifiScanInfo>>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function addUntrustedConfig(config: WifiDeviceConfig): Promise<boolean>;
Differences: function addUntrustedConfig(config: WifiDeviceConfig): Promise<boolean>;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback<boolean>): void;
Differences: function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback<boolean>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function removeUntrustedConfig(config: WifiDeviceConfig): Promise<boolean>;
Differences: function removeUntrustedConfig(config: WifiDeviceConfig): Promise<boolean>;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback<boolean>): void;
Differences: function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback<boolean>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function getSignalLevel(rssi: number, band: number): number;
Differences: function getSignalLevel(rssi: number, band: number): number;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function getLinkedInfo(): Promise<WifiLinkedInfo>;
Differences: function getLinkedInfo(): Promise<WifiLinkedInfo>;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function getLinkedInfo(callback: AsyncCallback<WifiLinkedInfo>): void;
Differences: function getLinkedInfo(callback: AsyncCallback<WifiLinkedInfo>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function isConnected(): boolean;
Differences: function isConnected(): boolean;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function isFeatureSupported(featureId: number): boolean;
Differences: function isFeatureSupported(featureId: number): boolean;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function getIpInfo(): IpInfo;
Differences: function getIpInfo(): IpInfo;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function getCountryCode(): string;
Differences: function getCountryCode(): string;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function getP2pLinkedInfo(): Promise<WifiP2pLinkedInfo>;
Differences: function getP2pLinkedInfo(): Promise<WifiP2pLinkedInfo>;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function getP2pLinkedInfo(callback: AsyncCallback<WifiP2pLinkedInfo>): void;
Differences: function getP2pLinkedInfo(callback: AsyncCallback<WifiP2pLinkedInfo>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function getCurrentGroup(): Promise<WifiP2pGroupInfo>;
Differences: function getCurrentGroup(): Promise<WifiP2pGroupInfo>;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function getCurrentGroup(callback: AsyncCallback<WifiP2pGroupInfo>): void;
Differences: function getCurrentGroup(callback: AsyncCallback<WifiP2pGroupInfo>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function getP2pPeerDevices(): Promise<WifiP2pDevice[]>;
Differences: function getP2pPeerDevices(): Promise<WifiP2pDevice[]>;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function getP2pPeerDevices(callback: AsyncCallback<WifiP2pDevice[]>): void;
Differences: function getP2pPeerDevices(callback: AsyncCallback<WifiP2pDevice[]>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function createGroup(config: WifiP2PConfig): boolean;
Differences: function createGroup(config: WifiP2PConfig): boolean;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function removeGroup(): boolean;
Differences: function removeGroup(): boolean;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function p2pConnect(config: WifiP2PConfig): boolean;
Differences: function p2pConnect(config: WifiP2PConfig): boolean;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function p2pCancelConnect(): boolean;
Differences: function p2pCancelConnect(): boolean;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function startDiscoverDevices(): boolean;
Differences: function startDiscoverDevices(): boolean;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function stopDiscoverDevices(): boolean;
Differences: function stopDiscoverDevices(): boolean;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function on(type: 'wifiStateChange', callback: Callback<number>): void;
Differences: function on(type: 'wifiStateChange', callback: Callback<number>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function off(type: 'wifiStateChange', callback?: Callback<number>): void;
Differences: function off(type: 'wifiStateChange', callback?: Callback<number>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function on(type: 'wifiConnectionChange', callback: Callback<number>): void;
Differences: function on(type: 'wifiConnectionChange', callback: Callback<number>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function off(type: 'wifiConnectionChange', callback?: Callback<number>): void;
Differences: function off(type: 'wifiConnectionChange', callback?: Callback<number>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function on(type: 'wifiScanStateChange', callback: Callback<number>): void;
Differences: function on(type: 'wifiScanStateChange', callback: Callback<number>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function off(type: 'wifiScanStateChange', callback?: Callback<number>): void;
Differences: function off(type: 'wifiScanStateChange', callback?: Callback<number>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function on(type: 'wifiRssiChange', callback: Callback<number>): void;
Differences: function on(type: 'wifiRssiChange', callback: Callback<number>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function off(type: 'wifiRssiChange', callback?: Callback<number>): void;
Differences: function off(type: 'wifiRssiChange', callback?: Callback<number>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function on(type: 'hotspotStateChange', callback: Callback<number>): void;
Differences: function on(type: 'hotspotStateChange', callback: Callback<number>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function off(type: 'hotspotStateChange', callback?: Callback<number>): void;
Differences: function off(type: 'hotspotStateChange', callback?: Callback<number>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function on(type: 'p2pStateChange', callback: Callback<number>): void;
Differences: function on(type: 'p2pStateChange', callback: Callback<number>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function off(type: 'p2pStateChange', callback?: Callback<number>): void;
Differences: function off(type: 'p2pStateChange', callback?: Callback<number>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function on(type: 'p2pConnectionChange', callback: Callback<WifiP2pLinkedInfo>): void;
Differences: function on(type: 'p2pConnectionChange', callback: Callback<WifiP2pLinkedInfo>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function off(type: 'p2pConnectionChange', callback?: Callback<WifiP2pLinkedInfo>): void;
Differences: function off(type: 'p2pConnectionChange', callback?: Callback<WifiP2pLinkedInfo>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function on(type: 'p2pDeviceChange', callback: Callback<WifiP2pDevice>): void;
Differences: function on(type: 'p2pDeviceChange', callback: Callback<WifiP2pDevice>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function off(type: 'p2pDeviceChange', callback?: Callback<WifiP2pDevice>): void;
Differences: function off(type: 'p2pDeviceChange', callback?: Callback<WifiP2pDevice>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function on(type: 'p2pPeerDeviceChange', callback: Callback<WifiP2pDevice[]>): void;
Differences: function on(type: 'p2pPeerDeviceChange', callback: Callback<WifiP2pDevice[]>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function off(type: 'p2pPeerDeviceChange', callback?: Callback<WifiP2pDevice[]>): void;
Differences: function off(type: 'p2pPeerDeviceChange', callback?: Callback<WifiP2pDevice[]>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function on(type: 'p2pPersistentGroupChange', callback: Callback<void>): void;
Differences: function on(type: 'p2pPersistentGroupChange', callback: Callback<void>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function off(type: 'p2pPersistentGroupChange', callback?: Callback<void>): void;
Differences: function off(type: 'p2pPersistentGroupChange', callback?: Callback<void>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function on(type: 'p2pDiscoveryChange', callback: Callback<number>): void;
Differences: function on(type: 'p2pDiscoveryChange', callback: Callback<number>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: function off(type: 'p2pDiscoveryChange', callback?: Callback<number>): void;
Differences: function off(type: 'p2pDiscoveryChange', callback?: Callback<number>): void;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: interface WifiDeviceConfig
Differences: interface WifiDeviceConfig
api/@ohos.wifi.d.ts
New APINAClass name: WifiDeviceConfig;
API declaration: ssid: string;
Differences: ssid: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiDeviceConfig;
API declaration: bssid: string;
Differences: bssid: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiDeviceConfig;
API declaration: preSharedKey: string;
Differences: preSharedKey: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiDeviceConfig;
API declaration: isHiddenSsid: boolean;
Differences: isHiddenSsid: boolean;
api/@ohos.wifi.d.ts
New APINAClass name: WifiDeviceConfig;
API declaration: securityType: WifiSecurityType;
Differences: securityType: WifiSecurityType;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: interface WifiScanInfo
Differences: interface WifiScanInfo
api/@ohos.wifi.d.ts
New APINAClass name: WifiScanInfo;
API declaration: ssid: string;
Differences: ssid: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiScanInfo;
API declaration: bssid: string;
Differences: bssid: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiScanInfo;
API declaration: capabilities: string;
Differences: capabilities: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiScanInfo;
API declaration: securityType: WifiSecurityType;
Differences: securityType: WifiSecurityType;
api/@ohos.wifi.d.ts
New APINAClass name: WifiScanInfo;
API declaration: rssi: number;
Differences: rssi: number;
api/@ohos.wifi.d.ts
New APINAClass name: WifiScanInfo;
API declaration: band: number;
Differences: band: number;
api/@ohos.wifi.d.ts
New APINAClass name: WifiScanInfo;
API declaration: frequency: number;
Differences: frequency: number;
api/@ohos.wifi.d.ts
New APINAClass name: WifiScanInfo;
API declaration: channelWidth: number;
Differences: channelWidth: number;
api/@ohos.wifi.d.ts
New APINAClass name: WifiScanInfo;
API declaration: timestamp: number;
Differences: timestamp: number;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: enum WifiSecurityType
Differences: enum WifiSecurityType
api/@ohos.wifi.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_INVALID = 0
Differences: WIFI_SEC_TYPE_INVALID = 0
api/@ohos.wifi.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_OPEN = 1
Differences: WIFI_SEC_TYPE_OPEN = 1
api/@ohos.wifi.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_WEP = 2
Differences: WIFI_SEC_TYPE_WEP = 2
api/@ohos.wifi.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_PSK = 3
Differences: WIFI_SEC_TYPE_PSK = 3
api/@ohos.wifi.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_SAE = 4
Differences: WIFI_SEC_TYPE_SAE = 4
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: interface WifiLinkedInfo
Differences: interface WifiLinkedInfo
api/@ohos.wifi.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: ssid: string;
Differences: ssid: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: bssid: string;
Differences: bssid: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: rssi: number;
Differences: rssi: number;
api/@ohos.wifi.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: band: number;
Differences: band: number;
api/@ohos.wifi.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: linkSpeed: number;
Differences: linkSpeed: number;
api/@ohos.wifi.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: frequency: number;
Differences: frequency: number;
api/@ohos.wifi.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: isHidden: boolean;
Differences: isHidden: boolean;
api/@ohos.wifi.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: isRestricted: boolean;
Differences: isRestricted: boolean;
api/@ohos.wifi.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: macAddress: string;
Differences: macAddress: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: ipAddress: number;
Differences: ipAddress: number;
api/@ohos.wifi.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: connState: ConnState;
Differences: connState: ConnState;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: interface IpInfo
Differences: interface IpInfo
api/@ohos.wifi.d.ts
New APINAClass name: IpInfo;
API declaration: ipAddress: number;
Differences: ipAddress: number;
api/@ohos.wifi.d.ts
New APINAClass name: IpInfo;
API declaration: gateway: number;
Differences: gateway: number;
api/@ohos.wifi.d.ts
New APINAClass name: IpInfo;
API declaration: netmask: number;
Differences: netmask: number;
api/@ohos.wifi.d.ts
New APINAClass name: IpInfo;
API declaration: primaryDns: number;
Differences: primaryDns: number;
api/@ohos.wifi.d.ts
New APINAClass name: IpInfo;
API declaration: secondDns: number;
Differences: secondDns: number;
api/@ohos.wifi.d.ts
New APINAClass name: IpInfo;
API declaration: serverIp: number;
Differences: serverIp: number;
api/@ohos.wifi.d.ts
New APINAClass name: IpInfo;
API declaration: leaseDuration: number;
Differences: leaseDuration: number;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: export enum ConnState
Differences: export enum ConnState
api/@ohos.wifi.d.ts
New APINAClass name: ConnState;
API declaration: SCANNING
Differences: SCANNING
api/@ohos.wifi.d.ts
New APINAClass name: ConnState;
API declaration: CONNECTING
Differences: CONNECTING
api/@ohos.wifi.d.ts
New APINAClass name: ConnState;
API declaration: AUTHENTICATING
Differences: AUTHENTICATING
api/@ohos.wifi.d.ts
New APINAClass name: ConnState;
API declaration: OBTAINING_IPADDR
Differences: OBTAINING_IPADDR
api/@ohos.wifi.d.ts
New APINAClass name: ConnState;
API declaration: CONNECTED
Differences: CONNECTED
api/@ohos.wifi.d.ts
New APINAClass name: ConnState;
API declaration: DISCONNECTING
Differences: DISCONNECTING
api/@ohos.wifi.d.ts
New APINAClass name: ConnState;
API declaration: DISCONNECTED
Differences: DISCONNECTED
api/@ohos.wifi.d.ts
New APINAClass name: ConnState;
API declaration: UNKNOWN
Differences: UNKNOWN
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: interface WifiP2pDevice
Differences: interface WifiP2pDevice
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pDevice;
API declaration: deviceName: string;
Differences: deviceName: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pDevice;
API declaration: deviceAddress: string;
Differences: deviceAddress: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pDevice;
API declaration: primaryDeviceType: string;
Differences: primaryDeviceType: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pDevice;
API declaration: deviceStatus: P2pDeviceStatus;
Differences: deviceStatus: P2pDeviceStatus;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pDevice;
API declaration: groupCapabilitys: number;
Differences: groupCapabilitys: number;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: interface WifiP2PConfig
Differences: interface WifiP2PConfig
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2PConfig;
API declaration: deviceAddress: string;
Differences: deviceAddress: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2PConfig;
API declaration: netId: number;
Differences: netId: number;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2PConfig;
API declaration: passphrase: string;
Differences: passphrase: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2PConfig;
API declaration: groupName: string;
Differences: groupName: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2PConfig;
API declaration: goBand: GroupOwnerBand;
Differences: goBand: GroupOwnerBand;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: interface WifiP2pGroupInfo
Differences: interface WifiP2pGroupInfo
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: isP2pGo: boolean;
Differences: isP2pGo: boolean;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: ownerInfo: WifiP2pDevice;
Differences: ownerInfo: WifiP2pDevice;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: passphrase: string;
Differences: passphrase: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: interface: string;
Differences: interface: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: groupName: string;
Differences: groupName: string;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: networkId: number;
Differences: networkId: number;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: frequency: number;
Differences: frequency: number;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: clientDevices: WifiP2pDevice[];
Differences: clientDevices: WifiP2pDevice[];
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: goIpAddress: string;
Differences: goIpAddress: string;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: enum P2pConnectState
Differences: enum P2pConnectState
api/@ohos.wifi.d.ts
New APINAClass name: P2pConnectState;
API declaration: DISCONNECTED = 0
Differences: DISCONNECTED = 0
api/@ohos.wifi.d.ts
New APINAClass name: P2pConnectState;
API declaration: CONNECTED = 1
Differences: CONNECTED = 1
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: interface WifiP2pLinkedInfo
Differences: interface WifiP2pLinkedInfo
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pLinkedInfo;
API declaration: connectState: P2pConnectState;
Differences: connectState: P2pConnectState;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pLinkedInfo;
API declaration: isGroupOwner: boolean;
Differences: isGroupOwner: boolean;
api/@ohos.wifi.d.ts
New APINAClass name: WifiP2pLinkedInfo;
API declaration: groupOwnerAddr: string;
Differences: groupOwnerAddr: string;
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: enum P2pDeviceStatus
Differences: enum P2pDeviceStatus
api/@ohos.wifi.d.ts
New APINAClass name: P2pDeviceStatus;
API declaration: CONNECTED = 0
Differences: CONNECTED = 0
api/@ohos.wifi.d.ts
New APINAClass name: P2pDeviceStatus;
API declaration: INVITED = 1
Differences: INVITED = 1
api/@ohos.wifi.d.ts
New APINAClass name: P2pDeviceStatus;
API declaration: FAILED = 2
Differences: FAILED = 2
api/@ohos.wifi.d.ts
New APINAClass name: P2pDeviceStatus;
API declaration: AVAILABLE = 3
Differences: AVAILABLE = 3
api/@ohos.wifi.d.ts
New APINAClass name: P2pDeviceStatus;
API declaration: UNAVAILABLE = 4
Differences: UNAVAILABLE = 4
api/@ohos.wifi.d.ts
New APINAClass name: wifi;
API declaration: enum GroupOwnerBand
Differences: enum GroupOwnerBand
api/@ohos.wifi.d.ts
New APINAClass name: GroupOwnerBand;
API declaration: GO_BAND_AUTO = 0
Differences: GO_BAND_AUTO = 0
api/@ohos.wifi.d.ts
New APINAClass name: GroupOwnerBand;
API declaration: GO_BAND_2GHZ = 1
Differences: GO_BAND_2GHZ = 1
api/@ohos.wifi.d.ts
New APINAClass name: GroupOwnerBand;
API declaration: GO_BAND_5GHZ = 2
Differences: GO_BAND_5GHZ = 2
api/@ohos.wifi.d.ts
New APINAClass name: global;
API declaration: declare namespace wifiext
Differences: declare namespace wifiext
api/@ohos.wifiext.d.ts
New APINAClass name: wifiext;
API declaration: function enableHotspot(): boolean;
Differences: function enableHotspot(): boolean;
api/@ohos.wifiext.d.ts
New APINAClass name: wifiext;
API declaration: function disableHotspot(): boolean;
Differences: function disableHotspot(): boolean;
api/@ohos.wifiext.d.ts
New APINAClass name: wifiext;
API declaration: function getSupportedPowerModel(): Promise<Array<PowerModel>>;
Differences: function getSupportedPowerModel(): Promise<Array<PowerModel>>;
api/@ohos.wifiext.d.ts
New APINAClass name: wifiext;
API declaration: function getSupportedPowerModel(callback: AsyncCallback<Array<PowerModel>>): void;
Differences: function getSupportedPowerModel(callback: AsyncCallback<Array<PowerModel>>): void;
api/@ohos.wifiext.d.ts
New APINAClass name: wifiext;
API declaration: function getPowerModel(): Promise<PowerModel>;
Differences: function getPowerModel(): Promise<PowerModel>;
api/@ohos.wifiext.d.ts
New APINAClass name: wifiext;
API declaration: function getPowerModel(callback: AsyncCallback<PowerModel>): void;
Differences: function getPowerModel(callback: AsyncCallback<PowerModel>): void;
api/@ohos.wifiext.d.ts
New APINAClass name: wifiext;
API declaration: function setPowerModel(model: PowerModel): boolean;
Differences: function setPowerModel(model: PowerModel): boolean;
api/@ohos.wifiext.d.ts
New APINAClass name: wifiext;
API declaration: export enum PowerModel
Differences: export enum PowerModel
api/@ohos.wifiext.d.ts
New APINAClass name: PowerModel;
API declaration: SLEEPING = 0
Differences: SLEEPING = 0
api/@ohos.wifiext.d.ts
New APINAClass name: PowerModel;
API declaration: GENERAL = 1
Differences: GENERAL = 1
api/@ohos.wifiext.d.ts
New APINAClass name: PowerModel;
API declaration: THROUGH_WALL = 2
Differences: THROUGH_WALL = 2
api/@ohos.wifiext.d.ts
New APINAClass name: global;
API declaration: declare namespace wifiManager
Differences: declare namespace wifiManager
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function isWifiActive(): boolean;
Differences: function isWifiActive(): boolean;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function scan(): void;
Differences: function scan(): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getScanResults(): Promise<Array<WifiScanInfo>>;
Differences: function getScanResults(): Promise<Array<WifiScanInfo>>;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getScanResults(callback: AsyncCallback<Array<WifiScanInfo>>): void;
Differences: function getScanResults(callback: AsyncCallback<Array<WifiScanInfo>>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getScanResultsSync(): Array<WifiScanInfo>;
Differences: function getScanResultsSync(): Array<WifiScanInfo>;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getScanInfoList(): Array<WifiScanInfo>;
Differences: function getScanInfoList(): Array<WifiScanInfo>;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function addCandidateConfig(config: WifiDeviceConfig): Promise<number>;
Differences: function addCandidateConfig(config: WifiDeviceConfig): Promise<number>;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback<number>): void;
Differences: function addCandidateConfig(config: WifiDeviceConfig, callback: AsyncCallback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function removeCandidateConfig(networkId: number): Promise<void>;
Differences: function removeCandidateConfig(networkId: number): Promise<void>;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function removeCandidateConfig(networkId: number, callback: AsyncCallback<void>): void;
Differences: function removeCandidateConfig(networkId: number, callback: AsyncCallback<void>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getCandidateConfigs(): Array<WifiDeviceConfig>;
Differences: function getCandidateConfigs(): Array<WifiDeviceConfig>;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function connectToCandidateConfig(networkId: number): void;
Differences: function connectToCandidateConfig(networkId: number): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getSignalLevel(rssi: number, band: number): number;
Differences: function getSignalLevel(rssi: number, band: number): number;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getLinkedInfo(): Promise<WifiLinkedInfo>;
Differences: function getLinkedInfo(): Promise<WifiLinkedInfo>;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getLinkedInfo(callback: AsyncCallback<WifiLinkedInfo>): void;
Differences: function getLinkedInfo(callback: AsyncCallback<WifiLinkedInfo>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function isConnected(): boolean;
Differences: function isConnected(): boolean;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function isFeatureSupported(featureId: number): boolean;
Differences: function isFeatureSupported(featureId: number): boolean;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getIpInfo(): IpInfo;
Differences: function getIpInfo(): IpInfo;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getIpv6Info(): Ipv6Info;
Differences: function getIpv6Info(): Ipv6Info;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getCountryCode(): string;
Differences: function getCountryCode(): string;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function isBandTypeSupported(bandType: WifiBandType): boolean;
Differences: function isBandTypeSupported(bandType: WifiBandType): boolean;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function isMeteredHotspot(): boolean;
Differences: function isMeteredHotspot(): boolean;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getP2pLinkedInfo(): Promise<WifiP2pLinkedInfo>;
Differences: function getP2pLinkedInfo(): Promise<WifiP2pLinkedInfo>;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getP2pLinkedInfo(callback: AsyncCallback<WifiP2pLinkedInfo>): void;
Differences: function getP2pLinkedInfo(callback: AsyncCallback<WifiP2pLinkedInfo>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getCurrentGroup(): Promise<WifiP2pGroupInfo>;
Differences: function getCurrentGroup(): Promise<WifiP2pGroupInfo>;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getCurrentGroup(callback: AsyncCallback<WifiP2pGroupInfo>): void;
Differences: function getCurrentGroup(callback: AsyncCallback<WifiP2pGroupInfo>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getP2pPeerDevices(): Promise<WifiP2pDevice[]>;
Differences: function getP2pPeerDevices(): Promise<WifiP2pDevice[]>;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getP2pPeerDevices(callback: AsyncCallback<WifiP2pDevice[]>): void;
Differences: function getP2pPeerDevices(callback: AsyncCallback<WifiP2pDevice[]>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getP2pLocalDevice(): Promise<WifiP2pDevice>;
Differences: function getP2pLocalDevice(): Promise<WifiP2pDevice>;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function getP2pLocalDevice(callback: AsyncCallback<WifiP2pDevice>): void;
Differences: function getP2pLocalDevice(callback: AsyncCallback<WifiP2pDevice>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function createGroup(config: WifiP2PConfig): void;
Differences: function createGroup(config: WifiP2PConfig): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function removeGroup(): void;
Differences: function removeGroup(): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function p2pConnect(config: WifiP2PConfig): void;
Differences: function p2pConnect(config: WifiP2PConfig): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function p2pCancelConnect(): void;
Differences: function p2pCancelConnect(): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function startDiscoverDevices(): void;
Differences: function startDiscoverDevices(): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function stopDiscoverDevices(): void;
Differences: function stopDiscoverDevices(): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function on(type: 'wifiStateChange', callback: Callback<number>): void;
Differences: function on(type: 'wifiStateChange', callback: Callback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function off(type: 'wifiStateChange', callback?: Callback<number>): void;
Differences: function off(type: 'wifiStateChange', callback?: Callback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function on(type: 'wifiConnectionChange', callback: Callback<number>): void;
Differences: function on(type: 'wifiConnectionChange', callback: Callback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function off(type: 'wifiConnectionChange', callback?: Callback<number>): void;
Differences: function off(type: 'wifiConnectionChange', callback?: Callback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function on(type: 'wifiScanStateChange', callback: Callback<number>): void;
Differences: function on(type: 'wifiScanStateChange', callback: Callback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function off(type: 'wifiScanStateChange', callback?: Callback<number>): void;
Differences: function off(type: 'wifiScanStateChange', callback?: Callback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function on(type: 'wifiRssiChange', callback: Callback<number>): void;
Differences: function on(type: 'wifiRssiChange', callback: Callback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function off(type: 'wifiRssiChange', callback?: Callback<number>): void;
Differences: function off(type: 'wifiRssiChange', callback?: Callback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function on(type: 'hotspotStateChange', callback: Callback<number>): void;
Differences: function on(type: 'hotspotStateChange', callback: Callback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function off(type: 'hotspotStateChange', callback?: Callback<number>): void;
Differences: function off(type: 'hotspotStateChange', callback?: Callback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function on(type: 'p2pStateChange', callback: Callback<number>): void;
Differences: function on(type: 'p2pStateChange', callback: Callback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function off(type: 'p2pStateChange', callback?: Callback<number>): void;
Differences: function off(type: 'p2pStateChange', callback?: Callback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function on(type: 'p2pConnectionChange', callback: Callback<WifiP2pLinkedInfo>): void;
Differences: function on(type: 'p2pConnectionChange', callback: Callback<WifiP2pLinkedInfo>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function off(type: 'p2pConnectionChange', callback?: Callback<WifiP2pLinkedInfo>): void;
Differences: function off(type: 'p2pConnectionChange', callback?: Callback<WifiP2pLinkedInfo>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function on(type: 'p2pDeviceChange', callback: Callback<WifiP2pDevice>): void;
Differences: function on(type: 'p2pDeviceChange', callback: Callback<WifiP2pDevice>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function off(type: 'p2pDeviceChange', callback?: Callback<WifiP2pDevice>): void;
Differences: function off(type: 'p2pDeviceChange', callback?: Callback<WifiP2pDevice>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function on(type: 'p2pPeerDeviceChange', callback: Callback<WifiP2pDevice[]>): void;
Differences: function on(type: 'p2pPeerDeviceChange', callback: Callback<WifiP2pDevice[]>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function off(type: 'p2pPeerDeviceChange', callback?: Callback<WifiP2pDevice[]>): void;
Differences: function off(type: 'p2pPeerDeviceChange', callback?: Callback<WifiP2pDevice[]>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function on(type: 'p2pPersistentGroupChange', callback: Callback<void>): void;
Differences: function on(type: 'p2pPersistentGroupChange', callback: Callback<void>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function off(type: 'p2pPersistentGroupChange', callback?: Callback<void>): void;
Differences: function off(type: 'p2pPersistentGroupChange', callback?: Callback<void>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function on(type: 'p2pDiscoveryChange', callback: Callback<number>): void;
Differences: function on(type: 'p2pDiscoveryChange', callback: Callback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: function off(type: 'p2pDiscoveryChange', callback?: Callback<number>): void;
Differences: function off(type: 'p2pDiscoveryChange', callback?: Callback<number>): void;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: enum DeviceAddressType
Differences: enum DeviceAddressType
api/@ohos.wifiManager.d.ts
New APINAClass name: DeviceAddressType;
API declaration: RANDOM_DEVICE_ADDRESS
Differences: RANDOM_DEVICE_ADDRESS
api/@ohos.wifiManager.d.ts
New APINAClass name: DeviceAddressType;
API declaration: REAL_DEVICE_ADDRESS
Differences: REAL_DEVICE_ADDRESS
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: enum EapMethod
Differences: enum EapMethod
api/@ohos.wifiManager.d.ts
New APINAClass name: EapMethod;
API declaration: EAP_NONE
Differences: EAP_NONE
api/@ohos.wifiManager.d.ts
New APINAClass name: EapMethod;
API declaration: EAP_PEAP
Differences: EAP_PEAP
api/@ohos.wifiManager.d.ts
New APINAClass name: EapMethod;
API declaration: EAP_TLS
Differences: EAP_TLS
api/@ohos.wifiManager.d.ts
New APINAClass name: EapMethod;
API declaration: EAP_TTLS
Differences: EAP_TTLS
api/@ohos.wifiManager.d.ts
New APINAClass name: EapMethod;
API declaration: EAP_PWD
Differences: EAP_PWD
api/@ohos.wifiManager.d.ts
New APINAClass name: EapMethod;
API declaration: EAP_SIM
Differences: EAP_SIM
api/@ohos.wifiManager.d.ts
New APINAClass name: EapMethod;
API declaration: EAP_AKA
Differences: EAP_AKA
api/@ohos.wifiManager.d.ts
New APINAClass name: EapMethod;
API declaration: EAP_AKA_PRIME
Differences: EAP_AKA_PRIME
api/@ohos.wifiManager.d.ts
New APINAClass name: EapMethod;
API declaration: EAP_UNAUTH_TLS
Differences: EAP_UNAUTH_TLS
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: enum Phase2Method
Differences: enum Phase2Method
api/@ohos.wifiManager.d.ts
New APINAClass name: Phase2Method;
API declaration: PHASE2_NONE
Differences: PHASE2_NONE
api/@ohos.wifiManager.d.ts
New APINAClass name: Phase2Method;
API declaration: PHASE2_PAP
Differences: PHASE2_PAP
api/@ohos.wifiManager.d.ts
New APINAClass name: Phase2Method;
API declaration: PHASE2_MSCHAP
Differences: PHASE2_MSCHAP
api/@ohos.wifiManager.d.ts
New APINAClass name: Phase2Method;
API declaration: PHASE2_MSCHAPV2
Differences: PHASE2_MSCHAPV2
api/@ohos.wifiManager.d.ts
New APINAClass name: Phase2Method;
API declaration: PHASE2_GTC
Differences: PHASE2_GTC
api/@ohos.wifiManager.d.ts
New APINAClass name: Phase2Method;
API declaration: PHASE2_SIM
Differences: PHASE2_SIM
api/@ohos.wifiManager.d.ts
New APINAClass name: Phase2Method;
API declaration: PHASE2_AKA
Differences: PHASE2_AKA
api/@ohos.wifiManager.d.ts
New APINAClass name: Phase2Method;
API declaration: PHASE2_AKA_PRIME
Differences: PHASE2_AKA_PRIME
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: interface WifiEapConfig
Differences: interface WifiEapConfig
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: eapMethod: EapMethod;
Differences: eapMethod: EapMethod;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: phase2Method: Phase2Method;
Differences: phase2Method: Phase2Method;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: identity: string;
Differences: identity: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: anonymousIdentity: string;
Differences: anonymousIdentity: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: password: string;
Differences: password: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: caCertAlias: string;
Differences: caCertAlias: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: caPath: string;
Differences: caPath: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: clientCertAlias: string;
Differences: clientCertAlias: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: certEntry: Uint8Array;
Differences: certEntry: Uint8Array;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: certPassword: string;
Differences: certPassword: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: altSubjectMatch: string;
Differences: altSubjectMatch: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: domainSuffixMatch: string;
Differences: domainSuffixMatch: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: realm: string;
Differences: realm: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: plmn: string;
Differences: plmn: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiEapConfig;
API declaration: eapSubId: number;
Differences: eapSubId: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: interface WifiDeviceConfig
Differences: interface WifiDeviceConfig
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiDeviceConfig;
API declaration: ssid: string;
Differences: ssid: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiDeviceConfig;
API declaration: bssid?: string;
Differences: bssid?: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiDeviceConfig;
API declaration: bssidType?: DeviceAddressType;
Differences: bssidType?: DeviceAddressType;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiDeviceConfig;
API declaration: preSharedKey: string;
Differences: preSharedKey: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiDeviceConfig;
API declaration: isHiddenSsid?: boolean;
Differences: isHiddenSsid?: boolean;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiDeviceConfig;
API declaration: securityType: WifiSecurityType;
Differences: securityType: WifiSecurityType;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiDeviceConfig;
API declaration: eapConfig?: WifiEapConfig;
Differences: eapConfig?: WifiEapConfig;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: interface WifiInfoElem
Differences: interface WifiInfoElem
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiInfoElem;
API declaration: eid: number;
Differences: eid: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiInfoElem;
API declaration: content: Uint8Array;
Differences: content: Uint8Array;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: enum WifiChannelWidth
Differences: enum WifiChannelWidth
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiChannelWidth;
API declaration: WIDTH_20MHZ = 0
Differences: WIDTH_20MHZ = 0
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiChannelWidth;
API declaration: WIDTH_40MHZ = 1
Differences: WIDTH_40MHZ = 1
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiChannelWidth;
API declaration: WIDTH_80MHZ = 2
Differences: WIDTH_80MHZ = 2
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiChannelWidth;
API declaration: WIDTH_160MHZ = 3
Differences: WIDTH_160MHZ = 3
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiChannelWidth;
API declaration: WIDTH_80MHZ_PLUS = 4
Differences: WIDTH_80MHZ_PLUS = 4
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiChannelWidth;
API declaration: WIDTH_INVALID
Differences: WIDTH_INVALID
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: interface WifiScanInfo
Differences: interface WifiScanInfo
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiScanInfo;
API declaration: ssid: string;
Differences: ssid: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiScanInfo;
API declaration: bssid: string;
Differences: bssid: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiScanInfo;
API declaration: bssidType: DeviceAddressType;
Differences: bssidType: DeviceAddressType;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiScanInfo;
API declaration: capabilities: string;
Differences: capabilities: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiScanInfo;
API declaration: securityType: WifiSecurityType;
Differences: securityType: WifiSecurityType;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiScanInfo;
API declaration: rssi: number;
Differences: rssi: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiScanInfo;
API declaration: band: number;
Differences: band: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiScanInfo;
API declaration: frequency: number;
Differences: frequency: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiScanInfo;
API declaration: channelWidth: number;
Differences: channelWidth: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiScanInfo;
API declaration: centerFrequency0: number;
Differences: centerFrequency0: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiScanInfo;
API declaration: centerFrequency1: number;
Differences: centerFrequency1: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiScanInfo;
API declaration: infoElems: Array<WifiInfoElem>;
Differences: infoElems: Array<WifiInfoElem>;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiScanInfo;
API declaration: timestamp: number;
Differences: timestamp: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: enum WifiSecurityType
Differences: enum WifiSecurityType
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_INVALID = 0
Differences: WIFI_SEC_TYPE_INVALID = 0
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_OPEN = 1
Differences: WIFI_SEC_TYPE_OPEN = 1
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_WEP = 2
Differences: WIFI_SEC_TYPE_WEP = 2
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_PSK = 3
Differences: WIFI_SEC_TYPE_PSK = 3
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_SAE = 4
Differences: WIFI_SEC_TYPE_SAE = 4
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_EAP = 5
Differences: WIFI_SEC_TYPE_EAP = 5
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_EAP_SUITE_B = 6
Differences: WIFI_SEC_TYPE_EAP_SUITE_B = 6
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_OWE = 7
Differences: WIFI_SEC_TYPE_OWE = 7
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_WAPI_CERT = 8
Differences: WIFI_SEC_TYPE_WAPI_CERT = 8
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiSecurityType;
API declaration: WIFI_SEC_TYPE_WAPI_PSK = 9
Differences: WIFI_SEC_TYPE_WAPI_PSK = 9
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: enum WifiBandType
Differences: enum WifiBandType
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiBandType;
API declaration: WIFI_BAND_NONE
Differences: WIFI_BAND_NONE
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiBandType;
API declaration: WIFI_BAND_2G
Differences: WIFI_BAND_2G
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiBandType;
API declaration: WIFI_BAND_5G
Differences: WIFI_BAND_5G
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiBandType;
API declaration: WIFI_BAND_6G
Differences: WIFI_BAND_6G
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiBandType;
API declaration: WIFI_BAND_60G
Differences: WIFI_BAND_60G
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: enum WifiStandard
Differences: enum WifiStandard
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiStandard;
API declaration: WIFI_STANDARD_UNDEFINED
Differences: WIFI_STANDARD_UNDEFINED
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiStandard;
API declaration: WIFI_STANDARD_11A
Differences: WIFI_STANDARD_11A
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiStandard;
API declaration: WIFI_STANDARD_11B
Differences: WIFI_STANDARD_11B
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiStandard;
API declaration: WIFI_STANDARD_11G
Differences: WIFI_STANDARD_11G
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiStandard;
API declaration: WIFI_STANDARD_11N
Differences: WIFI_STANDARD_11N
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiStandard;
API declaration: WIFI_STANDARD_11AC
Differences: WIFI_STANDARD_11AC
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiStandard;
API declaration: WIFI_STANDARD_11AX
Differences: WIFI_STANDARD_11AX
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiStandard;
API declaration: WIFI_STANDARD_11AD
Differences: WIFI_STANDARD_11AD
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: interface WifiLinkedInfo
Differences: interface WifiLinkedInfo
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: ssid: string;
Differences: ssid: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: bssid: string;
Differences: bssid: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: rssi: number;
Differences: rssi: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: band: number;
Differences: band: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: linkSpeed: number;
Differences: linkSpeed: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: rxLinkSpeed: number;
Differences: rxLinkSpeed: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: maxSupportedTxLinkSpeed: number;
Differences: maxSupportedTxLinkSpeed: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: maxSupportedRxLinkSpeed: number;
Differences: maxSupportedRxLinkSpeed: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: frequency: number;
Differences: frequency: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: isHidden: boolean;
Differences: isHidden: boolean;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: isRestricted: boolean;
Differences: isRestricted: boolean;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: macType: number;
Differences: macType: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: macAddress: string;
Differences: macAddress: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: ipAddress: number;
Differences: ipAddress: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: connState: ConnState;
Differences: connState: ConnState;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: channelWidth: WifiChannelWidth;
Differences: channelWidth: WifiChannelWidth;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiLinkedInfo;
API declaration: wifiStandard: WifiStandard;
Differences: wifiStandard: WifiStandard;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: interface IpInfo
Differences: interface IpInfo
api/@ohos.wifiManager.d.ts
New APINAClass name: IpInfo;
API declaration: ipAddress: number;
Differences: ipAddress: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: IpInfo;
API declaration: gateway: number;
Differences: gateway: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: IpInfo;
API declaration: netmask: number;
Differences: netmask: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: IpInfo;
API declaration: primaryDns: number;
Differences: primaryDns: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: IpInfo;
API declaration: secondDns: number;
Differences: secondDns: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: IpInfo;
API declaration: serverIp: number;
Differences: serverIp: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: IpInfo;
API declaration: leaseDuration: number;
Differences: leaseDuration: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: interface Ipv6Info
Differences: interface Ipv6Info
api/@ohos.wifiManager.d.ts
New APINAClass name: Ipv6Info;
API declaration: linkIpv6Address: string;
Differences: linkIpv6Address: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: Ipv6Info;
API declaration: globalIpv6Address: string;
Differences: globalIpv6Address: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: Ipv6Info;
API declaration: randomGlobalIpv6Address: string;
Differences: randomGlobalIpv6Address: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: Ipv6Info;
API declaration: gateway: string;
Differences: gateway: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: Ipv6Info;
API declaration: netmask: string;
Differences: netmask: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: Ipv6Info;
API declaration: primaryDNS: string;
Differences: primaryDNS: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: Ipv6Info;
API declaration: secondDNS: string;
Differences: secondDNS: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: export enum ConnState
Differences: export enum ConnState
api/@ohos.wifiManager.d.ts
New APINAClass name: ConnState;
API declaration: SCANNING
Differences: SCANNING
api/@ohos.wifiManager.d.ts
New APINAClass name: ConnState;
API declaration: CONNECTING
Differences: CONNECTING
api/@ohos.wifiManager.d.ts
New APINAClass name: ConnState;
API declaration: AUTHENTICATING
Differences: AUTHENTICATING
api/@ohos.wifiManager.d.ts
New APINAClass name: ConnState;
API declaration: OBTAINING_IPADDR
Differences: OBTAINING_IPADDR
api/@ohos.wifiManager.d.ts
New APINAClass name: ConnState;
API declaration: CONNECTED
Differences: CONNECTED
api/@ohos.wifiManager.d.ts
New APINAClass name: ConnState;
API declaration: DISCONNECTING
Differences: DISCONNECTING
api/@ohos.wifiManager.d.ts
New APINAClass name: ConnState;
API declaration: DISCONNECTED
Differences: DISCONNECTED
api/@ohos.wifiManager.d.ts
New APINAClass name: ConnState;
API declaration: UNKNOWN
Differences: UNKNOWN
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: interface WifiP2pDevice
Differences: interface WifiP2pDevice
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pDevice;
API declaration: deviceName: string;
Differences: deviceName: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pDevice;
API declaration: deviceAddress: string;
Differences: deviceAddress: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pDevice;
API declaration: deviceAddressType?: DeviceAddressType;
Differences: deviceAddressType?: DeviceAddressType;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pDevice;
API declaration: primaryDeviceType: string;
Differences: primaryDeviceType: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pDevice;
API declaration: deviceStatus: P2pDeviceStatus;
Differences: deviceStatus: P2pDeviceStatus;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pDevice;
API declaration: groupCapabilities: number;
Differences: groupCapabilities: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: interface WifiP2PConfig
Differences: interface WifiP2PConfig
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2PConfig;
API declaration: deviceAddress: string;
Differences: deviceAddress: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2PConfig;
API declaration: deviceAddressType?: DeviceAddressType;
Differences: deviceAddressType?: DeviceAddressType;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2PConfig;
API declaration: netId: number;
Differences: netId: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2PConfig;
API declaration: passphrase: string;
Differences: passphrase: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2PConfig;
API declaration: groupName: string;
Differences: groupName: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2PConfig;
API declaration: goBand: GroupOwnerBand;
Differences: goBand: GroupOwnerBand;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: interface WifiP2pGroupInfo
Differences: interface WifiP2pGroupInfo
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: isP2pGo: boolean;
Differences: isP2pGo: boolean;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: ownerInfo: WifiP2pDevice;
Differences: ownerInfo: WifiP2pDevice;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: passphrase: string;
Differences: passphrase: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: interface: string;
Differences: interface: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: groupName: string;
Differences: groupName: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: networkId: number;
Differences: networkId: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: frequency: number;
Differences: frequency: number;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: clientDevices: WifiP2pDevice[];
Differences: clientDevices: WifiP2pDevice[];
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pGroupInfo;
API declaration: goIpAddress: string;
Differences: goIpAddress: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: enum P2pConnectState
Differences: enum P2pConnectState
api/@ohos.wifiManager.d.ts
New APINAClass name: P2pConnectState;
API declaration: DISCONNECTED = 0
Differences: DISCONNECTED = 0
api/@ohos.wifiManager.d.ts
New APINAClass name: P2pConnectState;
API declaration: CONNECTED = 1
Differences: CONNECTED = 1
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: interface WifiP2pLinkedInfo
Differences: interface WifiP2pLinkedInfo
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pLinkedInfo;
API declaration: connectState: P2pConnectState;
Differences: connectState: P2pConnectState;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pLinkedInfo;
API declaration: isGroupOwner: boolean;
Differences: isGroupOwner: boolean;
api/@ohos.wifiManager.d.ts
New APINAClass name: WifiP2pLinkedInfo;
API declaration: groupOwnerAddr: string;
Differences: groupOwnerAddr: string;
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: enum P2pDeviceStatus
Differences: enum P2pDeviceStatus
api/@ohos.wifiManager.d.ts
New APINAClass name: P2pDeviceStatus;
API declaration: CONNECTED = 0
Differences: CONNECTED = 0
api/@ohos.wifiManager.d.ts
New APINAClass name: P2pDeviceStatus;
API declaration: INVITED = 1
Differences: INVITED = 1
api/@ohos.wifiManager.d.ts
New APINAClass name: P2pDeviceStatus;
API declaration: FAILED = 2
Differences: FAILED = 2
api/@ohos.wifiManager.d.ts
New APINAClass name: P2pDeviceStatus;
API declaration: AVAILABLE = 3
Differences: AVAILABLE = 3
api/@ohos.wifiManager.d.ts
New APINAClass name: P2pDeviceStatus;
API declaration: UNAVAILABLE = 4
Differences: UNAVAILABLE = 4
api/@ohos.wifiManager.d.ts
New APINAClass name: wifiManager;
API declaration: enum GroupOwnerBand
Differences: enum GroupOwnerBand
api/@ohos.wifiManager.d.ts
New APINAClass name: GroupOwnerBand;
API declaration: GO_BAND_AUTO = 0
Differences: GO_BAND_AUTO = 0
api/@ohos.wifiManager.d.ts
New APINAClass name: GroupOwnerBand;
API declaration: GO_BAND_2GHZ = 1
Differences: GO_BAND_2GHZ = 1
api/@ohos.wifiManager.d.ts
New APINAClass name: GroupOwnerBand;
API declaration: GO_BAND_5GHZ = 2
Differences: GO_BAND_5GHZ = 2
api/@ohos.wifiManager.d.ts
New APINAClass name: global;
API declaration: declare namespace wifiManagerExt
Differences: declare namespace wifiManagerExt
api/@ohos.wifiManagerExt.d.ts
New APINAClass name: wifiManagerExt;
API declaration: function enableHotspot(): void;
Differences: function enableHotspot(): void;
api/@ohos.wifiManagerExt.d.ts
New APINAClass name: wifiManagerExt;
API declaration: function disableHotspot(): void;
Differences: function disableHotspot(): void;
api/@ohos.wifiManagerExt.d.ts
New APINAClass name: wifiManagerExt;
API declaration: function getSupportedPowerMode(): Promise<Array<PowerMode>>;
Differences: function getSupportedPowerMode(): Promise<Array<PowerMode>>;
api/@ohos.wifiManagerExt.d.ts
New APINAClass name: wifiManagerExt;
API declaration: function getSupportedPowerMode(callback: AsyncCallback<Array<PowerMode>>): void;
Differences: function getSupportedPowerMode(callback: AsyncCallback<Array<PowerMode>>): void;
api/@ohos.wifiManagerExt.d.ts
New APINAClass name: wifiManagerExt;
API declaration: function getPowerMode(): Promise<PowerMode>;
Differences: function getPowerMode(): Promise<PowerMode>;
api/@ohos.wifiManagerExt.d.ts
New APINAClass name: wifiManagerExt;
API declaration: function getPowerMode(callback: AsyncCallback<PowerMode>): void;
Differences: function getPowerMode(callback: AsyncCallback<PowerMode>): void;
api/@ohos.wifiManagerExt.d.ts
New APINAClass name: wifiManagerExt;
API declaration: function setPowerMode(mode: PowerMode): void;
Differences: function setPowerMode(mode: PowerMode): void;
api/@ohos.wifiManagerExt.d.ts
New APINAClass name: wifiManagerExt;
API declaration: export enum PowerMode
Differences: export enum PowerMode
api/@ohos.wifiManagerExt.d.ts
New APINAClass name: PowerMode;
API declaration: SLEEPING = 0
Differences: SLEEPING = 0
api/@ohos.wifiManagerExt.d.ts
New APINAClass name: PowerMode;
API declaration: GENERAL = 1
Differences: GENERAL = 1
api/@ohos.wifiManagerExt.d.ts
New APINAClass name: PowerMode;
API declaration: THROUGH_WALL = 2
Differences: THROUGH_WALL = 2
api/@ohos.wifiManagerExt.d.ts
New APINAClass name: global;
API declaration: export interface StartBLEScanOptions
Differences: export interface StartBLEScanOptions
api/@system.bluetooth.d.ts
New APINAClass name: StartBLEScanOptions;
API declaration: interval: number;
Differences: interval: number;
api/@system.bluetooth.d.ts
New APINAClass name: StartBLEScanOptions;
API declaration: success: () => void;
Differences: success: () => void;
api/@system.bluetooth.d.ts
New APINAClass name: StartBLEScanOptions;
API declaration: fail: (data: string, code: number) => void;
Differences: fail: (data: string, code: number) => void;
api/@system.bluetooth.d.ts
New APINAClass name: StartBLEScanOptions;
API declaration: complete: () => void;
Differences: complete: () => void;
api/@system.bluetooth.d.ts
New APINAClass name: global;
API declaration: export interface StopBLEScanOptions
Differences: export interface StopBLEScanOptions
api/@system.bluetooth.d.ts
New APINAClass name: StopBLEScanOptions;
API declaration: success: () => void;
Differences: success: () => void;
api/@system.bluetooth.d.ts
New APINAClass name: StopBLEScanOptions;
API declaration: fail: (data: string, code: number) => void;
Differences: fail: (data: string, code: number) => void;
api/@system.bluetooth.d.ts
New APINAClass name: StopBLEScanOptions;
API declaration: complete: () => void;
Differences: complete: () => void;
api/@system.bluetooth.d.ts
New APINAClass name: global;
API declaration: export interface BluetoothDevice
Differences: export interface BluetoothDevice
api/@system.bluetooth.d.ts
New APINAClass name: BluetoothDevice;
API declaration: addrType: 'public' |'random';
Differences: addrType: 'public' |'random';
api/@system.bluetooth.d.ts
New APINAClass name: BluetoothDevice;
API declaration: addr: string;
Differences: addr: string;
api/@system.bluetooth.d.ts
New APINAClass name: BluetoothDevice;
API declaration: rssi: number;
Differences: rssi: number;
api/@system.bluetooth.d.ts
New APINAClass name: BluetoothDevice;
API declaration: txpower: string;
Differences: txpower: string;
api/@system.bluetooth.d.ts
New APINAClass name: BluetoothDevice;
API declaration: data: string;
Differences: data: string;
api/@system.bluetooth.d.ts
New APINAClass name: global;
API declaration: export interface BLEFoundResponse
Differences: export interface BLEFoundResponse
api/@system.bluetooth.d.ts
New APINAClass name: BLEFoundResponse;
API declaration: devices: Array<BluetoothDevice>;
Differences: devices: Array<BluetoothDevice>;
api/@system.bluetooth.d.ts
New APINAClass name: global;
API declaration: export interface SubscribeBLEFoundOptions
Differences: export interface SubscribeBLEFoundOptions
api/@system.bluetooth.d.ts
New APINAClass name: SubscribeBLEFoundOptions;
API declaration: success: (data: BLEFoundResponse) => void;
Differences: success: (data: BLEFoundResponse) => void;
api/@system.bluetooth.d.ts
New APINAClass name: SubscribeBLEFoundOptions;
API declaration: fail: (data: string, code: number) => void;
Differences: fail: (data: string, code: number) => void;
api/@system.bluetooth.d.ts
New APINAClass name: global;
API declaration: export default class Bluetooth
Differences: export default class Bluetooth
api/@system.bluetooth.d.ts
New APINAClass name: Bluetooth;
API declaration: static startBLEScan(options: StartBLEScanOptions): void;
Differences: static startBLEScan(options: StartBLEScanOptions): void;
api/@system.bluetooth.d.ts
New APINAClass name: Bluetooth;
API declaration: static stopBLEScan(options: StopBLEScanOptions): void;
Differences: static stopBLEScan(options: StopBLEScanOptions): void;
api/@system.bluetooth.d.ts
New APINAClass name: Bluetooth;
API declaration: static subscribeBLEFound(options: SubscribeBLEFoundOptions): void;
Differences: static subscribeBLEFound(options: SubscribeBLEFoundOptions): void;
api/@system.bluetooth.d.ts
New APINAClass name: Bluetooth;
API declaration: static unsubscribeBLEFound(): void;
Differences: static unsubscribeBLEFound(): void;
api/@system.bluetooth.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetooth.a2dp.d.ts
Differences: ConnectivityKit
api/@ohos.bluetooth.a2dp.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetooth.access.d.ts
Differences: ConnectivityKit
api/@ohos.bluetooth.access.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetooth.baseProfile.d.ts
Differences: ConnectivityKit
api/@ohos.bluetooth.baseProfile.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetooth.ble.d.ts
Differences: ConnectivityKit
api/@ohos.bluetooth.ble.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetooth.connection.d.ts
Differences: ConnectivityKit
api/@ohos.bluetooth.connection.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetooth.constant.d.ts
Differences: ConnectivityKit
api/@ohos.bluetooth.constant.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetooth.d.ts
Differences: ConnectivityKit
api/@ohos.bluetooth.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetooth.hfp.d.ts
Differences: ConnectivityKit
api/@ohos.bluetooth.hfp.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetooth.hid.d.ts
Differences: ConnectivityKit
api/@ohos.bluetooth.hid.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetooth.map.d.ts
Differences: ConnectivityKit
api/@ohos.bluetooth.map.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetooth.pan.d.ts
Differences: ConnectivityKit
api/@ohos.bluetooth.pan.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetooth.pbap.d.ts
Differences: ConnectivityKit
api/@ohos.bluetooth.pbap.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetooth.socket.d.ts
Differences: ConnectivityKit
api/@ohos.bluetooth.socket.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetooth.wearDetection.d.ts
Differences: ConnectivityKit
api/@ohos.bluetooth.wearDetection.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.bluetoothManager.d.ts
Differences: ConnectivityKit
api/@ohos.bluetoothManager.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.connectedTag.d.ts
Differences: ConnectivityKit
api/@ohos.connectedTag.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.nfc.cardEmulation.d.ts
Differences: ConnectivityKit
api/@ohos.nfc.cardEmulation.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.nfc.controller.d.ts
Differences: ConnectivityKit
api/@ohos.nfc.controller.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.nfc.tag.d.ts
Differences: ConnectivityKit
api/@ohos.nfc.tag.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.secureElement.d.ts
Differences: ConnectivityKit
api/@ohos.secureElement.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.wifi.d.ts
Differences: ConnectivityKit
api/@ohos.wifi.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.wifiext.d.ts
Differences: ConnectivityKit
api/@ohos.wifiext.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.wifiManager.d.ts
Differences: ConnectivityKit
api/@ohos.wifiManager.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@ohos.wifiManagerExt.d.ts
Differences: ConnectivityKit
api/@ohos.wifiManagerExt.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: api@system.bluetooth.d.ts
Differences: ConnectivityKit
api/@system.bluetooth.d.ts
New KitClass name: global;
API declaration:
Differences: NA
Class name: global;
API declaration: kits@kit.ConnectivityKit.d.ts
Differences: ConnectivityKit
kits/@kit.ConnectivityKit.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-InputKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ArkWeb

openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit

openharmony 鸿蒙 js-apidiff-ArkData

openharmony 鸿蒙 js-apidiff-NA

openharmony 鸿蒙 js-apidiff-IPCKit

openharmony 鸿蒙 js-apidiff-ArkTS

  • 所属分类: 后端技术
  • 本文标签: 软件 鸿蒙
  • 版权声明: 本文链接 https://seaxiang.com/blog/QFfgtASm