操作 旧版本 新版本 d.ts文件
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名: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 文件名:api@ohos.bluetooth.ble.d.ts;
类名:ble;
API声明:function startAdvertising(advertisingParams: AdvertisingParams): Promise<number>;
差异内容:function startAdvertising(advertisingParams: AdvertisingParams): Promise<number>;
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名: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 文件名:api@ohos.bluetooth.ble.d.ts;
类名:ble;
API声明:function stopAdvertising(advertisingId: number): Promise<void>;
差异内容:function stopAdvertising(advertisingId: number): Promise<void>;
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:A2dpSourceProfile;
API声明:isAbsoluteVolumeSupported(deviceId: string): Promise<boolean>;
差异内容:isAbsoluteVolumeSupported(deviceId: string): Promise<boolean>;
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:A2dpSourceProfile;
API声明:isAbsoluteVolumeSupported(deviceId: string, callback: AsyncCallback<boolean>): void;
差异内容:isAbsoluteVolumeSupported(deviceId: string, callback: AsyncCallback<boolean>): void;
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:A2dpSourceProfile;
API声明:isAbsoluteVolumeEnabled(deviceId: string): Promise<boolean>;
差异内容:isAbsoluteVolumeEnabled(deviceId: string): Promise<boolean>;
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:A2dpSourceProfile;
API声明:isAbsoluteVolumeEnabled(deviceId: string, callback: AsyncCallback<boolean>): void;
差异内容:isAbsoluteVolumeEnabled(deviceId: string, callback: AsyncCallback<boolean>): void;
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:A2dpSourceProfile;
API声明:enableAbsoluteVolume(deviceId: string): Promise<void>;
差异内容:enableAbsoluteVolume(deviceId: string): Promise<void>;
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:A2dpSourceProfile;
API声明:enableAbsoluteVolume(deviceId: string, callback: AsyncCallback<void>): void;
差异内容:enableAbsoluteVolume(deviceId: string, callback: AsyncCallback<void>): void;
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:A2dpSourceProfile;
API声明:disableAbsoluteVolume(deviceId: string): Promise<void>;
差异内容:disableAbsoluteVolume(deviceId: string): Promise<void>;
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:A2dpSourceProfile;
API声明:disableAbsoluteVolume(deviceId: string, callback: AsyncCallback<void>): void;
差异内容:disableAbsoluteVolume(deviceId: string, callback: AsyncCallback<void>): void;
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:A2dpSourceProfile;
API声明:getCurrentCodecInfo(deviceId: string): CodecInfo;
差异内容:getCurrentCodecInfo(deviceId: string): CodecInfo;
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:A2dpSourceProfile;
API声明:setCurrentCodecInfo(deviceId: string, codecInfo: CodecInfo): void;
差异内容:setCurrentCodecInfo(deviceId: string, codecInfo: CodecInfo): void;
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:a2dp;
API声明: interface CodecInfo
差异内容: interface CodecInfo
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecInfo;
API声明:codecType: CodecType;
差异内容:codecType: CodecType;
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecInfo;
API声明:codecBitsPerSample: CodecBitsPerSample;
差异内容:codecBitsPerSample: CodecBitsPerSample;
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecInfo;
API声明:codecChannelMode: CodecChannelMode;
差异内容:codecChannelMode: CodecChannelMode;
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecInfo;
API声明:codecSampleRate: CodecSampleRate;
差异内容:codecSampleRate: CodecSampleRate;
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:a2dp;
API声明: enum CodecType
差异内容: enum CodecType
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecType;
API声明:CODEC_TYPE_INVALID = -1
差异内容:CODEC_TYPE_INVALID = -1
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecType;
API声明:CODEC_TYPE_SBC = 0
差异内容:CODEC_TYPE_SBC = 0
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecType;
API声明:CODEC_TYPE_AAC = 1
差异内容:CODEC_TYPE_AAC = 1
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecType;
API声明:CODEC_TYPE_L2HC = 2
差异内容:CODEC_TYPE_L2HC = 2
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:a2dp;
API声明: enum CodecChannelMode
差异内容: enum CodecChannelMode
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecChannelMode;
API声明:CODEC_CHANNEL_MODE_NONE = 0
差异内容:CODEC_CHANNEL_MODE_NONE = 0
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecChannelMode;
API声明:CODEC_CHANNEL_MODE_MONO = 1
差异内容:CODEC_CHANNEL_MODE_MONO = 1
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecChannelMode;
API声明:CODEC_CHANNEL_MODE_STEREO = 2
差异内容:CODEC_CHANNEL_MODE_STEREO = 2
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:a2dp;
API声明: enum CodecBitsPerSample
差异内容: enum CodecBitsPerSample
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecBitsPerSample;
API声明:CODEC_BITS_PER_SAMPLE_NONE = 0
差异内容:CODEC_BITS_PER_SAMPLE_NONE = 0
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecBitsPerSample;
API声明:CODEC_BITS_PER_SAMPLE_16 = 1
差异内容:CODEC_BITS_PER_SAMPLE_16 = 1
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecBitsPerSample;
API声明:CODEC_BITS_PER_SAMPLE_24 = 2
差异内容:CODEC_BITS_PER_SAMPLE_24 = 2
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecBitsPerSample;
API声明:CODEC_BITS_PER_SAMPLE_32 = 3
差异内容:CODEC_BITS_PER_SAMPLE_32 = 3
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:a2dp;
API声明: enum CodecSampleRate
差异内容: enum CodecSampleRate
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecSampleRate;
API声明:CODEC_SAMPLE_RATE_NONE = 0
差异内容:CODEC_SAMPLE_RATE_NONE = 0
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecSampleRate;
API声明:CODEC_SAMPLE_RATE_44100 = 1
差异内容:CODEC_SAMPLE_RATE_44100 = 1
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecSampleRate;
API声明:CODEC_SAMPLE_RATE_48000 = 2
差异内容:CODEC_SAMPLE_RATE_48000 = 2
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecSampleRate;
API声明:CODEC_SAMPLE_RATE_88200 = 3
差异内容:CODEC_SAMPLE_RATE_88200 = 3
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecSampleRate;
API声明:CODEC_SAMPLE_RATE_96000 = 4
差异内容:CODEC_SAMPLE_RATE_96000 = 4
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecSampleRate;
API声明:CODEC_SAMPLE_RATE_176400 = 5
差异内容:CODEC_SAMPLE_RATE_176400 = 5
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.a2dp.d.ts;
类名:CodecSampleRate;
API声明:CODEC_SAMPLE_RATE_192000 = 6
差异内容:CODEC_SAMPLE_RATE_192000 = 6
api@ohos.bluetooth.a2dp.d.ts
新增API NA 文件名:api@ohos.bluetooth.access.d.ts;
类名:access;
API声明:function factoryReset(callback: AsyncCallback<void>): void;
差异内容:function factoryReset(callback: AsyncCallback<void>): void;
api@ohos.bluetooth.access.d.ts
新增API NA 文件名:api@ohos.bluetooth.access.d.ts;
类名:access;
API声明:function factoryReset(): Promise<void>;
差异内容:function factoryReset(): Promise<void>;
api@ohos.bluetooth.access.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名: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 文件名:api@ohos.bluetooth.ble.d.ts;
类名:ble;
API声明:function enableAdvertising(advertisingEnableParams: AdvertisingEnableParams): Promise<void>;
差异内容:function enableAdvertising(advertisingEnableParams: AdvertisingEnableParams): Promise<void>;
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名: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 文件名:api@ohos.bluetooth.ble.d.ts;
类名:ble;
API声明:function disableAdvertising(advertisingDisableParams: AdvertisingDisableParams): Promise<void>;
差异内容:function disableAdvertising(advertisingDisableParams: AdvertisingDisableParams): Promise<void>;
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名: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 文件名:api@ohos.bluetooth.ble.d.ts;
类名: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 文件名:api@ohos.bluetooth.ble.d.ts;
类名:ble;
API声明: interface AdvertisingParams
差异内容: interface AdvertisingParams
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:AdvertisingParams;
API声明:advertisingSettings: AdvertiseSetting;
差异内容:advertisingSettings: AdvertiseSetting;
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:AdvertisingParams;
API声明:advertisingData: AdvertiseData;
差异内容:advertisingData: AdvertiseData;
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:AdvertisingParams;
API声明:advertisingResponse?: AdvertiseData;
差异内容:advertisingResponse?: AdvertiseData;
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:AdvertisingParams;
API声明:duration?: number;
差异内容:duration?: number;
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:ble;
API声明: interface AdvertisingEnableParams
差异内容: interface AdvertisingEnableParams
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:AdvertisingEnableParams;
API声明:advertisingId: number;
差异内容:advertisingId: number;
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:AdvertisingEnableParams;
API声明:duration?: number;
差异内容:duration?: number;
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:ble;
API声明: interface AdvertisingDisableParams
差异内容: interface AdvertisingDisableParams
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:AdvertisingDisableParams;
API声明:advertisingId: number;
差异内容:advertisingId: number;
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:ble;
API声明: interface AdvertisingStateChangeInfo
差异内容: interface AdvertisingStateChangeInfo
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:AdvertisingStateChangeInfo;
API声明:advertisingId: number;
差异内容:advertisingId: number;
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:AdvertisingStateChangeInfo;
API声明:state: AdvertisingState;
差异内容:state: AdvertisingState;
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:ble;
API声明: enum AdvertisingState
差异内容: enum AdvertisingState
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:AdvertisingState;
API声明:STARTED = 1
差异内容:STARTED = 1
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:AdvertisingState;
API声明:ENABLED = 2
差异内容:ENABLED = 2
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:AdvertisingState;
API声明:DISABLED = 3
差异内容:DISABLED = 3
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.ble.d.ts;
类名:AdvertisingState;
API声明:STOPPED = 4
差异内容:STOPPED = 4
api@ohos.bluetooth.ble.d.ts
新增API NA 文件名:api@ohos.bluetooth.connection.d.ts;
类名:connection;
API声明:function getPairState(deviceId: string): BondState;
差异内容:function getPairState(deviceId: string): BondState;
api@ohos.bluetooth.connection.d.ts
新增API NA 文件名:api@ohos.bluetooth.connection.d.ts;
类名:connection;
API声明:function isBluetoothDiscovering(): boolean;
差异内容:function isBluetoothDiscovering(): boolean;
api@ohos.bluetooth.connection.d.ts
新增API NA 文件名:api@ohos.bluetooth.connection.d.ts;
类名:connection;
API声明:function connectAllowedProfiles(deviceId: string, callback: AsyncCallback<void>): void;
差异内容:function connectAllowedProfiles(deviceId: string, callback: AsyncCallback<void>): void;
api@ohos.bluetooth.connection.d.ts
新增API NA 文件名:api@ohos.bluetooth.connection.d.ts;
类名:connection;
API声明:function connectAllowedProfiles(deviceId: string): Promise<void>;
差异内容:function connectAllowedProfiles(deviceId: string): Promise<void>;
api@ohos.bluetooth.connection.d.ts
新增API NA 文件名:api@ohos.bluetooth.connection.d.ts;
类名:connection;
API声明:function disconnectAllowedProfiles(deviceId: string, callback: AsyncCallback<void>): void;
差异内容:function disconnectAllowedProfiles(deviceId: string, callback: AsyncCallback<void>): void;
api@ohos.bluetooth.connection.d.ts
新增API NA 文件名:api@ohos.bluetooth.connection.d.ts;
类名:connection;
API声明:function disconnectAllowedProfiles(deviceId: string): Promise<void>;
差异内容:function disconnectAllowedProfiles(deviceId: string): Promise<void>;
api@ohos.bluetooth.connection.d.ts
新增API NA 文件名:api@ohos.bluetooth.connection.d.ts;
类名:connection;
API声明:function getRemoteProductId(deviceId: string): string;
差异内容:function getRemoteProductId(deviceId: string): string;
api@ohos.bluetooth.connection.d.ts
新增API NA 文件名:api@ohos.bluetooth.constant.d.ts;
类名:constant;
API声明: export enum AccessAuthorization
差异内容: export enum AccessAuthorization
api@ohos.bluetooth.constant.d.ts
新增API NA 文件名:api@ohos.bluetooth.constant.d.ts;
类名:AccessAuthorization;
API声明:UNKNOWN = 0
差异内容:UNKNOWN = 0
api@ohos.bluetooth.constant.d.ts
新增API NA 文件名:api@ohos.bluetooth.constant.d.ts;
类名:AccessAuthorization;
API声明:ALLOWED = 1
差异内容:ALLOWED = 1
api@ohos.bluetooth.constant.d.ts
新增API NA 文件名:api@ohos.bluetooth.constant.d.ts;
类名:AccessAuthorization;
API声明:REJECTED = 2
差异内容:REJECTED = 2
api@ohos.bluetooth.constant.d.ts
新增API NA 文件名:api@ohos.bluetooth.map.d.ts;
类名:global;
API声明: declare namespace map
差异内容: declare namespace map
api@ohos.bluetooth.map.d.ts
新增API NA 文件名:api@ohos.bluetooth.map.d.ts;
类名:map;
API声明:type BaseProfile = baseProfile.BaseProfile;
差异内容:type BaseProfile = baseProfile.BaseProfile;
api@ohos.bluetooth.map.d.ts
新增API NA 文件名:api@ohos.bluetooth.map.d.ts;
类名:map;
API声明:type AccessAuthorization = constant.AccessAuthorization;
差异内容:type AccessAuthorization = constant.AccessAuthorization;
api@ohos.bluetooth.map.d.ts
新增API NA 文件名:api@ohos.bluetooth.map.d.ts;
类名:map;
API声明:function createMapMseProfile(): MapMseProfile;
差异内容:function createMapMseProfile(): MapMseProfile;
api@ohos.bluetooth.map.d.ts
新增API NA 文件名:api@ohos.bluetooth.map.d.ts;
类名:map;
API声明: interface MapMseProfile
差异内容: interface MapMseProfile
api@ohos.bluetooth.map.d.ts
新增API NA 文件名:api@ohos.bluetooth.map.d.ts;
类名:MapMseProfile;
API声明:disconnect(deviceId: string): void;
差异内容:disconnect(deviceId: string): void;
api@ohos.bluetooth.map.d.ts
新增API NA 文件名:api@ohos.bluetooth.map.d.ts;
类名:MapMseProfile;
API声明:setMessageAccessAuthorization(deviceId: string, authorization: AccessAuthorization): Promise<void>;
差异内容:setMessageAccessAuthorization(deviceId: string, authorization: AccessAuthorization): Promise<void>;
api@ohos.bluetooth.map.d.ts
新增API NA 文件名:api@ohos.bluetooth.map.d.ts;
类名:MapMseProfile;
API声明:getMessageAccessAuthorization(deviceId: string): Promise<AccessAuthorization>;
差异内容:getMessageAccessAuthorization(deviceId: string): Promise<AccessAuthorization>;
api@ohos.bluetooth.map.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:global;
API声明: declare namespace pbap
差异内容: declare namespace pbap
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:pbap;
API声明:type BaseProfile = baseProfile.BaseProfile;
差异内容:type BaseProfile = baseProfile.BaseProfile;
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:pbap;
API声明:type AccessAuthorization = constant.AccessAuthorization;
差异内容:type AccessAuthorization = constant.AccessAuthorization;
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:pbap;
API声明: enum ShareType
差异内容: enum ShareType
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:ShareType;
API声明:SHARE_NAME_AND_PHONE_NUMBER = 0
差异内容:SHARE_NAME_AND_PHONE_NUMBER = 0
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:ShareType;
API声明:SHARE_ALL = 1
差异内容:SHARE_ALL = 1
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:ShareType;
API声明:SHARE_NOTHING = 2
差异内容:SHARE_NOTHING = 2
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:pbap;
API声明:function createPbapServerProfile(): PbapServerProfile;
差异内容:function createPbapServerProfile(): PbapServerProfile;
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:pbap;
API声明: interface PbapServerProfile
差异内容: interface PbapServerProfile
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:PbapServerProfile;
API声明:disconnect(deviceId: string): void;
差异内容:disconnect(deviceId: string): void;
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:PbapServerProfile;
API声明:setShareType(deviceId: string, type: ShareType, callback: AsyncCallback<void>): void;
差异内容:setShareType(deviceId: string, type: ShareType, callback: AsyncCallback<void>): void;
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:PbapServerProfile;
API声明:setShareType(deviceId: string, type: ShareType): Promise<void>;
差异内容:setShareType(deviceId: string, type: ShareType): Promise<void>;
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:PbapServerProfile;
API声明:getShareType(deviceId: string, callback: AsyncCallback<ShareType>): void;
差异内容:getShareType(deviceId: string, callback: AsyncCallback<ShareType>): void;
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:PbapServerProfile;
API声明:getShareType(deviceId: string): Promise<ShareType>;
差异内容:getShareType(deviceId: string): Promise<ShareType>;
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:PbapServerProfile;
API声明:setPhoneBookAccessAuthorization(

deviceId: string,

authorization: AccessAuthorization,

callback: AsyncCallback<void>

): void;
差异内容:setPhoneBookAccessAuthorization(

deviceId: string,

authorization: AccessAuthorization,

callback: AsyncCallback<void>

): void;
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:PbapServerProfile;
API声明:setPhoneBookAccessAuthorization(deviceId: string, authorization: AccessAuthorization): Promise<void>;
差异内容:setPhoneBookAccessAuthorization(deviceId: string, authorization: AccessAuthorization): Promise<void>;
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:PbapServerProfile;
API声明:getPhoneBookAccessAuthorization(deviceId: string, callback: AsyncCallback<AccessAuthorization>): void;
差异内容:getPhoneBookAccessAuthorization(deviceId: string, callback: AsyncCallback<AccessAuthorization>): void;
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.pbap.d.ts;
类名:PbapServerProfile;
API声明:getPhoneBookAccessAuthorization(deviceId: string): Promise<AccessAuthorization>;
差异内容:getPhoneBookAccessAuthorization(deviceId: string): Promise<AccessAuthorization>;
api@ohos.bluetooth.pbap.d.ts
新增API NA 文件名:api@ohos.bluetooth.wearDetection.d.ts;
类名:global;
API声明: declare namespace wearDetection
差异内容: declare namespace wearDetection
api@ohos.bluetooth.wearDetection.d.ts
新增API NA 文件名:api@ohos.bluetooth.wearDetection.d.ts;
类名:wearDetection;
API声明:function enableWearDetection(deviceId: string, callback: AsyncCallback<void>): void;
差异内容:function enableWearDetection(deviceId: string, callback: AsyncCallback<void>): void;
api@ohos.bluetooth.wearDetection.d.ts
新增API NA 文件名:api@ohos.bluetooth.wearDetection.d.ts;
类名:wearDetection;
API声明:function enableWearDetection(deviceId: string): Promise<void>;
差异内容:function enableWearDetection(deviceId: string): Promise<void>;
api@ohos.bluetooth.wearDetection.d.ts
新增API NA 文件名:api@ohos.bluetooth.wearDetection.d.ts;
类名:wearDetection;
API声明:function disableWearDetection(deviceId: string, callback: AsyncCallback<void>): void;
差异内容:function disableWearDetection(deviceId: string, callback: AsyncCallback<void>): void;
api@ohos.bluetooth.wearDetection.d.ts
新增API NA 文件名:api@ohos.bluetooth.wearDetection.d.ts;
类名:wearDetection;
API声明:function disableWearDetection(deviceId: string): Promise<void>;
差异内容:function disableWearDetection(deviceId: string): Promise<void>;
api@ohos.bluetooth.wearDetection.d.ts
新增API NA 文件名:api@ohos.bluetooth.wearDetection.d.ts;
类名:wearDetection;
API声明:function isWearDetectionSupported(deviceId: string, callback: AsyncCallback<boolean>): void;
差异内容:function isWearDetectionSupported(deviceId: string, callback: AsyncCallback<boolean>): void;
api@ohos.bluetooth.wearDetection.d.ts
新增API NA 文件名:api@ohos.bluetooth.wearDetection.d.ts;
类名:wearDetection;
API声明:function isWearDetectionSupported(deviceId: string): Promise<boolean>;
差异内容:function isWearDetectionSupported(deviceId: string): Promise<boolean>;
api@ohos.bluetooth.wearDetection.d.ts
新增API NA 文件名:api@ohos.bluetooth.wearDetection.d.ts;
类名:wearDetection;
API声明:function isWearDetectionEnabled(deviceId: string, callback: AsyncCallback<boolean>): void;
差异内容:function isWearDetectionEnabled(deviceId: string, callback: AsyncCallback<boolean>): void;
api@ohos.bluetooth.wearDetection.d.ts
新增API NA 文件名:api@ohos.bluetooth.wearDetection.d.ts;
类名:wearDetection;
API声明:function isWearDetectionEnabled(deviceId: string): Promise<boolean>;
差异内容:function isWearDetectionEnabled(deviceId: string): Promise<boolean>;
api@ohos.bluetooth.wearDetection.d.ts
起始版本有变化 文件名:api@ohos.bluetooth.constant.d.ts;
类名:global;
API声明: declare namespace constant
差异内容:10
文件名:api@ohos.bluetooth.constant.d.ts;
类名:global;
API声明: declare namespace constant
差异内容:-1
api@ohos.bluetooth.constant.d.ts
起始版本有变化 文件名:api@system.bluetooth.d.ts;
类名:global;
API声明: export interface StartBLEScanOptions
差异内容:6
文件名:api@system.bluetooth.d.ts;
类名:global;
API声明: export interface StartBLEScanOptions
差异内容:-1
api@system.bluetooth.d.ts