操作 旧版本 新版本 d.ts文件
新增错误码 类名:ble;
API声明:function startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
差异内容:NA
类名:ble;
API声明:function startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
差异内容:2900010,2902054
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:ble;
API声明:function startAdvertising(advertisingParams: AdvertisingParams, callback: AsyncCallback<number>): void;
差异内容:NA
类名:ble;
API声明:function startAdvertising(advertisingParams: AdvertisingParams, callback: AsyncCallback<number>): void;
差异内容:2900010,2902054
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:ble;
API声明:function startAdvertising(advertisingParams: AdvertisingParams): Promise<number>;
差异内容:NA
类名:ble;
API声明:function startAdvertising(advertisingParams: AdvertisingParams): Promise<number>;
差异内容:2900010,2902054
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:ble;
API声明:function stopAdvertising(advertisingId: number, callback: AsyncCallback<void>): void;
差异内容:NA
类名:ble;
API声明:function stopAdvertising(advertisingId: number, callback: AsyncCallback<void>): void;
差异内容:2902055
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:ble;
API声明:function stopAdvertising(advertisingId: number): Promise<void>;
差异内容:NA
类名:ble;
API声明:function stopAdvertising(advertisingId: number): Promise<void>;
差异内容:2902055
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:ble;
API声明:function enableAdvertising(advertisingEnableParams: AdvertisingEnableParams, callback: AsyncCallback<void>): void;
差异内容:NA
类名:ble;
API声明:function enableAdvertising(advertisingEnableParams: AdvertisingEnableParams, callback: AsyncCallback<void>): void;
差异内容:2902055
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:ble;
API声明:function enableAdvertising(advertisingEnableParams: AdvertisingEnableParams): Promise<void>;
差异内容:NA
类名:ble;
API声明:function enableAdvertising(advertisingEnableParams: AdvertisingEnableParams): Promise<void>;
差异内容:2902055
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:ble;
API声明:function disableAdvertising(advertisingDisableParams: AdvertisingDisableParams, callback: AsyncCallback<void>): void;
差异内容:NA
类名:ble;
API声明:function disableAdvertising(advertisingDisableParams: AdvertisingDisableParams, callback: AsyncCallback<void>): void;
差异内容:2902055
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:ble;
API声明:function disableAdvertising(advertisingDisableParams: AdvertisingDisableParams): Promise<void>;
差异内容:NA
类名:ble;
API声明:function disableAdvertising(advertisingDisableParams: AdvertisingDisableParams): Promise<void>;
差异内容:2902055
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:GattClientDevice;
API声明:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
差异内容:NA
类名:GattClientDevice;
API声明:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
差异内容:2900011,2901003,2901004,2901005,2901006,2901007
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:GattClientDevice;
API声明:readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
差异内容:NA
类名:GattClientDevice;
API声明:readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
差异内容:2900011,2901003,2901004,2901005,2901006,2901007
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:GattClientDevice;
API声明:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
差异内容:NA
类名:GattClientDevice;
API声明:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
差异内容:2900011,2901003,2901004,2901005,2901006,2901007
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:GattClientDevice;
API声明:readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
差异内容:NA
类名:GattClientDevice;
API声明:readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
差异内容:2900011,2901003,2901004,2901005,2901006,2901007
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:GattClientDevice;
API声明:writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType, callback: AsyncCallback<void>): void;
差异内容:NA
类名:GattClientDevice;
API声明:writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType, callback: AsyncCallback<void>): void;
差异内容:2900011,2901003,2901004,2901005,2901006,2901007
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:GattClientDevice;
API声明:writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType): Promise<void>;
差异内容:NA
类名:GattClientDevice;
API声明:writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType): Promise<void>;
差异内容:2900011,2901003,2901004,2901005,2901006,2901007
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:GattClientDevice;
API声明:writeDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<void>): void;
差异内容:NA
类名:GattClientDevice;
API声明:writeDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<void>): void;
差异内容:2900011,2901003,2901004,2901005,2901006,2901007
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:GattClientDevice;
API声明:writeDescriptorValue(descriptor: BLEDescriptor): Promise<void>;
差异内容:NA
类名:GattClientDevice;
API声明:writeDescriptorValue(descriptor: BLEDescriptor): Promise<void>;
差异内容:2900011,2901003,2901004,2901005,2901006,2901007
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:GattClientDevice;
API声明:getRssiValue(callback: AsyncCallback<number>): void;
差异内容:NA
类名:GattClientDevice;
API声明:getRssiValue(callback: AsyncCallback<number>): void;
差异内容:2900011,2901003
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:GattClientDevice;
API声明:getRssiValue(): Promise<number>;
差异内容:NA
类名:GattClientDevice;
API声明:getRssiValue(): Promise<number>;
差异内容:2900011,2901003
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:GattClientDevice;
API声明:setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean, callback: AsyncCallback<void>): void;
差异内容:NA
类名:GattClientDevice;
API声明:setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean, callback: AsyncCallback<void>): void;
差异内容:2900011,2901003
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:GattClientDevice;
API声明:setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean): Promise<void>;
差异内容:NA
类名:GattClientDevice;
API声明:setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean): Promise<void>;
差异内容:2900011,2901003
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:GattClientDevice;
API声明:setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean, callback: AsyncCallback<void>): void;
差异内容:NA
类名:GattClientDevice;
API声明:setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean, callback: AsyncCallback<void>): void;
差异内容:2900011,2901003
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:GattClientDevice;
API声明:setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean): Promise<void>;
差异内容:NA
类名:GattClientDevice;
API声明:setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean): Promise<void>;
差异内容:2900011,2901003
api/@ohos.bluetooth.ble.d.ts
新增错误码 类名:HceService;
API声明:on(type: 'hceCmd', callback: AsyncCallback<number[]>): void;
差异内容:NA
类名:HceService;
API声明:on(type: 'hceCmd', callback: AsyncCallback<number[]>): void;
差异内容:201,401,801
api/@ohos.nfc.cardEmulation.d.ts
删除错误码 类名:access;
API声明:function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
差异内容:201
类名:access;
API声明:function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
差异内容:NA
api/@ohos.bluetooth.access.d.ts
删除错误码 类名:access;
API声明:function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
差异内容:201
类名:access;
API声明:function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
差异内容:NA
api/@ohos.bluetooth.access.d.ts
删除错误码 类名:connection;
API声明:function getRemoteDeviceClass(deviceId: string): DeviceClass;
差异内容:201
类名:connection;
API声明:function getRemoteDeviceClass(deviceId: string): DeviceClass;
差异内容:NA
api/@ohos.bluetooth.connection.d.ts
删除错误码 类名:wifiManager;
API声明:function on(type: 'hotspotStateChange', callback: Callback<number>): void;
差异内容:202
类名:wifiManager;
API声明:function on(type: 'hotspotStateChange', callback: Callback<number>): void;
差异内容:NA
api/@ohos.wifiManager.d.ts
删除错误码 类名:wifiManager;
API声明:function off(type: 'hotspotStateChange', callback?: Callback<number>): void;
差异内容:202
类名:wifiManager;
API声明:function off(type: 'hotspotStateChange', callback?: Callback<number>): void;
差异内容:NA
api/@ohos.wifiManager.d.ts
权限变更 类名:access;
API声明:function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
差异内容:ohos.permission.ACCESS_BLUETOOTH
类名:access;
API声明:function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
差异内容:NA
api/@ohos.bluetooth.access.d.ts
权限变更 类名:access;
API声明:function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
差异内容:ohos.permission.ACCESS_BLUETOOTH
类名:access;
API声明:function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
差异内容:NA
api/@ohos.bluetooth.access.d.ts
权限变更 类名:connection;
API声明:function getRemoteDeviceClass(deviceId: string): DeviceClass;
差异内容:ohos.permission.ACCESS_BLUETOOTH
类名:connection;
API声明:function getRemoteDeviceClass(deviceId: string): DeviceClass;
差异内容:NA
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:global;
API声明:declare namespace opp
差异内容:declare namespace opp
api/@ohos.bluetooth.opp.d.ts
新增API NA 类名:opp;
API声明:interface OppServerProfile
差异内容:interface OppServerProfile
api/@ohos.bluetooth.opp.d.ts
新增API NA 类名:global;
API声明:export interface BarcodeTag
差异内容:export interface BarcodeTag
api/tag/nfctech.d.ts
新增API NA 类名:BarcodeTag;
API声明:getBarcode(): Promise<ArrayBuffer>;
差异内容:getBarcode(): Promise<ArrayBuffer>;
api/tag/nfctech.d.ts
新增API NA 类名:access;
API声明:function enableBluetoothAsync(): Promise<void>;
差异内容:function enableBluetoothAsync(): Promise<void>;
api/@ohos.bluetooth.access.d.ts
新增API NA 类名:access;
API声明:function disableBluetoothAsync(): Promise<void>;
差异内容:function disableBluetoothAsync(): Promise<void>;
api/@ohos.bluetooth.access.d.ts
新增API NA 类名:access;
API声明:function addPersistentDeviceId(deviceId: string): Promise<void>;
差异内容:function addPersistentDeviceId(deviceId: string): Promise<void>;
api/@ohos.bluetooth.access.d.ts
新增API NA 类名:access;
API声明:function deletePersistentDeviceId(deviceId: string): Promise<void>;
差异内容:function deletePersistentDeviceId(deviceId: string): Promise<void>;
api/@ohos.bluetooth.access.d.ts
新增API NA 类名:access;
API声明:function getPersistentDeviceIds(): string[];
差异内容:function getPersistentDeviceIds(): string[];
api/@ohos.bluetooth.access.d.ts
新增API NA 类名:access;
API声明:function isValidRandomDeviceId(deviceId: string): boolean;
差异内容:function isValidRandomDeviceId(deviceId: string): boolean;
api/@ohos.bluetooth.access.d.ts
新增API NA 类名:ble;
API声明:function createBleScanner(): BleScanner;
差异内容:function createBleScanner(): BleScanner;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ble;
API声明:interface BleScanner
差异内容:interface BleScanner
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:BleScanner;
API声明:startScan(filters: Array<ScanFilter>, options?: ScanOptions): Promise<void>;
差异内容:startScan(filters: Array<ScanFilter>, options?: ScanOptions): Promise<void>;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:BleScanner;
API声明:stopScan(): Promise<void>;
差异内容:stopScan(): Promise<void>;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:BleScanner;
API声明:on(type: 'BLEDeviceFind', callback: Callback<ScanReport>): void;
差异内容:on(type: 'BLEDeviceFind', callback: Callback<ScanReport>): void;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:BleScanner;
API声明:off(type: 'BLEDeviceFind', callback?: Callback<ScanReport>): void;
差异内容:off(type: 'BLEDeviceFind', callback?: Callback<ScanReport>): void;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:BLECharacteristic;
API声明:characteristicValueHandle?: number;
差异内容:characteristicValueHandle?: number;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:BLECharacteristic;
API声明:permissions?: GattPermissions;
差异内容:permissions?: GattPermissions;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:BLEDescriptor;
API声明:descriptorHandle?: number;
差异内容:descriptorHandle?: number;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:BLEDescriptor;
API声明:permissions?: GattPermissions;
差异内容:permissions?: GattPermissions;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:BLEConnectionChangeState;
API声明:reason?: GattDisconnectReason;
差异内容:reason?: GattDisconnectReason;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ble;
API声明:interface ScanReport
差异内容:interface ScanReport
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ScanReport;
API声明:reportType: ScanReportType;
差异内容:reportType: ScanReportType;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ScanReport;
API声明:scanResult: Array<ScanResult>;
差异内容:scanResult: Array<ScanResult>;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:AdvertiseData;
API声明:includeTxPower?: boolean;
差异内容:includeTxPower?: boolean;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ScanOptions;
API声明:reportMode?: ScanReportMode;
差异内容:reportMode?: ScanReportMode;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattProperties;
API声明:broadcast?: boolean;
差异内容:broadcast?: boolean;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattProperties;
API声明:authenticatedSignedWrite?: boolean;
差异内容:authenticatedSignedWrite?: boolean;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattProperties;
API声明:extendedProperties?: boolean;
差异内容:extendedProperties?: boolean;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ble;
API声明:enum ScanReportMode
差异内容:enum ScanReportMode
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ScanReportMode;
API声明:NORMAL = 1
差异内容:NORMAL = 1
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ScanReportMode;
API声明:BATCH = 2
差异内容:BATCH = 2
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ScanReportMode;
API声明:FENCE_SENSITIVITY_LOW = 10
差异内容:FENCE_SENSITIVITY_LOW = 10
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ScanReportMode;
API声明:FENCE_SENSITIVITY_HIGH = 11
差异内容:FENCE_SENSITIVITY_HIGH = 11
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ble;
API声明:enum ScanReportType
差异内容:enum ScanReportType
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ScanReportType;
API声明:ON_FOUND = 1
差异内容:ON_FOUND = 1
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ScanReportType;
API声明:ON_LOST = 2
差异内容:ON_LOST = 2
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ScanReportType;
API声明:ON_BATCH = 3
差异内容:ON_BATCH = 3
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ble;
API声明:enum GattDisconnectReason
差异内容:enum GattDisconnectReason
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattDisconnectReason;
API声明:CONN_TIMEOUT = 1
差异内容:CONN_TIMEOUT = 1
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattDisconnectReason;
API声明:CONN_TERMINATE_PEER_USER = 2
差异内容:CONN_TERMINATE_PEER_USER = 2
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattDisconnectReason;
API声明:CONN_TERMINATE_LOCAL_HOST = 3
差异内容:CONN_TERMINATE_LOCAL_HOST = 3
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattDisconnectReason;
API声明:CONN_UNKNOWN = 4
差异内容:CONN_UNKNOWN = 4
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:ble;
API声明:interface GattPermissions
差异内容:interface GattPermissions
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattPermissions;
API声明:read?: boolean;
差异内容:read?: boolean;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattPermissions;
API声明:readEncrypted?: boolean;
差异内容:readEncrypted?: boolean;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattPermissions;
API声明:readEncryptedMitm?: boolean;
差异内容:readEncryptedMitm?: boolean;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattPermissions;
API声明:write?: boolean;
差异内容:write?: boolean;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattPermissions;
API声明:writeEncrypted?: boolean;
差异内容:writeEncrypted?: boolean;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattPermissions;
API声明:writeEncryptedMitm?: boolean;
差异内容:writeEncryptedMitm?: boolean;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattPermissions;
API声明:writeSigned?: boolean;
差异内容:writeSigned?: boolean;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:GattPermissions;
API声明:writeSignedMitm?: boolean;
差异内容:writeSignedMitm?: boolean;
api/@ohos.bluetooth.ble.d.ts
新增API NA 类名:connection;
API声明:function getRemoteDeviceName(deviceId: string, alias?: boolean): string;
差异内容:function getRemoteDeviceName(deviceId: string, alias?: boolean): string;
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:connection;
API声明:function getRemoteDeviceTransport(deviceId: string): BluetoothTransport;
差异内容:function getRemoteDeviceTransport(deviceId: string): BluetoothTransport;
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:connection;
API声明:function connectAllowedProfiles(deviceId: string, callback: AsyncCallback<void>): void;
差异内容:function connectAllowedProfiles(deviceId: string, callback: AsyncCallback<void>): void;
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:connection;
API声明:function connectAllowedProfiles(deviceId: string): Promise<void>;
差异内容:function connectAllowedProfiles(deviceId: string): Promise<void>;
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:connection;
API声明:function getLastConnectionTime(deviceId: string): Promise<number>;
差异内容:function getLastConnectionTime(deviceId: string): Promise<number>;
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:connection;
API声明:function on(type: 'discoveryResult', callback: Callback<Array<DiscoveryResult>>): void;
差异内容:function on(type: 'discoveryResult', callback: Callback<Array<DiscoveryResult>>): void;
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:connection;
API声明:function off(type: 'discoveryResult', callback?: Callback<Array<DiscoveryResult>>): void;
差异内容:function off(type: 'discoveryResult', callback?: Callback<Array<DiscoveryResult>>): void;
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:BluetoothTransport;
API声明:TRANSPORT_DUAL = 2
差异内容:TRANSPORT_DUAL = 2
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:BluetoothTransport;
API声明:TRANSPORT_UNKNOWN = 3
差异内容:TRANSPORT_UNKNOWN = 3
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:connection;
API声明:interface DiscoveryResult
差异内容:interface DiscoveryResult
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:DiscoveryResult;
API声明:deviceId: string;
差异内容:deviceId: string;
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:DiscoveryResult;
API声明:rssi: number;
差异内容:rssi: number;
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:DiscoveryResult;
API声明:deviceName: string;
差异内容:deviceName: string;
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:DiscoveryResult;
API声明:deviceClass: DeviceClass;
差异内容:deviceClass: DeviceClass;
api/@ohos.bluetooth.connection.d.ts
新增API NA 类名:HceService;
API声明:off(type: 'hceCmd', callback?: AsyncCallback<number[]>): void;
差异内容:off(type: 'hceCmd', callback?: AsyncCallback<number[]>): void;
api/@ohos.nfc.cardEmulation.d.ts
新增API NA 类名:wifiManager;
API声明:function enableWifi(): void;
差异内容:function enableWifi(): void;
api/@ohos.wifiManager.d.ts
新增API NA 类名:wifiManager;
API声明:function disableWifi(): void;
差异内容:function disableWifi(): void;
api/@ohos.wifiManager.d.ts
新增API NA 类名:wifiManager;
API声明:function addDeviceConfig(config: WifiDeviceConfig): Promise<number>;
差异内容:function addDeviceConfig(config: WifiDeviceConfig): Promise<number>;
api/@ohos.wifiManager.d.ts
新增API NA 类名:wifiManager;
API声明:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback<number>): void;
差异内容:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback<number>): void;
api/@ohos.wifiManager.d.ts
新增API NA 类名:wifiManager;
API声明:function connectToCandidateConfigWithUserAction(networkId: number): Promise<void>;
差异内容:function connectToCandidateConfigWithUserAction(networkId: number): Promise<void>;
api/@ohos.wifiManager.d.ts
新增API NA 类名:wifiManager;
API声明:function connectToNetwork(networkId: number): void;
差异内容:function connectToNetwork(networkId: number): void;
api/@ohos.wifiManager.d.ts
新增API NA 类名:wifiManager;
API声明:function disconnect(): void;
差异内容:function disconnect(): void;
api/@ohos.wifiManager.d.ts
新增API NA 类名:wifiManager;
API声明:function getMultiLinkedInfo(): Array<WifiLinkedInfo>;
差异内容:function getMultiLinkedInfo(): Array<WifiLinkedInfo>;
api/@ohos.wifiManager.d.ts
新增API NA 类名:wifiManager;
API声明:function getLinkedInfoSync(): WifiLinkedInfo;
差异内容:function getLinkedInfoSync(): WifiLinkedInfo;
api/@ohos.wifiManager.d.ts
新增API NA 类名:wifiManager;
API声明:function getDeviceMacAddress(): string[];
差异内容:function getDeviceMacAddress(): string[];
api/@ohos.wifiManager.d.ts
新增API NA 类名:wifiManager;
API声明:function getDeviceConfigs(): Array<WifiDeviceConfig>;
差异内容:function getDeviceConfigs(): Array<WifiDeviceConfig>;
api/@ohos.wifiManager.d.ts
新增API NA 类名:wifiManager;
API声明:function removeDevice(id: number): void;
差异内容:function removeDevice(id: number): void;
api/@ohos.wifiManager.d.ts
新增API NA 类名:wifiManager;
API声明:function isHotspotActive(): boolean;
差异内容:function isHotspotActive(): boolean;
api/@ohos.wifiManager.d.ts
新增API NA 类名:WifiCategory;
API声明:WIFI7 = 4
差异内容:WIFI7 = 4
api/@ohos.wifiManager.d.ts
新增API NA 类名:WifiCategory;
API声明:WIFI7_PLUS = 5
差异内容:WIFI7_PLUS = 5
api/@ohos.wifiManager.d.ts
新增API NA 类名:wifiManager;
API声明:enum WifiLinkType
差异内容:enum WifiLinkType
api/@ohos.wifiManager.d.ts
新增API NA 类名:WifiLinkType;
API声明:DEFAULT_LINK = 0
差异内容:DEFAULT_LINK = 0
api/@ohos.wifiManager.d.ts
新增API NA 类名:WifiLinkType;
API声明:WIFI7_SINGLE_LINK = 1
差异内容:WIFI7_SINGLE_LINK = 1
api/@ohos.wifiManager.d.ts
新增API NA 类名:WifiLinkType;
API声明:WIFI7_MLSR = 2
差异内容:WIFI7_MLSR = 2
api/@ohos.wifiManager.d.ts
新增API NA 类名:WifiLinkType;
API声明:WIFI7_EMLSR = 3
差异内容:WIFI7_EMLSR = 3
api/@ohos.wifiManager.d.ts
新增API NA 类名:WifiLinkType;
API声明:WIFI7_STR = 4
差异内容:WIFI7_STR = 4
api/@ohos.wifiManager.d.ts
新增API NA 类名:WifiLinkedInfo;
API声明:wifiLinkType?: WifiLinkType;
差异内容:wifiLinkType?: WifiLinkType;
api/@ohos.wifiManager.d.ts
新增API NA 类名:CodecInfo;
API声明:codecBitRate?: CodecBitRate;
差异内容:codecBitRate?: CodecBitRate;
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecInfo;
API声明:codecFrameLength?: CodecFrameLength;
差异内容:codecFrameLength?: CodecFrameLength;
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:a2dp;
API声明:interface CodecInfoList
差异内容:interface CodecInfoList
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecInfoList;
API声明:codecType: CodecType;
差异内容:codecType: CodecType;
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecInfoList;
API声明:codecBitsPerSampleArray: CodecBitsPerSample[];
差异内容:codecBitsPerSampleArray: CodecBitsPerSample[];
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecInfoList;
API声明:codecChannelModeArray: CodecChannelMode[];
差异内容:codecChannelModeArray: CodecChannelMode[];
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecInfoList;
API声明:codecSampleRateArray: CodecSampleRate[];
差异内容:codecSampleRateArray: CodecSampleRate[];
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecInfoList;
API声明:codecBitRateArray: CodecBitRate[];
差异内容:codecBitRateArray: CodecBitRate[];
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecInfoList;
API声明:codecFrameLengthArray: CodecFrameLength[];
差异内容:codecFrameLengthArray: CodecFrameLength[];
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:a2dp;
API声明:enum CodecBitRate
差异内容:enum CodecBitRate
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecBitRate;
API声明:CODEC_BIT_RATE_96000 = 0
差异内容:CODEC_BIT_RATE_96000 = 0
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecBitRate;
API声明:CODEC_BIT_RATE_128000 = 1
差异内容:CODEC_BIT_RATE_128000 = 1
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecBitRate;
API声明:CODEC_BIT_RATE_192000 = 2
差异内容:CODEC_BIT_RATE_192000 = 2
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecBitRate;
API声明:CODEC_BIT_RATE_256000 = 3
差异内容:CODEC_BIT_RATE_256000 = 3
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecBitRate;
API声明:CODEC_BIT_RATE_320000 = 4
差异内容:CODEC_BIT_RATE_320000 = 4
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecBitRate;
API声明:CODEC_BIT_RATE_480000 = 5
差异内容:CODEC_BIT_RATE_480000 = 5
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecBitRate;
API声明:CODEC_BIT_RATE_640000 = 6
差异内容:CODEC_BIT_RATE_640000 = 6
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecBitRate;
API声明:CODEC_BIT_RATE_960000 = 7
差异内容:CODEC_BIT_RATE_960000 = 7
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecBitRate;
API声明:CODEC_BIT_RATE_ABR = 8
差异内容:CODEC_BIT_RATE_ABR = 8
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:a2dp;
API声明:enum CodecFrameLength
差异内容:enum CodecFrameLength
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecFrameLength;
API声明:CODEC_FRAME_LENGTH_5MS = 0
差异内容:CODEC_FRAME_LENGTH_5MS = 0
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecFrameLength;
API声明:CODEC_FRAME_LENGTH_10MS = 1
差异内容:CODEC_FRAME_LENGTH_10MS = 1
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:socket;
API声明:function getL2capPsm(serverSocket: number): number;
差异内容:function getL2capPsm(serverSocket: number): number;
api/@ohos.bluetooth.socket.d.ts
新增API NA 类名:socket;
API声明:function getDeviceId(clientSocket: number): string;
差异内容:function getDeviceId(clientSocket: number): string;
api/@ohos.bluetooth.socket.d.ts
新增API NA 类名:socket;
API声明:function sppWriteAsync(clientSocket: number, data: ArrayBuffer): Promise<void>;
差异内容:function sppWriteAsync(clientSocket: number, data: ArrayBuffer): Promise<void>;
api/@ohos.bluetooth.socket.d.ts
新增API NA 类名:socket;
API声明:function sppReadAsync(clientSocket: number): Promise<ArrayBuffer>;
差异内容:function sppReadAsync(clientSocket: number): Promise<ArrayBuffer>;
api/@ohos.bluetooth.socket.d.ts
新增API NA 类名:SppOptions;
API声明:psm?: number;
差异内容:psm?: number;
api/@ohos.bluetooth.socket.d.ts
新增API NA 类名:SppType;
API声明:SPP_L2CAP = 1
差异内容:SPP_L2CAP = 1
api/@ohos.bluetooth.socket.d.ts
新增API NA 类名:SppType;
API声明:SPP_L2CAP_BLE = 2
差异内容:SPP_L2CAP_BLE = 2
api/@ohos.bluetooth.socket.d.ts
新增API NA 类名:tag;
API声明:const NFC_BARCODE = 10;
差异内容:const NFC_BARCODE = 10;
api/@ohos.nfc.tag.d.ts
新增API NA 类名:tag;
API声明:function getBarcodeTag(tagInfo: TagInfo): BarcodeTag;
差异内容:function getBarcodeTag(tagInfo: TagInfo): BarcodeTag;
api/@ohos.nfc.tag.d.ts
新增API NA 类名:ndef;
API声明:function makeApplicationRecord(bundleName: string): NdefRecord;
差异内容:function makeApplicationRecord(bundleName: string): NdefRecord;
api/@ohos.nfc.tag.d.ts
新增API NA 类名:tag;
API声明:export type BarcodeTag = _BarcodeTag;
差异内容:export type BarcodeTag = _BarcodeTag;
api/@ohos.nfc.tag.d.ts
新增API NA 类名:omapi;
API声明:function on(type: 'stateChanged', callback: Callback<ServiceState>): void;
差异内容:function on(type: 'stateChanged', callback: Callback<ServiceState>): void;
api/@ohos.secureElement.d.ts
新增API NA 类名:omapi;
API声明:function off(type: 'stateChanged', callback?: Callback<ServiceState>): void;
差异内容:function off(type: 'stateChanged', callback?: Callback<ServiceState>): void;
api/@ohos.secureElement.d.ts
起始版本有变化 类名:connection;
API声明:type ProfileUuids = constant.ProfileUuids;
差异内容:10
类名:connection;
API声明:type ProfileUuids = constant.ProfileUuids;
差异内容:12
api/@ohos.bluetooth.connection.d.ts
起始版本有变化 类名:connection;
API声明:function getRemoteProfileUuids(deviceId: string, callback: AsyncCallback<Array<ProfileUuids>>): void;
差异内容:10
类名:connection;
API声明:function getRemoteProfileUuids(deviceId: string, callback: AsyncCallback<Array<ProfileUuids>>): void;
差异内容:12
api/@ohos.bluetooth.connection.d.ts
起始版本有变化 类名:connection;
API声明:function getRemoteProfileUuids(deviceId: string): Promise<Array<ProfileUuids>>;
差异内容:10
类名:connection;
API声明:function getRemoteProfileUuids(deviceId: string): Promise<Array<ProfileUuids>>;
差异内容:12
api/@ohos.bluetooth.connection.d.ts
起始版本有变化 类名:constant;
API声明:export enum ProfileUuids
差异内容:10
类名:constant;
API声明:export enum ProfileUuids
差异内容:12
api/@ohos.bluetooth.constant.d.ts
起始版本有变化 类名:ProfileUuids;
API声明:PROFILE_UUID_HFP_AG = '0000111F-0000-1000-8000-00805F9B34FB'
差异内容:10
类名:ProfileUuids;
API声明:PROFILE_UUID_HFP_AG = '0000111F-0000-1000-8000-00805F9B34FB'
差异内容:12
api/@ohos.bluetooth.constant.d.ts
起始版本有变化 类名:ProfileUuids;
API声明:PROFILE_UUID_HFP_HF = '0000111E-0000-1000-8000-00805F9B34FB'
差异内容:10
类名:ProfileUuids;
API声明:PROFILE_UUID_HFP_HF = '0000111E-0000-1000-8000-00805F9B34FB'
差异内容:12
api/@ohos.bluetooth.constant.d.ts
起始版本有变化 类名:ProfileUuids;
API声明:PROFILE_UUID_HSP_AG = '00001112-0000-1000-8000-00805F9B34FB'
差异内容:10
类名:ProfileUuids;
API声明:PROFILE_UUID_HSP_AG = '00001112-0000-1000-8000-00805F9B34FB'
差异内容:12
api/@ohos.bluetooth.constant.d.ts
起始版本有变化 类名:ProfileUuids;
API声明:PROFILE_UUID_HSP_HS = '00001108-0000-1000-8000-00805F9B34FB'
差异内容:10
类名:ProfileUuids;
API声明:PROFILE_UUID_HSP_HS = '00001108-0000-1000-8000-00805F9B34FB'
差异内容:12
api/@ohos.bluetooth.constant.d.ts
起始版本有变化 类名:ProfileUuids;
API声明:PROFILE_UUID_A2DP_SRC = '0000110A-0000-1000-8000-00805F9B34FB'
差异内容:10
类名:ProfileUuids;
API声明:PROFILE_UUID_A2DP_SRC = '0000110A-0000-1000-8000-00805F9B34FB'
差异内容:12
api/@ohos.bluetooth.constant.d.ts
起始版本有变化 类名:ProfileUuids;
API声明:PROFILE_UUID_A2DP_SINK = '0000110B-0000-1000-8000-00805F9B34FB'
差异内容:10
类名:ProfileUuids;
API声明:PROFILE_UUID_A2DP_SINK = '0000110B-0000-1000-8000-00805F9B34FB'
差异内容:12
api/@ohos.bluetooth.constant.d.ts
起始版本有变化 类名:ProfileUuids;
API声明:PROFILE_UUID_AVRCP_CT = '0000110E-0000-1000-8000-00805F9B34FB'
差异内容:10
类名:ProfileUuids;
API声明:PROFILE_UUID_AVRCP_CT = '0000110E-0000-1000-8000-00805F9B34FB'
差异内容:12
api/@ohos.bluetooth.constant.d.ts
起始版本有变化 类名:ProfileUuids;
API声明:PROFILE_UUID_AVRCP_TG = '0000110C-0000-1000-8000-00805F9B34FB'
差异内容:10
类名:ProfileUuids;
API声明:PROFILE_UUID_AVRCP_TG = '0000110C-0000-1000-8000-00805F9B34FB'
差异内容:12
api/@ohos.bluetooth.constant.d.ts
起始版本有变化 类名:ProfileUuids;
API声明:PROFILE_UUID_HID = '00001124-0000-1000-8000-00805F9B34FB'
差异内容:10
类名:ProfileUuids;
API声明:PROFILE_UUID_HID = '00001124-0000-1000-8000-00805F9B34FB'
差异内容:12
api/@ohos.bluetooth.constant.d.ts
起始版本有变化 类名:ProfileUuids;
API声明:PROFILE_UUID_HOGP = '00001812-0000-1000-8000-00805F9B34FB'
差异内容:10
类名:ProfileUuids;
API声明:PROFILE_UUID_HOGP = '00001812-0000-1000-8000-00805F9B34FB'
差异内容:12
api/@ohos.bluetooth.constant.d.ts
新增kit 类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.bluetooth.opp.d.ts
差异内容:ConnectivityKit
api/@ohos.bluetooth.opp.d.ts
新增导出符号 类名:global;
API声明:export interface BarcodeTag
差异内容:NA
类名:global;
API声明:
差异内容:export interface BarcodeTag
api/tag/nfctech.d.ts