1| 操作 | 旧版本 | 新版本 | d.ts文件 | 2| ---- | ------ | ------ | -------- | 3|删除|类名:bluetoothManager;<br>方法or属性:function pairCredibleDevice(deviceId: string, transport: BluetoothTransport, callback: AsyncCallback\<void>): void;|NA|@ohos.bluetoothManager.d.ts| 4|删除|类名:bluetoothManager;<br>方法or属性:function pairCredibleDevice(deviceId: string, transport: BluetoothTransport): Promise\<void>;|NA|@ohos.bluetoothManager.d.ts| 5|删除|类名:bluetoothManager;<br>方法or属性:function setDevicePinCode(device: string, code: string, callback: AsyncCallback\<void>): void;|NA|@ohos.bluetoothManager.d.ts| 6|删除|类名:bluetoothManager;<br>方法or属性:function setDevicePinCode(device: string, code: string): Promise\<void>;|NA|@ohos.bluetoothManager.d.ts| 7|删除|类名:bluetoothManager;<br>方法or属性:function getRemoteProfileUuids(device: string, callback: AsyncCallback\<Array\<ProfileUuids>>): void;|NA|@ohos.bluetoothManager.d.ts| 8|删除|类名:bluetoothManager;<br>方法or属性:function getRemoteProfileUuids(device: string): Promise\<Array\<ProfileUuids>>;|NA|@ohos.bluetoothManager.d.ts| 9|删除|类名:bluetoothManager;<br>方法or属性:function getLocalProfileUuids(callback: AsyncCallback\<Array\<ProfileUuids>>): void;|NA|@ohos.bluetoothManager.d.ts| 10|删除|类名:bluetoothManager;<br>方法or属性:function getLocalProfileUuids(): Promise\<Array\<ProfileUuids>>;|NA|@ohos.bluetoothManager.d.ts| 11|删除|类名:BaseProfile;<br>方法or属性:setConnectionStrategy(device: string, strategy: ConnectionStrategy, callback: AsyncCallback\<void>): void;|NA|@ohos.bluetoothManager.d.ts| 12|删除|类名:BaseProfile;<br>方法or属性:setConnectionStrategy(device: string, strategy: ConnectionStrategy): Promise\<void>;|NA|@ohos.bluetoothManager.d.ts| 13|删除|类名:BaseProfile;<br>方法or属性:getConnectionStrategy(device: string, callback: AsyncCallback\<ConnectionStrategy>): void;|NA|@ohos.bluetoothManager.d.ts| 14|删除|类名:BaseProfile;<br>方法or属性:getConnectionStrategy(device: string): Promise\<ConnectionStrategy>;|NA|@ohos.bluetoothManager.d.ts| 15|删除|类名:BLECharacteristic;<br>方法or属性:properties?: GattProperties;|NA|@ohos.bluetoothManager.d.ts| 16|删除|类名:ScanResult;<br>方法or属性:deviceName: string;|NA|@ohos.bluetoothManager.d.ts| 17|删除|类名:AdvertiseData;<br>方法or属性:includeDeviceName?: boolean;|NA|@ohos.bluetoothManager.d.ts| 18|删除|类名:PinRequiredParam;<br>方法or属性:pinType: PinType;|NA|@ohos.bluetoothManager.d.ts| 19|删除|类名:GattProperties;<br>方法or属性:write?: boolean;|NA|@ohos.bluetoothManager.d.ts| 20|删除|类名:GattProperties;<br>方法or属性:writeNoResponse?: boolean;|NA|@ohos.bluetoothManager.d.ts| 21|删除|类名:GattProperties;<br>方法or属性:read?: boolean;|NA|@ohos.bluetoothManager.d.ts| 22|删除|类名:GattProperties;<br>方法or属性:notify?: boolean;|NA|@ohos.bluetoothManager.d.ts| 23|删除|类名:GattProperties;<br>方法or属性:indicate?: boolean;|NA|@ohos.bluetoothManager.d.ts| 24|删除|类名:BluetoothTransport;<br>方法or属性:TRANSPORT_BR_EDR = 0|NA|@ohos.bluetoothManager.d.ts| 25|删除|类名:BluetoothTransport;<br>方法or属性:TRANSPORT_LE = 1|NA|@ohos.bluetoothManager.d.ts| 26|删除|类名:ConnectionStrategy;<br>方法or属性:CONNECT_STRATEGY_UNSUPPORTED = 0|NA|@ohos.bluetoothManager.d.ts| 27|删除|类名:ConnectionStrategy;<br>方法or属性:CONNECT_STRATEGY_ALLOWED = 1|NA|@ohos.bluetoothManager.d.ts| 28|删除|类名:ConnectionStrategy;<br>方法or属性:CONNECT_STRATEGY_FORBIDDEN = 2|NA|@ohos.bluetoothManager.d.ts| 29|删除|类名:PinType;<br>方法or属性:PIN_TYPE_ENTER_PIN_CODE = 0|NA|@ohos.bluetoothManager.d.ts| 30|删除|类名:PinType;<br>方法or属性:PIN_TYPE_ENTER_PASSKEY = 1|NA|@ohos.bluetoothManager.d.ts| 31|删除|类名:PinType;<br>方法or属性:PIN_TYPE_CONFIRM_PASSKEY = 2|NA|@ohos.bluetoothManager.d.ts| 32|删除|类名:PinType;<br>方法or属性:PIN_TYPE_NO_PASSKEY_CONSENT = 3|NA|@ohos.bluetoothManager.d.ts| 33|删除|类名:PinType;<br>方法or属性:PIN_TYPE_NOTIFY_PASSKEY = 4|NA|@ohos.bluetoothManager.d.ts| 34|删除|类名:PinType;<br>方法or属性:PIN_TYPE_DISPLAY_PIN_CODE = 5|NA|@ohos.bluetoothManager.d.ts| 35|删除|类名:PinType;<br>方法or属性:PIN_TYPE_OOB_CONSENT = 6|NA|@ohos.bluetoothManager.d.ts| 36|删除|类名:PinType;<br>方法or属性:PIN_TYPE_PIN_16_DIGITS = 7|NA|@ohos.bluetoothManager.d.ts| 37|删除|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HFP_AG = '0000111F-0000-1000-8000-00805F9B34FB'|NA|@ohos.bluetoothManager.d.ts| 38|删除|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HFP_HF = '0000111E-0000-1000-8000-00805F9B34FB'|NA|@ohos.bluetoothManager.d.ts| 39|删除|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HSP_AG = '00001112-0000-1000-8000-00805F9B34FB'|NA|@ohos.bluetoothManager.d.ts| 40|删除|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HSP_HS = '00001108-0000-1000-8000-00805F9B34FB'|NA|@ohos.bluetoothManager.d.ts| 41|删除|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_A2DP_SRC = '0000110A-0000-1000-8000-00805F9B34FB'|NA|@ohos.bluetoothManager.d.ts| 42|删除|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_A2DP_SINK = '0000110B-0000-1000-8000-00805F9B34FB'|NA|@ohos.bluetoothManager.d.ts| 43|删除|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_AVRCP_CT = '0000110E-0000-1000-8000-00805F9B34FB'|NA|@ohos.bluetoothManager.d.ts| 44|删除|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_AVRCP_TG = '0000110C-0000-1000-8000-00805F9B34FB'|NA|@ohos.bluetoothManager.d.ts| 45|删除|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HID = '00001124-0000-1000-8000-00805F9B34FB'|NA|@ohos.bluetoothManager.d.ts| 46|删除|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HOGP = '00001812-0000-1000-8000-00805F9B34FB'|NA|@ohos.bluetoothManager.d.ts| 47|删除|类名:HttpRequest;<br>方法or属性:request2(url: string, callback: AsyncCallback\<number>): void;|NA|@ohos.net.http.d.ts| 48|删除|类名:HttpRequest;<br>方法or属性:request2(url: string, options: HttpRequestOptions, callback: AsyncCallback\<number>): void;|NA|@ohos.net.http.d.ts| 49|删除|类名:HttpRequest;<br>方法or属性:request2(url: string, options?: HttpRequestOptions): Promise\<number>;|NA|@ohos.net.http.d.ts| 50|删除|类名:wifiManager;<br>方法or属性:function getCurrentP2pGroup(): Promise\<WifiP2pGroupInfo>;|NA|@ohos.wifiManager.d.ts| 51|删除|类名:wifiManager;<br>方法or属性:function getCurrentP2pGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;|NA|@ohos.wifiManager.d.ts| 52|删除|类名:WifiEapConfig;<br>方法or属性:caCertAliases: string;|NA|@ohos.wifiManager.d.ts| 53|删除|类名:WifiEapConfig;<br>方法or属性:clientCertAliases: string;|NA|@ohos.wifiManager.d.ts| 54|新增|NA|类名:a2dp;<br>方法or属性:type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.a2dp.d.ts| 55|新增|NA|类名:a2dp;<br>方法or属性:function createA2dpSrcProfile(): A2dpSourceProfile;|@ohos.bluetooth.a2dp.d.ts| 56|新增|NA|类名:A2dpSourceProfile;<br>方法or属性:connect(deviceId: string): void;|@ohos.bluetooth.a2dp.d.ts| 57|新增|NA|类名:A2dpSourceProfile;<br>方法or属性:disconnect(deviceId: string): void;|@ohos.bluetooth.a2dp.d.ts| 58|新增|NA|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(deviceId: string): PlayingState;|@ohos.bluetooth.a2dp.d.ts| 59|新增|NA|类名:PlayingState;<br>方法or属性:STATE_NOT_PLAYING|@ohos.bluetooth.a2dp.d.ts| 60|新增|NA|类名:PlayingState;<br>方法or属性:STATE_PLAYING|@ohos.bluetooth.a2dp.d.ts| 61|新增|NA|类名:access;<br>方法or属性:function enableBluetooth(): void;|@ohos.bluetooth.access.d.ts| 62|新增|NA|类名:access;<br>方法or属性:function disableBluetooth(): void;|@ohos.bluetooth.access.d.ts| 63|新增|NA|类名:access;<br>方法or属性:function getState(): BluetoothState;|@ohos.bluetooth.access.d.ts| 64|新增|NA|类名:access;<br>方法or属性:function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;|@ohos.bluetooth.access.d.ts| 65|新增|NA|类名:access;<br>方法or属性:function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;|@ohos.bluetooth.access.d.ts| 66|新增|NA|类名:BluetoothState;<br>方法or属性:STATE_OFF = 0|@ohos.bluetooth.access.d.ts| 67|新增|NA|类名:BluetoothState;<br>方法or属性:STATE_TURNING_ON = 1|@ohos.bluetooth.access.d.ts| 68|新增|NA|类名:BluetoothState;<br>方法or属性:STATE_ON = 2|@ohos.bluetooth.access.d.ts| 69|新增|NA|类名:BluetoothState;<br>方法or属性:STATE_TURNING_OFF = 3|@ohos.bluetooth.access.d.ts| 70|新增|NA|类名:BluetoothState;<br>方法or属性:STATE_BLE_TURNING_ON = 4|@ohos.bluetooth.access.d.ts| 71|新增|NA|类名:BluetoothState;<br>方法or属性:STATE_BLE_ON = 5|@ohos.bluetooth.access.d.ts| 72|新增|NA|类名:BluetoothState;<br>方法or属性:STATE_BLE_TURNING_OFF = 6|@ohos.bluetooth.access.d.ts| 73|新增|NA|类名:baseProfile;<br>方法or属性:type ProfileConnectionState = constant.ProfileConnectionState;|@ohos.bluetooth.baseProfile.d.ts| 74|新增|NA|类名:ConnectionStrategy;<br>方法or属性:CONNECTION_STRATEGY_UNSUPPORTED = 0|@ohos.bluetooth.baseProfile.d.ts| 75|新增|NA|类名:ConnectionStrategy;<br>方法or属性:CONNECTION_STRATEGY_ALLOWED = 1|@ohos.bluetooth.baseProfile.d.ts| 76|新增|NA|类名:ConnectionStrategy;<br>方法or属性:CONNECTION_STRATEGY_FORBIDDEN = 2|@ohos.bluetooth.baseProfile.d.ts| 77|新增|NA|类名:StateChangeParam;<br>方法or属性:deviceId: string;|@ohos.bluetooth.baseProfile.d.ts| 78|新增|NA|类名:StateChangeParam;<br>方法or属性:state: ProfileConnectionState;|@ohos.bluetooth.baseProfile.d.ts| 79|新增|NA|类名:BaseProfile;<br>方法or属性:setConnectionStrategy(deviceId: string, strategy: ConnectionStrategy): Promise\<void>;|@ohos.bluetooth.baseProfile.d.ts| 80|新增|NA|类名:BaseProfile;<br>方法or属性:setConnectionStrategy(deviceId: string, strategy: ConnectionStrategy, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.baseProfile.d.ts| 81|新增|NA|类名:BaseProfile;<br>方法or属性:getConnectionStrategy(deviceId: string, callback: AsyncCallback\<ConnectionStrategy>): void;|@ohos.bluetooth.baseProfile.d.ts| 82|新增|NA|类名:BaseProfile;<br>方法or属性:getConnectionStrategy(deviceId: string): Promise\<ConnectionStrategy>;|@ohos.bluetooth.baseProfile.d.ts| 83|新增|NA|类名:BaseProfile;<br>方法or属性:getConnectedDevices(): Array\<string>;|@ohos.bluetooth.baseProfile.d.ts| 84|新增|NA|类名:BaseProfile;<br>方法or属性:getConnectionState(deviceId: string): ProfileConnectionState;|@ohos.bluetooth.baseProfile.d.ts| 85|新增|NA|类名:BaseProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;|@ohos.bluetooth.baseProfile.d.ts| 86|新增|NA|类名:BaseProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;|@ohos.bluetooth.baseProfile.d.ts| 87|新增|NA|类名:ble;<br>方法or属性:type ProfileConnectionState = constant.ProfileConnectionState;|@ohos.bluetooth.ble.d.ts| 88|新增|NA|类名:ble;<br>方法or属性:function createGattServer(): GattServer;|@ohos.bluetooth.ble.d.ts| 89|新增|NA|类名:ble;<br>方法or属性:function createGattClientDevice(deviceId: string): GattClientDevice;|@ohos.bluetooth.ble.d.ts| 90|新增|NA|类名:ble;<br>方法or属性:function getConnectedBLEDevices(): Array\<string>;|@ohos.bluetooth.ble.d.ts| 91|新增|NA|类名:ble;<br>方法or属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;|@ohos.bluetooth.ble.d.ts| 92|新增|NA|类名:ble;<br>方法or属性:function stopBLEScan(): void;|@ohos.bluetooth.ble.d.ts| 93|新增|NA|类名:ble;<br>方法or属性:function startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;|@ohos.bluetooth.ble.d.ts| 94|新增|NA|类名:ble;<br>方法or属性:function stopAdvertising(): void;|@ohos.bluetooth.ble.d.ts| 95|新增|NA|类名:ble;<br>方法or属性:function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;|@ohos.bluetooth.ble.d.ts| 96|新增|NA|类名:ble;<br>方法or属性:function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;|@ohos.bluetooth.ble.d.ts| 97|新增|NA|类名:GattServer;<br>方法or属性:addService(service: GattService): void;|@ohos.bluetooth.ble.d.ts| 98|新增|NA|类名:GattServer;<br>方法or属性:removeService(serviceUuid: string): void;|@ohos.bluetooth.ble.d.ts| 99|新增|NA|类名:GattServer;<br>方法or属性:close(): void;|@ohos.bluetooth.ble.d.ts| 100|新增|NA|类名:GattClientDevice;<br>方法or属性:close(): void;|@ohos.bluetooth.ble.d.ts| 101|新增|NA|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(<br><br> deviceId: string,<br><br> notifyCharacteristic: NotifyCharacteristic,<br><br> callback: AsyncCallback\<void><br><br> ): void;|@ohos.bluetooth.ble.d.ts| 102|新增|NA|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): Promise\<void>;|@ohos.bluetooth.ble.d.ts| 103|新增|NA|类名:GattServer;<br>方法or属性:sendResponse(serverResponse: ServerResponse): void;|@ohos.bluetooth.ble.d.ts| 104|新增|NA|类名:GattServer;<br>方法or属性:on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetooth.ble.d.ts| 105|新增|NA|类名:GattServer;<br>方法or属性:on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetooth.ble.d.ts| 106|新增|NA|类名:GattServer;<br>方法or属性:on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;|@ohos.bluetooth.ble.d.ts| 107|新增|NA|类名:GattServer;<br>方法or属性:on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetooth.ble.d.ts| 108|新增|NA|类名:GattServer;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts| 109|新增|NA|类名:GattServer;<br>方法or属性:on(type: 'BLEMtuChange', callback: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts| 110|新增|NA|类名:GattClientDevice;<br>方法or属性:on(type: 'BLEMtuChange', callback: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts| 111|新增|NA|类名:GattServer;<br>方法or属性:off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetooth.ble.d.ts| 112|新增|NA|类名:GattServer;<br>方法or属性:off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetooth.ble.d.ts| 113|新增|NA|类名:GattServer;<br>方法or属性:off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;|@ohos.bluetooth.ble.d.ts| 114|新增|NA|类名:GattServer;<br>方法or属性:off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetooth.ble.d.ts| 115|新增|NA|类名:GattServer;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts| 116|新增|NA|类名:GattServer;<br>方法or属性:off(type: 'BLEMtuChange', callback?: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts| 117|新增|NA|类名:GattClientDevice;<br>方法or属性:off(type: 'BLEMtuChange', callback?: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts| 118|新增|NA|类名:GattClientDevice;<br>方法or属性:connect(): void;|@ohos.bluetooth.ble.d.ts| 119|新增|NA|类名:GattClientDevice;<br>方法or属性:disconnect(): void;|@ohos.bluetooth.ble.d.ts| 120|新增|NA|类名:GattClientDevice;<br>方法or属性:getDeviceName(callback: AsyncCallback\<string>): void;|@ohos.bluetooth.ble.d.ts| 121|新增|NA|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;|@ohos.bluetooth.ble.d.ts| 122|新增|NA|类名:GattClientDevice;<br>方法or属性:getServices(callback: AsyncCallback\<Array\<GattService>>): void;|@ohos.bluetooth.ble.d.ts| 123|新增|NA|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;|@ohos.bluetooth.ble.d.ts| 124|新增|NA|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;|@ohos.bluetooth.ble.d.ts| 125|新增|NA|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;|@ohos.bluetooth.ble.d.ts| 126|新增|NA|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;|@ohos.bluetooth.ble.d.ts| 127|新增|NA|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;|@ohos.bluetooth.ble.d.ts| 128|新增|NA|类名:GattClientDevice;<br>方法or属性:writeCharacteristicValue(<br><br> characteristic: BLECharacteristic,<br><br> writeType: GattWriteType,<br><br> callback: AsyncCallback\<void><br><br> ): void;|@ohos.bluetooth.ble.d.ts| 129|新增|NA|类名:GattClientDevice;<br>方法or属性:writeCharacteristicValue(characteristic: BLECharacteristic, writeType: GattWriteType): Promise\<void>;|@ohos.bluetooth.ble.d.ts| 130|新增|NA|类名:GattClientDevice;<br>方法or属性:writeDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.ble.d.ts| 131|新增|NA|类名:GattClientDevice;<br>方法or属性:writeDescriptorValue(descriptor: BLEDescriptor): Promise\<void>;|@ohos.bluetooth.ble.d.ts| 132|新增|NA|类名:GattClientDevice;<br>方法or属性:getRssiValue(callback: AsyncCallback\<number>): void;|@ohos.bluetooth.ble.d.ts| 133|新增|NA|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;|@ohos.bluetooth.ble.d.ts| 134|新增|NA|类名:GattClientDevice;<br>方法or属性:setBLEMtuSize(mtu: number): void;|@ohos.bluetooth.ble.d.ts| 135|新增|NA|类名:GattClientDevice;<br>方法or属性:setCharacteristicChangeNotification(<br><br> characteristic: BLECharacteristic,<br><br> enable: boolean,<br><br> callback: AsyncCallback\<void><br><br> ): void;|@ohos.bluetooth.ble.d.ts| 136|新增|NA|类名:GattClientDevice;<br>方法or属性:setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean): Promise\<void>;|@ohos.bluetooth.ble.d.ts| 137|新增|NA|类名:GattClientDevice;<br>方法or属性:setCharacteristicChangeIndication(<br><br> characteristic: BLECharacteristic,<br><br> enable: boolean,<br><br> callback: AsyncCallback\<void><br><br> ): void;|@ohos.bluetooth.ble.d.ts| 138|新增|NA|类名:GattClientDevice;<br>方法or属性:setCharacteristicChangeIndication(characteristic: BLECharacteristic, enable: boolean): Promise\<void>;|@ohos.bluetooth.ble.d.ts| 139|新增|NA|类名:GattClientDevice;<br>方法or属性:on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;|@ohos.bluetooth.ble.d.ts| 140|新增|NA|类名:GattClientDevice;<br>方法or属性:on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts| 141|新增|NA|类名:GattClientDevice;<br>方法or属性:off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;|@ohos.bluetooth.ble.d.ts| 142|新增|NA|类名:GattClientDevice;<br>方法or属性:off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts| 143|新增|NA|类名:GattService;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 144|新增|NA|类名:BLECharacteristic;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 145|新增|NA|类名:BLEDescriptor;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 146|新增|NA|类名:NotifyCharacteristic;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 147|新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 148|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 149|新增|NA|类名:DescriptorReadRequest;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 150|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 151|新增|NA|类名:ServiceData;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts| 152|新增|NA|类名:GattService;<br>方法or属性:isPrimary: boolean;|@ohos.bluetooth.ble.d.ts| 153|新增|NA|类名:GattService;<br>方法or属性:characteristics: Array\<BLECharacteristic>;|@ohos.bluetooth.ble.d.ts| 154|新增|NA|类名:GattService;<br>方法or属性:includeServices?: Array\<GattService>;|@ohos.bluetooth.ble.d.ts| 155|新增|NA|类名:BLECharacteristic;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts| 156|新增|NA|类名:BLEDescriptor;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts| 157|新增|NA|类名:NotifyCharacteristic;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts| 158|新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts| 159|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts| 160|新增|NA|类名:DescriptorReadRequest;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts| 161|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts| 162|新增|NA|类名:BLECharacteristic;<br>方法or属性:characteristicValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 163|新增|NA|类名:NotifyCharacteristic;<br>方法or属性:characteristicValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 164|新增|NA|类名:BLECharacteristic;<br>方法or属性:descriptors: Array\<BLEDescriptor>;|@ohos.bluetooth.ble.d.ts| 165|新增|NA|类名:BLECharacteristic;<br>方法or属性:properties?: GattProperties;|@ohos.bluetooth.ble.d.ts| 166|新增|NA|类名:BLEDescriptor;<br>方法or属性:descriptorUuid: string;|@ohos.bluetooth.ble.d.ts| 167|新增|NA|类名:DescriptorReadRequest;<br>方法or属性:descriptorUuid: string;|@ohos.bluetooth.ble.d.ts| 168|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:descriptorUuid: string;|@ohos.bluetooth.ble.d.ts| 169|新增|NA|类名:BLEDescriptor;<br>方法or属性:descriptorValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 170|新增|NA|类名:NotifyCharacteristic;<br>方法or属性:confirm: boolean;|@ohos.bluetooth.ble.d.ts| 171|新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts| 172|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts| 173|新增|NA|类名:DescriptorReadRequest;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts| 174|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts| 175|新增|NA|类名:ServerResponse;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts| 176|新增|NA|类名:BLEConnectionChangeState;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts| 177|新增|NA|类名:ScanResult;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts| 178|新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts| 179|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts| 180|新增|NA|类名:DescriptorReadRequest;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts| 181|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts| 182|新增|NA|类名:ServerResponse;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts| 183|新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts| 184|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts| 185|新增|NA|类名:DescriptorReadRequest;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts| 186|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts| 187|新增|NA|类名:ServerResponse;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts| 188|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:isPrepared: boolean;|@ohos.bluetooth.ble.d.ts| 189|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:isPrepared: boolean;|@ohos.bluetooth.ble.d.ts| 190|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:needRsp: boolean;|@ohos.bluetooth.ble.d.ts| 191|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:needRsp: boolean;|@ohos.bluetooth.ble.d.ts| 192|新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 193|新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 194|新增|NA|类名:ServerResponse;<br>方法or属性:value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 195|新增|NA|类名:ServerResponse;<br>方法or属性:status: number;|@ohos.bluetooth.ble.d.ts| 196|新增|NA|类名:BLEConnectionChangeState;<br>方法or属性:state: ProfileConnectionState;|@ohos.bluetooth.ble.d.ts| 197|新增|NA|类名:ScanResult;<br>方法or属性:rssi: number;|@ohos.bluetooth.ble.d.ts| 198|新增|NA|类名:ScanResult;<br>方法or属性:data: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 199|新增|NA|类名:ScanResult;<br>方法or属性:deviceName: string;|@ohos.bluetooth.ble.d.ts| 200|新增|NA|类名:ScanResult;<br>方法or属性:connectable: boolean;|@ohos.bluetooth.ble.d.ts| 201|新增|NA|类名:AdvertiseSetting;<br>方法or属性:interval?: number;|@ohos.bluetooth.ble.d.ts| 202|新增|NA|类名:ScanOptions;<br>方法or属性:interval?: number;|@ohos.bluetooth.ble.d.ts| 203|新增|NA|类名:AdvertiseSetting;<br>方法or属性:txPower?: number;|@ohos.bluetooth.ble.d.ts| 204|新增|NA|类名:AdvertiseSetting;<br>方法or属性:connectable?: boolean;|@ohos.bluetooth.ble.d.ts| 205|新增|NA|类名:AdvertiseData;<br>方法or属性:serviceUuids: Array\<string>;|@ohos.bluetooth.ble.d.ts| 206|新增|NA|类名:AdvertiseData;<br>方法or属性:manufactureData: Array\<ManufactureData>;|@ohos.bluetooth.ble.d.ts| 207|新增|NA|类名:AdvertiseData;<br>方法or属性:serviceData: Array\<ServiceData>;|@ohos.bluetooth.ble.d.ts| 208|新增|NA|类名:AdvertiseData;<br>方法or属性:includeDeviceName?: boolean;|@ohos.bluetooth.ble.d.ts| 209|新增|NA|类名:ManufactureData;<br>方法or属性:manufactureId: number;|@ohos.bluetooth.ble.d.ts| 210|新增|NA|类名:ManufactureData;<br>方法or属性:manufactureValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 211|新增|NA|类名:ServiceData;<br>方法or属性:serviceValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 212|新增|NA|类名:ScanFilter;<br>方法or属性:deviceId?: string;|@ohos.bluetooth.ble.d.ts| 213|新增|NA|类名:ScanFilter;<br>方法or属性:name?: string;|@ohos.bluetooth.ble.d.ts| 214|新增|NA|类名:ScanFilter;<br>方法or属性:serviceUuid?: string;|@ohos.bluetooth.ble.d.ts| 215|新增|NA|类名:ScanFilter;<br>方法or属性:serviceUuidMask?: string;|@ohos.bluetooth.ble.d.ts| 216|新增|NA|类名:ScanFilter;<br>方法or属性:serviceSolicitationUuid?: string;|@ohos.bluetooth.ble.d.ts| 217|新增|NA|类名:ScanFilter;<br>方法or属性:serviceSolicitationUuidMask?: string;|@ohos.bluetooth.ble.d.ts| 218|新增|NA|类名:ScanFilter;<br>方法or属性:serviceData?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 219|新增|NA|类名:ScanFilter;<br>方法or属性:serviceDataMask?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 220|新增|NA|类名:ScanFilter;<br>方法or属性:manufactureId?: number;|@ohos.bluetooth.ble.d.ts| 221|新增|NA|类名:ScanFilter;<br>方法or属性:manufactureData?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 222|新增|NA|类名:ScanFilter;<br>方法or属性:manufactureDataMask?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts| 223|新增|NA|类名:ScanOptions;<br>方法or属性:dutyMode?: ScanDuty;|@ohos.bluetooth.ble.d.ts| 224|新增|NA|类名:ScanOptions;<br>方法or属性:matchMode?: MatchMode;|@ohos.bluetooth.ble.d.ts| 225|新增|NA|类名:GattProperties;<br>方法or属性:write?: boolean;|@ohos.bluetooth.ble.d.ts| 226|新增|NA|类名:GattProperties;<br>方法or属性:writeNoResponse?: boolean;|@ohos.bluetooth.ble.d.ts| 227|新增|NA|类名:GattProperties;<br>方法or属性:read?: boolean;|@ohos.bluetooth.ble.d.ts| 228|新增|NA|类名:GattProperties;<br>方法or属性:notify?: boolean;|@ohos.bluetooth.ble.d.ts| 229|新增|NA|类名:GattProperties;<br>方法or属性:indicate?: boolean;|@ohos.bluetooth.ble.d.ts| 230|新增|NA|类名:GattWriteType;<br>方法or属性:WRITE = 1|@ohos.bluetooth.ble.d.ts| 231|新增|NA|类名:GattWriteType;<br>方法or属性:WRITE_NO_RESPONSE = 2|@ohos.bluetooth.ble.d.ts| 232|新增|NA|类名:ScanDuty;<br>方法or属性:SCAN_MODE_LOW_POWER = 0|@ohos.bluetooth.ble.d.ts| 233|新增|NA|类名:ScanDuty;<br>方法or属性:SCAN_MODE_BALANCED = 1|@ohos.bluetooth.ble.d.ts| 234|新增|NA|类名:ScanDuty;<br>方法or属性:SCAN_MODE_LOW_LATENCY = 2|@ohos.bluetooth.ble.d.ts| 235|新增|NA|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetooth.ble.d.ts| 236|新增|NA|类名:MatchMode;<br>方法or属性:MATCH_MODE_STICKY = 2|@ohos.bluetooth.ble.d.ts| 237|新增|NA|类名:connection;<br>方法or属性:type ProfileConnectionState = constant.ProfileConnectionState;|@ohos.bluetooth.connection.d.ts| 238|新增|NA|类名:connection;<br>方法or属性:type ProfileId = constant.ProfileId;|@ohos.bluetooth.connection.d.ts| 239|新增|NA|类名:connection;<br>方法or属性:type ProfileUuids = constant.ProfileUuids;|@ohos.bluetooth.connection.d.ts| 240|新增|NA|类名:connection;<br>方法or属性:type MajorClass = constant.MajorClass;|@ohos.bluetooth.connection.d.ts| 241|新增|NA|类名:connection;<br>方法or属性:type MajorMinorClass = constant.MajorMinorClass;|@ohos.bluetooth.connection.d.ts| 242|新增|NA|类名:connection;<br>方法or属性:function getProfileConnectionState(profileId?: ProfileId): ProfileConnectionState;|@ohos.bluetooth.connection.d.ts| 243|新增|NA|类名:connection;<br>方法or属性:function pairDevice(deviceId: string, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts| 244|新增|NA|类名:connection;<br>方法or属性:function pairDevice(deviceId: string): Promise\<void>;|@ohos.bluetooth.connection.d.ts| 245|新增|NA|类名:connection;<br>方法or属性:function pairCredibleDevice(deviceId: string, transport: BluetoothTransport, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts| 246|新增|NA|类名:connection;<br>方法or属性:function pairCredibleDevice(deviceId: string, transport: BluetoothTransport): Promise\<void>;|@ohos.bluetooth.connection.d.ts| 247|新增|NA|类名:connection;<br>方法or属性:function cancelPairedDevice(deviceId: string, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts| 248|新增|NA|类名:connection;<br>方法or属性:function cancelPairedDevice(deviceId: string): Promise\<void>;|@ohos.bluetooth.connection.d.ts| 249|新增|NA|类名:connection;<br>方法or属性:function cancelPairingDevice(deviceId: string, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts| 250|新增|NA|类名:connection;<br>方法or属性:function cancelPairingDevice(deviceId: string): Promise\<void>;|@ohos.bluetooth.connection.d.ts| 251|新增|NA|类名:connection;<br>方法or属性:function getRemoteDeviceName(deviceId: string): string;|@ohos.bluetooth.connection.d.ts| 252|新增|NA|类名:connection;<br>方法or属性:function getRemoteDeviceClass(deviceId: string): DeviceClass;|@ohos.bluetooth.connection.d.ts| 253|新增|NA|类名:connection;<br>方法or属性:function getLocalName(): string;|@ohos.bluetooth.connection.d.ts| 254|新增|NA|类名:connection;<br>方法or属性:function getPairedDevices(): Array\<string>;|@ohos.bluetooth.connection.d.ts| 255|新增|NA|类名:connection;<br>方法or属性:function setDevicePairingConfirmation(deviceId: string, accept: boolean): void;|@ohos.bluetooth.connection.d.ts| 256|新增|NA|类名:connection;<br>方法or属性:function setDevicePinCode(deviceId: string, code: string, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.connection.d.ts| 257|新增|NA|类名:connection;<br>方法or属性:function setDevicePinCode(deviceId: string, code: string): Promise\<void>;|@ohos.bluetooth.connection.d.ts| 258|新增|NA|类名:connection;<br>方法or属性:function setLocalName(name: string): void;|@ohos.bluetooth.connection.d.ts| 259|新增|NA|类名:connection;<br>方法or属性:function setBluetoothScanMode(mode: ScanMode, duration: number): void;|@ohos.bluetooth.connection.d.ts| 260|新增|NA|类名:connection;<br>方法or属性:function getBluetoothScanMode(): ScanMode;|@ohos.bluetooth.connection.d.ts| 261|新增|NA|类名:connection;<br>方法or属性:function startBluetoothDiscovery(): void;|@ohos.bluetooth.connection.d.ts| 262|新增|NA|类名:connection;<br>方法or属性:function stopBluetoothDiscovery(): void;|@ohos.bluetooth.connection.d.ts| 263|新增|NA|类名:connection;<br>方法or属性:function getLocalProfileUuids(callback: AsyncCallback\<Array\<ProfileUuids>>): void;|@ohos.bluetooth.connection.d.ts| 264|新增|NA|类名:connection;<br>方法or属性:function getLocalProfileUuids(): Promise\<Array\<ProfileUuids>>;|@ohos.bluetooth.connection.d.ts| 265|新增|NA|类名:connection;<br>方法or属性:function getRemoteProfileUuids(deviceId: string, callback: AsyncCallback\<Array\<ProfileUuids>>): void;|@ohos.bluetooth.connection.d.ts| 266|新增|NA|类名:connection;<br>方法or属性:function getRemoteProfileUuids(deviceId: string): Promise\<Array\<ProfileUuids>>;|@ohos.bluetooth.connection.d.ts| 267|新增|NA|类名:connection;<br>方法or属性:function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;|@ohos.bluetooth.connection.d.ts| 268|新增|NA|类名:connection;<br>方法or属性:function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;|@ohos.bluetooth.connection.d.ts| 269|新增|NA|类名:connection;<br>方法or属性:function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;|@ohos.bluetooth.connection.d.ts| 270|新增|NA|类名:connection;<br>方法or属性:function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;|@ohos.bluetooth.connection.d.ts| 271|新增|NA|类名:connection;<br>方法or属性:function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;|@ohos.bluetooth.connection.d.ts| 272|新增|NA|类名:connection;<br>方法or属性:function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;|@ohos.bluetooth.connection.d.ts| 273|新增|NA|类名:BondStateParam;<br>方法or属性:deviceId: string;|@ohos.bluetooth.connection.d.ts| 274|新增|NA|类名:PinRequiredParam;<br>方法or属性:deviceId: string;|@ohos.bluetooth.connection.d.ts| 275|新增|NA|类名:BondStateParam;<br>方法or属性:state: BondState;|@ohos.bluetooth.connection.d.ts| 276|新增|NA|类名:PinRequiredParam;<br>方法or属性:pinCode: string;|@ohos.bluetooth.connection.d.ts| 277|新增|NA|类名:PinRequiredParam;<br>方法or属性:pinType: PinType;|@ohos.bluetooth.connection.d.ts| 278|新增|NA|类名:DeviceClass;<br>方法or属性:majorClass: MajorClass;|@ohos.bluetooth.connection.d.ts| 279|新增|NA|类名:DeviceClass;<br>方法or属性:majorMinorClass: MajorMinorClass;|@ohos.bluetooth.connection.d.ts| 280|新增|NA|类名:DeviceClass;<br>方法or属性:classOfDevice: number;|@ohos.bluetooth.connection.d.ts| 281|新增|NA|类名:BluetoothTransport;<br>方法or属性:TRANSPORT_BR_EDR = 0|@ohos.bluetooth.connection.d.ts| 282|新增|NA|类名:BluetoothTransport;<br>方法or属性:TRANSPORT_LE = 1|@ohos.bluetooth.connection.d.ts| 283|新增|NA|类名:ScanMode;<br>方法or属性:SCAN_MODE_NONE = 0|@ohos.bluetooth.connection.d.ts| 284|新增|NA|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE = 1|@ohos.bluetooth.connection.d.ts| 285|新增|NA|类名:ScanMode;<br>方法or属性:SCAN_MODE_GENERAL_DISCOVERABLE = 2|@ohos.bluetooth.connection.d.ts| 286|新增|NA|类名:ScanMode;<br>方法or属性:SCAN_MODE_LIMITED_DISCOVERABLE = 3|@ohos.bluetooth.connection.d.ts| 287|新增|NA|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4|@ohos.bluetooth.connection.d.ts| 288|新增|NA|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5|@ohos.bluetooth.connection.d.ts| 289|新增|NA|类名:BondState;<br>方法or属性:BOND_STATE_INVALID = 0|@ohos.bluetooth.connection.d.ts| 290|新增|NA|类名:BondState;<br>方法or属性:BOND_STATE_BONDING = 1|@ohos.bluetooth.connection.d.ts| 291|新增|NA|类名:BondState;<br>方法or属性:BOND_STATE_BONDED = 2|@ohos.bluetooth.connection.d.ts| 292|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_ENTER_PIN_CODE = 0|@ohos.bluetooth.connection.d.ts| 293|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_ENTER_PASSKEY = 1|@ohos.bluetooth.connection.d.ts| 294|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_CONFIRM_PASSKEY = 2|@ohos.bluetooth.connection.d.ts| 295|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_NO_PASSKEY_CONSENT = 3|@ohos.bluetooth.connection.d.ts| 296|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_NOTIFY_PASSKEY = 4|@ohos.bluetooth.connection.d.ts| 297|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_DISPLAY_PIN_CODE = 5|@ohos.bluetooth.connection.d.ts| 298|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_OOB_CONSENT = 6|@ohos.bluetooth.connection.d.ts| 299|新增|NA|类名:PinType;<br>方法or属性:PIN_TYPE_PIN_16_DIGITS = 7|@ohos.bluetooth.connection.d.ts| 300|新增|NA|类名:ProfileId;<br>方法or属性:PROFILE_A2DP_SOURCE = 1|@ohos.bluetooth.constant.d.ts| 301|新增|NA|类名:ProfileId;<br>方法or属性:PROFILE_HANDSFREE_AUDIO_GATEWAY = 4|@ohos.bluetooth.constant.d.ts| 302|新增|NA|类名:ProfileId;<br>方法or属性:PROFILE_HID_HOST = 6|@ohos.bluetooth.constant.d.ts| 303|新增|NA|类名:ProfileId;<br>方法or属性:PROFILE_PAN_NETWORK = 7|@ohos.bluetooth.constant.d.ts| 304|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HFP_AG = '0000111F-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 305|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HFP_HF = '0000111E-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 306|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HSP_AG = '00001112-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 307|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HSP_HS = '00001108-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 308|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_A2DP_SRC = '0000110A-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 309|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_A2DP_SINK = '0000110B-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 310|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_AVRCP_CT = '0000110E-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 311|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_AVRCP_TG = '0000110C-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 312|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HID = '00001124-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 313|新增|NA|类名:ProfileUuids;<br>方法or属性:PROFILE_UUID_HOGP = '00001812-0000-1000-8000-00805F9B34FB'|@ohos.bluetooth.constant.d.ts| 314|新增|NA|类名:ProfileConnectionState;<br>方法or属性:STATE_DISCONNECTED = 0|@ohos.bluetooth.constant.d.ts| 315|新增|NA|类名:ProfileConnectionState;<br>方法or属性:STATE_CONNECTING = 1|@ohos.bluetooth.constant.d.ts| 316|新增|NA|类名:ProfileConnectionState;<br>方法or属性:STATE_CONNECTED = 2|@ohos.bluetooth.constant.d.ts| 317|新增|NA|类名:ProfileConnectionState;<br>方法or属性:STATE_DISCONNECTING = 3|@ohos.bluetooth.constant.d.ts| 318|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_MISC = 0x0000|@ohos.bluetooth.constant.d.ts| 319|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_COMPUTER = 0x0100|@ohos.bluetooth.constant.d.ts| 320|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_PHONE = 0x0200|@ohos.bluetooth.constant.d.ts| 321|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_NETWORKING = 0x0300|@ohos.bluetooth.constant.d.ts| 322|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_AUDIO_VIDEO = 0x0400|@ohos.bluetooth.constant.d.ts| 323|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_PERIPHERAL = 0x0500|@ohos.bluetooth.constant.d.ts| 324|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_IMAGING = 0x0600|@ohos.bluetooth.constant.d.ts| 325|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_WEARABLE = 0x0700|@ohos.bluetooth.constant.d.ts| 326|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_TOY = 0x0800|@ohos.bluetooth.constant.d.ts| 327|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_HEALTH = 0x0900|@ohos.bluetooth.constant.d.ts| 328|新增|NA|类名:MajorClass;<br>方法or属性:MAJOR_UNCATEGORIZED = 0x1F00|@ohos.bluetooth.constant.d.ts| 329|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_UNCATEGORIZED = 0x0100|@ohos.bluetooth.constant.d.ts| 330|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_DESKTOP = 0x0104|@ohos.bluetooth.constant.d.ts| 331|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_SERVER = 0x0108|@ohos.bluetooth.constant.d.ts| 332|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_LAPTOP = 0x010C|@ohos.bluetooth.constant.d.ts| 333|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_HANDHELD_PC_PDA = 0x0110|@ohos.bluetooth.constant.d.ts| 334|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_PALM_SIZE_PC_PDA = 0x0114|@ohos.bluetooth.constant.d.ts| 335|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_WEARABLE = 0x0118|@ohos.bluetooth.constant.d.ts| 336|新增|NA|类名:MajorMinorClass;<br>方法or属性:COMPUTER_TABLET = 0x011C|@ohos.bluetooth.constant.d.ts| 337|新增|NA|类名:MajorMinorClass;<br>方法or属性:PHONE_UNCATEGORIZED = 0x0200|@ohos.bluetooth.constant.d.ts| 338|新增|NA|类名:MajorMinorClass;<br>方法or属性:PHONE_CELLULAR = 0x0204|@ohos.bluetooth.constant.d.ts| 339|新增|NA|类名:MajorMinorClass;<br>方法or属性:PHONE_CORDLESS = 0x0208|@ohos.bluetooth.constant.d.ts| 340|新增|NA|类名:MajorMinorClass;<br>方法or属性:PHONE_SMART = 0x020C|@ohos.bluetooth.constant.d.ts| 341|新增|NA|类名:MajorMinorClass;<br>方法or属性:PHONE_MODEM_OR_GATEWAY = 0x0210|@ohos.bluetooth.constant.d.ts| 342|新增|NA|类名:MajorMinorClass;<br>方法or属性:PHONE_ISDN = 0x0214|@ohos.bluetooth.constant.d.ts| 343|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_FULLY_AVAILABLE = 0x0300|@ohos.bluetooth.constant.d.ts| 344|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_1_TO_17_UTILIZED = 0x0320|@ohos.bluetooth.constant.d.ts| 345|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_17_TO_33_UTILIZED = 0x0340|@ohos.bluetooth.constant.d.ts| 346|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_33_TO_50_UTILIZED = 0x0360|@ohos.bluetooth.constant.d.ts| 347|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_60_TO_67_UTILIZED = 0x0380|@ohos.bluetooth.constant.d.ts| 348|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_67_TO_83_UTILIZED = 0x03A0|@ohos.bluetooth.constant.d.ts| 349|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_83_TO_99_UTILIZED = 0x03C0|@ohos.bluetooth.constant.d.ts| 350|新增|NA|类名:MajorMinorClass;<br>方法or属性:NETWORK_NO_SERVICE = 0x03E0|@ohos.bluetooth.constant.d.ts| 351|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_UNCATEGORIZED = 0x0400|@ohos.bluetooth.constant.d.ts| 352|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404|@ohos.bluetooth.constant.d.ts| 353|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HANDSFREE = 0x0408|@ohos.bluetooth.constant.d.ts| 354|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_MICROPHONE = 0x0410|@ohos.bluetooth.constant.d.ts| 355|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_LOUDSPEAKER = 0x0414|@ohos.bluetooth.constant.d.ts| 356|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HEADPHONES = 0x0418|@ohos.bluetooth.constant.d.ts| 357|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C|@ohos.bluetooth.constant.d.ts| 358|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_CAR_AUDIO = 0x0420|@ohos.bluetooth.constant.d.ts| 359|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_SET_TOP_BOX = 0x0424|@ohos.bluetooth.constant.d.ts| 360|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HIFI_AUDIO = 0x0428|@ohos.bluetooth.constant.d.ts| 361|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VCR = 0x042C|@ohos.bluetooth.constant.d.ts| 362|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_CAMERA = 0x0430|@ohos.bluetooth.constant.d.ts| 363|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_CAMCORDER = 0x0434|@ohos.bluetooth.constant.d.ts| 364|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_MONITOR = 0x0438|@ohos.bluetooth.constant.d.ts| 365|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C|@ohos.bluetooth.constant.d.ts| 366|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440|@ohos.bluetooth.constant.d.ts| 367|新增|NA|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448|@ohos.bluetooth.constant.d.ts| 368|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500|@ohos.bluetooth.constant.d.ts| 369|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_KEYBOARD = 0x0540|@ohos.bluetooth.constant.d.ts| 370|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_POINTING_DEVICE = 0x0580|@ohos.bluetooth.constant.d.ts| 371|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_KEYBOARD_POINTING = 0x05C0|@ohos.bluetooth.constant.d.ts| 372|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_UNCATEGORIZED = 0x0500|@ohos.bluetooth.constant.d.ts| 373|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_JOYSTICK = 0x0504|@ohos.bluetooth.constant.d.ts| 374|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_GAMEPAD = 0x0508|@ohos.bluetooth.constant.d.ts| 375|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_REMOTE_CONTROL = 0x05C0|@ohos.bluetooth.constant.d.ts| 376|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_SENSING_DEVICE = 0x0510|@ohos.bluetooth.constant.d.ts| 377|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_DIGITIZER_TABLET = 0x0514|@ohos.bluetooth.constant.d.ts| 378|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_CARD_READER = 0x0518|@ohos.bluetooth.constant.d.ts| 379|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_DIGITAL_PEN = 0x051C|@ohos.bluetooth.constant.d.ts| 380|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_SCANNER_RFID = 0x0520|@ohos.bluetooth.constant.d.ts| 381|新增|NA|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_GESTURAL_INPUT = 0x0522|@ohos.bluetooth.constant.d.ts| 382|新增|NA|类名:MajorMinorClass;<br>方法or属性:IMAGING_UNCATEGORIZED = 0x0600|@ohos.bluetooth.constant.d.ts| 383|新增|NA|类名:MajorMinorClass;<br>方法or属性:IMAGING_DISPLAY = 0x0610|@ohos.bluetooth.constant.d.ts| 384|新增|NA|类名:MajorMinorClass;<br>方法or属性:IMAGING_CAMERA = 0x0620|@ohos.bluetooth.constant.d.ts| 385|新增|NA|类名:MajorMinorClass;<br>方法or属性:IMAGING_SCANNER = 0x0640|@ohos.bluetooth.constant.d.ts| 386|新增|NA|类名:MajorMinorClass;<br>方法or属性:IMAGING_PRINTER = 0x0680|@ohos.bluetooth.constant.d.ts| 387|新增|NA|类名:MajorMinorClass;<br>方法or属性:WEARABLE_UNCATEGORIZED = 0x0700|@ohos.bluetooth.constant.d.ts| 388|新增|NA|类名:MajorMinorClass;<br>方法or属性:WEARABLE_WRIST_WATCH = 0x0704|@ohos.bluetooth.constant.d.ts| 389|新增|NA|类名:MajorMinorClass;<br>方法or属性:WEARABLE_PAGER = 0x0708|@ohos.bluetooth.constant.d.ts| 390|新增|NA|类名:MajorMinorClass;<br>方法or属性:WEARABLE_JACKET = 0x070C|@ohos.bluetooth.constant.d.ts| 391|新增|NA|类名:MajorMinorClass;<br>方法or属性:WEARABLE_HELMET = 0x0710|@ohos.bluetooth.constant.d.ts| 392|新增|NA|类名:MajorMinorClass;<br>方法or属性:WEARABLE_GLASSES = 0x0714|@ohos.bluetooth.constant.d.ts| 393|新增|NA|类名:MajorMinorClass;<br>方法or属性:TOY_UNCATEGORIZED = 0x0800|@ohos.bluetooth.constant.d.ts| 394|新增|NA|类名:MajorMinorClass;<br>方法or属性:TOY_ROBOT = 0x0804|@ohos.bluetooth.constant.d.ts| 395|新增|NA|类名:MajorMinorClass;<br>方法or属性:TOY_VEHICLE = 0x0808|@ohos.bluetooth.constant.d.ts| 396|新增|NA|类名:MajorMinorClass;<br>方法or属性:TOY_DOLL_ACTION_FIGURE = 0x080C|@ohos.bluetooth.constant.d.ts| 397|新增|NA|类名:MajorMinorClass;<br>方法or属性:TOY_CONTROLLER = 0x0810|@ohos.bluetooth.constant.d.ts| 398|新增|NA|类名:MajorMinorClass;<br>方法or属性:TOY_GAME = 0x0814|@ohos.bluetooth.constant.d.ts| 399|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_UNCATEGORIZED = 0x0900|@ohos.bluetooth.constant.d.ts| 400|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_BLOOD_PRESSURE = 0x0904|@ohos.bluetooth.constant.d.ts| 401|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_THERMOMETER = 0x0908|@ohos.bluetooth.constant.d.ts| 402|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_WEIGHING = 0x090C|@ohos.bluetooth.constant.d.ts| 403|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_GLUCOSE = 0x0910|@ohos.bluetooth.constant.d.ts| 404|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_PULSE_OXIMETER = 0x0914|@ohos.bluetooth.constant.d.ts| 405|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_PULSE_RATE = 0x0918|@ohos.bluetooth.constant.d.ts| 406|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_DATA_DISPLAY = 0x091C|@ohos.bluetooth.constant.d.ts| 407|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_STEP_COUNTER = 0x0920|@ohos.bluetooth.constant.d.ts| 408|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924|@ohos.bluetooth.constant.d.ts| 409|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_PEAK_FLOW_MONITOR = 0x0928|@ohos.bluetooth.constant.d.ts| 410|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_MEDICATION_MONITOR = 0x092C|@ohos.bluetooth.constant.d.ts| 411|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_KNEE_PROSTHESIS = 0x0930|@ohos.bluetooth.constant.d.ts| 412|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_ANKLE_PROSTHESIS = 0x0934|@ohos.bluetooth.constant.d.ts| 413|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_GENERIC_HEALTH_MANAGER = 0x0938|@ohos.bluetooth.constant.d.ts| 414|新增|NA|类名:MajorMinorClass;<br>方法or属性:HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C|@ohos.bluetooth.constant.d.ts| 415|新增|NA|类名:hfp;<br>方法or属性:type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.hfp.d.ts| 416|新增|NA|类名:hfp;<br>方法or属性:function createHfpAgProfile(): HandsFreeAudioGatewayProfile;|@ohos.bluetooth.hfp.d.ts| 417|新增|NA|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:connect(deviceId: string): void;|@ohos.bluetooth.hfp.d.ts| 418|新增|NA|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:disconnect(deviceId: string): void;|@ohos.bluetooth.hfp.d.ts| 419|新增|NA|类名:hid;<br>方法or属性:type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.hid.d.ts| 420|新增|NA|类名:hid;<br>方法or属性:function createHidHostProfile(): HidHostProfile;|@ohos.bluetooth.hid.d.ts| 421|新增|NA|类名:HidHostProfile;<br>方法or属性:connect(deviceId: string): void;|@ohos.bluetooth.hid.d.ts| 422|新增|NA|类名:HidHostProfile;<br>方法or属性:disconnect(deviceId: string): void;|@ohos.bluetooth.hid.d.ts| 423|新增|NA|类名:pan;<br>方法or属性:type BaseProfile = baseProfile.BaseProfile;|@ohos.bluetooth.pan.d.ts| 424|新增|NA|类名:pan;<br>方法or属性:function createPanProfile(): PanProfile;|@ohos.bluetooth.pan.d.ts| 425|新增|NA|类名:PanProfile;<br>方法or属性:disconnect(deviceId: string): void;|@ohos.bluetooth.pan.d.ts| 426|新增|NA|类名:PanProfile;<br>方法or属性:setTethering(enable: boolean): void;|@ohos.bluetooth.pan.d.ts| 427|新增|NA|类名:PanProfile;<br>方法or属性:isTetheringOn(): boolean;|@ohos.bluetooth.pan.d.ts| 428|新增|NA|类名:socket;<br>方法or属性:function sppListen(name: string, options: SppOptions, callback: AsyncCallback\<number>): void;|@ohos.bluetooth.socket.d.ts| 429|新增|NA|类名:socket;<br>方法or属性:function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;|@ohos.bluetooth.socket.d.ts| 430|新增|NA|类名:socket;<br>方法or属性:function sppConnect(deviceId: string, options: SppOptions, callback: AsyncCallback\<number>): void;|@ohos.bluetooth.socket.d.ts| 431|新增|NA|类名:socket;<br>方法or属性:function sppCloseServerSocket(socket: number): void;|@ohos.bluetooth.socket.d.ts| 432|新增|NA|类名:socket;<br>方法or属性:function sppCloseClientSocket(socket: number): void;|@ohos.bluetooth.socket.d.ts| 433|新增|NA|类名:socket;<br>方法or属性:function sppWrite(clientSocket: number, data: ArrayBuffer): void;|@ohos.bluetooth.socket.d.ts| 434|新增|NA|类名:socket;<br>方法or属性:function on(type: 'sppRead', clientSocket: number, callback: Callback\<ArrayBuffer>): void;|@ohos.bluetooth.socket.d.ts| 435|新增|NA|类名:socket;<br>方法or属性:function off(type: 'sppRead', clientSocket: number, callback?: Callback\<ArrayBuffer>): void;|@ohos.bluetooth.socket.d.ts| 436|新增|NA|类名:SppOptions;<br>方法or属性:uuid: string;|@ohos.bluetooth.socket.d.ts| 437|新增|NA|类名:SppOptions;<br>方法or属性:secure: boolean;|@ohos.bluetooth.socket.d.ts| 438|新增|NA|类名:SppOptions;<br>方法or属性:type: SppType;|@ohos.bluetooth.socket.d.ts| 439|新增|NA|类名:SppType;<br>方法or属性:SPP_RFCOMM|@ohos.bluetooth.socket.d.ts| 440|新增|NA|类名:connection;<br>方法or属性:function getAllNetsSync(): Array\<NetHandle>;|@ohos.net.connection.d.ts| 441|新增|NA|类名:connection;<br>方法or属性:function getConnectionPropertiesSync(netHandle: NetHandle): ConnectionProperties;|@ohos.net.connection.d.ts| 442|新增|NA|类名:connection;<br>方法or属性:function getNetCapabilitiesSync(netHandle: NetHandle): NetCapabilities;|@ohos.net.connection.d.ts| 443|新增|NA|类名:connection;<br>方法or属性:function isDefaultNetMeteredSync(): boolean;|@ohos.net.connection.d.ts| 444|新增|NA|类名:connection;<br>方法or属性:function hasDefaultNetSync(): boolean;|@ohos.net.connection.d.ts| 445|新增|NA|类名:connection;<br>方法or属性:function getAppNetSync(): NetHandle;|@ohos.net.connection.d.ts| 446|新增|NA|类名:NetCapabilityInfo;<br>方法or属性:netHandle: NetHandle;|@ohos.net.connection.d.ts| 447|新增|NA|类名:NetCapabilityInfo;<br>方法or属性:netCap: NetCapabilities;|@ohos.net.connection.d.ts| 448|新增|NA|类名:HttpRequest;<br>方法or属性:requestInStream(url: string, callback: AsyncCallback\<number>): void;|@ohos.net.http.d.ts| 449|新增|NA|类名:HttpRequest;<br>方法or属性:requestInStream(url: string, options: HttpRequestOptions, callback: AsyncCallback\<number>): void;|@ohos.net.http.d.ts| 450|新增|NA|类名:HttpRequest;<br>方法or属性:requestInStream(url: string, options?: HttpRequestOptions): Promise\<number>;|@ohos.net.http.d.ts| 451|新增|NA|类名:vpn;<br>方法or属性:export type AbilityContext = _AbilityContext;|@ohos.net.vpn.d.ts| 452|新增|NA|类名:CloseResult;<br>方法or属性:code: number;|@ohos.net.webSocket.d.ts| 453|新增|NA|类名:CloseResult;<br>方法or属性:reason: string;|@ohos.net.webSocket.d.ts| 454|新增|NA|类名:wifiManager;<br>方法or属性:function startScan(): void;|@ohos.wifiManager.d.ts| 455|新增|NA|类名:wifiManager;<br>方法or属性:function getScanInfoList(): Array\<WifiScanInfo>;|@ohos.wifiManager.d.ts| 456|新增|NA|类名:wifiManager;<br>方法or属性:function getIpv6Info(): Ipv6Info;|@ohos.wifiManager.d.ts| 457|新增|NA|类名:wifiManager;<br>方法or属性:function getCurrentGroup(): Promise\<WifiP2pGroupInfo>;|@ohos.wifiManager.d.ts| 458|新增|NA|类名:wifiManager;<br>方法or属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;|@ohos.wifiManager.d.ts| 459|新增|NA|类名:DeviceAddressType;<br>方法or属性:RANDOM_DEVICE_ADDRESS|@ohos.wifiManager.d.ts| 460|新增|NA|类名:DeviceAddressType;<br>方法or属性:REAL_DEVICE_ADDRESS|@ohos.wifiManager.d.ts| 461|新增|NA|类名:WifiEapConfig;<br>方法or属性:caCertAlias: string;|@ohos.wifiManager.d.ts| 462|新增|NA|类名:WifiEapConfig;<br>方法or属性:clientCertAlias: string;|@ohos.wifiManager.d.ts| 463|新增|NA|类名:WifiDeviceConfig;<br>方法or属性:bssidType?: DeviceAddressType;|@ohos.wifiManager.d.ts| 464|新增|NA|类名:WifiScanInfo;<br>方法or属性:bssidType: DeviceAddressType;|@ohos.wifiManager.d.ts| 465|新增|NA|类名:Ipv6Info;<br>方法or属性:linkIpv6Address: string;|@ohos.wifiManager.d.ts| 466|新增|NA|类名:Ipv6Info;<br>方法or属性:globalIpv6Address: string;|@ohos.wifiManager.d.ts| 467|新增|NA|类名:Ipv6Info;<br>方法or属性:randomGlobalIpv6Address: string;|@ohos.wifiManager.d.ts| 468|新增|NA|类名:Ipv6Info;<br>方法or属性:gateway: string;|@ohos.wifiManager.d.ts| 469|新增|NA|类名:Ipv6Info;<br>方法or属性:netmask: string;|@ohos.wifiManager.d.ts| 470|新增|NA|类名:Ipv6Info;<br>方法or属性:primaryDNS: string;|@ohos.wifiManager.d.ts| 471|新增|NA|类名:Ipv6Info;<br>方法or属性:secondDNS: string;|@ohos.wifiManager.d.ts| 472|新增|NA|类名:StationInfo;<br>方法or属性:macAddressType?: DeviceAddressType;|@ohos.wifiManager.d.ts| 473|新增|NA|类名:WifiP2pDevice;<br>方法or属性:deviceAddressType?: DeviceAddressType;|@ohos.wifiManager.d.ts| 474|新增|NA|类名:WifiP2PConfig;<br>方法or属性:deviceAddressType?: DeviceAddressType;|@ohos.wifiManager.d.ts| 475|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:declare bluetoothManager<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:declare bluetoothManager<br>新版本信息:10<br>代替接口:|@ohos.bluetoothManager.d.ts| 476|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getState(): BluetoothState;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getState(): BluetoothState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access#getState|@ohos.bluetoothManager.d.ts| 477|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getBtConnectionState(): ProfileConnectionState;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getBtConnectionState(): ProfileConnectionState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#getProfileConnectionState|@ohos.bluetoothManager.d.ts| 478|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function pairDevice(deviceId: string): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function pairDevice(deviceId: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#pairDevice|@ohos.bluetoothManager.d.ts| 479|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function cancelPairedDevice(deviceId: string): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function cancelPairedDevice(deviceId: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#cancelPairedDevice|@ohos.bluetoothManager.d.ts| 480|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceName(deviceId: string): string;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceName(deviceId: string): string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#getRemoteDeviceName|@ohos.bluetoothManager.d.ts| 481|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#getRemoteDeviceClass|@ohos.bluetoothManager.d.ts| 482|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function enableBluetooth(): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function enableBluetooth(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access#enableBluetooth|@ohos.bluetoothManager.d.ts| 483|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function disableBluetooth(): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function disableBluetooth(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access#disableBluetooth|@ohos.bluetoothManager.d.ts| 484|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getLocalName(): string;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getLocalName(): string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#getLocalName|@ohos.bluetoothManager.d.ts| 485|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getPairedDevices(): Array\<string>;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getPairedDevices(): Array\<string>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#getPairedDevices|@ohos.bluetoothManager.d.ts| 486|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#getProfileConnectionState|@ohos.bluetoothManager.d.ts| 487|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function setDevicePairingConfirmation(device: string, accept: boolean): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function setDevicePairingConfirmation(device: string, accept: boolean): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#setDevicePairingConfirmation|@ohos.bluetoothManager.d.ts| 488|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function setLocalName(name: string): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function setLocalName(name: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#setLocalName|@ohos.bluetoothManager.d.ts| 489|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function setBluetoothScanMode(mode: ScanMode, duration: number): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function setBluetoothScanMode(mode: ScanMode, duration: number): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#setBluetoothScanMode|@ohos.bluetoothManager.d.ts| 490|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getBluetoothScanMode(): ScanMode;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getBluetoothScanMode(): ScanMode;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#getBluetoothScanMode|@ohos.bluetoothManager.d.ts| 491|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function startBluetoothDiscovery(): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function startBluetoothDiscovery(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#startBluetoothDiscovery|@ohos.bluetoothManager.d.ts| 492|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function stopBluetoothDiscovery(): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function stopBluetoothDiscovery(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection#stopBluetoothDiscovery|@ohos.bluetoothManager.d.ts| 493|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.on#event:bluetoothDeviceFind|@ohos.bluetoothManager.d.ts| 494|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.on#event:bondStateChange|@ohos.bluetoothManager.d.ts| 495|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.on#event:pinRequired|@ohos.bluetoothManager.d.ts| 496|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.on#event:stateChange|@ohos.bluetoothManager.d.ts| 497|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'sppRead', clientSocket: number, callback: Callback\<ArrayBuffer>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function on(type: 'sppRead', clientSocket: number, callback: Callback\<ArrayBuffer>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.on#event:sppRead|@ohos.bluetoothManager.d.ts| 498|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.off#event:bluetoothDeviceFind|@ohos.bluetoothManager.d.ts| 499|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.off#event:bondStateChange|@ohos.bluetoothManager.d.ts| 500|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.off#event:pinRequired|@ohos.bluetoothManager.d.ts| 501|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.off#event:stateChange|@ohos.bluetoothManager.d.ts| 502|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'sppRead', clientSocket: number, callback?: Callback\<ArrayBuffer>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function off(type: 'sppRead', clientSocket: number, callback?: Callback\<ArrayBuffer>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.off#event:sppRead|@ohos.bluetoothManager.d.ts| 503|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket#sppListen|@ohos.bluetoothManager.d.ts| 504|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function sppAccept(serverSocket: number, callback: AsyncCallback\<number>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket#sppAccept|@ohos.bluetoothManager.d.ts| 505|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket#sppConnect|@ohos.bluetoothManager.d.ts| 506|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function sppCloseServerSocket(socket: number): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function sppCloseServerSocket(socket: number): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket#sppCloseServerSocket|@ohos.bluetoothManager.d.ts| 507|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function sppCloseClientSocket(socket: number): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function sppCloseClientSocket(socket: number): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket#sppCloseClientSocket|@ohos.bluetoothManager.d.ts| 508|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function sppWrite(clientSocket: number, data: ArrayBuffer): void;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function sppWrite(clientSocket: number, data: ArrayBuffer): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket#sppWrite|@ohos.bluetoothManager.d.ts| 509|废弃版本有变化|类名:bluetoothManager;<br>方法or属性:function getProfileInstance(<br><br> profileId: ProfileId<br><br> ): A2dpSourceProfile \| HandsFreeAudioGatewayProfile \| HidHostProfile \| PanProfile;<br>旧版本信息:|类名:bluetoothManager;<br>方法or属性:function getProfileInstance(<br><br> profileId: ProfileId<br><br> ): A2dpSourceProfile \| HandsFreeAudioGatewayProfile \| HidHostProfile \| PanProfile;<br>新版本信息:10<br>代替接口:|@ohos.bluetoothManager.d.ts| 510|废弃版本有变化|类名:BaseProfile;<br>方法or属性:interface BaseProfile<br>旧版本信息:|类名:BaseProfile;<br>方法or属性:interface BaseProfile<br>新版本信息:10<br>代替接口: ohos.bluetooth.baseProfile/baseProfile.BaseProfile|@ohos.bluetoothManager.d.ts| 511|废弃版本有变化|类名:BaseProfile;<br>方法or属性:getConnectionDevices(): Array\<string>;<br>旧版本信息:|类名:BaseProfile;<br>方法or属性:getConnectionDevices(): Array\<string>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.baseProfile/baseProfile#getConnectedDevices|@ohos.bluetoothManager.d.ts| 512|废弃版本有变化|类名:BaseProfile;<br>方法or属性:getDeviceState(device: string): ProfileConnectionState;<br>旧版本信息:|类名:BaseProfile;<br>方法or属性:getDeviceState(device: string): ProfileConnectionState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.baseProfile/baseProfile#getConnectionState|@ohos.bluetoothManager.d.ts| 513|废弃版本有变化|类名:A2dpSourceProfile;<br>方法or属性:interface A2dpSourceProfile<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:interface A2dpSourceProfile<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile|@ohos.bluetoothManager.d.ts| 514|废弃版本有变化|类名:A2dpSourceProfile;<br>方法or属性:connect(device: string): void;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:connect(device: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile#connect|@ohos.bluetoothManager.d.ts| 515|废弃版本有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:connect(device: string): void;<br>旧版本信息:|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:connect(device: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile#connect|@ohos.bluetoothManager.d.ts| 516|废弃版本有变化|类名:HidHostProfile;<br>方法or属性:connect(device: string): void;<br>旧版本信息:|类名:HidHostProfile;<br>方法or属性:connect(device: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hid/hid.HidHostProfile#connect|@ohos.bluetoothManager.d.ts| 517|废弃版本有变化|类名:A2dpSourceProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile#disconnect|@ohos.bluetoothManager.d.ts| 518|废弃版本有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile#disconnect|@ohos.bluetoothManager.d.ts| 519|废弃版本有变化|类名:HidHostProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:|类名:HidHostProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hid/hid.HidHostProfile#disconnect|@ohos.bluetoothManager.d.ts| 520|废弃版本有变化|类名:PanProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.pan/pan.PanProfile#disconnect|@ohos.bluetoothManager.d.ts| 521|废弃版本有变化|类名:A2dpSourceProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 522|废弃版本有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 523|废弃版本有变化|类名:HidHostProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HidHostProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hid/hid.HidHostProfile.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 524|废弃版本有变化|类名:PanProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.pan/pan.PanProfile.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 525|废弃版本有变化|类名:A2dpSourceProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 526|废弃版本有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 527|废弃版本有变化|类名:HidHostProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HidHostProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.hid/hid.HidHostProfile.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 528|废弃版本有变化|类名:PanProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.pan/pan.PanProfile.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 529|废弃版本有变化|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(device: string): PlayingState;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(device: string): PlayingState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.A2dpSourceProfile#getPlayingState|@ohos.bluetoothManager.d.ts| 530|废弃版本有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:interface HandsFreeAudioGatewayProfile<br>旧版本信息:|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:interface HandsFreeAudioGatewayProfile<br>新版本信息:10<br>代替接口: ohos.bluetooth.hfp/hfp.HandsFreeAudioGatewayProfile|@ohos.bluetoothManager.d.ts| 531|废弃版本有变化|类名:HidHostProfile;<br>方法or属性:interface HidHostProfile<br>旧版本信息:|类名:HidHostProfile;<br>方法or属性:interface HidHostProfile<br>新版本信息:10<br>代替接口: ohos.bluetooth.hid/hid.HidHostProfile|@ohos.bluetoothManager.d.ts| 532|废弃版本有变化|类名:PanProfile;<br>方法or属性:interface PanProfile<br>旧版本信息:|类名:PanProfile;<br>方法or属性:interface PanProfile<br>新版本信息:10<br>代替接口: ohos.bluetooth.pan/pan.PanProfile|@ohos.bluetoothManager.d.ts| 533|废弃版本有变化|类名:PanProfile;<br>方法or属性:setTethering(enable: boolean): void;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:setTethering(enable: boolean): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.pan/pan.PanProfile#setTethering|@ohos.bluetoothManager.d.ts| 534|废弃版本有变化|类名:PanProfile;<br>方法or属性:isTetheringOn(): boolean;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:isTetheringOn(): boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.pan/pan.PanProfile#isTetheringOn|@ohos.bluetoothManager.d.ts| 535|废弃版本有变化|类名:BLE;<br>方法or属性:BLE<br>旧版本信息:|类名:BLE;<br>方法or属性:BLE<br>新版本信息:10<br>代替接口:|@ohos.bluetoothManager.d.ts| 536|废弃版本有变化|类名:BLE;<br>方法or属性:function createGattServer(): GattServer;<br>旧版本信息:|类名:BLE;<br>方法or属性:function createGattServer(): GattServer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#createGattServer|@ohos.bluetoothManager.d.ts| 537|废弃版本有变化|类名:BLE;<br>方法or属性:function createGattClientDevice(deviceId: string): GattClientDevice;<br>旧版本信息:|类名:BLE;<br>方法or属性:function createGattClientDevice(deviceId: string): GattClientDevice;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#createGattClientDevice|@ohos.bluetoothManager.d.ts| 538|废弃版本有变化|类名:BLE;<br>方法or属性:function getConnectedBLEDevices(): Array\<string>;<br>旧版本信息:|类名:BLE;<br>方法or属性:function getConnectedBLEDevices(): Array\<string>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#getConnectedBLEDevices|@ohos.bluetoothManager.d.ts| 539|废弃版本有变化|类名:BLE;<br>方法or属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>旧版本信息:|类名:BLE;<br>方法or属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#startBLEScan|@ohos.bluetoothManager.d.ts| 540|废弃版本有变化|类名:BLE;<br>方法or属性:function stopBLEScan(): void;<br>旧版本信息:|类名:BLE;<br>方法or属性:function stopBLEScan(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#stopBLEScan|@ohos.bluetoothManager.d.ts| 541|废弃版本有变化|类名:BLE;<br>方法or属性:function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;<br>旧版本信息:|类名:BLE;<br>方法or属性:function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.on#event:BLEDeviceFind|@ohos.bluetoothManager.d.ts| 542|废弃版本有变化|类名:BLE;<br>方法or属性:function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;<br>旧版本信息:|类名:BLE;<br>方法or属性:function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.off#event:BLEDeviceFind|@ohos.bluetoothManager.d.ts| 543|废弃版本有变化|类名:GattServer;<br>方法or属性:interface GattServer<br>旧版本信息:|类名:GattServer;<br>方法or属性:interface GattServer<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer|@ohos.bluetoothManager.d.ts| 544|废弃版本有变化|类名:GattServer;<br>方法or属性:startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#startAdvertising|@ohos.bluetoothManager.d.ts| 545|废弃版本有变化|类名:GattServer;<br>方法or属性:stopAdvertising(): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:stopAdvertising(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#stopAdvertising|@ohos.bluetoothManager.d.ts| 546|废弃版本有变化|类名:GattServer;<br>方法or属性:addService(service: GattService): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:addService(service: GattService): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#addService|@ohos.bluetoothManager.d.ts| 547|废弃版本有变化|类名:GattServer;<br>方法or属性:removeService(serviceUuid: string): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:removeService(serviceUuid: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#removeService|@ohos.bluetoothManager.d.ts| 548|废弃版本有变化|类名:GattServer;<br>方法or属性:close(): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:close(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#close|@ohos.bluetoothManager.d.ts| 549|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:close(): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:close(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#close|@ohos.bluetoothManager.d.ts| 550|废弃版本有变化|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#notifyCharacteristicChanged|@ohos.bluetoothManager.d.ts| 551|废弃版本有变化|类名:GattServer;<br>方法or属性:sendResponse(serverResponse: ServerResponse): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:sendResponse(serverResponse: ServerResponse): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#sendResponse|@ohos.bluetoothManager.d.ts| 552|废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#event:characteristicRead|@ohos.bluetoothManager.d.ts| 553|废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#event:characteristicWrite|@ohos.bluetoothManager.d.ts| 554|废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#event:descriptorRead|@ohos.bluetoothManager.d.ts| 555|废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#event:descriptorWrite|@ohos.bluetoothManager.d.ts| 556|废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: 'connectStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: 'connectStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 557|废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#event:characteristicRead|@ohos.bluetoothManager.d.ts| 558|废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#event:characteristicWrite|@ohos.bluetoothManager.d.ts| 559|废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#event:descriptorRead|@ohos.bluetoothManager.d.ts| 560|废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#event:descriptorWrite|@ohos.bluetoothManager.d.ts| 561|废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: 'connectStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: 'connectStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#event:connectionStateChange|@ohos.bluetoothManager.d.ts| 562|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:interface GattClientDevice<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:interface GattClientDevice<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice|@ohos.bluetoothManager.d.ts| 563|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:connect(): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:connect(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#connect|@ohos.bluetoothManager.d.ts| 564|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:disconnect(): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:disconnect(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#disconnect|@ohos.bluetoothManager.d.ts| 565|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:getDeviceName(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getDeviceName(callback: AsyncCallback\<string>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#getDeviceName|@ohos.bluetoothManager.d.ts| 566|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#getDeviceName|@ohos.bluetoothManager.d.ts| 567|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#getServices|@ohos.bluetoothManager.d.ts| 568|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#getServices|@ohos.bluetoothManager.d.ts| 569|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#readCharacteristicValue|@ohos.bluetoothManager.d.ts| 570|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#readCharacteristicValue|@ohos.bluetoothManager.d.ts| 571|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#readDescriptorValue|@ohos.bluetoothManager.d.ts| 572|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#readDescriptorValue|@ohos.bluetoothManager.d.ts| 573|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:writeCharacteristicValue(characteristic: BLECharacteristic): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:writeCharacteristicValue(characteristic: BLECharacteristic): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#writeCharacteristicValue|@ohos.bluetoothManager.d.ts| 574|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:writeDescriptorValue(descriptor: BLEDescriptor): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:writeDescriptorValue(descriptor: BLEDescriptor): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#writeDescriptorValue|@ohos.bluetoothManager.d.ts| 575|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:getRssiValue(callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getRssiValue(callback: AsyncCallback\<number>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#getRssiValue|@ohos.bluetoothManager.d.ts| 576|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#getRssiValue|@ohos.bluetoothManager.d.ts| 577|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:setBLEMtuSize(mtu: number): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:setBLEMtuSize(mtu: number): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#setBLEMtuSize|@ohos.bluetoothManager.d.ts| 578|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#setCharacteristicChangeNotification|@ohos.bluetoothManager.d.ts| 579|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice.on#event:BLECharacteristicChange|@ohos.bluetoothManager.d.ts| 580|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice.on#event:BLEConnectionStateChange|@ohos.bluetoothManager.d.ts| 581|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice.off#event:BLECharacteristicChange|@ohos.bluetoothManager.d.ts| 582|废弃版本有变化|类名:GattClientDevice;<br>方法or属性:off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice.off#event:BLEConnectionStateChange|@ohos.bluetoothManager.d.ts| 583|废弃版本有变化|类名:GattService;<br>方法or属性:interface GattService<br>旧版本信息:|类名:GattService;<br>方法or属性:interface GattService<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService|@ohos.bluetoothManager.d.ts| 584|废弃版本有变化|类名:GattService;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:GattService;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService#serviceUuid|@ohos.bluetoothManager.d.ts| 585|废弃版本有变化|类名:BLECharacteristic;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:BLECharacteristic;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic#serviceUuid|@ohos.bluetoothManager.d.ts| 586|废弃版本有变化|类名:BLEDescriptor;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:BLEDescriptor;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor#serviceUuid|@ohos.bluetoothManager.d.ts| 587|废弃版本有变化|类名:NotifyCharacteristic;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:NotifyCharacteristic;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteristic#serviceUuid|@ohos.bluetoothManager.d.ts| 588|废弃版本有变化|类名:CharacteristicReadRequest;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:CharacteristicReadRequest;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicReadRequest#serviceUuid|@ohos.bluetoothManager.d.ts| 589|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#serviceUuid|@ohos.bluetoothManager.d.ts| 590|废弃版本有变化|类名:DescriptorReadRequest;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:DescriptorReadRequest;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadRequest#serviceUuid|@ohos.bluetoothManager.d.ts| 591|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#serviceUuid|@ohos.bluetoothManager.d.ts| 592|废弃版本有变化|类名:ServiceData;<br>方法or属性:serviceUuid: string;<br>旧版本信息:|类名:ServiceData;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServiceData#serviceUuid|@ohos.bluetoothManager.d.ts| 593|废弃版本有变化|类名:GattService;<br>方法or属性:isPrimary: boolean;<br>旧版本信息:|类名:GattService;<br>方法or属性:isPrimary: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService#isPrimary|@ohos.bluetoothManager.d.ts| 594|废弃版本有变化|类名:GattService;<br>方法or属性:characteristics: Array\<BLECharacteristic>;<br>旧版本信息:|类名:GattService;<br>方法or属性:characteristics: Array\<BLECharacteristic>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService#characteristics|@ohos.bluetoothManager.d.ts| 595|废弃版本有变化|类名:GattService;<br>方法or属性:includeServices?: Array\<GattService>;<br>旧版本信息:|类名:GattService;<br>方法or属性:includeServices?: Array\<GattService>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService#includeServices|@ohos.bluetoothManager.d.ts| 596|废弃版本有变化|类名:BLECharacteristic;<br>方法or属性:interface BLECharacteristic<br>旧版本信息:|类名:BLECharacteristic;<br>方法or属性:interface BLECharacteristic<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic|@ohos.bluetoothManager.d.ts| 597|废弃版本有变化|类名:BLECharacteristic;<br>方法or属性:characteristicUuid: string;<br>旧版本信息:|类名:BLECharacteristic;<br>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic#characteristicUuid|@ohos.bluetoothManager.d.ts| 598|废弃版本有变化|类名:BLEDescriptor;<br>方法or属性:characteristicUuid: string;<br>旧版本信息:|类名:BLEDescriptor;<br>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor#characteristicUuid|@ohos.bluetoothManager.d.ts| 599|废弃版本有变化|类名:NotifyCharacteristic;<br>方法or属性:characteristicUuid: string;<br>旧版本信息:|类名:NotifyCharacteristic;<br>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteristic#characteristicUuid|@ohos.bluetoothManager.d.ts| 600|废弃版本有变化|类名:CharacteristicReadRequest;<br>方法or属性:characteristicUuid: string;<br>旧版本信息:|类名:CharacteristicReadRequest;<br>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicReadRequest#characteristicUuid|@ohos.bluetoothManager.d.ts| 601|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:characteristicUuid: string;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#characteristicUuid|@ohos.bluetoothManager.d.ts| 602|废弃版本有变化|类名:DescriptorReadRequest;<br>方法or属性:characteristicUuid: string;<br>旧版本信息:|类名:DescriptorReadRequest;<br>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadRequest#characteristicUuid|@ohos.bluetoothManager.d.ts| 603|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:characteristicUuid: string;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#characteristicUuid|@ohos.bluetoothManager.d.ts| 604|废弃版本有变化|类名:BLECharacteristic;<br>方法or属性:characteristicValue: ArrayBuffer;<br>旧版本信息:|类名:BLECharacteristic;<br>方法or属性:characteristicValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic#characteristicValue|@ohos.bluetoothManager.d.ts| 605|废弃版本有变化|类名:NotifyCharacteristic;<br>方法or属性:characteristicValue: ArrayBuffer;<br>旧版本信息:|类名:NotifyCharacteristic;<br>方法or属性:characteristicValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteristic#characteristicValue|@ohos.bluetoothManager.d.ts| 606|废弃版本有变化|类名:BLECharacteristic;<br>方法or属性:descriptors: Array\<BLEDescriptor>;<br>旧版本信息:|类名:BLECharacteristic;<br>方法or属性:descriptors: Array\<BLEDescriptor>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic#descriptors|@ohos.bluetoothManager.d.ts| 607|废弃版本有变化|类名:BLEDescriptor;<br>方法or属性:interface BLEDescriptor<br>旧版本信息:|类名:BLEDescriptor;<br>方法or属性:interface BLEDescriptor<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor|@ohos.bluetoothManager.d.ts| 608|废弃版本有变化|类名:BLEDescriptor;<br>方法or属性:descriptorUuid: string;<br>旧版本信息:|类名:BLEDescriptor;<br>方法or属性:descriptorUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor#descriptorUuid|@ohos.bluetoothManager.d.ts| 609|废弃版本有变化|类名:DescriptorReadRequest;<br>方法or属性:descriptorUuid: string;<br>旧版本信息:|类名:DescriptorReadRequest;<br>方法or属性:descriptorUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadRequest#descriptorUuid|@ohos.bluetoothManager.d.ts| 610|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:descriptorUuid: string;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:descriptorUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#descriptorUuid|@ohos.bluetoothManager.d.ts| 611|废弃版本有变化|类名:BLEDescriptor;<br>方法or属性:descriptorValue: ArrayBuffer;<br>旧版本信息:|类名:BLEDescriptor;<br>方法or属性:descriptorValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor#descriptorValue|@ohos.bluetoothManager.d.ts| 612|废弃版本有变化|类名:NotifyCharacteristic;<br>方法or属性:interface NotifyCharacteristic<br>旧版本信息:|类名:NotifyCharacteristic;<br>方法or属性:interface NotifyCharacteristic<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteristic|@ohos.bluetoothManager.d.ts| 613|废弃版本有变化|类名:NotifyCharacteristic;<br>方法or属性:confirm: boolean;<br>旧版本信息:|类名:NotifyCharacteristic;<br>方法or属性:confirm: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteristic#confirm|@ohos.bluetoothManager.d.ts| 614|废弃版本有变化|类名:CharacteristicReadRequest;<br>方法or属性:interface CharacteristicReadRequest<br>旧版本信息:|类名:CharacteristicReadRequest;<br>方法or属性:interface CharacteristicReadRequest<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicReadRequest|@ohos.bluetoothManager.d.ts| 615|废弃版本有变化|类名:CharacteristicReadRequest;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:CharacteristicReadRequest;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicReadRequest#deviceId|@ohos.bluetoothManager.d.ts| 616|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#deviceId|@ohos.bluetoothManager.d.ts| 617|废弃版本有变化|类名:DescriptorReadRequest;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:DescriptorReadRequest;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadRequest#deviceId|@ohos.bluetoothManager.d.ts| 618|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#deviceId|@ohos.bluetoothManager.d.ts| 619|废弃版本有变化|类名:ServerResponse;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:ServerResponse;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#deviceId|@ohos.bluetoothManager.d.ts| 620|废弃版本有变化|类名:BLEConnectChangedState;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:BLEConnectChangedState;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEConnectionChangeState#deviceId|@ohos.bluetoothManager.d.ts| 621|废弃版本有变化|类名:ScanResult;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:ScanResult;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanResult#deviceId|@ohos.bluetoothManager.d.ts| 622|废弃版本有变化|类名:PinRequiredParam;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:PinRequiredParam;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.PinRequiredParam#deviceId|@ohos.bluetoothManager.d.ts| 623|废弃版本有变化|类名:BondStateParam;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:BondStateParam;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.BondStateParam#deviceId|@ohos.bluetoothManager.d.ts| 624|废弃版本有变化|类名:StateChangeParam;<br>方法or属性:deviceId: string;<br>旧版本信息:|类名:StateChangeParam;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.baseProfile/baseProfile.StateChangeParam#deviceId|@ohos.bluetoothManager.d.ts| 625|废弃版本有变化|类名:CharacteristicReadRequest;<br>方法or属性:transId: number;<br>旧版本信息:|类名:CharacteristicReadRequest;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicReadRequest#transId|@ohos.bluetoothManager.d.ts| 626|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:transId: number;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#transId|@ohos.bluetoothManager.d.ts| 627|废弃版本有变化|类名:DescriptorReadRequest;<br>方法or属性:transId: number;<br>旧版本信息:|类名:DescriptorReadRequest;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadRequest#transId|@ohos.bluetoothManager.d.ts| 628|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:transId: number;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#transId|@ohos.bluetoothManager.d.ts| 629|废弃版本有变化|类名:ServerResponse;<br>方法or属性:transId: number;<br>旧版本信息:|类名:ServerResponse;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#transId|@ohos.bluetoothManager.d.ts| 630|废弃版本有变化|类名:CharacteristicReadRequest;<br>方法or属性:offset: number;<br>旧版本信息:|类名:CharacteristicReadRequest;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicReadRequest#offset|@ohos.bluetoothManager.d.ts| 631|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:offset: number;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#offset|@ohos.bluetoothManager.d.ts| 632|废弃版本有变化|类名:DescriptorReadRequest;<br>方法or属性:offset: number;<br>旧版本信息:|类名:DescriptorReadRequest;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadRequest#offset|@ohos.bluetoothManager.d.ts| 633|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:offset: number;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#offset|@ohos.bluetoothManager.d.ts| 634|废弃版本有变化|类名:ServerResponse;<br>方法or属性:offset: number;<br>旧版本信息:|类名:ServerResponse;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#offset|@ohos.bluetoothManager.d.ts| 635|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:interface CharacteristicWriteRequest<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:interface CharacteristicWriteRequest<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest|@ohos.bluetoothManager.d.ts| 636|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:isPrep: boolean;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:isPrep: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#isPrepared|@ohos.bluetoothManager.d.ts| 637|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:isPrep: boolean;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:isPrep: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#isPrepared|@ohos.bluetoothManager.d.ts| 638|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:needRsp: boolean;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:needRsp: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#needRsp|@ohos.bluetoothManager.d.ts| 639|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:needRsp: boolean;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:needRsp: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#needRsp|@ohos.bluetoothManager.d.ts| 640|废弃版本有变化|类名:CharacteristicWriteRequest;<br>方法or属性:value: ArrayBuffer;<br>旧版本信息:|类名:CharacteristicWriteRequest;<br>方法or属性:value: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#value|@ohos.bluetoothManager.d.ts| 641|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:value: ArrayBuffer;<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:value: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#value|@ohos.bluetoothManager.d.ts| 642|废弃版本有变化|类名:ServerResponse;<br>方法or属性:value: ArrayBuffer;<br>旧版本信息:|类名:ServerResponse;<br>方法or属性:value: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#value|@ohos.bluetoothManager.d.ts| 643|废弃版本有变化|类名:DescriptorReadRequest;<br>方法or属性:interface DescriptorReadRequest<br>旧版本信息:|类名:DescriptorReadRequest;<br>方法or属性:interface DescriptorReadRequest<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadRequest|@ohos.bluetoothManager.d.ts| 644|废弃版本有变化|类名:DescriptorWriteRequest;<br>方法or属性:interface DescriptorWriteRequest<br>旧版本信息:|类名:DescriptorWriteRequest;<br>方法or属性:interface DescriptorWriteRequest<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest|@ohos.bluetoothManager.d.ts| 645|废弃版本有变化|类名:ServerResponse;<br>方法or属性:interface ServerResponse<br>旧版本信息:|类名:ServerResponse;<br>方法or属性:interface ServerResponse<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse|@ohos.bluetoothManager.d.ts| 646|废弃版本有变化|类名:ServerResponse;<br>方法or属性:status: number;<br>旧版本信息:|类名:ServerResponse;<br>方法or属性:status: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#status|@ohos.bluetoothManager.d.ts| 647|废弃版本有变化|类名:BLEConnectChangedState;<br>方法or属性:interface BLEConnectChangedState<br>旧版本信息:|类名:BLEConnectChangedState;<br>方法or属性:interface BLEConnectChangedState<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEConnectionChangeState|@ohos.bluetoothManager.d.ts| 648|废弃版本有变化|类名:BLEConnectChangedState;<br>方法or属性:state: ProfileConnectionState;<br>旧版本信息:|类名:BLEConnectChangedState;<br>方法or属性:state: ProfileConnectionState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEConnectionChangeState#state|@ohos.bluetoothManager.d.ts| 649|废弃版本有变化|类名:StateChangeParam;<br>方法or属性:state: ProfileConnectionState;<br>旧版本信息:|类名:StateChangeParam;<br>方法or属性:state: ProfileConnectionState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.baseProfile/baseProfile.StateChangeParam#state|@ohos.bluetoothManager.d.ts| 650|废弃版本有变化|类名:ScanResult;<br>方法or属性:interface ScanResult<br>旧版本信息:|类名:ScanResult;<br>方法or属性:interface ScanResult<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanResult|@ohos.bluetoothManager.d.ts| 651|废弃版本有变化|类名:ScanResult;<br>方法or属性:rssi: number;<br>旧版本信息:|类名:ScanResult;<br>方法or属性:rssi: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanResult#rssi|@ohos.bluetoothManager.d.ts| 652|废弃版本有变化|类名:ScanResult;<br>方法or属性:data: ArrayBuffer;<br>旧版本信息:|类名:ScanResult;<br>方法or属性:data: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanResult#data|@ohos.bluetoothManager.d.ts| 653|废弃版本有变化|类名:AdvertiseSetting;<br>方法or属性:interface AdvertiseSetting<br>旧版本信息:|类名:AdvertiseSetting;<br>方法or属性:interface AdvertiseSetting<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseSetting|@ohos.bluetoothManager.d.ts| 654|废弃版本有变化|类名:AdvertiseSetting;<br>方法or属性:interval?: number;<br>旧版本信息:|类名:AdvertiseSetting;<br>方法or属性:interval?: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseSetting#interval|@ohos.bluetoothManager.d.ts| 655|废弃版本有变化|类名:ScanOptions;<br>方法or属性:interval?: number;<br>旧版本信息:|类名:ScanOptions;<br>方法or属性:interval?: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanOptions#interval|@ohos.bluetoothManager.d.ts| 656|废弃版本有变化|类名:AdvertiseSetting;<br>方法or属性:txPower?: number;<br>旧版本信息:|类名:AdvertiseSetting;<br>方法or属性:txPower?: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseSetting#txPower|@ohos.bluetoothManager.d.ts| 657|废弃版本有变化|类名:AdvertiseSetting;<br>方法or属性:connectable?: boolean;<br>旧版本信息:|类名:AdvertiseSetting;<br>方法or属性:connectable?: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseSetting#connectable|@ohos.bluetoothManager.d.ts| 658|废弃版本有变化|类名:AdvertiseData;<br>方法or属性:interface AdvertiseData<br>旧版本信息:|类名:AdvertiseData;<br>方法or属性:interface AdvertiseData<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseData|@ohos.bluetoothManager.d.ts| 659|废弃版本有变化|类名:AdvertiseData;<br>方法or属性:serviceUuids: Array\<string>;<br>旧版本信息:|类名:AdvertiseData;<br>方法or属性:serviceUuids: Array\<string>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseData#serviceUuids|@ohos.bluetoothManager.d.ts| 660|废弃版本有变化|类名:AdvertiseData;<br>方法or属性:manufactureData: Array\<ManufactureData>;<br>旧版本信息:|类名:AdvertiseData;<br>方法or属性:manufactureData: Array\<ManufactureData>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseData#manufactureData|@ohos.bluetoothManager.d.ts| 661|废弃版本有变化|类名:AdvertiseData;<br>方法or属性:serviceData: Array\<ServiceData>;<br>旧版本信息:|类名:AdvertiseData;<br>方法or属性:serviceData: Array\<ServiceData>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseData#serviceData|@ohos.bluetoothManager.d.ts| 662|废弃版本有变化|类名:ManufactureData;<br>方法or属性:interface ManufactureData<br>旧版本信息:|类名:ManufactureData;<br>方法or属性:interface ManufactureData<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ManufactureData|@ohos.bluetoothManager.d.ts| 663|废弃版本有变化|类名:ManufactureData;<br>方法or属性:manufactureId: number;<br>旧版本信息:|类名:ManufactureData;<br>方法or属性:manufactureId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ManufactureData#manufactureId|@ohos.bluetoothManager.d.ts| 664|废弃版本有变化|类名:ManufactureData;<br>方法or属性:manufactureValue: ArrayBuffer;<br>旧版本信息:|类名:ManufactureData;<br>方法or属性:manufactureValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ManufactureData#manufactureValue|@ohos.bluetoothManager.d.ts| 665|废弃版本有变化|类名:ServiceData;<br>方法or属性:interface ServiceData<br>旧版本信息:|类名:ServiceData;<br>方法or属性:interface ServiceData<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServiceData|@ohos.bluetoothManager.d.ts| 666|废弃版本有变化|类名:ServiceData;<br>方法or属性:serviceValue: ArrayBuffer;<br>旧版本信息:|类名:ServiceData;<br>方法or属性:serviceValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServiceData#serviceValue|@ohos.bluetoothManager.d.ts| 667|废弃版本有变化|类名:ScanFilter;<br>方法or属性:interface ScanFilter<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:interface ScanFilter<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter|@ohos.bluetoothManager.d.ts| 668|废弃版本有变化|类名:ScanFilter;<br>方法or属性:deviceId?: string;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:deviceId?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#deviceId|@ohos.bluetoothManager.d.ts| 669|废弃版本有变化|类名:ScanFilter;<br>方法or属性:name?: string;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:name?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#name|@ohos.bluetoothManager.d.ts| 670|废弃版本有变化|类名:ScanFilter;<br>方法or属性:serviceUuid?: string;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:serviceUuid?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#serviceUuid|@ohos.bluetoothManager.d.ts| 671|废弃版本有变化|类名:ScanFilter;<br>方法or属性:serviceUuidMask?: string;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:serviceUuidMask?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#serviceUuidMask|@ohos.bluetoothManager.d.ts| 672|废弃版本有变化|类名:ScanFilter;<br>方法or属性:serviceSolicitationUuid?: string;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:serviceSolicitationUuid?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#serviceSolicitationUuid|@ohos.bluetoothManager.d.ts| 673|废弃版本有变化|类名:ScanFilter;<br>方法or属性:serviceSolicitationUuidMask?: string;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:serviceSolicitationUuidMask?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#serviceSolicitationUuidMask|@ohos.bluetoothManager.d.ts| 674|废弃版本有变化|类名:ScanFilter;<br>方法or属性:serviceData?: ArrayBuffer;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:serviceData?: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#serviceData|@ohos.bluetoothManager.d.ts| 675|废弃版本有变化|类名:ScanFilter;<br>方法or属性:serviceDataMask?: ArrayBuffer;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:serviceDataMask?: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#serviceDataMask|@ohos.bluetoothManager.d.ts| 676|废弃版本有变化|类名:ScanFilter;<br>方法or属性:manufactureId?: number;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:manufactureId?: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#manufactureId|@ohos.bluetoothManager.d.ts| 677|废弃版本有变化|类名:ScanFilter;<br>方法or属性:manufactureData?: ArrayBuffer;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:manufactureData?: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#manufactureData|@ohos.bluetoothManager.d.ts| 678|废弃版本有变化|类名:ScanFilter;<br>方法or属性:manufactureDataMask?: ArrayBuffer;<br>旧版本信息:|类名:ScanFilter;<br>方法or属性:manufactureDataMask?: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#manufactureDataMask|@ohos.bluetoothManager.d.ts| 679|废弃版本有变化|类名:ScanOptions;<br>方法or属性:interface ScanOptions<br>旧版本信息:|类名:ScanOptions;<br>方法or属性:interface ScanOptions<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanOptions|@ohos.bluetoothManager.d.ts| 680|废弃版本有变化|类名:ScanOptions;<br>方法or属性:dutyMode?: ScanDuty;<br>旧版本信息:|类名:ScanOptions;<br>方法or属性:dutyMode?: ScanDuty;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanOptions#dutyMode|@ohos.bluetoothManager.d.ts| 681|废弃版本有变化|类名:ScanOptions;<br>方法or属性:matchMode?: MatchMode;<br>旧版本信息:|类名:ScanOptions;<br>方法or属性:matchMode?: MatchMode;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanOptions#matchMode|@ohos.bluetoothManager.d.ts| 682|废弃版本有变化|类名:SppOption;<br>方法or属性:interface SppOption<br>旧版本信息:|类名:SppOption;<br>方法or属性:interface SppOption<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.SppOptions|@ohos.bluetoothManager.d.ts| 683|废弃版本有变化|类名:SppOption;<br>方法or属性:uuid: string;<br>旧版本信息:|类名:SppOption;<br>方法or属性:uuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.SppOptions#uuid|@ohos.bluetoothManager.d.ts| 684|废弃版本有变化|类名:SppOption;<br>方法or属性:secure: boolean;<br>旧版本信息:|类名:SppOption;<br>方法or属性:secure: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.SppOptions#secure|@ohos.bluetoothManager.d.ts| 685|废弃版本有变化|类名:SppOption;<br>方法or属性:type: SppType;<br>旧版本信息:|类名:SppOption;<br>方法or属性:type: SppType;<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.SppOptions#type|@ohos.bluetoothManager.d.ts| 686|废弃版本有变化|类名:PinRequiredParam;<br>方法or属性:interface PinRequiredParam<br>旧版本信息:|类名:PinRequiredParam;<br>方法or属性:interface PinRequiredParam<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.PinRequiredParam|@ohos.bluetoothManager.d.ts| 687|废弃版本有变化|类名:PinRequiredParam;<br>方法or属性:pinCode: string;<br>旧版本信息:|类名:PinRequiredParam;<br>方法or属性:pinCode: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.PinRequiredParam#pinCode|@ohos.bluetoothManager.d.ts| 688|废弃版本有变化|类名:DeviceClass;<br>方法or属性:interface DeviceClass<br>旧版本信息:|类名:DeviceClass;<br>方法or属性:interface DeviceClass<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.DeviceClass|@ohos.bluetoothManager.d.ts| 689|废弃版本有变化|类名:DeviceClass;<br>方法or属性:majorClass: MajorClass;<br>旧版本信息:|类名:DeviceClass;<br>方法or属性:majorClass: MajorClass;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.DeviceClass#majorClass|@ohos.bluetoothManager.d.ts| 690|废弃版本有变化|类名:DeviceClass;<br>方法or属性:majorMinorClass: MajorMinorClass;<br>旧版本信息:|类名:DeviceClass;<br>方法or属性:majorMinorClass: MajorMinorClass;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.DeviceClass#majorMinorClass|@ohos.bluetoothManager.d.ts| 691|废弃版本有变化|类名:DeviceClass;<br>方法or属性:classOfDevice: number;<br>旧版本信息:|类名:DeviceClass;<br>方法or属性:classOfDevice: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.DeviceClass#classOfDevice|@ohos.bluetoothManager.d.ts| 692|废弃版本有变化|类名:BondStateParam;<br>方法or属性:interface BondStateParam<br>旧版本信息:|类名:BondStateParam;<br>方法or属性:interface BondStateParam<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.BondStateParam|@ohos.bluetoothManager.d.ts| 693|废弃版本有变化|类名:BondStateParam;<br>方法or属性:state: BondState;<br>旧版本信息:|类名:BondStateParam;<br>方法or属性:state: BondState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.BondStateParam#state|@ohos.bluetoothManager.d.ts| 694|废弃版本有变化|类名:StateChangeParam;<br>方法or属性:interface StateChangeParam<br>旧版本信息:|类名:StateChangeParam;<br>方法or属性:interface StateChangeParam<br>新版本信息:10<br>代替接口: ohos.bluetooth.baseProfile/baseProfile.StateChangeParam|@ohos.bluetoothManager.d.ts| 695|废弃版本有变化|类名:ScanDuty;<br>方法or属性:enum ScanDuty<br>旧版本信息:|类名:ScanDuty;<br>方法or属性:enum ScanDuty<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanDuty|@ohos.bluetoothManager.d.ts| 696|废弃版本有变化|类名:ScanDuty;<br>方法or属性:SCAN_MODE_LOW_POWER = 0<br>旧版本信息:|类名:ScanDuty;<br>方法or属性:SCAN_MODE_LOW_POWER = 0<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MODE_LOW_POWER|@ohos.bluetoothManager.d.ts| 697|废弃版本有变化|类名:ScanDuty;<br>方法or属性:SCAN_MODE_BALANCED = 1<br>旧版本信息:|类名:ScanDuty;<br>方法or属性:SCAN_MODE_BALANCED = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MODE_BALANCED|@ohos.bluetoothManager.d.ts| 698|废弃版本有变化|类名:ScanDuty;<br>方法or属性:SCAN_MODE_LOW_LATENCY = 2<br>旧版本信息:|类名:ScanDuty;<br>方法or属性:SCAN_MODE_LOW_LATENCY = 2<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MODE_LOW_LATENCY|@ohos.bluetoothManager.d.ts| 699|废弃版本有变化|类名:MatchMode;<br>方法or属性:enum MatchMode<br>旧版本信息:|类名:MatchMode;<br>方法or属性:enum MatchMode<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.MatchMode|@ohos.bluetoothManager.d.ts| 700|废弃版本有变化|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1<br>旧版本信息:|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.MatchMode#MATCH_MODE_AGGRESSIVE|@ohos.bluetoothManager.d.ts| 701|废弃版本有变化|类名:MatchMode;<br>方法or属性:MATCH_MODE_STICKY = 2<br>旧版本信息:|类名:MatchMode;<br>方法or属性:MATCH_MODE_STICKY = 2<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.MatchMode#MATCH_MODE_STICKY|@ohos.bluetoothManager.d.ts| 702|废弃版本有变化|类名:ProfileConnectionState;<br>方法or属性:enum ProfileConnectionState<br>旧版本信息:|类名:ProfileConnectionState;<br>方法or属性:enum ProfileConnectionState<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileConnectionState|@ohos.bluetoothManager.d.ts| 703|废弃版本有变化|类名:ProfileConnectionState;<br>方法or属性:STATE_DISCONNECTED = 0<br>旧版本信息:|类名:ProfileConnectionState;<br>方法or属性:STATE_DISCONNECTED = 0<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_DISCONNECTED|@ohos.bluetoothManager.d.ts| 704|废弃版本有变化|类名:ProfileConnectionState;<br>方法or属性:STATE_CONNECTING = 1<br>旧版本信息:|类名:ProfileConnectionState;<br>方法or属性:STATE_CONNECTING = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_CONNECTING|@ohos.bluetoothManager.d.ts| 705|废弃版本有变化|类名:ProfileConnectionState;<br>方法or属性:STATE_CONNECTED = 2<br>旧版本信息:|类名:ProfileConnectionState;<br>方法or属性:STATE_CONNECTED = 2<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_CONNECTED|@ohos.bluetoothManager.d.ts| 706|废弃版本有变化|类名:ProfileConnectionState;<br>方法or属性:STATE_DISCONNECTING = 3<br>旧版本信息:|类名:ProfileConnectionState;<br>方法or属性:STATE_DISCONNECTING = 3<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileConnectionState#STATE_DISCONNECTING|@ohos.bluetoothManager.d.ts| 707|废弃版本有变化|类名:BluetoothState;<br>方法or属性:enum BluetoothState<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:enum BluetoothState<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState|@ohos.bluetoothManager.d.ts| 708|废弃版本有变化|类名:BluetoothState;<br>方法or属性:STATE_OFF = 0<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:STATE_OFF = 0<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState#STATE_OFF|@ohos.bluetoothManager.d.ts| 709|废弃版本有变化|类名:BluetoothState;<br>方法or属性:STATE_TURNING_ON = 1<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:STATE_TURNING_ON = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState#STATE_TURNING_ON|@ohos.bluetoothManager.d.ts| 710|废弃版本有变化|类名:BluetoothState;<br>方法or属性:STATE_ON = 2<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:STATE_ON = 2<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState#STATE_ON|@ohos.bluetoothManager.d.ts| 711|废弃版本有变化|类名:BluetoothState;<br>方法or属性:STATE_TURNING_OFF = 3<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:STATE_TURNING_OFF = 3<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState#STATE_TURNING_OFF|@ohos.bluetoothManager.d.ts| 712|废弃版本有变化|类名:BluetoothState;<br>方法or属性:STATE_BLE_TURNING_ON = 4<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:STATE_BLE_TURNING_ON = 4<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState#STATE_BLE_TURNING_ON|@ohos.bluetoothManager.d.ts| 713|废弃版本有变化|类名:BluetoothState;<br>方法or属性:STATE_BLE_ON = 5<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:STATE_BLE_ON = 5<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState#STATE_BLE_ON|@ohos.bluetoothManager.d.ts| 714|废弃版本有变化|类名:BluetoothState;<br>方法or属性:STATE_BLE_TURNING_OFF = 6<br>旧版本信息:|类名:BluetoothState;<br>方法or属性:STATE_BLE_TURNING_OFF = 6<br>新版本信息:10<br>代替接口: ohos.bluetooth.access/access.BluetoothState#STATE_BLE_TURNING_OFF|@ohos.bluetoothManager.d.ts| 715|废弃版本有变化|类名:SppType;<br>方法or属性:enum SppType<br>旧版本信息:|类名:SppType;<br>方法or属性:enum SppType<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.SppType|@ohos.bluetoothManager.d.ts| 716|废弃版本有变化|类名:SppType;<br>方法or属性:SPP_RFCOMM<br>旧版本信息:|类名:SppType;<br>方法or属性:SPP_RFCOMM<br>新版本信息:10<br>代替接口: ohos.bluetooth.socket/socket.SppType#SPP_RFCOMM|@ohos.bluetoothManager.d.ts| 717|废弃版本有变化|类名:ScanMode;<br>方法or属性:enum ScanMode<br>旧版本信息:|类名:ScanMode;<br>方法or属性:enum ScanMode<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.ScanMode|@ohos.bluetoothManager.d.ts| 718|废弃版本有变化|类名:ScanMode;<br>方法or属性:SCAN_MODE_NONE = 0<br>旧版本信息:|类名:ScanMode;<br>方法or属性:SCAN_MODE_NONE = 0<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_NONE|@ohos.bluetoothManager.d.ts| 719|废弃版本有变化|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE = 1<br>旧版本信息:|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_CONNECTABLE|@ohos.bluetoothManager.d.ts| 720|废弃版本有变化|类名:ScanMode;<br>方法or属性:SCAN_MODE_GENERAL_DISCOVERABLE = 2<br>旧版本信息:|类名:ScanMode;<br>方法or属性:SCAN_MODE_GENERAL_DISCOVERABLE = 2<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_GENERAL_DISCOVERABLE|@ohos.bluetoothManager.d.ts| 721|废弃版本有变化|类名:ScanMode;<br>方法or属性:SCAN_MODE_LIMITED_DISCOVERABLE = 3<br>旧版本信息:|类名:ScanMode;<br>方法or属性:SCAN_MODE_LIMITED_DISCOVERABLE = 3<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_LIMITED_DISCOVERABLE|@ohos.bluetoothManager.d.ts| 722|废弃版本有变化|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4<br>旧版本信息:|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE = 4<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE|@ohos.bluetoothManager.d.ts| 723|废弃版本有变化|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5<br>旧版本信息:|类名:ScanMode;<br>方法or属性:SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.ScanMode#SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE|@ohos.bluetoothManager.d.ts| 724|废弃版本有变化|类名:BondState;<br>方法or属性:enum BondState<br>旧版本信息:|类名:BondState;<br>方法or属性:enum BondState<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.BondState|@ohos.bluetoothManager.d.ts| 725|废弃版本有变化|类名:BondState;<br>方法or属性:BOND_STATE_INVALID = 0<br>旧版本信息:|类名:BondState;<br>方法or属性:BOND_STATE_INVALID = 0<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.BondState#BOND_STATE_INVALID|@ohos.bluetoothManager.d.ts| 726|废弃版本有变化|类名:BondState;<br>方法or属性:BOND_STATE_BONDING = 1<br>旧版本信息:|类名:BondState;<br>方法or属性:BOND_STATE_BONDING = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.BondState#BOND_STATE_BONDING|@ohos.bluetoothManager.d.ts| 727|废弃版本有变化|类名:BondState;<br>方法or属性:BOND_STATE_BONDED = 2<br>旧版本信息:|类名:BondState;<br>方法or属性:BOND_STATE_BONDED = 2<br>新版本信息:10<br>代替接口: ohos.bluetooth.connection/connection.BondState#BOND_STATE_BONDED|@ohos.bluetoothManager.d.ts| 728|废弃版本有变化|类名:MajorClass;<br>方法or属性:enum MajorClass<br>旧版本信息:|类名:MajorClass;<br>方法or属性:enum MajorClass<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass|@ohos.bluetoothManager.d.ts| 729|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_MISC = 0x0000<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_MISC = 0x0000<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_MISC|@ohos.bluetoothManager.d.ts| 730|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_COMPUTER = 0x0100<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_COMPUTER = 0x0100<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_COMPUTER|@ohos.bluetoothManager.d.ts| 731|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_PHONE = 0x0200<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_PHONE = 0x0200<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_PHONE|@ohos.bluetoothManager.d.ts| 732|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_NETWORKING = 0x0300<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_NETWORKING = 0x0300<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_NETWORKING|@ohos.bluetoothManager.d.ts| 733|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_AUDIO_VIDEO = 0x0400<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_AUDIO_VIDEO = 0x0400<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_AUDIO_VIDEO|@ohos.bluetoothManager.d.ts| 734|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_PERIPHERAL = 0x0500<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_PERIPHERAL = 0x0500<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_PERIPHERAL|@ohos.bluetoothManager.d.ts| 735|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_IMAGING = 0x0600<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_IMAGING = 0x0600<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_IMAGING|@ohos.bluetoothManager.d.ts| 736|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_WEARABLE = 0x0700<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_WEARABLE = 0x0700<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_WEARABLE|@ohos.bluetoothManager.d.ts| 737|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_TOY = 0x0800<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_TOY = 0x0800<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_TOY|@ohos.bluetoothManager.d.ts| 738|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_HEALTH = 0x0900<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_HEALTH = 0x0900<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_HEALTH|@ohos.bluetoothManager.d.ts| 739|废弃版本有变化|类名:MajorClass;<br>方法or属性:MAJOR_UNCATEGORIZED = 0x1F00<br>旧版本信息:|类名:MajorClass;<br>方法or属性:MAJOR_UNCATEGORIZED = 0x1F00<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorClass#MAJOR_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 740|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:enum MajorMinorClass<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:enum MajorMinorClass<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass|@ohos.bluetoothManager.d.ts| 741|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_UNCATEGORIZED = 0x0100<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_UNCATEGORIZED = 0x0100<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 742|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_DESKTOP = 0x0104<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_DESKTOP = 0x0104<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_DESKTOP|@ohos.bluetoothManager.d.ts| 743|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_SERVER = 0x0108<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_SERVER = 0x0108<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_SERVER|@ohos.bluetoothManager.d.ts| 744|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_LAPTOP = 0x010C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_LAPTOP = 0x010C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_LAPTOP|@ohos.bluetoothManager.d.ts| 745|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_HANDHELD_PC_PDA = 0x0110<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_HANDHELD_PC_PDA = 0x0110<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_HANDHELD_PC_PDA|@ohos.bluetoothManager.d.ts| 746|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_PALM_SIZE_PC_PDA = 0x0114<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_PALM_SIZE_PC_PDA = 0x0114<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_PALM_SIZE_PC_PDA|@ohos.bluetoothManager.d.ts| 747|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_WEARABLE = 0x0118<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_WEARABLE = 0x0118<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_WEARABLE|@ohos.bluetoothManager.d.ts| 748|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:COMPUTER_TABLET = 0x011C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:COMPUTER_TABLET = 0x011C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#COMPUTER_TABLET|@ohos.bluetoothManager.d.ts| 749|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PHONE_UNCATEGORIZED = 0x0200<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PHONE_UNCATEGORIZED = 0x0200<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 750|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PHONE_CELLULAR = 0x0204<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PHONE_CELLULAR = 0x0204<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_CELLULAR|@ohos.bluetoothManager.d.ts| 751|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PHONE_CORDLESS = 0x0208<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PHONE_CORDLESS = 0x0208<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_CORDLESS|@ohos.bluetoothManager.d.ts| 752|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PHONE_SMART = 0x020C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PHONE_SMART = 0x020C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_SMART|@ohos.bluetoothManager.d.ts| 753|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PHONE_MODEM_OR_GATEWAY = 0x0210<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PHONE_MODEM_OR_GATEWAY = 0x0210<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_MODEM_OR_GATEWAY|@ohos.bluetoothManager.d.ts| 754|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PHONE_ISDN = 0x0214<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PHONE_ISDN = 0x0214<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PHONE_ISDN|@ohos.bluetoothManager.d.ts| 755|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_FULLY_AVAILABLE = 0x0300<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_FULLY_AVAILABLE = 0x0300<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_FULLY_AVAILABLE|@ohos.bluetoothManager.d.ts| 756|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_1_TO_17_UTILIZED = 0x0320<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_1_TO_17_UTILIZED = 0x0320<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_1_TO_17_UTILIZED|@ohos.bluetoothManager.d.ts| 757|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_17_TO_33_UTILIZED = 0x0340<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_17_TO_33_UTILIZED = 0x0340<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_17_TO_33_UTILIZED|@ohos.bluetoothManager.d.ts| 758|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_33_TO_50_UTILIZED = 0x0360<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_33_TO_50_UTILIZED = 0x0360<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_33_TO_50_UTILIZED|@ohos.bluetoothManager.d.ts| 759|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_60_TO_67_UTILIZED = 0x0380<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_60_TO_67_UTILIZED = 0x0380<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_60_TO_67_UTILIZED|@ohos.bluetoothManager.d.ts| 760|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_67_TO_83_UTILIZED = 0x03A0<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_67_TO_83_UTILIZED = 0x03A0<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_67_TO_83_UTILIZED|@ohos.bluetoothManager.d.ts| 761|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_83_TO_99_UTILIZED = 0x03C0<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_83_TO_99_UTILIZED = 0x03C0<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_83_TO_99_UTILIZED|@ohos.bluetoothManager.d.ts| 762|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:NETWORK_NO_SERVICE = 0x03E0<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:NETWORK_NO_SERVICE = 0x03E0<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#NETWORK_NO_SERVICE|@ohos.bluetoothManager.d.ts| 763|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_UNCATEGORIZED = 0x0400<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_UNCATEGORIZED = 0x0400<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 764|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_WEARABLE_HEADSET = 0x0404<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_WEARABLE_HEADSET|@ohos.bluetoothManager.d.ts| 765|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HANDSFREE = 0x0408<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HANDSFREE = 0x0408<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_HANDSFREE|@ohos.bluetoothManager.d.ts| 766|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_MICROPHONE = 0x0410<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_MICROPHONE = 0x0410<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_MICROPHONE|@ohos.bluetoothManager.d.ts| 767|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_LOUDSPEAKER = 0x0414<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_LOUDSPEAKER = 0x0414<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_LOUDSPEAKER|@ohos.bluetoothManager.d.ts| 768|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HEADPHONES = 0x0418<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HEADPHONES = 0x0418<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_HEADPHONES|@ohos.bluetoothManager.d.ts| 769|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_PORTABLE_AUDIO = 0x041C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_PORTABLE_AUDIO|@ohos.bluetoothManager.d.ts| 770|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_CAR_AUDIO = 0x0420<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_CAR_AUDIO = 0x0420<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_CAR_AUDIO|@ohos.bluetoothManager.d.ts| 771|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_SET_TOP_BOX = 0x0424<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_SET_TOP_BOX = 0x0424<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_SET_TOP_BOX|@ohos.bluetoothManager.d.ts| 772|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HIFI_AUDIO = 0x0428<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_HIFI_AUDIO = 0x0428<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_HIFI_AUDIO|@ohos.bluetoothManager.d.ts| 773|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VCR = 0x042C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VCR = 0x042C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VCR|@ohos.bluetoothManager.d.ts| 774|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_CAMERA = 0x0430<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_CAMERA = 0x0430<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_CAMERA|@ohos.bluetoothManager.d.ts| 775|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_CAMCORDER = 0x0434<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_CAMCORDER = 0x0434<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_CAMCORDER|@ohos.bluetoothManager.d.ts| 776|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_MONITOR = 0x0438<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_MONITOR = 0x0438<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_MONITOR|@ohos.bluetoothManager.d.ts| 777|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 0x043C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER|@ohos.bluetoothManager.d.ts| 778|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_CONFERENCING = 0x0440<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_CONFERENCING|@ohos.bluetoothManager.d.ts| 779|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:AUDIO_VIDEO_VIDEO_GAMING_TOY = 0x0448<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#AUDIO_VIDEO_VIDEO_GAMING_TOY|@ohos.bluetoothManager.d.ts| 780|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_NON_KEYBOARD_NON_POINTING = 0x0500<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_NON_KEYBOARD_NON_POINTING|@ohos.bluetoothManager.d.ts| 781|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_KEYBOARD = 0x0540<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_KEYBOARD = 0x0540<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_KEYBOARD|@ohos.bluetoothManager.d.ts| 782|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_POINTING_DEVICE = 0x0580<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_POINTING_DEVICE = 0x0580<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_POINTING_DEVICE|@ohos.bluetoothManager.d.ts| 783|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_KEYBOARD_POINTING = 0x05C0<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_KEYBOARD_POINTING = 0x05C0<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_KEYBOARD_POINTING|@ohos.bluetoothManager.d.ts| 784|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_UNCATEGORIZED = 0x0500<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_UNCATEGORIZED = 0x0500<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 785|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_JOYSTICK = 0x0504<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_JOYSTICK = 0x0504<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_JOYSTICK|@ohos.bluetoothManager.d.ts| 786|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_GAMEPAD = 0x0508<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_GAMEPAD = 0x0508<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_GAMEPAD|@ohos.bluetoothManager.d.ts| 787|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_REMOTE_CONTROL = 0x05C0<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_REMOTE_CONTROL = 0x05C0<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_REMOTE_CONTROL|@ohos.bluetoothManager.d.ts| 788|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_SENSING_DEVICE = 0x0510<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_SENSING_DEVICE = 0x0510<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_SENSING_DEVICE|@ohos.bluetoothManager.d.ts| 789|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_DIGITIZER_TABLET = 0x0514<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_DIGITIZER_TABLET = 0x0514<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_DIGITIZER_TABLET|@ohos.bluetoothManager.d.ts| 790|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_CARD_READER = 0x0518<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_CARD_READER = 0x0518<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_CARD_READER|@ohos.bluetoothManager.d.ts| 791|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_DIGITAL_PEN = 0x051C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_DIGITAL_PEN = 0x051C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_DIGITAL_PEN|@ohos.bluetoothManager.d.ts| 792|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_SCANNER_RFID = 0x0520<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_SCANNER_RFID = 0x0520<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_SCANNER_RFID|@ohos.bluetoothManager.d.ts| 793|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_GESTURAL_INPUT = 0x0522<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:PERIPHERAL_GESTURAL_INPUT = 0x0522<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#PERIPHERAL_GESTURAL_INPUT|@ohos.bluetoothManager.d.ts| 794|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:IMAGING_UNCATEGORIZED = 0x0600<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:IMAGING_UNCATEGORIZED = 0x0600<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 795|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:IMAGING_DISPLAY = 0x0610<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:IMAGING_DISPLAY = 0x0610<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_DISPLAY|@ohos.bluetoothManager.d.ts| 796|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:IMAGING_CAMERA = 0x0620<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:IMAGING_CAMERA = 0x0620<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_CAMERA|@ohos.bluetoothManager.d.ts| 797|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:IMAGING_SCANNER = 0x0640<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:IMAGING_SCANNER = 0x0640<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_SCANNER|@ohos.bluetoothManager.d.ts| 798|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:IMAGING_PRINTER = 0x0680<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:IMAGING_PRINTER = 0x0680<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#IMAGING_PRINTER|@ohos.bluetoothManager.d.ts| 799|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:WEARABLE_UNCATEGORIZED = 0x0700<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:WEARABLE_UNCATEGORIZED = 0x0700<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 800|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:WEARABLE_WRIST_WATCH = 0x0704<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:WEARABLE_WRIST_WATCH = 0x0704<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_WRIST_WATCH|@ohos.bluetoothManager.d.ts| 801|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:WEARABLE_PAGER = 0x0708<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:WEARABLE_PAGER = 0x0708<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_PAGER|@ohos.bluetoothManager.d.ts| 802|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:WEARABLE_JACKET = 0x070C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:WEARABLE_JACKET = 0x070C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_JACKET|@ohos.bluetoothManager.d.ts| 803|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:WEARABLE_HELMET = 0x0710<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:WEARABLE_HELMET = 0x0710<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_HELMET|@ohos.bluetoothManager.d.ts| 804|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:WEARABLE_GLASSES = 0x0714<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:WEARABLE_GLASSES = 0x0714<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#WEARABLE_GLASSES|@ohos.bluetoothManager.d.ts| 805|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:TOY_UNCATEGORIZED = 0x0800<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:TOY_UNCATEGORIZED = 0x0800<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 806|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:TOY_ROBOT = 0x0804<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:TOY_ROBOT = 0x0804<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_ROBOT|@ohos.bluetoothManager.d.ts| 807|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:TOY_VEHICLE = 0x0808<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:TOY_VEHICLE = 0x0808<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_VEHICLE|@ohos.bluetoothManager.d.ts| 808|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:TOY_DOLL_ACTION_FIGURE = 0x080C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:TOY_DOLL_ACTION_FIGURE = 0x080C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_DOLL_ACTION_FIGURE|@ohos.bluetoothManager.d.ts| 809|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:TOY_CONTROLLER = 0x0810<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:TOY_CONTROLLER = 0x0810<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_CONTROLLER|@ohos.bluetoothManager.d.ts| 810|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:TOY_GAME = 0x0814<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:TOY_GAME = 0x0814<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#TOY_GAME|@ohos.bluetoothManager.d.ts| 811|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_UNCATEGORIZED = 0x0900<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_UNCATEGORIZED = 0x0900<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_UNCATEGORIZED|@ohos.bluetoothManager.d.ts| 812|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_BLOOD_PRESSURE = 0x0904<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_BLOOD_PRESSURE = 0x0904<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_BLOOD_PRESSURE|@ohos.bluetoothManager.d.ts| 813|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_THERMOMETER = 0x0908<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_THERMOMETER = 0x0908<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_THERMOMETER|@ohos.bluetoothManager.d.ts| 814|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_WEIGHING = 0x090C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_WEIGHING = 0x090C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_WEIGHING|@ohos.bluetoothManager.d.ts| 815|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_GLUCOSE = 0x0910<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_GLUCOSE = 0x0910<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_GLUCOSE|@ohos.bluetoothManager.d.ts| 816|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_PULSE_OXIMETER = 0x0914<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_PULSE_OXIMETER = 0x0914<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PULSE_OXIMETER|@ohos.bluetoothManager.d.ts| 817|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_PULSE_RATE = 0x0918<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_PULSE_RATE = 0x0918<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PULSE_RATE|@ohos.bluetoothManager.d.ts| 818|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_DATA_DISPLAY = 0x091C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_DATA_DISPLAY = 0x091C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_DATA_DISPLAY|@ohos.bluetoothManager.d.ts| 819|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_STEP_COUNTER = 0x0920<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_STEP_COUNTER = 0x0920<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_STEP_COUNTER|@ohos.bluetoothManager.d.ts| 820|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_BODY_COMPOSITION_ANALYZER|@ohos.bluetoothManager.d.ts| 821|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_PEAK_FLOW_MONITOR = 0x0928<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_PEAK_FLOW_MONITOR = 0x0928<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PEAK_FLOW_MONITOR|@ohos.bluetoothManager.d.ts| 822|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_MEDICATION_MONITOR = 0x092C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_MEDICATION_MONITOR = 0x092C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_MEDICATION_MONITOR|@ohos.bluetoothManager.d.ts| 823|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_KNEE_PROSTHESIS = 0x0930<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_KNEE_PROSTHESIS = 0x0930<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_KNEE_PROSTHESIS|@ohos.bluetoothManager.d.ts| 824|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_ANKLE_PROSTHESIS = 0x0934<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_ANKLE_PROSTHESIS = 0x0934<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_ANKLE_PROSTHESIS|@ohos.bluetoothManager.d.ts| 825|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_GENERIC_HEALTH_MANAGER = 0x0938<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_GENERIC_HEALTH_MANAGER = 0x0938<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_GENERIC_HEALTH_MANAGER|@ohos.bluetoothManager.d.ts| 826|废弃版本有变化|类名:MajorMinorClass;<br>方法or属性:HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C<br>旧版本信息:|类名:MajorMinorClass;<br>方法or属性:HEALTH_PERSONAL_MOBILITY_DEVICE = 0x093C<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.MajorMinorClass#HEALTH_PERSONAL_MOBILITY_DEVICE|@ohos.bluetoothManager.d.ts| 827|废弃版本有变化|类名:PlayingState;<br>方法or属性:enum PlayingState<br>旧版本信息:|类名:PlayingState;<br>方法or属性:enum PlayingState<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.PlayingState|@ohos.bluetoothManager.d.ts| 828|废弃版本有变化|类名:PlayingState;<br>方法or属性:STATE_NOT_PLAYING<br>旧版本信息:|类名:PlayingState;<br>方法or属性:STATE_NOT_PLAYING<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.PlayingState#STATE_NOT_PLAYING|@ohos.bluetoothManager.d.ts| 829|废弃版本有变化|类名:PlayingState;<br>方法or属性:STATE_PLAYING<br>旧版本信息:|类名:PlayingState;<br>方法or属性:STATE_PLAYING<br>新版本信息:10<br>代替接口: ohos.bluetooth.a2dp/a2dp.PlayingState#STATE_PLAYING|@ohos.bluetoothManager.d.ts| 830|废弃版本有变化|类名:ProfileId;<br>方法or属性:enum ProfileId<br>旧版本信息:|类名:ProfileId;<br>方法or属性:enum ProfileId<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileId|@ohos.bluetoothManager.d.ts| 831|废弃版本有变化|类名:ProfileId;<br>方法or属性:PROFILE_A2DP_SOURCE = 1<br>旧版本信息:|类名:ProfileId;<br>方法or属性:PROFILE_A2DP_SOURCE = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileId#PROFILE_A2DP_SOURCE|@ohos.bluetoothManager.d.ts| 832|废弃版本有变化|类名:ProfileId;<br>方法or属性:PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4<br>旧版本信息:|类名:ProfileId;<br>方法or属性:PROFILE_HANDS_FREE_AUDIO_GATEWAY = 4<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileId#PROFILE_HANDSFREE_AUDIO_GATEWAY|@ohos.bluetoothManager.d.ts| 833|废弃版本有变化|类名:ProfileId;<br>方法or属性:PROFILE_HID_HOST = 6<br>旧版本信息:|类名:ProfileId;<br>方法or属性:PROFILE_HID_HOST = 6<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileId#PROFILE_HID_HOST|@ohos.bluetoothManager.d.ts| 834|废弃版本有变化|类名:ProfileId;<br>方法or属性:PROFILE_PAN_NETWORK = 7<br>旧版本信息:|类名:ProfileId;<br>方法or属性:PROFILE_PAN_NETWORK = 7<br>新版本信息:10<br>代替接口: ohos.bluetooth.constant/constant.ProfileId#PROFILE_PAN_NETWORK|@ohos.bluetoothManager.d.ts| 835|废弃版本有变化|类名:connectedTag;<br>方法or属性:function readNdefTag(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function readNdefTag(callback: AsyncCallback\<string>): void;<br>新版本信息:9<br>代替接口: ohos.connectedTag/connectedTag#read|@ohos.connectedTag.d.ts| 836|废弃版本有变化|类名:connectedTag;<br>方法or属性:function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>新版本信息:9<br>代替接口: ohos.connectedTag/connectedTag#write|@ohos.connectedTag.d.ts| 837|废弃版本有变化|类名:wifi;<br>方法or属性:function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.getScanInfoList|@ohos.wifi.d.ts| 838|废弃版本有变化|类名:wifi;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.addDeviceConfig|@ohos.wifi.d.ts| 839|废弃版本有变化|类名:wifi;<br>方法or属性:function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.addCandidateConfig|@ohos.wifi.d.ts| 840|废弃版本有变化|类名:wifi;<br>方法or属性:function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.removeCandidateConfig|@ohos.wifi.d.ts| 841|废弃版本有变化|类名:wifi;<br>方法or属性:function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.getLinkedInfo|@ohos.wifi.d.ts| 842|废弃版本有变化|类名:wifi;<br>方法or属性:function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.getP2pLinkedInfo|@ohos.wifi.d.ts| 843|废弃版本有变化|类名:wifi;<br>方法or属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.getCurrentGroup|@ohos.wifi.d.ts| 844|废弃版本有变化|类名:wifi;<br>方法or属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManager/wifiManager.getP2pPeerDevices|@ohos.wifi.d.ts| 845|废弃版本有变化|类名:wifiext;<br>方法or属性:function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>旧版本信息:|类名:wifiext;<br>方法or属性:function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManagerExt/wifiManagerExt.getSupportedPowerMode|@ohos.wifiext.d.ts| 846|废弃版本有变化|类名:wifiext;<br>方法or属性:function getPowerModel(callback: AsyncCallback\<PowerModel>): void;<br>旧版本信息:|类名:wifiext;<br>方法or属性:function getPowerModel(callback: AsyncCallback\<PowerModel>): void;<br>新版本信息:9<br>代替接口: ohos.wifiManagerExt/wifiManagerExt.getPowerMode|@ohos.wifiext.d.ts| 847|废弃版本有变化|类名:wifiManager;<br>方法or属性:function scan(): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function scan(): void;<br>新版本信息:10<br>代替接口: wifiManager.startScan|@ohos.wifiManager.d.ts| 848|废弃版本有变化|类名:wifiManager;<br>方法or属性:function getScanResults(): Promise\<Array\<WifiScanInfo>>;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getScanResults(): Promise\<Array\<WifiScanInfo>>;<br>新版本信息:10<br>代替接口: wifiManager.getScanInfoList|@ohos.wifiManager.d.ts| 849|废弃版本有变化|类名:wifiManager;<br>方法or属性:function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getScanResults(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>新版本信息:10<br>代替接口: wifiManager.getScanInfoList|@ohos.wifiManager.d.ts| 850|废弃版本有变化|类名:wifiManager;<br>方法or属性:function getScanResultsSync(): Array\<WifiScanInfo>;<br>旧版本信息:|类名:wifiManager;<br>方法or属性:function getScanResultsSync(): Array\<WifiScanInfo>;<br>新版本信息:10<br>代替接口: wifiManager.getScanInfoList|@ohos.wifiManager.d.ts| 851|废弃版本有变化|类名:wifiManagerExt;<br>方法or属性:function enableHotspot(): void;<br>旧版本信息:|类名:wifiManagerExt;<br>方法or属性:function enableHotspot(): void;<br>新版本信息:10<br>代替接口:|@ohos.wifiManagerExt.d.ts| 852|废弃版本有变化|类名:wifiManagerExt;<br>方法or属性:function disableHotspot(): void;<br>旧版本信息:|类名:wifiManagerExt;<br>方法or属性:function disableHotspot(): void;<br>新版本信息:10<br>代替接口:|@ohos.wifiManagerExt.d.ts| 853|废弃版本有变化|类名:wifiManagerExt;<br>方法or属性:function setPowerMode(mode: PowerMode): void;<br>旧版本信息:|类名:wifiManagerExt;<br>方法or属性:function setPowerMode(mode: PowerMode): void;<br>新版本信息:10<br>代替接口:|@ohos.wifiManagerExt.d.ts| 854|废弃版本有变化|类名:TagSession;<br>方法or属性:sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:TagSession;<br>方法or属性:sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>新版本信息:9<br>代替接口: tagSession.TagSession#transmit|tagSession.d.ts| 855|新增(错误码)|类名:connectedTag;<br>方法or属性:function read(callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function read(callback: AsyncCallback\<number[]>): void;<br>新版本信息:201,801,3200101|@ohos.connectedTag.d.ts| 856|新增(错误码)|类名:connectedTag;<br>方法or属性:function write(data: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function write(data: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,801,3200101|@ohos.connectedTag.d.ts| 857|新增(错误码)|类名:HceService;<br>方法or属性:transmit(response: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:HceService;<br>方法or属性:transmit(response: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,801,3100301|@ohos.nfc.cardEmulation.d.ts| 858|新增(错误码)|类名:wifiManagerExt;<br>方法or属性:function getSupportedPowerMode(callback: AsyncCallback\<Array\<PowerMode>>): void;<br>旧版本信息:|类名:wifiManagerExt;<br>方法or属性:function getSupportedPowerMode(callback: AsyncCallback\<Array\<PowerMode>>): void;<br>新版本信息:201,801,2701000|@ohos.wifiManagerExt.d.ts| 859|新增(错误码)|类名:wifiManagerExt;<br>方法or属性:function getPowerMode(callback: AsyncCallback\<PowerMode>): void;<br>旧版本信息:|类名:wifiManagerExt;<br>方法or属性:function getPowerMode(callback: AsyncCallback\<PowerMode>): void;<br>新版本信息:201,801,2701000|@ohos.wifiManagerExt.d.ts| 860|新增(错误码)|类名:IsoDepTag;<br>方法or属性:isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:IsoDepTag;<br>方法or属性:isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 861|新增(错误码)|类名:NdefTag;<br>方法or属性:readNdef(callback: AsyncCallback\<NdefMessage>): void;<br>旧版本信息:|类名:NdefTag;<br>方法or属性:readNdef(callback: AsyncCallback\<NdefMessage>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 862|新增(错误码)|类名:NdefTag;<br>方法or属性:writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefTag;<br>方法or属性:writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 863|新增(错误码)|类名:NdefTag;<br>方法or属性:setReadOnly(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefTag;<br>方法or属性:setReadOnly(callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 864|新增(错误码)|类名:MifareClassicTag;<br>方法or属性:authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 865|新增(错误码)|类名:MifareClassicTag;<br>方法or属性:readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 866|新增(错误码)|类名:MifareClassicTag;<br>方法or属性:writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 867|新增(错误码)|类名:MifareClassicTag;<br>方法or属性:incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 868|新增(错误码)|类名:MifareClassicTag;<br>方法or属性:decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 869|新增(错误码)|类名:MifareClassicTag;<br>方法or属性:transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 870|新增(错误码)|类名:MifareClassicTag;<br>方法or属性:restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 871|新增(错误码)|类名:MifareUltralightTag;<br>方法or属性:readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:MifareUltralightTag;<br>方法or属性:readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 872|新增(错误码)|类名:MifareUltralightTag;<br>方法or属性:writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareUltralightTag;<br>方法or属性:writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 873|新增(错误码)|类名:NdefFormatableTag;<br>方法or属性:format(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefFormatableTag;<br>方法or属性:format(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 874|新增(错误码)|类名:NdefFormatableTag;<br>方法or属性:formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefFormatableTag;<br>方法or属性:formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>新版本信息:201,401,3100201|nfctech.d.ts| 875|新增(错误码)|类名:TagSession;<br>方法or属性:transmit(data: number[], callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:TagSession;<br>方法or属性:transmit(data: number[], callback: AsyncCallback\<number[]>): void;<br>新版本信息:201,401,801,3100201|tagSession.d.ts| 876|错误码有变化|类名:vpn;<br>方法or属性:function createVpnConnection(context: AbilityContext): VpnConnection;<br>旧版本信息:401|类名:vpn;<br>方法or属性:function createVpnConnection(context: AbilityContext): VpnConnection;<br>新版本信息:202,401|@ohos.net.vpn.d.ts| 877|访问级别有变化|类名:vpn;<br>方法or属性:function createVpnConnection(context: AbilityContext): VpnConnection;<br>旧版本信息:|类名:vpn;<br>方法or属性:function createVpnConnection(context: AbilityContext): VpnConnection;<br>新版本信息:systemapi|@ohos.net.vpn.d.ts| 878|访问级别有变化|类名:wifi;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 879|访问级别有变化|类名:HotspotConfig;<br>方法or属性:ssid: string;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:ssid: string;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 880|访问级别有变化|类名:HotspotConfig;<br>方法or属性:securityType: WifiSecurityType;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:securityType: WifiSecurityType;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 881|访问级别有变化|类名:HotspotConfig;<br>方法or属性:band: number;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:band: number;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 882|访问级别有变化|类名:HotspotConfig;<br>方法or属性:preSharedKey: string;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:preSharedKey: string;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 883|访问级别有变化|类名:HotspotConfig;<br>方法or属性:maxConn: number;<br>旧版本信息:|类名:HotspotConfig;<br>方法or属性:maxConn: number;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 884|访问级别有变化|类名:StationInfo;<br>方法or属性:name: string;<br>旧版本信息:|类名:StationInfo;<br>方法or属性:name: string;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 885|访问级别有变化|类名:StationInfo;<br>方法or属性:macAddress: string;<br>旧版本信息:|类名:StationInfo;<br>方法or属性:macAddress: string;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 886|访问级别有变化|类名:StationInfo;<br>方法or属性:ipAddress: string;<br>旧版本信息:|类名:StationInfo;<br>方法or属性:ipAddress: string;<br>新版本信息:systemapi|@ohos.wifi.d.ts| 887|访问级别有变化|类名:IpType;<br>方法or属性:STATIC<br>旧版本信息:|类名:IpType;<br>方法or属性:STATIC<br>新版本信息:systemapi|@ohos.wifi.d.ts| 888|访问级别有变化|类名:IpType;<br>方法or属性:DHCP<br>旧版本信息:|类名:IpType;<br>方法or属性:DHCP<br>新版本信息:systemapi|@ohos.wifi.d.ts| 889|访问级别有变化|类名:IpType;<br>方法or属性:UNKNOWN<br>旧版本信息:|类名:IpType;<br>方法or属性:UNKNOWN<br>新版本信息:systemapi|@ohos.wifi.d.ts| 890|访问级别有变化|类名:SuppState;<br>方法or属性:DISCONNECTED<br>旧版本信息:|类名:SuppState;<br>方法or属性:DISCONNECTED<br>新版本信息:systemapi|@ohos.wifi.d.ts| 891|访问级别有变化|类名:SuppState;<br>方法or属性:INTERFACE_DISABLED<br>旧版本信息:|类名:SuppState;<br>方法or属性:INTERFACE_DISABLED<br>新版本信息:systemapi|@ohos.wifi.d.ts| 892|访问级别有变化|类名:SuppState;<br>方法or属性:INACTIVE<br>旧版本信息:|类名:SuppState;<br>方法or属性:INACTIVE<br>新版本信息:systemapi|@ohos.wifi.d.ts| 893|访问级别有变化|类名:SuppState;<br>方法or属性:SCANNING<br>旧版本信息:|类名:SuppState;<br>方法or属性:SCANNING<br>新版本信息:systemapi|@ohos.wifi.d.ts| 894|访问级别有变化|类名:SuppState;<br>方法or属性:AUTHENTICATING<br>旧版本信息:|类名:SuppState;<br>方法or属性:AUTHENTICATING<br>新版本信息:systemapi|@ohos.wifi.d.ts| 895|访问级别有变化|类名:SuppState;<br>方法or属性:ASSOCIATING<br>旧版本信息:|类名:SuppState;<br>方法or属性:ASSOCIATING<br>新版本信息:systemapi|@ohos.wifi.d.ts| 896|访问级别有变化|类名:SuppState;<br>方法or属性:ASSOCIATED<br>旧版本信息:|类名:SuppState;<br>方法or属性:ASSOCIATED<br>新版本信息:systemapi|@ohos.wifi.d.ts| 897|访问级别有变化|类名:SuppState;<br>方法or属性:FOUR_WAY_HANDSHAKE<br>旧版本信息:|类名:SuppState;<br>方法or属性:FOUR_WAY_HANDSHAKE<br>新版本信息:systemapi|@ohos.wifi.d.ts| 898|访问级别有变化|类名:SuppState;<br>方法or属性:GROUP_HANDSHAKE<br>旧版本信息:|类名:SuppState;<br>方法or属性:GROUP_HANDSHAKE<br>新版本信息:systemapi|@ohos.wifi.d.ts| 899|访问级别有变化|类名:SuppState;<br>方法or属性:COMPLETED<br>旧版本信息:|类名:SuppState;<br>方法or属性:COMPLETED<br>新版本信息:systemapi|@ohos.wifi.d.ts| 900|访问级别有变化|类名:SuppState;<br>方法or属性:UNINITIALIZED<br>旧版本信息:|类名:SuppState;<br>方法or属性:UNINITIALIZED<br>新版本信息:systemapi|@ohos.wifi.d.ts| 901|访问级别有变化|类名:SuppState;<br>方法or属性:INVALID<br>旧版本信息:|类名:SuppState;<br>方法or属性:INVALID<br>新版本信息:systemapi|@ohos.wifi.d.ts| 902|权限有变化|类名:GattServer;<br>方法or属性:on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteReq>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH,ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteReq>): void;<br>新版本信息:ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts| 903|权限有变化|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;<br>新版本信息:ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts| 904|权限有变化|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;<br>新版本信息:ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts| 905|权限有变化|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>新版本信息:ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts| 906|权限有变化|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>新版本信息:ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts| 907|权限有变化|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;<br>旧版本信息:|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;<br>新版本信息:ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts| 908|权限有变化|类名:bluetoothManager;<br>方法or属性:function getState(): BluetoothState;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getState(): BluetoothState;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 909|权限有变化|类名:bluetoothManager;<br>方法or属性:function getBtConnectionState(): ProfileConnectionState;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getBtConnectionState(): ProfileConnectionState;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 910|权限有变化|类名:bluetoothManager;<br>方法or属性:function pairDevice(deviceId: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function pairDevice(deviceId: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 911|权限有变化|类名:bluetoothManager;<br>方法or属性:function cancelPairedDevice(deviceId: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function cancelPairedDevice(deviceId: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 912|权限有变化|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceName(deviceId: string): string;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceName(deviceId: string): string;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 913|权限有变化|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getRemoteDeviceClass(deviceId: string): DeviceClass;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 914|权限有变化|类名:bluetoothManager;<br>方法or属性:function enableBluetooth(): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function enableBluetooth(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 915|权限有变化|类名:bluetoothManager;<br>方法or属性:function disableBluetooth(): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function disableBluetooth(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 916|权限有变化|类名:bluetoothManager;<br>方法or属性:function getLocalName(): string;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getLocalName(): string;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 917|权限有变化|类名:bluetoothManager;<br>方法or属性:function getPairedDevices(): Array\<string>;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getPairedDevices(): Array\<string>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 918|权限有变化|类名:bluetoothManager;<br>方法or属性:function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getProfileConnectionState(profileId: ProfileId): ProfileConnectionState;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 919|权限有变化|类名:bluetoothManager;<br>方法or属性:function setDevicePairingConfirmation(device: string, accept: boolean): void;<br>旧版本信息:ohos.permission.MANAGE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function setDevicePairingConfirmation(device: string, accept: boolean): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH|@ohos.bluetoothManager.d.ts| 920|权限有变化|类名:bluetoothManager;<br>方法or属性:function setLocalName(name: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function setLocalName(name: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 921|权限有变化|类名:bluetoothManager;<br>方法or属性:function setBluetoothScanMode(mode: ScanMode, duration: number): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function setBluetoothScanMode(mode: ScanMode, duration: number): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 922|权限有变化|类名:bluetoothManager;<br>方法or属性:function getBluetoothScanMode(): ScanMode;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function getBluetoothScanMode(): ScanMode;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 923|权限有变化|类名:bluetoothManager;<br>方法or属性:function startBluetoothDiscovery(): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:bluetoothManager;<br>方法or属性:function startBluetoothDiscovery(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 924|权限有变化|类名:bluetoothManager;<br>方法or属性:function stopBluetoothDiscovery(): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function stopBluetoothDiscovery(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 925|权限有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function on(type: 'bluetoothDeviceFind', callback: Callback\<Array\<string>>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 926|权限有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function on(type: 'bondStateChange', callback: Callback\<BondStateParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 927|权限有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function on(type: 'pinRequired', callback: Callback\<PinRequiredParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 928|权限有变化|类名:bluetoothManager;<br>方法or属性:function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function on(type: 'stateChange', callback: Callback\<BluetoothState>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 929|权限有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function off(type: 'bluetoothDeviceFind', callback?: Callback\<Array\<string>>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 930|权限有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function off(type: 'bondStateChange', callback?: Callback\<BondStateParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 931|权限有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function off(type: 'pinRequired', callback?: Callback\<PinRequiredParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 932|权限有变化|类名:bluetoothManager;<br>方法or属性:function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function off(type: 'stateChange', callback?: Callback\<BluetoothState>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 933|权限有变化|类名:bluetoothManager;<br>方法or属性:function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function sppListen(name: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 934|权限有变化|类名:bluetoothManager;<br>方法or属性:function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:bluetoothManager;<br>方法or属性:function sppConnect(device: string, option: SppOption, callback: AsyncCallback\<number>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 935|权限有变化|类名:BaseProfile;<br>方法or属性:getConnectionDevices(): Array\<string>;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:BaseProfile;<br>方法or属性:getConnectionDevices(): Array\<string>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 936|权限有变化|类名:BaseProfile;<br>方法or属性:getDeviceState(device: string): ProfileConnectionState;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:BaseProfile;<br>方法or属性:getDeviceState(device: string): ProfileConnectionState;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 937|权限有变化|类名:A2dpSourceProfile;<br>方法or属性:connect(device: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:A2dpSourceProfile;<br>方法or属性:connect(device: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 938|权限有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:connect(device: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:connect(device: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 939|权限有变化|类名:HidHostProfile;<br>方法or属性:connect(device: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:HidHostProfile;<br>方法or属性:connect(device: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH|@ohos.bluetoothManager.d.ts| 940|权限有变化|类名:A2dpSourceProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:A2dpSourceProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 941|权限有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 942|权限有变化|类名:HidHostProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:HidHostProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH|@ohos.bluetoothManager.d.ts| 943|权限有变化|类名:PanProfile;<br>方法or属性:disconnect(device: string): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:PanProfile;<br>方法or属性:disconnect(device: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 944|权限有变化|类名:A2dpSourceProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 945|权限有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 946|权限有变化|类名:HidHostProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HidHostProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 947|权限有变化|类名:PanProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:on(type: 'connectionStateChange', callback: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 948|权限有变化|类名:A2dpSourceProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 949|权限有变化|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HandsFreeAudioGatewayProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 950|权限有变化|类名:HidHostProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:HidHostProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 951|权限有变化|类名:PanProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:off(type: 'connectionStateChange', callback?: Callback\<StateChangeParam>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 952|权限有变化|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(device: string): PlayingState;<br>旧版本信息:|类名:A2dpSourceProfile;<br>方法or属性:getPlayingState(device: string): PlayingState;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 953|权限有变化|类名:PanProfile;<br>方法or属性:setTethering(enable: boolean): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:PanProfile;<br>方法or属性:setTethering(enable: boolean): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH|@ohos.bluetoothManager.d.ts| 954|权限有变化|类名:PanProfile;<br>方法or属性:isTetheringOn(): boolean;<br>旧版本信息:|类名:PanProfile;<br>方法or属性:isTetheringOn(): boolean;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 955|权限有变化|类名:BLE;<br>方法or属性:function getConnectedBLEDevices(): Array\<string>;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:BLE;<br>方法or属性:function getConnectedBLEDevices(): Array\<string>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 956|权限有变化|类名:BLE;<br>方法or属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH,ohos.permission.MANAGE_BLUETOOTH,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:BLE;<br>方法or属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 957|权限有变化|类名:BLE;<br>方法or属性:function stopBLEScan(): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:BLE;<br>方法or属性:function stopBLEScan(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 958|权限有变化|类名:BLE;<br>方法or属性:function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:BLE;<br>方法or属性:function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 959|权限有变化|类名:BLE;<br>方法or属性:function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:BLE;<br>方法or属性:function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult>>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 960|权限有变化|类名:GattServer;<br>方法or属性:startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:GattServer;<br>方法or属性:startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 961|权限有变化|类名:GattServer;<br>方法or属性:stopAdvertising(): void;<br>旧版本信息:ohos.permission.DISCOVER_BLUETOOTH|类名:GattServer;<br>方法or属性:stopAdvertising(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 962|权限有变化|类名:GattServer;<br>方法or属性:addService(service: GattService): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:addService(service: GattService): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 963|权限有变化|类名:GattServer;<br>方法or属性:removeService(serviceUuid: string): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:removeService(serviceUuid: string): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 964|权限有变化|类名:GattServer;<br>方法or属性:close(): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:close(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 965|权限有变化|类名:GattClientDevice;<br>方法or属性:close(): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:close(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 966|权限有变化|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 967|权限有变化|类名:GattServer;<br>方法or属性:sendResponse(serverResponse: ServerResponse): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:sendResponse(serverResponse: ServerResponse): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 968|权限有变化|类名:GattServer;<br>方法or属性:on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:on(type: 'characteristicRead', callback: Callback\<CharacteristicReadRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 969|权限有变化|类名:GattServer;<br>方法or属性:on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:on(type: 'characteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 970|权限有变化|类名:GattServer;<br>方法or属性:on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:on(type: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 971|权限有变化|类名:GattServer;<br>方法or属性:on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:on(type: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 972|权限有变化|类名:GattServer;<br>方法or属性:on(type: 'connectStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:on(type: 'connectStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 973|权限有变化|类名:GattServer;<br>方法or属性:off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:off(type: 'characteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 974|权限有变化|类名:GattServer;<br>方法or属性:off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:off(type: 'characteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 975|权限有变化|类名:GattServer;<br>方法or属性:off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:off(type: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 976|权限有变化|类名:GattServer;<br>方法or属性:off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:off(type: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 977|权限有变化|类名:GattServer;<br>方法or属性:off(type: 'connectStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:off(type: 'connectStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 978|权限有变化|类名:GattClientDevice;<br>方法or属性:connect(): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:connect(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 979|权限有变化|类名:GattClientDevice;<br>方法or属性:disconnect(): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:disconnect(): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 980|权限有变化|类名:GattClientDevice;<br>方法or属性:getDeviceName(callback: AsyncCallback\<string>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:getDeviceName(callback: AsyncCallback\<string>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 981|权限有变化|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 982|权限有变化|类名:GattClientDevice;<br>方法or属性:getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:getServices(callback: AsyncCallback\<Array\<GattService>>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 983|权限有变化|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 984|权限有变化|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 985|权限有变化|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:readCharacteristicValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 986|权限有变化|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 987|权限有变化|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 988|权限有变化|类名:GattClientDevice;<br>方法or属性:writeCharacteristicValue(characteristic: BLECharacteristic): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:writeCharacteristicValue(characteristic: BLECharacteristic): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 989|权限有变化|类名:GattClientDevice;<br>方法or属性:writeDescriptorValue(descriptor: BLEDescriptor): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:writeDescriptorValue(descriptor: BLEDescriptor): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 990|权限有变化|类名:GattClientDevice;<br>方法or属性:getRssiValue(callback: AsyncCallback\<number>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:getRssiValue(callback: AsyncCallback\<number>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 991|权限有变化|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 992|权限有变化|类名:GattClientDevice;<br>方法or属性:setBLEMtuSize(mtu: number): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:setBLEMtuSize(mtu: number): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 993|权限有变化|类名:GattClientDevice;<br>方法or属性:setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:setNotifyCharacteristicChanged(characteristic: BLECharacteristic, enable: boolean): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 994|权限有变化|类名:GattClientDevice;<br>方法or属性:on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:on(type: 'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 995|权限有变化|类名:GattClientDevice;<br>方法or属性:on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:on(type: 'BLEConnectionStateChange', callback: Callback\<BLEConnectChangedState>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 996|权限有变化|类名:GattClientDevice;<br>方法or属性:off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:off(type: 'BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 997|权限有变化|类名:GattClientDevice;<br>方法or属性:off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattClientDevice;<br>方法or属性:off(type: 'BLEConnectionStateChange', callback?: Callback\<BLEConnectChangedState>): void;<br>新版本信息:ohos.permission.ACCESS_BLUETOOTH|@ohos.bluetoothManager.d.ts| 998|权限有变化|类名:connectedTag;<br>方法or属性:function readNdefTag(callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function readNdefTag(callback: AsyncCallback\<string>): void;<br>新版本信息:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 999|权限有变化|类名:connectedTag;<br>方法or属性:function read(callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function read(callback: AsyncCallback\<number[]>): void;<br>新版本信息:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 1000|权限有变化|类名:connectedTag;<br>方法or属性:function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function writeNdefTag(data: string, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 1001|权限有变化|类名:connectedTag;<br>方法or属性:function write(data: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function write(data: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| 1002|权限有变化|类名:HceService;<br>方法or属性:transmit(response: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:HceService;<br>方法or属性:transmit(response: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_CARD_EMULATION|@ohos.nfc.cardEmulation.d.ts| 1003|权限有变化|类名:TagInfo;<br>方法or属性:uid: number[];<br>旧版本信息:|类名:TagInfo;<br>方法or属性:uid: number[];<br>新版本信息:ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts| 1004|权限有变化|类名:TagInfo;<br>方法or属性:technology: number[];<br>旧版本信息:|类名:TagInfo;<br>方法or属性:technology: number[];<br>新版本信息:ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts| 1005|权限有变化|类名:TagInfo;<br>方法or属性:extrasData: PacMap[];<br>旧版本信息:|类名:TagInfo;<br>方法or属性:extrasData: PacMap[];<br>新版本信息:ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts| 1006|权限有变化|类名:TagInfo;<br>方法or属性:tagRfDiscId: number;<br>旧版本信息:|类名:TagInfo;<br>方法or属性:tagRfDiscId: number;<br>新版本信息:ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts| 1007|权限有变化|类名:TagInfo;<br>方法or属性:remoteTagService: rpc.RemoteObject;<br>旧版本信息:|类名:TagInfo;<br>方法or属性:remoteTagService: rpc.RemoteObject;<br>新版本信息:ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts| 1008|权限有变化|类名:TagInfo;<br>方法or属性:supportedProfiles: number[];<br>旧版本信息:|类名:TagInfo;<br>方法or属性:supportedProfiles: number[];<br>新版本信息:ohos.permission.NFC_TAG|@ohos.nfc.tag.d.ts| 1009|权限有变化|类名:wifi;<br>方法or属性:function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getScanInfos(callback: AsyncCallback\<Array\<WifiScanInfo>>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_PEERS_MAC,ohos.permission.LOCATION|@ohos.wifi.d.ts| 1010|权限有变化|类名:wifi;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function addDeviceConfig(config: WifiDeviceConfig, callback: AsyncCallback\<number>): void;<br>新版本信息:ohos.permission.SET_WIFI_INFO,ohos.permission.SET_WIFI_CONFIG|@ohos.wifi.d.ts| 1011|权限有变化|类名:wifi;<br>方法or属性:function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function addUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>新版本信息:ohos.permission.SET_WIFI_INFO|@ohos.wifi.d.ts| 1012|权限有变化|类名:wifi;<br>方法or属性:function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function removeUntrustedConfig(config: WifiDeviceConfig, callback: AsyncCallback\<boolean>): void;<br>新版本信息:ohos.permission.SET_WIFI_INFO|@ohos.wifi.d.ts| 1013|权限有变化|类名:wifi;<br>方法or属性:function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getLinkedInfo(callback: AsyncCallback\<WifiLinkedInfo>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifi.d.ts| 1014|权限有变化|类名:wifi;<br>方法or属性:function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getP2pLinkedInfo(callback: AsyncCallback\<WifiP2pLinkedInfo>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifi.d.ts| 1015|权限有变化|类名:wifi;<br>方法or属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getCurrentGroup(callback: AsyncCallback\<WifiP2pGroupInfo>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|@ohos.wifi.d.ts| 1016|权限有变化|类名:wifi;<br>方法or属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>旧版本信息:|类名:wifi;<br>方法or属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION|@ohos.wifi.d.ts| 1017|权限有变化|类名:wifiext;<br>方法or属性:function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>旧版本信息:|类名:wifiext;<br>方法or属性:function getSupportedPowerModel(callback: AsyncCallback\<Array\<PowerModel>>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiext.d.ts| 1018|权限有变化|类名:wifiext;<br>方法or属性:function getPowerModel(callback: AsyncCallback\<PowerModel>): void;<br>旧版本信息:|类名:wifiext;<br>方法or属性:function getPowerModel(callback: AsyncCallback\<PowerModel>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiext.d.ts| 1019|权限有变化|类名:wifiManager;<br>方法or属性:function getCandidateConfigs(): Array\<WifiDeviceConfig>;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:wifiManager;<br>方法or属性:function getCandidateConfigs(): Array\<WifiDeviceConfig>;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1020|权限有变化|类名:wifiManager;<br>方法or属性:function getDeviceConfigs(): Array\<WifiDeviceConfig>;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION,ohos.permission.GET_WIFI_CONFIG|类名:wifiManager;<br>方法or属性:function getDeviceConfigs(): Array\<WifiDeviceConfig>;<br>新版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.GET_WIFI_CONFIG|@ohos.wifiManager.d.ts| 1021|权限有变化|类名:wifiManager;<br>方法or属性:function getStations(): Array\<StationInfo>;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION,ohos.permission.MANAGE_WIFI_HOTSPOT|类名:wifiManager;<br>方法or属性:function getStations(): Array\<StationInfo>;<br>新版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.MANAGE_WIFI_HOTSPOT|@ohos.wifiManager.d.ts| 1022|权限有变化|类名:wifiManager;<br>方法or属性:function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:wifiManager;<br>方法or属性:function getP2pPeerDevices(): Promise\<WifiP2pDevice[]>;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1023|权限有变化|类名:wifiManager;<br>方法or属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:wifiManager;<br>方法or属性:function getP2pPeerDevices(callback: AsyncCallback\<WifiP2pDevice[]>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1024|权限有变化|类名:wifiManager;<br>方法or属性:function p2pConnect(config: WifiP2PConfig): void;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:wifiManager;<br>方法or属性:function p2pConnect(config: WifiP2PConfig): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1025|权限有变化|类名:wifiManager;<br>方法or属性:function startDiscoverDevices(): void;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:wifiManager;<br>方法or属性:function startDiscoverDevices(): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1026|权限有变化|类名:wifiManager;<br>方法or属性:function getP2pGroups(): Promise\<Array\<WifiP2pGroupInfo>>;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:wifiManager;<br>方法or属性:function getP2pGroups(): Promise\<Array\<WifiP2pGroupInfo>>;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1027|权限有变化|类名:wifiManager;<br>方法or属性:function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:wifiManager;<br>方法or属性:function getP2pGroups(callback: AsyncCallback\<Array\<WifiP2pGroupInfo>>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1028|权限有变化|类名:wifiManager;<br>方法or属性:function on(type: 'p2pDeviceChange', callback: Callback\<WifiP2pDevice>): void;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:wifiManager;<br>方法or属性:function on(type: 'p2pDeviceChange', callback: Callback\<WifiP2pDevice>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1029|权限有变化|类名:wifiManager;<br>方法or属性:function on(type: 'p2pPeerDeviceChange', callback: Callback\<WifiP2pDevice[]>): void;<br>旧版本信息:ohos.permission.GET_WIFI_INFO,ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:wifiManager;<br>方法or属性:function on(type: 'p2pPeerDeviceChange', callback: Callback\<WifiP2pDevice[]>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManager.d.ts| 1030|权限有变化|类名:wifiManager;<br>方法or属性:function off(type: 'p2pDeviceChange', callback?: Callback\<WifiP2pDevice>): void;<br>旧版本信息:ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:wifiManager;<br>方法or属性:function off(type: 'p2pDeviceChange', callback?: Callback\<WifiP2pDevice>): void;<br>新版本信息:|@ohos.wifiManager.d.ts| 1031|权限有变化|类名:wifiManager;<br>方法or属性:function off(type: 'p2pPeerDeviceChange', callback?: Callback\<WifiP2pDevice[]>): void;<br>旧版本信息:ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|类名:wifiManager;<br>方法or属性:function off(type: 'p2pPeerDeviceChange', callback?: Callback\<WifiP2pDevice[]>): void;<br>新版本信息:|@ohos.wifiManager.d.ts| 1032|权限有变化|类名:wifiManagerExt;<br>方法or属性:function getSupportedPowerMode(callback: AsyncCallback\<Array\<PowerMode>>): void;<br>旧版本信息:|类名:wifiManagerExt;<br>方法or属性:function getSupportedPowerMode(callback: AsyncCallback\<Array\<PowerMode>>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManagerExt.d.ts| 1033|权限有变化|类名:wifiManagerExt;<br>方法or属性:function getPowerMode(callback: AsyncCallback\<PowerMode>): void;<br>旧版本信息:|类名:wifiManagerExt;<br>方法or属性:function getPowerMode(callback: AsyncCallback\<PowerMode>): void;<br>新版本信息:ohos.permission.GET_WIFI_INFO|@ohos.wifiManagerExt.d.ts| 1034|权限有变化|类名:IsoDepTag;<br>方法or属性:isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:IsoDepTag;<br>方法or属性:isExtendedApduSupported(callback: AsyncCallback\<boolean>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1035|权限有变化|类名:NdefTag;<br>方法or属性:readNdef(callback: AsyncCallback\<NdefMessage>): void;<br>旧版本信息:|类名:NdefTag;<br>方法or属性:readNdef(callback: AsyncCallback\<NdefMessage>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1036|权限有变化|类名:NdefTag;<br>方法or属性:writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefTag;<br>方法or属性:writeNdef(msg: NdefMessage, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1037|权限有变化|类名:NdefTag;<br>方法or属性:setReadOnly(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefTag;<br>方法or属性:setReadOnly(callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1038|权限有变化|类名:MifareClassicTag;<br>方法or属性:authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:authenticateSector(sectorIndex: number, key: number[], isKeyA: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1039|权限有变化|类名:MifareClassicTag;<br>方法or属性:readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:readSingleBlock(blockIndex: number, callback: AsyncCallback\<number[]>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1040|权限有变化|类名:MifareClassicTag;<br>方法or属性:writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:writeSingleBlock(blockIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1041|权限有变化|类名:MifareClassicTag;<br>方法or属性:incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:incrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1042|权限有变化|类名:MifareClassicTag;<br>方法or属性:decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:decrementBlock(blockIndex: number, value: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1043|权限有变化|类名:MifareClassicTag;<br>方法or属性:transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:transferToBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1044|权限有变化|类名:MifareClassicTag;<br>方法or属性:restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareClassicTag;<br>方法or属性:restoreFromBlock(blockIndex: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1045|权限有变化|类名:MifareUltralightTag;<br>方法or属性:readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:MifareUltralightTag;<br>方法or属性:readMultiplePages(pageIndex: number, callback: AsyncCallback\<number[]>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1046|权限有变化|类名:MifareUltralightTag;<br>方法or属性:writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:MifareUltralightTag;<br>方法or属性:writeSinglePage(pageIndex: number, data: number[], callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1047|权限有变化|类名:NdefFormatableTag;<br>方法or属性:format(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefFormatableTag;<br>方法or属性:format(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1048|权限有变化|类名:NdefFormatableTag;<br>方法or属性:formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:NdefFormatableTag;<br>方法or属性:formatReadOnly(message: NdefMessage, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.NFC_TAG|nfctech.d.ts| 1049|权限有变化|类名:TagSession;<br>方法or属性:sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:TagSession;<br>方法or属性:sendData(data: number[], callback: AsyncCallback\<number[]>): void;<br>新版本信息:ohos.permission.NFC_TAG|tagSession.d.ts| 1050|权限有变化|类名:TagSession;<br>方法or属性:transmit(data: number[], callback: AsyncCallback\<number[]>): void;<br>旧版本信息:|类名:TagSession;<br>方法or属性:transmit(data: number[], callback: AsyncCallback\<number[]>): void;<br>新版本信息:ohos.permission.NFC_TAG|tagSession.d.ts| 1051|type有变化|类名:connectedTag;<br>方法or属性:function on(type: 'notify', callback: Callback\<number>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function on(type: 'notify', callback: Callback\<number>): void;<br>新版本信息:|@ohos.connectedTag.d.ts| 1052|type有变化|类名:connectedTag;<br>方法or属性:function off(type: 'notify', callback?: Callback\<number>): void;<br>旧版本信息:|类名:connectedTag;<br>方法or属性:function off(type: 'notify', callback?: Callback\<number>): void;<br>新版本信息:|@ohos.connectedTag.d.ts| 1053|函数有变化|类名:NetConnection;<br>方法or属性:on(type: 'netCapabilitiesChange', callback: Callback\<{ netHandle: NetHandle, netCap: NetCapabilities }>): void;|类名:NetConnection;<br>方法or属性:on(type: 'netCapabilitiesChange', callback: Callback\<NetCapabilityInfo>): void;|@ohos.net.connection.d.ts| 1054|函数有变化|类名:HttpRequest;<br>方法or属性:on(type: "dataProgress", callback: Callback\<{ receiveSize: number, totalSize: number }>): void;|类名:HttpRequest;<br>方法or属性:on(type: 'dataReceiveProgress', callback: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts| 1055|函数有变化|类名:HttpRequest;<br>方法or属性:off(type: "dataProgress", callback?: Callback\<{ receiveSize: number, totalSize: number }>): void;|类名:HttpRequest;<br>方法or属性:off(type: 'dataReceiveProgress', callback?: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts| 1056|函数有变化|类名:WebSocket;<br>方法or属性:on(type: 'close', callback: AsyncCallback\<{ code: number, reason: string }>): void;|类名:WebSocket;<br>方法or属性:on(type: 'close', callback: AsyncCallback\<CloseResult>): void;|@ohos.net.webSocket.d.ts| 1057|函数有变化|类名:WebSocket;<br>方法or属性:off(type: 'close', callback?: AsyncCallback\<{ code: number, reason: string }>): void;|类名:WebSocket;<br>方法or属性:off(type: 'close', callback?: AsyncCallback\<CloseResult>): void;|@ohos.net.webSocket.d.ts| 1058