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