操作 旧版本 新版本 d.ts文件
API跨平台权限变更 类名:global;
API声明:declare namespace a2dp
差异内容:NA
类名:global;
API声明:declare namespace a2dp
差异内容:crossplatform
api/@ohos.bluetooth.a2dp.d.ts
API跨平台权限变更 类名:a2dp;
API声明:function createA2dpSrcProfile(): A2dpSourceProfile;
差异内容:NA
类名:a2dp;
API声明:function createA2dpSrcProfile(): A2dpSourceProfile;
差异内容:crossplatform
api/@ohos.bluetooth.a2dp.d.ts
API跨平台权限变更 类名:a2dp;
API声明:interface A2dpSourceProfile
差异内容:NA
类名:a2dp;
API声明:interface A2dpSourceProfile
差异内容:crossplatform
api/@ohos.bluetooth.a2dp.d.ts
API跨平台权限变更 类名:global;
API声明:declare namespace access
差异内容:NA
类名:global;
API声明:declare namespace access
差异内容:crossplatform
api/@ohos.bluetooth.access.d.ts
API跨平台权限变更 类名:access;
API声明:function enableBluetooth(): void;
差异内容:NA
类名:access;
API声明:function enableBluetooth(): void;
差异内容:crossplatform
api/@ohos.bluetooth.access.d.ts
API跨平台权限变更 类名:access;
API声明:function disableBluetooth(): void;
差异内容:NA
类名:access;
API声明:function disableBluetooth(): void;
差异内容:crossplatform
api/@ohos.bluetooth.access.d.ts
API跨平台权限变更 类名:access;
API声明:function getState(): BluetoothState;
差异内容:NA
类名:access;
API声明:function getState(): BluetoothState;
差异内容:crossplatform
api/@ohos.bluetooth.access.d.ts
API跨平台权限变更 类名:access;
API声明:function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
差异内容:NA
类名:access;
API声明:function on(type: 'stateChange', callback: Callback<BluetoothState>): void;
差异内容:crossplatform
api/@ohos.bluetooth.access.d.ts
API跨平台权限变更 类名:access;
API声明:function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
差异内容:NA
类名:access;
API声明:function off(type: 'stateChange', callback?: Callback<BluetoothState>): void;
差异内容:crossplatform
api/@ohos.bluetooth.access.d.ts
API跨平台权限变更 类名:access;
API声明:export enum BluetoothState
差异内容:NA
类名:access;
API声明:export enum BluetoothState
差异内容:crossplatform
api/@ohos.bluetooth.access.d.ts
API跨平台权限变更 类名:BluetoothState;
API声明:STATE_OFF = 0
差异内容:NA
类名:BluetoothState;
API声明:STATE_OFF = 0
差异内容:crossplatform
api/@ohos.bluetooth.access.d.ts
API跨平台权限变更 类名:BluetoothState;
API声明:STATE_TURNING_ON = 1
差异内容:NA
类名:BluetoothState;
API声明:STATE_TURNING_ON = 1
差异内容:crossplatform
api/@ohos.bluetooth.access.d.ts
API跨平台权限变更 类名:BluetoothState;
API声明:STATE_ON = 2
差异内容:NA
类名:BluetoothState;
API声明:STATE_ON = 2
差异内容:crossplatform
api/@ohos.bluetooth.access.d.ts
API跨平台权限变更 类名:BluetoothState;
API声明:STATE_TURNING_OFF = 3
差异内容:NA
类名:BluetoothState;
API声明:STATE_TURNING_OFF = 3
差异内容:crossplatform
api/@ohos.bluetooth.access.d.ts
API跨平台权限变更 类名:global;
API声明:declare namespace baseProfile
差异内容:NA
类名:global;
API声明:declare namespace baseProfile
差异内容:crossplatform
api/@ohos.bluetooth.baseProfile.d.ts
API跨平台权限变更 类名:baseProfile;
API声明:type ProfileConnectionState = constant.ProfileConnectionState;
差异内容:NA
类名:baseProfile;
API声明:type ProfileConnectionState = constant.ProfileConnectionState;
差异内容:crossplatform
api/@ohos.bluetooth.baseProfile.d.ts
API跨平台权限变更 类名:baseProfile;
API声明:enum DisconnectCause
差异内容:NA
类名:baseProfile;
API声明:enum DisconnectCause
差异内容:crossplatform
api/@ohos.bluetooth.baseProfile.d.ts
API跨平台权限变更 类名:DisconnectCause;
API声明:USER_DISCONNECT = 0
差异内容:NA
类名:DisconnectCause;
API声明:USER_DISCONNECT = 0
差异内容:crossplatform
api/@ohos.bluetooth.baseProfile.d.ts
API跨平台权限变更 类名:baseProfile;
API声明:export interface StateChangeParam
差异内容:NA
类名:baseProfile;
API声明:export interface StateChangeParam
差异内容:crossplatform
api/@ohos.bluetooth.baseProfile.d.ts
API跨平台权限变更 类名:StateChangeParam;
API声明:deviceId: string;
差异内容:NA
类名:StateChangeParam;
API声明:deviceId: string;
差异内容:crossplatform
api/@ohos.bluetooth.baseProfile.d.ts
API跨平台权限变更 类名:StateChangeParam;
API声明:state: ProfileConnectionState;
差异内容:NA
类名:StateChangeParam;
API声明:state: ProfileConnectionState;
差异内容:crossplatform
api/@ohos.bluetooth.baseProfile.d.ts
API跨平台权限变更 类名:StateChangeParam;
API声明:cause: DisconnectCause;
差异内容:NA
类名:StateChangeParam;
API声明:cause: DisconnectCause;
差异内容:crossplatform
api/@ohos.bluetooth.baseProfile.d.ts
API跨平台权限变更 类名:baseProfile;
API声明:export interface BaseProfile
差异内容:NA
类名:baseProfile;
API声明:export interface BaseProfile
差异内容:crossplatform
api/@ohos.bluetooth.baseProfile.d.ts
API跨平台权限变更 类名:BaseProfile;
API声明:getConnectedDevices(): Array<string>;
差异内容:NA
类名:BaseProfile;
API声明:getConnectedDevices(): Array<string>;
差异内容:crossplatform
api/@ohos.bluetooth.baseProfile.d.ts
API跨平台权限变更 类名:BaseProfile;
API声明:getConnectionState(deviceId: string): ProfileConnectionState;
差异内容:NA
类名:BaseProfile;
API声明:getConnectionState(deviceId: string): ProfileConnectionState;
差异内容:crossplatform
api/@ohos.bluetooth.baseProfile.d.ts
API跨平台权限变更 类名:BaseProfile;
API声明:on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
差异内容:NA
类名:BaseProfile;
API声明:on(type: 'connectionStateChange', callback: Callback<StateChangeParam>): void;
差异内容:crossplatform
api/@ohos.bluetooth.baseProfile.d.ts
API跨平台权限变更 类名:BaseProfile;
API声明:off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
差异内容:NA
类名:BaseProfile;
API声明:off(type: 'connectionStateChange', callback?: Callback<StateChangeParam>): void;
差异内容:crossplatform
api/@ohos.bluetooth.baseProfile.d.ts
API跨平台权限变更 类名:global;
API声明:declare namespace ble
差异内容:NA
类名:global;
API声明:declare namespace ble
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:type ProfileConnectionState = constant.ProfileConnectionState;
差异内容:NA
类名:ble;
API声明:type ProfileConnectionState = constant.ProfileConnectionState;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function createGattServer(): GattServer;
差异内容:NA
类名:ble;
API声明:function createGattServer(): GattServer;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function createGattClientDevice(deviceId: string): GattClientDevice;
差异内容:NA
类名:ble;
API声明:function createGattClientDevice(deviceId: string): GattClientDevice;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function getConnectedBLEDevices(): Array<string>;
差异内容:NA
类名:ble;
API声明:function getConnectedBLEDevices(): Array<string>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function startBLEScan(filters: Array<ScanFilter>, options?: ScanOptions): void;
差异内容:NA
类名:ble;
API声明:function startBLEScan(filters: Array<ScanFilter>, options?: ScanOptions): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function stopBLEScan(): void;
差异内容:NA
类名:ble;
API声明:function stopBLEScan(): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
差异内容:NA
类名:ble;
API声明:function startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function startAdvertising(advertisingParams: AdvertisingParams, callback: AsyncCallback<number>): void;
差异内容:NA
类名:ble;
API声明:function startAdvertising(advertisingParams: AdvertisingParams, callback: AsyncCallback<number>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function startAdvertising(advertisingParams: AdvertisingParams): Promise<number>;
差异内容:NA
类名:ble;
API声明:function startAdvertising(advertisingParams: AdvertisingParams): Promise<number>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function stopAdvertising(): void;
差异内容:NA
类名:ble;
API声明:function stopAdvertising(): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function stopAdvertising(advertisingId: number, callback: AsyncCallback<void>): void;
差异内容:NA
类名:ble;
API声明:function stopAdvertising(advertisingId: number, callback: AsyncCallback<void>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function stopAdvertising(advertisingId: number): Promise<void>;
差异内容:NA
类名:ble;
API声明:function stopAdvertising(advertisingId: number): Promise<void>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function on(type: 'advertisingStateChange', callback: Callback<AdvertisingStateChangeInfo>): void;
差异内容:NA
类名:ble;
API声明:function on(type: 'advertisingStateChange', callback: Callback<AdvertisingStateChangeInfo>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function off(type: 'advertisingStateChange', callback?: Callback<AdvertisingStateChangeInfo>): void;
差异内容:NA
类名:ble;
API声明:function off(type: 'advertisingStateChange', callback?: Callback<AdvertisingStateChangeInfo>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function on(type: 'BLEDeviceFind', callback: Callback<Array<ScanResult>>): void;
差异内容:NA
类名:ble;
API声明:function on(type: 'BLEDeviceFind', callback: Callback<Array<ScanResult>>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:function off(type: 'BLEDeviceFind', callback?: Callback<Array<ScanResult>>): void;
差异内容:NA
类名:ble;
API声明:function off(type: 'BLEDeviceFind', callback?: Callback<Array<ScanResult>>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface GattServer
差异内容:NA
类名:ble;
API声明:interface GattServer
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:addService(service: GattService): void;
差异内容:NA
类名:GattServer;
API声明:addService(service: GattService): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:removeService(serviceUuid: string): void;
差异内容:NA
类名:GattServer;
API声明:removeService(serviceUuid: string): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:close(): void;
差异内容:NA
类名:GattServer;
API声明:close(): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic, callback: AsyncCallback<void>): void;
差异内容:NA
类名:GattServer;
API声明:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic, callback: AsyncCallback<void>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): Promise<void>;
差异内容:NA
类名:GattServer;
API声明:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): Promise<void>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:sendResponse(serverResponse: ServerResponse): void;
差异内容:NA
类名:GattServer;
API声明:sendResponse(serverResponse: ServerResponse): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:on(type: 'characteristicRead', callback: Callback<CharacteristicReadRequest>): void;
差异内容:NA
类名:GattServer;
API声明:on(type: 'characteristicRead', callback: Callback<CharacteristicReadRequest>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:off(type: 'characteristicRead', callback?: Callback<CharacteristicReadRequest>): void;
差异内容:NA
类名:GattServer;
API声明:off(type: 'characteristicRead', callback?: Callback<CharacteristicReadRequest>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:on(type: 'characteristicWrite', callback: Callback<CharacteristicWriteRequest>): void;
差异内容:NA
类名:GattServer;
API声明:on(type: 'characteristicWrite', callback: Callback<CharacteristicWriteRequest>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:off(type: 'characteristicWrite', callback?: Callback<CharacteristicWriteRequest>): void;
差异内容:NA
类名:GattServer;
API声明:off(type: 'characteristicWrite', callback?: Callback<CharacteristicWriteRequest>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:on(type: 'descriptorRead', callback: Callback<DescriptorReadRequest>): void;
差异内容:NA
类名:GattServer;
API声明:on(type: 'descriptorRead', callback: Callback<DescriptorReadRequest>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:off(type: 'descriptorRead', callback?: Callback<DescriptorReadRequest>): void;
差异内容:NA
类名:GattServer;
API声明:off(type: 'descriptorRead', callback?: Callback<DescriptorReadRequest>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:on(type: 'descriptorWrite', callback: Callback<DescriptorWriteRequest>): void;
差异内容:NA
类名:GattServer;
API声明:on(type: 'descriptorWrite', callback: Callback<DescriptorWriteRequest>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:off(type: 'descriptorWrite', callback?: Callback<DescriptorWriteRequest>): void;
差异内容:NA
类名:GattServer;
API声明:off(type: 'descriptorWrite', callback?: Callback<DescriptorWriteRequest>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:on(type: 'connectionStateChange', callback: Callback<BLEConnectionChangeState>): void;
差异内容:NA
类名:GattServer;
API声明:on(type: 'connectionStateChange', callback: Callback<BLEConnectionChangeState>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:off(type: 'connectionStateChange', callback?: Callback<BLEConnectionChangeState>): void;
差异内容:NA
类名:GattServer;
API声明:off(type: 'connectionStateChange', callback?: Callback<BLEConnectionChangeState>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:on(type: 'BLEMtuChange', callback: Callback<number>): void;
差异内容:NA
类名:GattServer;
API声明:on(type: 'BLEMtuChange', callback: Callback<number>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattServer;
API声明:off(type: 'BLEMtuChange', callback?: Callback<number>): void;
差异内容:NA
类名:GattServer;
API声明:off(type: 'BLEMtuChange', callback?: Callback<number>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface GattClientDevice
差异内容:NA
类名:ble;
API声明:interface GattClientDevice
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:connect(): void;
差异内容:NA
类名:GattClientDevice;
API声明:connect(): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:disconnect(): void;
差异内容:NA
类名:GattClientDevice;
API声明:disconnect(): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:close(): void;
差异内容:NA
类名:GattClientDevice;
API声明:close(): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:getDeviceName(callback: AsyncCallback<string>): void;
差异内容:NA
类名:GattClientDevice;
API声明:getDeviceName(callback: AsyncCallback<string>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:getDeviceName(): Promise<string>;
差异内容:NA
类名:GattClientDevice;
API声明:getDeviceName(): Promise<string>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:getServices(callback: AsyncCallback<Array<GattService>>): void;
差异内容:NA
类名:GattClientDevice;
API声明:getServices(callback: AsyncCallback<Array<GattService>>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:getServices(): Promise<Array<GattService>>;
差异内容:NA
类名:GattClientDevice;
API声明:getServices(): Promise<Array<GattService>>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
差异内容:NA
类名:GattClientDevice;
API声明:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback<BLECharacteristic>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
差异内容:NA
类名:GattClientDevice;
API声明:readCharacteristicValue(characteristic: BLECharacteristic): Promise<BLECharacteristic>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
差异内容:NA
类名:GattClientDevice;
API声明:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<BLEDescriptor>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
差异内容:NA
类名:GattClientDevice;
API声明:readDescriptorValue(descriptor: BLEDescriptor): Promise<BLEDescriptor>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType, callback: AsyncCallback<void>): void;
差异内容:NA
类名:GattClientDevice;
API声明:writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType, callback: AsyncCallback<void>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType): Promise<void>;
差异内容:NA
类名:GattClientDevice;
API声明:writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType): Promise<void>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:writeDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<void>): void;
差异内容:NA
类名:GattClientDevice;
API声明:writeDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback<void>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:writeDescriptorValue(descriptor: BLEDescriptor): Promise<void>;
差异内容:NA
类名:GattClientDevice;
API声明:writeDescriptorValue(descriptor: BLEDescriptor): Promise<void>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:setBLEMtuSize(mtu: number): void;
差异内容:NA
类名:GattClientDevice;
API声明:setBLEMtuSize(mtu: number): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:on(type: 'BLEConnectionStateChange', callback: Callback<BLEConnectionChangeState>): void;
差异内容:NA
类名:GattClientDevice;
API声明:on(type: 'BLEConnectionStateChange', callback: Callback<BLEConnectionChangeState>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:off(type: 'BLEConnectionStateChange', callback?: Callback<BLEConnectionChangeState>): void;
差异内容:NA
类名:GattClientDevice;
API声明:off(type: 'BLEConnectionStateChange', callback?: Callback<BLEConnectionChangeState>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:on(type: 'BLEMtuChange', callback: Callback<number>): void;
差异内容:NA
类名:GattClientDevice;
API声明:on(type: 'BLEMtuChange', callback: Callback<number>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattClientDevice;
API声明:off(type: 'BLEMtuChange', callback?: Callback<number>): void;
差异内容:NA
类名:GattClientDevice;
API声明:off(type: 'BLEMtuChange', callback?: Callback<number>): void;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface GattService
差异内容:NA
类名:ble;
API声明:interface GattService
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattService;
API声明:serviceUuid: string;
差异内容:NA
类名:GattService;
API声明:serviceUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattService;
API声明:isPrimary: boolean;
差异内容:NA
类名:GattService;
API声明:isPrimary: boolean;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattService;
API声明:characteristics: Array<BLECharacteristic>;
差异内容:NA
类名:GattService;
API声明:characteristics: Array<BLECharacteristic>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface BLECharacteristic
差异内容:NA
类名:ble;
API声明:interface BLECharacteristic
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:BLECharacteristic;
API声明:serviceUuid: string;
差异内容:NA
类名:BLECharacteristic;
API声明:serviceUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:BLECharacteristic;
API声明:characteristicUuid: string;
差异内容:NA
类名:BLECharacteristic;
API声明:characteristicUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:BLECharacteristic;
API声明:characteristicValue: ArrayBuffer;
差异内容:NA
类名:BLECharacteristic;
API声明:characteristicValue: ArrayBuffer;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:BLECharacteristic;
API声明:descriptors: Array<BLEDescriptor>;
差异内容:NA
类名:BLECharacteristic;
API声明:descriptors: Array<BLEDescriptor>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:BLECharacteristic;
API声明:properties?: GattProperties;
差异内容:NA
类名:BLECharacteristic;
API声明:properties?: GattProperties;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface BLEDescriptor
差异内容:NA
类名:ble;
API声明:interface BLEDescriptor
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:BLEDescriptor;
API声明:serviceUuid: string;
差异内容:NA
类名:BLEDescriptor;
API声明:serviceUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:BLEDescriptor;
API声明:characteristicUuid: string;
差异内容:NA
类名:BLEDescriptor;
API声明:characteristicUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:BLEDescriptor;
API声明:descriptorUuid: string;
差异内容:NA
类名:BLEDescriptor;
API声明:descriptorUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:BLEDescriptor;
API声明:descriptorValue: ArrayBuffer;
差异内容:NA
类名:BLEDescriptor;
API声明:descriptorValue: ArrayBuffer;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface NotifyCharacteristic
差异内容:NA
类名:ble;
API声明:interface NotifyCharacteristic
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:NotifyCharacteristic;
API声明:serviceUuid: string;
差异内容:NA
类名:NotifyCharacteristic;
API声明:serviceUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:NotifyCharacteristic;
API声明:characteristicUuid: string;
差异内容:NA
类名:NotifyCharacteristic;
API声明:characteristicUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:NotifyCharacteristic;
API声明:characteristicValue: ArrayBuffer;
差异内容:NA
类名:NotifyCharacteristic;
API声明:characteristicValue: ArrayBuffer;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface CharacteristicReadRequest
差异内容:NA
类名:ble;
API声明:interface CharacteristicReadRequest
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:CharacteristicReadRequest;
API声明:deviceId: string;
差异内容:NA
类名:CharacteristicReadRequest;
API声明:deviceId: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:CharacteristicReadRequest;
API声明:transId: number;
差异内容:NA
类名:CharacteristicReadRequest;
API声明:transId: number;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:CharacteristicReadRequest;
API声明:characteristicUuid: string;
差异内容:NA
类名:CharacteristicReadRequest;
API声明:characteristicUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:CharacteristicReadRequest;
API声明:serviceUuid: string;
差异内容:NA
类名:CharacteristicReadRequest;
API声明:serviceUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface CharacteristicWriteRequest
差异内容:NA
类名:ble;
API声明:interface CharacteristicWriteRequest
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:CharacteristicWriteRequest;
API声明:deviceId: string;
差异内容:NA
类名:CharacteristicWriteRequest;
API声明:deviceId: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:CharacteristicWriteRequest;
API声明:transId: number;
差异内容:NA
类名:CharacteristicWriteRequest;
API声明:transId: number;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:CharacteristicWriteRequest;
API声明:value: ArrayBuffer;
差异内容:NA
类名:CharacteristicWriteRequest;
API声明:value: ArrayBuffer;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:CharacteristicWriteRequest;
API声明:characteristicUuid: string;
差异内容:NA
类名:CharacteristicWriteRequest;
API声明:characteristicUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:CharacteristicWriteRequest;
API声明:serviceUuid: string;
差异内容:NA
类名:CharacteristicWriteRequest;
API声明:serviceUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface DescriptorReadRequest
差异内容:NA
类名:ble;
API声明:interface DescriptorReadRequest
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:DescriptorReadRequest;
API声明:deviceId: string;
差异内容:NA
类名:DescriptorReadRequest;
API声明:deviceId: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:DescriptorReadRequest;
API声明:transId: number;
差异内容:NA
类名:DescriptorReadRequest;
API声明:transId: number;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:DescriptorReadRequest;
API声明:descriptorUuid: string;
差异内容:NA
类名:DescriptorReadRequest;
API声明:descriptorUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:DescriptorReadRequest;
API声明:characteristicUuid: string;
差异内容:NA
类名:DescriptorReadRequest;
API声明:characteristicUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:DescriptorReadRequest;
API声明:serviceUuid: string;
差异内容:NA
类名:DescriptorReadRequest;
API声明:serviceUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface DescriptorWriteRequest
差异内容:NA
类名:ble;
API声明:interface DescriptorWriteRequest
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:DescriptorWriteRequest;
API声明:deviceId: string;
差异内容:NA
类名:DescriptorWriteRequest;
API声明:deviceId: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:DescriptorWriteRequest;
API声明:transId: number;
差异内容:NA
类名:DescriptorWriteRequest;
API声明:transId: number;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:DescriptorWriteRequest;
API声明:value: ArrayBuffer;
差异内容:NA
类名:DescriptorWriteRequest;
API声明:value: ArrayBuffer;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:DescriptorWriteRequest;
API声明:descriptorUuid: string;
差异内容:NA
类名:DescriptorWriteRequest;
API声明:descriptorUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:DescriptorWriteRequest;
API声明:characteristicUuid: string;
差异内容:NA
类名:DescriptorWriteRequest;
API声明:characteristicUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:DescriptorWriteRequest;
API声明:serviceUuid: string;
差异内容:NA
类名:DescriptorWriteRequest;
API声明:serviceUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface ServerResponse
差异内容:NA
类名:ble;
API声明:interface ServerResponse
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ServerResponse;
API声明:deviceId: string;
差异内容:NA
类名:ServerResponse;
API声明:deviceId: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ServerResponse;
API声明:transId: number;
差异内容:NA
类名:ServerResponse;
API声明:transId: number;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ServerResponse;
API声明:status: number;
差异内容:NA
类名:ServerResponse;
API声明:status: number;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ServerResponse;
API声明:value: ArrayBuffer;
差异内容:NA
类名:ServerResponse;
API声明:value: ArrayBuffer;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface BLEConnectionChangeState
差异内容:NA
类名:ble;
API声明:interface BLEConnectionChangeState
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:BLEConnectionChangeState;
API声明:deviceId: string;
差异内容:NA
类名:BLEConnectionChangeState;
API声明:deviceId: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:BLEConnectionChangeState;
API声明:state: ProfileConnectionState;
差异内容:NA
类名:BLEConnectionChangeState;
API声明:state: ProfileConnectionState;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface ScanResult
差异内容:NA
类名:ble;
API声明:interface ScanResult
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanResult;
API声明:deviceId: string;
差异内容:NA
类名:ScanResult;
API声明:deviceId: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanResult;
API声明:rssi: number;
差异内容:NA
类名:ScanResult;
API声明:rssi: number;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanResult;
API声明:data: ArrayBuffer;
差异内容:NA
类名:ScanResult;
API声明:data: ArrayBuffer;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanResult;
API声明:deviceName: string;
差异内容:NA
类名:ScanResult;
API声明:deviceName: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanResult;
API声明:connectable: boolean;
差异内容:NA
类名:ScanResult;
API声明:connectable: boolean;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface AdvertiseSetting
差异内容:NA
类名:ble;
API声明:interface AdvertiseSetting
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:AdvertiseSetting;
API声明:connectable?: boolean;
差异内容:NA
类名:AdvertiseSetting;
API声明:connectable?: boolean;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface AdvertiseData
差异内容:NA
类名:ble;
API声明:interface AdvertiseData
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:AdvertiseData;
API声明:serviceUuids: Array<string>;
差异内容:NA
类名:AdvertiseData;
API声明:serviceUuids: Array<string>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:AdvertiseData;
API声明:manufactureData: Array<ManufactureData>;
差异内容:NA
类名:AdvertiseData;
API声明:manufactureData: Array<ManufactureData>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:AdvertiseData;
API声明:serviceData: Array<ServiceData>;
差异内容:NA
类名:AdvertiseData;
API声明:serviceData: Array<ServiceData>;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:AdvertiseData;
API声明:includeDeviceName?: boolean;
差异内容:NA
类名:AdvertiseData;
API声明:includeDeviceName?: boolean;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface AdvertisingParams
差异内容:NA
类名:ble;
API声明:interface AdvertisingParams
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:AdvertisingParams;
API声明:advertisingSettings: AdvertiseSetting;
差异内容:NA
类名:AdvertisingParams;
API声明:advertisingSettings: AdvertiseSetting;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:AdvertisingParams;
API声明:advertisingData: AdvertiseData;
差异内容:NA
类名:AdvertisingParams;
API声明:advertisingData: AdvertiseData;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:AdvertisingParams;
API声明:advertisingResponse?: AdvertiseData;
差异内容:NA
类名:AdvertisingParams;
API声明:advertisingResponse?: AdvertiseData;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface AdvertisingStateChangeInfo
差异内容:NA
类名:ble;
API声明:interface AdvertisingStateChangeInfo
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:AdvertisingStateChangeInfo;
API声明:advertisingId: number;
差异内容:NA
类名:AdvertisingStateChangeInfo;
API声明:advertisingId: number;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:AdvertisingStateChangeInfo;
API声明:state: AdvertisingState;
差异内容:NA
类名:AdvertisingStateChangeInfo;
API声明:state: AdvertisingState;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface ManufactureData
差异内容:NA
类名:ble;
API声明:interface ManufactureData
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ManufactureData;
API声明:manufactureId: number;
差异内容:NA
类名:ManufactureData;
API声明:manufactureId: number;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ManufactureData;
API声明:manufactureValue: ArrayBuffer;
差异内容:NA
类名:ManufactureData;
API声明:manufactureValue: ArrayBuffer;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface ServiceData
差异内容:NA
类名:ble;
API声明:interface ServiceData
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ServiceData;
API声明:serviceUuid: string;
差异内容:NA
类名:ServiceData;
API声明:serviceUuid: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ServiceData;
API声明:serviceValue: ArrayBuffer;
差异内容:NA
类名:ServiceData;
API声明:serviceValue: ArrayBuffer;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface ScanFilter
差异内容:NA
类名:ble;
API声明:interface ScanFilter
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanFilter;
API声明:deviceId?: string;
差异内容:NA
类名:ScanFilter;
API声明:deviceId?: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanFilter;
API声明:name?: string;
差异内容:NA
类名:ScanFilter;
API声明:name?: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanFilter;
API声明:serviceUuid?: string;
差异内容:NA
类名:ScanFilter;
API声明:serviceUuid?: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanFilter;
API声明:serviceUuidMask?: string;
差异内容:NA
类名:ScanFilter;
API声明:serviceUuidMask?: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanFilter;
API声明:serviceSolicitationUuid?: string;
差异内容:NA
类名:ScanFilter;
API声明:serviceSolicitationUuid?: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanFilter;
API声明:serviceSolicitationUuidMask?: string;
差异内容:NA
类名:ScanFilter;
API声明:serviceSolicitationUuidMask?: string;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanFilter;
API声明:serviceData?: ArrayBuffer;
差异内容:NA
类名:ScanFilter;
API声明:serviceData?: ArrayBuffer;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanFilter;
API声明:serviceDataMask?: ArrayBuffer;
差异内容:NA
类名:ScanFilter;
API声明:serviceDataMask?: ArrayBuffer;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanFilter;
API声明:manufactureId?: number;
差异内容:NA
类名:ScanFilter;
API声明:manufactureId?: number;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanFilter;
API声明:manufactureData?: ArrayBuffer;
差异内容:NA
类名:ScanFilter;
API声明:manufactureData?: ArrayBuffer;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanFilter;
API声明:manufactureDataMask?: ArrayBuffer;
差异内容:NA
类名:ScanFilter;
API声明:manufactureDataMask?: ArrayBuffer;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface ScanOptions
差异内容:NA
类名:ble;
API声明:interface ScanOptions
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanOptions;
API声明:interval?: number;
差异内容:NA
类名:ScanOptions;
API声明:interval?: number;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanOptions;
API声明:dutyMode?: ScanDuty;
差异内容:NA
类名:ScanOptions;
API声明:dutyMode?: ScanDuty;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanOptions;
API声明:phyType?: PhyType;
差异内容:NA
类名:ScanOptions;
API声明:phyType?: PhyType;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:interface GattProperties
差异内容:NA
类名:ble;
API声明:interface GattProperties
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattProperties;
API声明:write?: boolean;
差异内容:NA
类名:GattProperties;
API声明:write?: boolean;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattProperties;
API声明:writeNoResponse?: boolean;
差异内容:NA
类名:GattProperties;
API声明:writeNoResponse?: boolean;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattProperties;
API声明:read?: boolean;
差异内容:NA
类名:GattProperties;
API声明:read?: boolean;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattProperties;
API声明:notify?: boolean;
差异内容:NA
类名:GattProperties;
API声明:notify?: boolean;
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:enum GattWriteType
差异内容:NA
类名:ble;
API声明:enum GattWriteType
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattWriteType;
API声明:WRITE = 1
差异内容:NA
类名:GattWriteType;
API声明:WRITE = 1
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:GattWriteType;
API声明:WRITE_NO_RESPONSE = 2
差异内容:NA
类名:GattWriteType;
API声明:WRITE_NO_RESPONSE = 2
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:enum ScanDuty
差异内容:NA
类名:ble;
API声明:enum ScanDuty
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanDuty;
API声明:SCAN_MODE_LOW_POWER = 0
差异内容:NA
类名:ScanDuty;
API声明:SCAN_MODE_LOW_POWER = 0
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanDuty;
API声明:SCAN_MODE_BALANCED = 1
差异内容:NA
类名:ScanDuty;
API声明:SCAN_MODE_BALANCED = 1
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ScanDuty;
API声明:SCAN_MODE_LOW_LATENCY = 2
差异内容:NA
类名:ScanDuty;
API声明:SCAN_MODE_LOW_LATENCY = 2
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:enum AdvertisingState
差异内容:NA
类名:ble;
API声明:enum AdvertisingState
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:AdvertisingState;
API声明:STARTED = 1
差异内容:NA
类名:AdvertisingState;
API声明:STARTED = 1
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:AdvertisingState;
API声明:STOPPED = 4
差异内容:NA
类名:AdvertisingState;
API声明:STOPPED = 4
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:ble;
API声明:enum PhyType
差异内容:NA
类名:ble;
API声明:enum PhyType
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:PhyType;
API声明:PHY_LE_1M = 1
差异内容:NA
类名:PhyType;
API声明:PHY_LE_1M = 1
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:PhyType;
API声明:PHY_LE_ALL_SUPPORTED = 255
差异内容:NA
类名:PhyType;
API声明:PHY_LE_ALL_SUPPORTED = 255
差异内容:crossplatform
api/@ohos.bluetooth.ble.d.ts
API跨平台权限变更 类名:global;
API声明:declare namespace connection
差异内容:NA
类名:global;
API声明:declare namespace connection
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:type ProfileConnectionState = constant.ProfileConnectionState;
差异内容:NA
类名:connection;
API声明:type ProfileConnectionState = constant.ProfileConnectionState;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:type ProfileId = constant.ProfileId;
差异内容:NA
类名:connection;
API声明:type ProfileId = constant.ProfileId;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:type ProfileUuids = constant.ProfileUuids;
差异内容:NA
类名:connection;
API声明:type ProfileUuids = constant.ProfileUuids;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:type MajorClass = constant.MajorClass;
差异内容:NA
类名:connection;
API声明:type MajorClass = constant.MajorClass;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:type MajorMinorClass = constant.MajorMinorClass;
差异内容:NA
类名:connection;
API声明:type MajorMinorClass = constant.MajorMinorClass;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function getProfileConnectionState(profileId?: ProfileId): ProfileConnectionState;
差异内容:NA
类名:connection;
API声明:function getProfileConnectionState(profileId?: ProfileId): ProfileConnectionState;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function pairDevice(deviceId: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:connection;
API声明:function pairDevice(deviceId: string, callback: AsyncCallback<void>): void;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function pairDevice(deviceId: string): Promise<void>;
差异内容:NA
类名:connection;
API声明:function pairDevice(deviceId: string): Promise<void>;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function getRemoteDeviceName(deviceId: string): string;
差异内容:NA
类名:connection;
API声明:function getRemoteDeviceName(deviceId: string): string;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function getRemoteDeviceClass(deviceId: string): DeviceClass;
差异内容:NA
类名:connection;
API声明:function getRemoteDeviceClass(deviceId: string): DeviceClass;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function getLocalName(): string;
差异内容:NA
类名:connection;
API声明:function getLocalName(): string;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function getPairedDevices(): Array<string>;
差异内容:NA
类名:connection;
API声明:function getPairedDevices(): Array<string>;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function getPairState(deviceId: string): BondState;
差异内容:NA
类名:connection;
API声明:function getPairState(deviceId: string): BondState;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function getBluetoothScanMode(): ScanMode;
差异内容:NA
类名:connection;
API声明:function getBluetoothScanMode(): ScanMode;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function startBluetoothDiscovery(): void;
差异内容:NA
类名:connection;
API声明:function startBluetoothDiscovery(): void;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function stopBluetoothDiscovery(): void;
差异内容:NA
类名:connection;
API声明:function stopBluetoothDiscovery(): void;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function isBluetoothDiscovering(): boolean;
差异内容:NA
类名:connection;
API声明:function isBluetoothDiscovering(): boolean;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function getRemoteProfileUuids(deviceId: string, callback: AsyncCallback<Array<ProfileUuids>>): void;
差异内容:NA
类名:connection;
API声明:function getRemoteProfileUuids(deviceId: string, callback: AsyncCallback<Array<ProfileUuids>>): void;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function getRemoteProfileUuids(deviceId: string): Promise<Array<ProfileUuids>>;
差异内容:NA
类名:connection;
API声明:function getRemoteProfileUuids(deviceId: string): Promise<Array<ProfileUuids>>;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function on(type: 'bluetoothDeviceFind', callback: Callback<Array<string>>): void;
差异内容:NA
类名:connection;
API声明:function on(type: 'bluetoothDeviceFind', callback: Callback<Array<string>>): void;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function off(type: 'bluetoothDeviceFind', callback?: Callback<Array<string>>): void;
差异内容:NA
类名:connection;
API声明:function off(type: 'bluetoothDeviceFind', callback?: Callback<Array<string>>): void;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function on(type: 'bondStateChange', callback: Callback<BondStateParam>): void;
差异内容:NA
类名:connection;
API声明:function on(type: 'bondStateChange', callback: Callback<BondStateParam>): void;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:function off(type: 'bondStateChange', callback?: Callback<BondStateParam>): void;
差异内容:NA
类名:connection;
API声明:function off(type: 'bondStateChange', callback?: Callback<BondStateParam>): void;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:interface BondStateParam
差异内容:NA
类名:connection;
API声明:interface BondStateParam
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:BondStateParam;
API声明:deviceId: string;
差异内容:NA
类名:BondStateParam;
API声明:deviceId: string;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:BondStateParam;
API声明:state: BondState;
差异内容:NA
类名:BondStateParam;
API声明:state: BondState;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:BondStateParam;
API声明:cause: UnbondCause;
差异内容:NA
类名:BondStateParam;
API声明:cause: UnbondCause;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:interface DeviceClass
差异内容:NA
类名:connection;
API声明:interface DeviceClass
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:DeviceClass;
API声明:majorClass: MajorClass;
差异内容:NA
类名:DeviceClass;
API声明:majorClass: MajorClass;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:DeviceClass;
API声明:majorMinorClass: MajorMinorClass;
差异内容:NA
类名:DeviceClass;
API声明:majorMinorClass: MajorMinorClass;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:DeviceClass;
API声明:classOfDevice: number;
差异内容:NA
类名:DeviceClass;
API声明:classOfDevice: number;
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:enum ScanMode
差异内容:NA
类名:connection;
API声明:enum ScanMode
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:ScanMode;
API声明:SCAN_MODE_NONE = 0
差异内容:NA
类名:ScanMode;
API声明:SCAN_MODE_NONE = 0
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:ScanMode;
API声明:SCAN_MODE_CONNECTABLE = 1
差异内容:NA
类名:ScanMode;
API声明:SCAN_MODE_CONNECTABLE = 1
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:ScanMode;
API声明:SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4
差异内容:NA
类名:ScanMode;
API声明:SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:enum BondState
差异内容:NA
类名:connection;
API声明:enum BondState
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:BondState;
API声明:BOND_STATE_INVALID = 0
差异内容:NA
类名:BondState;
API声明:BOND_STATE_INVALID = 0
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:BondState;
API声明:BOND_STATE_BONDING = 1
差异内容:NA
类名:BondState;
API声明:BOND_STATE_BONDING = 1
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:BondState;
API声明:BOND_STATE_BONDED = 2
差异内容:NA
类名:BondState;
API声明:BOND_STATE_BONDED = 2
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:connection;
API声明:enum UnbondCause
差异内容:NA
类名:connection;
API声明:enum UnbondCause
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:UnbondCause;
API声明:USER_REMOVED = 0
差异内容:NA
类名:UnbondCause;
API声明:USER_REMOVED = 0
差异内容:crossplatform
api/@ohos.bluetooth.connection.d.ts
API跨平台权限变更 类名:global;
API声明:declare namespace constant
差异内容:NA
类名:global;
API声明:declare namespace constant
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:constant;
API声明:export enum ProfileId
差异内容:NA
类名:constant;
API声明:export enum ProfileId
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileId;
API声明:PROFILE_A2DP_SOURCE = 1
差异内容:NA
类名:ProfileId;
API声明:PROFILE_A2DP_SOURCE = 1
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileId;
API声明:PROFILE_HANDSFREE_AUDIO_GATEWAY = 4
差异内容:NA
类名:ProfileId;
API声明:PROFILE_HANDSFREE_AUDIO_GATEWAY = 4
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:constant;
API声明:export enum ProfileUuids
差异内容:NA
类名:constant;
API声明:export enum ProfileUuids
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileUuids;
API声明:PROFILE_UUID_HFP_AG = '0000111F-0000-1000-8000-00805F9B34FB'
差异内容:NA
类名:ProfileUuids;
API声明:PROFILE_UUID_HFP_AG = '0000111F-0000-1000-8000-00805F9B34FB'
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileUuids;
API声明:PROFILE_UUID_HFP_HF = '0000111E-0000-1000-8000-00805F9B34FB'
差异内容:NA
类名:ProfileUuids;
API声明:PROFILE_UUID_HFP_HF = '0000111E-0000-1000-8000-00805F9B34FB'
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileUuids;
API声明:PROFILE_UUID_HSP_AG = '00001112-0000-1000-8000-00805F9B34FB'
差异内容:NA
类名:ProfileUuids;
API声明:PROFILE_UUID_HSP_AG = '00001112-0000-1000-8000-00805F9B34FB'
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileUuids;
API声明:PROFILE_UUID_HSP_HS = '00001108-0000-1000-8000-00805F9B34FB'
差异内容:NA
类名:ProfileUuids;
API声明:PROFILE_UUID_HSP_HS = '00001108-0000-1000-8000-00805F9B34FB'
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileUuids;
API声明:PROFILE_UUID_A2DP_SRC = '0000110A-0000-1000-8000-00805F9B34FB'
差异内容:NA
类名:ProfileUuids;
API声明:PROFILE_UUID_A2DP_SRC = '0000110A-0000-1000-8000-00805F9B34FB'
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileUuids;
API声明:PROFILE_UUID_A2DP_SINK = '0000110B-0000-1000-8000-00805F9B34FB'
差异内容:NA
类名:ProfileUuids;
API声明:PROFILE_UUID_A2DP_SINK = '0000110B-0000-1000-8000-00805F9B34FB'
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileUuids;
API声明:PROFILE_UUID_AVRCP_CT = '0000110E-0000-1000-8000-00805F9B34FB'
差异内容:NA
类名:ProfileUuids;
API声明:PROFILE_UUID_AVRCP_CT = '0000110E-0000-1000-8000-00805F9B34FB'
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileUuids;
API声明:PROFILE_UUID_AVRCP_TG = '0000110C-0000-1000-8000-00805F9B34FB'
差异内容:NA
类名:ProfileUuids;
API声明:PROFILE_UUID_AVRCP_TG = '0000110C-0000-1000-8000-00805F9B34FB'
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileUuids;
API声明:PROFILE_UUID_HID = '00001124-0000-1000-8000-00805F9B34FB'
差异内容:NA
类名:ProfileUuids;
API声明:PROFILE_UUID_HID = '00001124-0000-1000-8000-00805F9B34FB'
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileUuids;
API声明:PROFILE_UUID_HOGP = '00001812-0000-1000-8000-00805F9B34FB'
差异内容:NA
类名:ProfileUuids;
API声明:PROFILE_UUID_HOGP = '00001812-0000-1000-8000-00805F9B34FB'
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:constant;
API声明:export enum ProfileConnectionState
差异内容:NA
类名:constant;
API声明:export enum ProfileConnectionState
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileConnectionState;
API声明:STATE_DISCONNECTED = 0
差异内容:NA
类名:ProfileConnectionState;
API声明:STATE_DISCONNECTED = 0
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileConnectionState;
API声明:STATE_CONNECTING = 1
差异内容:NA
类名:ProfileConnectionState;
API声明:STATE_CONNECTING = 1
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileConnectionState;
API声明:STATE_CONNECTED = 2
差异内容:NA
类名:ProfileConnectionState;
API声明:STATE_CONNECTED = 2
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:ProfileConnectionState;
API声明:STATE_DISCONNECTING = 3
差异内容:NA
类名:ProfileConnectionState;
API声明:STATE_DISCONNECTING = 3
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:constant;
API声明:export enum MajorClass
差异内容:NA
类名:constant;
API声明:export enum MajorClass
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorClass;
API声明:MAJOR_AUDIO_VIDEO = 0x0400
差异内容:NA
类名:MajorClass;
API声明:MAJOR_AUDIO_VIDEO = 0x0400
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorClass;
API声明:MAJOR_HEALTH = 0x0900
差异内容:NA
类名:MajorClass;
API声明:MAJOR_HEALTH = 0x0900
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:constant;
API声明:export enum MajorMinorClass
差异内容:NA
类名:constant;
API声明:export enum MajorMinorClass
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:COMPUTER_UNCATEGORIZED = 0x0100
差异内容:NA
类名:MajorMinorClass;
API声明:COMPUTER_UNCATEGORIZED = 0x0100
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:COMPUTER_DESKTOP = 0x0104
差异内容:NA
类名:MajorMinorClass;
API声明:COMPUTER_DESKTOP = 0x0104
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:COMPUTER_SERVER = 0x0108
差异内容:NA
类名:MajorMinorClass;
API声明:COMPUTER_SERVER = 0x0108
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:COMPUTER_LAPTOP = 0x010C
差异内容:NA
类名:MajorMinorClass;
API声明:COMPUTER_LAPTOP = 0x010C
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:COMPUTER_HANDHELD_PC_PDA = 0x0110
差异内容:NA
类名:MajorMinorClass;
API声明:COMPUTER_HANDHELD_PC_PDA = 0x0110
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:COMPUTER_PALM_SIZE_PC_PDA = 0x0114
差异内容:NA
类名:MajorMinorClass;
API声明:COMPUTER_PALM_SIZE_PC_PDA = 0x0114
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:COMPUTER_WEARABLE = 0x0118
差异内容:NA
类名:MajorMinorClass;
API声明:COMPUTER_WEARABLE = 0x0118
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:PHONE_UNCATEGORIZED = 0x0200
差异内容:NA
类名:MajorMinorClass;
API声明:PHONE_UNCATEGORIZED = 0x0200
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:PHONE_CELLULAR = 0x0204
差异内容:NA
类名:MajorMinorClass;
API声明:PHONE_CELLULAR = 0x0204
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:PHONE_CORDLESS = 0x0208
差异内容:NA
类名:MajorMinorClass;
API声明:PHONE_CORDLESS = 0x0208
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:PHONE_SMART = 0x020C
差异内容:NA
类名:MajorMinorClass;
API声明:PHONE_SMART = 0x020C
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:PHONE_MODEM_OR_GATEWAY = 0x0210
差异内容:NA
类名:MajorMinorClass;
API声明:PHONE_MODEM_OR_GATEWAY = 0x0210
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:PHONE_ISDN = 0x0214
差异内容:NA
类名:MajorMinorClass;
API声明:PHONE_ISDN = 0x0214
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_HANDSFREE = 0x0408
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_HANDSFREE = 0x0408
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_MICROPHONE = 0x0410
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_MICROPHONE = 0x0410
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_LOUDSPEAKER = 0x0414
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_LOUDSPEAKER = 0x0414
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_HEADPHONES = 0x0418
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_HEADPHONES = 0x0418
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_CAR_AUDIO = 0x0420
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_CAR_AUDIO = 0x0420
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_SET_TOP_BOX = 0x0424
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_SET_TOP_BOX = 0x0424
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_HIFI_AUDIO = 0x0428
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_HIFI_AUDIO = 0x0428
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_VCR = 0x042C
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_VCR = 0x042C
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_VIDEO_CAMERA = 0x0430
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_VIDEO_CAMERA = 0x0430
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_CAMCORDER = 0x0434
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_CAMCORDER = 0x0434
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_VIDEO_MONITOR = 0x0438
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_VIDEO_MONITOR = 0x0438
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448
差异内容:NA
类名:MajorMinorClass;
API声明:AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500
差异内容:NA
类名:MajorMinorClass;
API声明:PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:PERIPHERAL_KEYBOARD = 0x0540
差异内容:NA
类名:MajorMinorClass;
API声明:PERIPHERAL_KEYBOARD = 0x0540
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:PERIPHERAL_POINTING_DEVICE = 0x0580
差异内容:NA
类名:MajorMinorClass;
API声明:PERIPHERAL_POINTING_DEVICE = 0x0580
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:PERIPHERAL_KEYBOARD_POINTING = 0x05C0
差异内容:NA
类名:MajorMinorClass;
API声明:PERIPHERAL_KEYBOARD_POINTING = 0x05C0
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:WEARABLE_UNCATEGORIZED = 0x0700
差异内容:NA
类名:MajorMinorClass;
API声明:WEARABLE_UNCATEGORIZED = 0x0700
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:WEARABLE_WRIST_WATCH = 0x0704
差异内容:NA
类名:MajorMinorClass;
API声明:WEARABLE_WRIST_WATCH = 0x0704
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:WEARABLE_PAGER = 0x0708
差异内容:NA
类名:MajorMinorClass;
API声明:WEARABLE_PAGER = 0x0708
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:WEARABLE_JACKET = 0x070C
差异内容:NA
类名:MajorMinorClass;
API声明:WEARABLE_JACKET = 0x070C
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:WEARABLE_HELMET = 0x0710
差异内容:NA
类名:MajorMinorClass;
API声明:WEARABLE_HELMET = 0x0710
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:WEARABLE_GLASSES = 0x0714
差异内容:NA
类名:MajorMinorClass;
API声明:WEARABLE_GLASSES = 0x0714
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:TOY_UNCATEGORIZED = 0x0800
差异内容:NA
类名:MajorMinorClass;
API声明:TOY_UNCATEGORIZED = 0x0800
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:TOY_ROBOT = 0x0804
差异内容:NA
类名:MajorMinorClass;
API声明:TOY_ROBOT = 0x0804
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:TOY_VEHICLE = 0x0808
差异内容:NA
类名:MajorMinorClass;
API声明:TOY_VEHICLE = 0x0808
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:TOY_DOLL_ACTION_FIGURE = 0x080C
差异内容:NA
类名:MajorMinorClass;
API声明:TOY_DOLL_ACTION_FIGURE = 0x080C
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:TOY_CONTROLLER = 0x0810
差异内容:NA
类名:MajorMinorClass;
API声明:TOY_CONTROLLER = 0x0810
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:TOY_GAME = 0x0814
差异内容:NA
类名:MajorMinorClass;
API声明:TOY_GAME = 0x0814
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:HEALTH_BLOOD_PRESSURE = 0x0904
差异内容:NA
类名:MajorMinorClass;
API声明:HEALTH_BLOOD_PRESSURE = 0x0904
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:HEALTH_THERMOMETER = 0x0908
差异内容:NA
类名:MajorMinorClass;
API声明:HEALTH_THERMOMETER = 0x0908
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:HEALTH_WEIGHING = 0x090C
差异内容:NA
类名:MajorMinorClass;
API声明:HEALTH_WEIGHING = 0x090C
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:HEALTH_GLUCOSE = 0x0910
差异内容:NA
类名:MajorMinorClass;
API声明:HEALTH_GLUCOSE = 0x0910
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:HEALTH_PULSE_OXIMETER = 0x0914
差异内容:NA
类名:MajorMinorClass;
API声明:HEALTH_PULSE_OXIMETER = 0x0914
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:HEALTH_PULSE_RATE = 0x0918
差异内容:NA
类名:MajorMinorClass;
API声明:HEALTH_PULSE_RATE = 0x0918
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
API跨平台权限变更 类名:MajorMinorClass;
API声明:HEALTH_DATA_DISPLAY = 0x091C
差异内容:NA
类名:MajorMinorClass;
API声明:HEALTH_DATA_DISPLAY = 0x091C
差异内容:crossplatform
api/@ohos.bluetooth.constant.d.ts
新增错误码 类名:wifiManager;
API声明:function removeCandidateConfig(networkId: number): Promise<void>;
差异内容:NA
类名:wifiManager;
API声明:function removeCandidateConfig(networkId: number): Promise<void>;
差异内容:2501001
api/@ohos.wifiManager.d.ts
新增错误码 类名:wifiManager;
API声明:function removeCandidateConfig(networkId: number, callback: AsyncCallback<void>): void;
差异内容:NA
类名:wifiManager;
API声明:function removeCandidateConfig(networkId: number, callback: AsyncCallback<void>): void;
差异内容:2501001
api/@ohos.wifiManager.d.ts
新增错误码 类名:wifiManager;
API声明:function isMeteredHotspot(): boolean;
差异内容:NA
类名:wifiManager;
API声明:function isMeteredHotspot(): boolean;
差异内容:2501001
api/@ohos.wifiManager.d.ts
新增错误码 类名:wifiManager;
API声明:function getP2pLinkedInfo(callback: AsyncCallback<WifiP2pLinkedInfo>): void;
差异内容:NA
类名:wifiManager;
API声明:function getP2pLinkedInfo(callback: AsyncCallback<WifiP2pLinkedInfo>): void;
差异内容:2801001
api/@ohos.wifiManager.d.ts
新增错误码 类名:wifiManager;
API声明:function getP2pPeerDevices(callback: AsyncCallback<WifiP2pDevice[]>): void;
差异内容:NA
类名:wifiManager;
API声明:function getP2pPeerDevices(callback: AsyncCallback<WifiP2pDevice[]>): void;
差异内容:2801001
api/@ohos.wifiManager.d.ts
新增错误码 类名:wifiManager;
API声明:function getP2pLocalDevice(callback: AsyncCallback<WifiP2pDevice>): void;
差异内容:NA
类名:wifiManager;
API声明:function getP2pLocalDevice(callback: AsyncCallback<WifiP2pDevice>): void;
差异内容:2801001
api/@ohos.wifiManager.d.ts
新增错误码 类名:wifiManager;
API声明:function createGroup(config: WifiP2PConfig): void;
差异内容:NA
类名:wifiManager;
API声明:function createGroup(config: WifiP2PConfig): void;
差异内容:2801001
api/@ohos.wifiManager.d.ts
新增错误码 类名:wifiManager;
API声明:function removeGroup(): void;
差异内容:NA
类名:wifiManager;
API声明:function removeGroup(): void;
差异内容:2801001
api/@ohos.wifiManager.d.ts
新增错误码 类名:wifiManager;
API声明:function p2pConnect(config: WifiP2PConfig): void;
差异内容:NA
类名:wifiManager;
API声明:function p2pConnect(config: WifiP2PConfig): void;
差异内容:2801001
api/@ohos.wifiManager.d.ts
新增错误码 类名:wifiManager;
API声明:function p2pCancelConnect(): void;
差异内容:NA
类名:wifiManager;
API声明:function p2pCancelConnect(): void;
差异内容:2801001
api/@ohos.wifiManager.d.ts
新增错误码 类名:wifiManager;
API声明:function startDiscoverDevices(): void;
差异内容:NA
类名:wifiManager;
API声明:function startDiscoverDevices(): void;
差异内容:2801001
api/@ohos.wifiManager.d.ts
新增错误码 类名:wifiManager;
API声明:function stopDiscoverDevices(): void;
差异内容:NA
类名:wifiManager;
API声明:function stopDiscoverDevices(): void;
差异内容:2801001
api/@ohos.wifiManager.d.ts
删除错误码 类名:access;
API声明:function getState(): BluetoothState;
差异内容:201
类名:access;
API声明:function getState(): BluetoothState;
差异内容:NA
api/@ohos.bluetooth.access.d.ts
删除错误码 类名:wifiManager;
API声明:function isWifiActive(): boolean;
差异内容:201
类名:wifiManager;
API声明:function isWifiActive(): boolean;
差异内容:NA
api/@ohos.wifiManager.d.ts
权限变更 类名:access;
API声明:function getState(): BluetoothState;
差异内容:ohos.permission.ACCESS_BLUETOOTH
类名:access;
API声明:function getState(): BluetoothState;
差异内容:NA
api/@ohos.bluetooth.access.d.ts
权限变更 类名:wifiManager;
API声明:function isWifiActive(): boolean;
差异内容:ohos.permission.GET_WIFI_INFO
类名:wifiManager;
API声明:function isWifiActive(): boolean;
差异内容:NA
api/@ohos.wifiManager.d.ts
新增API NA 类名:CodecType;
API声明:CODEC_TYPE_L2HCST = 3
差异内容:CODEC_TYPE_L2HCST = 3
api/@ohos.bluetooth.a2dp.d.ts
新增API NA 类名:CodecType;
API声明:CODEC_TYPE_LDAC = 4
差异内容:CODEC_TYPE_LDAC = 4
api/@ohos.bluetooth.a2dp.d.ts