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