Lines Matching refs:ble

87 |新增|NA|类名:ble;<br>方法or属性:type ProfileConnectionState = constant.ProfileConnectionState;|@ohos.bluet…
88 |新增|NA|类名:ble;<br>方法or属性:function createGattServer(): GattServer;|@ohos.bluetooth.ble.d.ts|
89 |新增|NA|类名:ble;<br>方法or属性:function createGattClientDevice(deviceId: string): GattClientDevice;|@ohos…
90 |新增|NA|类名:ble;<br>方法or属性:function getConnectedBLEDevices(): Array\<string>;|@ohos.bluetooth.ble.d.t…
91 |新增|NA|类名:ble;<br>方法or属性:function startBLEScan(filters: Array\<ScanFilter>, options?: ScanOptions):…
92 |新增|NA|类名:ble;<br>方法or属性:function stopBLEScan(): void;|@ohos.bluetooth.ble.d.ts|
93 …类名:ble;<br>方法or属性:function startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, adv…
94 |新增|NA|类名:ble;<br>方法or属性:function stopAdvertising(): void;|@ohos.bluetooth.ble.d.ts|
95 |新增|NA|类名:ble;<br>方法or属性:function on(type: 'BLEDeviceFind', callback: Callback\<Array\<ScanResult>>…
96 |新增|NA|类名:ble;<br>方法or属性:function off(type: 'BLEDeviceFind', callback?: Callback\<Array\<ScanResult…
97 |新增|NA|类名:GattServer;<br>方法or属性:addService(service: GattService): void;|@ohos.bluetooth.ble.d.ts|
98 |新增|NA|类名:GattServer;<br>方法or属性:removeService(serviceUuid: string): void;|@ohos.bluetooth.ble.d.ts|
99 |新增|NA|类名:GattServer;<br>方法or属性:close(): void;|@ohos.bluetooth.ble.d.ts|
100 |新增|NA|类名:GattClientDevice;<br>方法or属性:close(): void;|@ohos.bluetooth.ble.d.ts|
101 …teristic,<br><br> callback: AsyncCallback\<void><br><br> ): void;|@ohos.bluetooth.ble.d.ts|
102 …eId: string, notifyCharacteristic: NotifyCharacteristic): Promise\<void>;|@ohos.bluetooth.ble.d.ts|
103 …GattServer;<br>方法or属性:sendResponse(serverResponse: ServerResponse): void;|@ohos.bluetooth.ble.d.ts|
104 …aracteristicRead', callback: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetooth.ble.d.ts|
105 …acteristicWrite', callback: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetooth.ble.d.ts|
106 …ype: 'descriptorRead', callback: Callback\<DescriptorReadRequest>): void;|@ohos.bluetooth.ble.d.ts|
107 …e: 'descriptorWrite', callback: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetooth.ble.d.ts|
108 …ectionStateChange', callback: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts|
109 …r;<br>方法or属性:on(type: 'BLEMtuChange', callback: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts|
110 …e;<br>方法or属性:on(type: 'BLEMtuChange', callback: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts|
111 …racteristicRead', callback?: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetooth.ble.d.ts|
112 …cteristicWrite', callback?: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetooth.ble.d.ts|
113 …pe: 'descriptorRead', callback?: Callback\<DescriptorReadRequest>): void;|@ohos.bluetooth.ble.d.ts|
114 …: 'descriptorWrite', callback?: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetooth.ble.d.ts|
115 …ctionStateChange', callback?: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts|
116 …<br>方法or属性:off(type: 'BLEMtuChange', callback?: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts|
117 …<br>方法or属性:off(type: 'BLEMtuChange', callback?: Callback\<number>): void;|@ohos.bluetooth.ble.d.ts|
118 |新增|NA|类名:GattClientDevice;<br>方法or属性:connect(): void;|@ohos.bluetooth.ble.d.ts|
119 |新增|NA|类名:GattClientDevice;<br>方法or属性:disconnect(): void;|@ohos.bluetooth.ble.d.ts|
120 …tDevice;<br>方法or属性:getDeviceName(callback: AsyncCallback\<string>): void;|@ohos.bluetooth.ble.d.ts|
121 |新增|NA|类名:GattClientDevice;<br>方法or属性:getDeviceName(): Promise\<string>;|@ohos.bluetooth.ble.d.ts|
122 …>方法or属性:getServices(callback: AsyncCallback\<Array\<GattService>>): void;|@ohos.bluetooth.ble.d.ts|
123 …GattClientDevice;<br>方法or属性:getServices(): Promise\<Array\<GattService>>;|@ohos.bluetooth.ble.d.ts|
124 …c: BLECharacteristic, callback: AsyncCallback\<BLECharacteristic>): void;|@ohos.bluetooth.ble.d.ts|
125 …ticValue(characteristic: BLECharacteristic): Promise\<BLECharacteristic>;|@ohos.bluetooth.ble.d.ts|
126 …escriptor: BLEDescriptor, callback: AsyncCallback\<BLEDescriptor>): void;|@ohos.bluetooth.ble.d.ts|
127 …:readDescriptorValue(descriptor: BLEDescriptor): Promise\<BLEDescriptor>;|@ohos.bluetooth.ble.d.ts|
128 …riteType,<br><br> callback: AsyncCallback\<void><br><br> ): void;|@ohos.bluetooth.ble.d.ts|
129 …acteristic: BLECharacteristic, writeType: GattWriteType): Promise\<void>;|@ohos.bluetooth.ble.d.ts|
130 …orValue(descriptor: BLEDescriptor, callback: AsyncCallback\<void>): void;|@ohos.bluetooth.ble.d.ts|
131 …r>方法or属性:writeDescriptorValue(descriptor: BLEDescriptor): Promise\<void>;|@ohos.bluetooth.ble.d.ts|
132 …ntDevice;<br>方法or属性:getRssiValue(callback: AsyncCallback\<number>): void;|@ohos.bluetooth.ble.d.ts|
133 |新增|NA|类名:GattClientDevice;<br>方法or属性:getRssiValue(): Promise\<number>;|@ohos.bluetooth.ble.d.ts|
134 |新增|NA|类名:GattClientDevice;<br>方法or属性:setBLEMtuSize(mtu: number): void;|@ohos.bluetooth.ble.d.ts|
135 … boolean,<br><br> callback: AsyncCallback\<void><br><br> ): void;|@ohos.bluetooth.ble.d.ts|
136 …tion(characteristic: BLECharacteristic, enable: boolean): Promise\<void>;|@ohos.bluetooth.ble.d.ts|
137 … boolean,<br><br> callback: AsyncCallback\<void><br><br> ): void;|@ohos.bluetooth.ble.d.ts|
138 …tion(characteristic: BLECharacteristic, enable: boolean): Promise\<void>;|@ohos.bluetooth.ble.d.ts|
139 …'BLECharacteristicChange', callback: Callback\<BLECharacteristic>): void;|@ohos.bluetooth.ble.d.ts|
140 …ectionStateChange', callback: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts|
141 …BLECharacteristicChange', callback?: Callback\<BLECharacteristic>): void;|@ohos.bluetooth.ble.d.ts|
142 …ctionStateChange', callback?: Callback\<BLEConnectionChangeState>): void;|@ohos.bluetooth.ble.d.ts|
143 |新增|NA|类名:GattService;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
144 |新增|NA|类名:BLECharacteristic;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
145 |新增|NA|类名:BLEDescriptor;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
146 |新增|NA|类名:NotifyCharacteristic;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
147 |新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
148 |新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
149 |新增|NA|类名:DescriptorReadRequest;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
150 |新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
151 |新增|NA|类名:ServiceData;<br>方法or属性:serviceUuid: string;|@ohos.bluetooth.ble.d.ts|
152 |新增|NA|类名:GattService;<br>方法or属性:isPrimary: boolean;|@ohos.bluetooth.ble.d.ts|
153 |新增|NA|类名:GattService;<br>方法or属性:characteristics: Array\<BLECharacteristic>;|@ohos.bluetooth.ble.d.…
154 |新增|NA|类名:GattService;<br>方法or属性:includeServices?: Array\<GattService>;|@ohos.bluetooth.ble.d.ts|
155 |新增|NA|类名:BLECharacteristic;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
156 |新增|NA|类名:BLEDescriptor;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
157 |新增|NA|类名:NotifyCharacteristic;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
158 |新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
159 |新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.t…
160 |新增|NA|类名:DescriptorReadRequest;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
161 |新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:characteristicUuid: string;|@ohos.bluetooth.ble.d.ts|
162 |新增|NA|类名:BLECharacteristic;<br>方法or属性:characteristicValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
163 |新增|NA|类名:NotifyCharacteristic;<br>方法or属性:characteristicValue: ArrayBuffer;|@ohos.bluetooth.ble.d.t…
164 |新增|NA|类名:BLECharacteristic;<br>方法or属性:descriptors: Array\<BLEDescriptor>;|@ohos.bluetooth.ble.d.ts|
165 |新增|NA|类名:BLECharacteristic;<br>方法or属性:properties?: GattProperties;|@ohos.bluetooth.ble.d.ts|
166 |新增|NA|类名:BLEDescriptor;<br>方法or属性:descriptorUuid: string;|@ohos.bluetooth.ble.d.ts|
167 |新增|NA|类名:DescriptorReadRequest;<br>方法or属性:descriptorUuid: string;|@ohos.bluetooth.ble.d.ts|
168 |新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:descriptorUuid: string;|@ohos.bluetooth.ble.d.ts|
169 |新增|NA|类名:BLEDescriptor;<br>方法or属性:descriptorValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
170 |新增|NA|类名:NotifyCharacteristic;<br>方法or属性:confirm: boolean;|@ohos.bluetooth.ble.d.ts|
171 |新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts|
172 |新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts|
173 |新增|NA|类名:DescriptorReadRequest;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts|
174 |新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts|
175 |新增|NA|类名:ServerResponse;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts|
176 |新增|NA|类名:BLEConnectionChangeState;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts|
177 |新增|NA|类名:ScanResult;<br>方法or属性:deviceId: string;|@ohos.bluetooth.ble.d.ts|
178 |新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts|
179 |新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts|
180 |新增|NA|类名:DescriptorReadRequest;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts|
181 |新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts|
182 |新增|NA|类名:ServerResponse;<br>方法or属性:transId: number;|@ohos.bluetooth.ble.d.ts|
183 |新增|NA|类名:CharacteristicReadRequest;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts|
184 |新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts|
185 |新增|NA|类名:DescriptorReadRequest;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts|
186 |新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts|
187 |新增|NA|类名:ServerResponse;<br>方法or属性:offset: number;|@ohos.bluetooth.ble.d.ts|
188 |新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:isPrepared: boolean;|@ohos.bluetooth.ble.d.ts|
189 |新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:isPrepared: boolean;|@ohos.bluetooth.ble.d.ts|
190 |新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:needRsp: boolean;|@ohos.bluetooth.ble.d.ts|
191 |新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:needRsp: boolean;|@ohos.bluetooth.ble.d.ts|
192 |新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
193 |新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
194 |新增|NA|类名:ServerResponse;<br>方法or属性:value: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
195 |新增|NA|类名:ServerResponse;<br>方法or属性:status: number;|@ohos.bluetooth.ble.d.ts|
196 |新增|NA|类名:BLEConnectionChangeState;<br>方法or属性:state: ProfileConnectionState;|@ohos.bluetooth.ble.d.…
197 |新增|NA|类名:ScanResult;<br>方法or属性:rssi: number;|@ohos.bluetooth.ble.d.ts|
198 |新增|NA|类名:ScanResult;<br>方法or属性:data: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
199 |新增|NA|类名:ScanResult;<br>方法or属性:deviceName: string;|@ohos.bluetooth.ble.d.ts|
200 |新增|NA|类名:ScanResult;<br>方法or属性:connectable: boolean;|@ohos.bluetooth.ble.d.ts|
201 |新增|NA|类名:AdvertiseSetting;<br>方法or属性:interval?: number;|@ohos.bluetooth.ble.d.ts|
202 |新增|NA|类名:ScanOptions;<br>方法or属性:interval?: number;|@ohos.bluetooth.ble.d.ts|
203 |新增|NA|类名:AdvertiseSetting;<br>方法or属性:txPower?: number;|@ohos.bluetooth.ble.d.ts|
204 |新增|NA|类名:AdvertiseSetting;<br>方法or属性:connectable?: boolean;|@ohos.bluetooth.ble.d.ts|
205 |新增|NA|类名:AdvertiseData;<br>方法or属性:serviceUuids: Array\<string>;|@ohos.bluetooth.ble.d.ts|
206 |新增|NA|类名:AdvertiseData;<br>方法or属性:manufactureData: Array\<ManufactureData>;|@ohos.bluetooth.ble.d.…
207 |新增|NA|类名:AdvertiseData;<br>方法or属性:serviceData: Array\<ServiceData>;|@ohos.bluetooth.ble.d.ts|
208 |新增|NA|类名:AdvertiseData;<br>方法or属性:includeDeviceName?: boolean;|@ohos.bluetooth.ble.d.ts|
209 |新增|NA|类名:ManufactureData;<br>方法or属性:manufactureId: number;|@ohos.bluetooth.ble.d.ts|
210 |新增|NA|类名:ManufactureData;<br>方法or属性:manufactureValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
211 |新增|NA|类名:ServiceData;<br>方法or属性:serviceValue: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
212 |新增|NA|类名:ScanFilter;<br>方法or属性:deviceId?: string;|@ohos.bluetooth.ble.d.ts|
213 |新增|NA|类名:ScanFilter;<br>方法or属性:name?: string;|@ohos.bluetooth.ble.d.ts|
214 |新增|NA|类名:ScanFilter;<br>方法or属性:serviceUuid?: string;|@ohos.bluetooth.ble.d.ts|
215 |新增|NA|类名:ScanFilter;<br>方法or属性:serviceUuidMask?: string;|@ohos.bluetooth.ble.d.ts|
216 |新增|NA|类名:ScanFilter;<br>方法or属性:serviceSolicitationUuid?: string;|@ohos.bluetooth.ble.d.ts|
217 |新增|NA|类名:ScanFilter;<br>方法or属性:serviceSolicitationUuidMask?: string;|@ohos.bluetooth.ble.d.ts|
218 |新增|NA|类名:ScanFilter;<br>方法or属性:serviceData?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
219 |新增|NA|类名:ScanFilter;<br>方法or属性:serviceDataMask?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
220 |新增|NA|类名:ScanFilter;<br>方法or属性:manufactureId?: number;|@ohos.bluetooth.ble.d.ts|
221 |新增|NA|类名:ScanFilter;<br>方法or属性:manufactureData?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
222 |新增|NA|类名:ScanFilter;<br>方法or属性:manufactureDataMask?: ArrayBuffer;|@ohos.bluetooth.ble.d.ts|
223 |新增|NA|类名:ScanOptions;<br>方法or属性:dutyMode?: ScanDuty;|@ohos.bluetooth.ble.d.ts|
224 |新增|NA|类名:ScanOptions;<br>方法or属性:matchMode?: MatchMode;|@ohos.bluetooth.ble.d.ts|
225 |新增|NA|类名:GattProperties;<br>方法or属性:write?: boolean;|@ohos.bluetooth.ble.d.ts|
226 |新增|NA|类名:GattProperties;<br>方法or属性:writeNoResponse?: boolean;|@ohos.bluetooth.ble.d.ts|
227 |新增|NA|类名:GattProperties;<br>方法or属性:read?: boolean;|@ohos.bluetooth.ble.d.ts|
228 |新增|NA|类名:GattProperties;<br>方法or属性:notify?: boolean;|@ohos.bluetooth.ble.d.ts|
229 |新增|NA|类名:GattProperties;<br>方法or属性:indicate?: boolean;|@ohos.bluetooth.ble.d.ts|
230 |新增|NA|类名:GattWriteType;<br>方法or属性:WRITE = 1|@ohos.bluetooth.ble.d.ts|
231 |新增|NA|类名:GattWriteType;<br>方法or属性:WRITE_NO_RESPONSE = 2|@ohos.bluetooth.ble.d.ts|
232 |新增|NA|类名:ScanDuty;<br>方法or属性:SCAN_MODE_LOW_POWER = 0|@ohos.bluetooth.ble.d.ts|
233 |新增|NA|类名:ScanDuty;<br>方法or属性:SCAN_MODE_BALANCED = 1|@ohos.bluetooth.ble.d.ts|
234 |新增|NA|类名:ScanDuty;<br>方法or属性:SCAN_MODE_LOW_LATENCY = 2|@ohos.bluetooth.ble.d.ts|
235 |新增|NA|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetooth.ble.d.ts|
236 |新增|NA|类名:MatchMode;<br>方法or属性:MATCH_MODE_STICKY = 2|@ohos.bluetooth.ble.d.ts|
536 …tion createGattServer(): GattServer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#createGattServer|…
537 …deviceId: string): GattClientDevice;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#createGattClientD…
538 …nnectedBLEDevices(): Array\<string>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#getConnectedBLEDe…
539 …lter>, options?: ScanOptions): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#startBLEScan|@oho…
540 …方法or属性:function stopBLEScan(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#stopBLEScan|@ohos…
541 …allback\<Array\<ScanResult>>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.on#event:BLEDevic…
542 …allback\<Array\<ScanResult>>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.off#event:BLEDevi…
543 …rver;<br>方法or属性:interface GattServer<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer|@ohos.…
544 … advResponse?: AdvertiseData): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#startAdvertising|…
545 …;<br>方法or属性:stopAdvertising(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble#stopAdvertising|@…
546 …Service(service: GattService): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#addSer…
547 …eService(serviceUuid: string): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#remove…
548 …GattServer;<br>方法or属性:close(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#close|…
549 …ientDevice;<br>方法or属性:close(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
550 …ristic: NotifyCharacteristic): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#notify…
551 …rverResponse: ServerResponse): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer#sendRe…
552 …\<CharacteristicReadRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#eve…
553 …<CharacteristicWriteRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#eve…
554 …back\<DescriptorReadRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#eve…
555 …ack\<DescriptorWriteRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#eve…
556 …ack\<BLEConnectChangedState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.on#eve…
557 …\<CharacteristicReadRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#ev…
558 …<CharacteristicWriteRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#ev…
559 …back\<DescriptorReadRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#ev…
560 …ack\<DescriptorWriteRequest>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#ev…
561 …ack\<BLEConnectChangedState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattServer.off#ev…
562 …br>方法or属性:interface GattClientDevice<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice|…
563 …ntDevice;<br>方法or属性:connect(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
564 …evice;<br>方法or属性:disconnect(): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
565 …back: AsyncCallback\<string>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
566 …性:getDeviceName(): Promise\<string>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
567 …llback\<Array\<GattService>>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
568 …es(): Promise\<Array\<GattService>>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
569 …Callback\<BLECharacteristic>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
570 …istic): Promise\<BLECharacteristic>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
571 …syncCallback\<BLEDescriptor>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
572 …escriptor): Promise\<BLEDescriptor>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
573 …cteristic: BLECharacteristic): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
574 …ue(descriptor: BLEDescriptor): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
575 …back: AsyncCallback\<number>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
576 …属性:getRssiValue(): Promise\<number>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
577 …属性:setBLEMtuSize(mtu: number): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
578 …racteristic, enable: boolean): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#…
579 …Callback\<BLECharacteristic>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice.…
580 …ack\<BLEConnectChangedState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice.…
581 …Callback\<BLECharacteristic>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice.…
582 …ack\<BLEConnectChangedState>): void;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice.…
583 …ice;<br>方法or属性:interface GattService<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService|@ohos…
584 …vice;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService#servi…
585 …stic;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic…
586 …ptor;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor#ser…
587 …stic;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteris…
588 …uest;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicRea…
589 …uest;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWri…
590 …uest;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadReq…
591 …uest;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRe…
592 …Data;<br>方法or属性:serviceUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServiceData#servi…
593 …rvice;<br>方法or属性:isPrimary: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService#isPri…
594 …eristics: Array\<BLECharacteristic>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService#chara…
595 …cludeServices?: Array\<GattService>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattService#inclu…
596 …r>方法or属性:interface BLECharacteristic<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic…
597 …r>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic…
598 …r>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor#cha…
599 …r>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteris…
600 …r>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicRea…
601 …r>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWri…
602 …r>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadReq…
603 …r>方法or属性:characteristicUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRe…
604 …属性:characteristicValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic…
605 …属性:characteristicValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteris…
606 …:descriptors: Array\<BLEDescriptor>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLECharacteristic…
607 …r;<br>方法or属性:interface BLEDescriptor<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor|@oh…
608 …r;<br>方法or属性:descriptorUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor#des…
609 …t;<br>方法or属性:descriptorUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadReq…
610 …t;<br>方法or属性:descriptorUuid: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRe…
611 …方法or属性:descriptorValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEDescriptor#des…
612 …法or属性:interface NotifyCharacteristic<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteris…
613 …eristic;<br>方法or属性:confirm: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.NotifyCharacteris…
614 …:interface CharacteristicReadRequest<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicRea…
615 …Request;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicRea…
616 …Request;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWri…
617 …Request;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadReq…
618 …Request;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRe…
619 …esponse;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#de…
620 …edState;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEConnectionChan…
621 …nResult;<br>方法or属性:deviceId: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanResult#device…
625 …dRequest;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicRea…
626 …eRequest;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWri…
627 …dRequest;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadReq…
628 …eRequest;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRe…
629 …Response;<br>方法or属性:transId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#tr…
630 …adRequest;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicRea…
631 …teRequest;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWri…
632 …adRequest;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadReq…
633 …teRequest;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRe…
634 …rResponse;<br>方法or属性:offset: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#of…
635 …interface CharacteristicWriteRequest<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWri…
636 …eRequest;<br>方法or属性:isPrep: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWri…
637 …eRequest;<br>方法or属性:isPrep: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRe…
638 …Request;<br>方法or属性:needRsp: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWri…
639 …Request;<br>方法or属性:needRsp: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRe…
640 …quest;<br>方法or属性:value: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWri…
641 …quest;<br>方法or属性:value: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRe…
642 …ponse;<br>方法or属性:value: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#va…
643 …or属性:interface DescriptorReadRequest<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorReadReq…
644 …r属性:interface DescriptorWriteRequest<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRe…
645 …;<br>方法or属性:interface ServerResponse<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse|@o…
646 …rResponse;<br>方法or属性:status: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServerResponse#st…
647 …r属性:interface BLEConnectChangedState<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEConnectionChan…
648 …法or属性:state: ProfileConnectionState;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.BLEConnectionChan…
650 …sult;<br>方法or属性:interface ScanResult<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanResult|@ohos.…
651 …:ScanResult;<br>方法or属性:rssi: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanResult#rssi|@…
652 …Result;<br>方法or属性:data: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanResult#data|@…
653 …br>方法or属性:interface AdvertiseSetting<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseSetting|…
654 …etting;<br>方法or属性:interval?: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseSetting#…
655 …ptions;<br>方法or属性:interval?: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanOptions#inter…
656 …Setting;<br>方法or属性:txPower?: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseSetting#…
657 …ng;<br>方法or属性:connectable?: boolean;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseSetting#…
658 …a;<br>方法or属性:interface AdvertiseData<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseData|@oh…
659 …方法or属性:serviceUuids: Array\<string>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseData#ser…
660 …actureData: Array\<ManufactureData>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseData#man…
661 …属性:serviceData: Array\<ServiceData>;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.AdvertiseData#ser…
662 …<br>方法or属性:interface ManufactureData<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ManufactureData|@…
663 …ta;<br>方法or属性:manufactureId: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ManufactureData#m…
664 …法or属性:manufactureValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ManufactureData#m…
665 …ata;<br>方法or属性:interface ServiceData<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServiceData|@ohos…
666 …br>方法or属性:serviceValue: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ServiceData#servi…
667 …lter;<br>方法or属性:interface ScanFilter<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter|@ohos.…
668 …Filter;<br>方法or属性:deviceId?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#device…
669 …ScanFilter;<br>方法or属性:name?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#name|@…
670 …ter;<br>方法or属性:serviceUuid?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#servic…
671 …<br>方法or属性:serviceUuidMask?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#servic…
672 …属性:serviceSolicitationUuid?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#servic…
673 …erviceSolicitationUuidMask?: string;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#servic…
674 …br>方法or属性:serviceData?: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#servic…
675 …法or属性:serviceDataMask?: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#servic…
676 …r;<br>方法or属性:manufactureId?: number;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#manufa…
677 …法or属性:manufactureData?: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#manufa…
678 …性:manufactureDataMask?: ArrayBuffer;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanFilter#manufa…
679 …ons;<br>方法or属性:interface ScanOptions<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanOptions|@ohos…
680 …ions;<br>方法or属性:dutyMode?: ScanDuty;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanOptions#dutyM…
681 …ns;<br>方法or属性:matchMode?: MatchMode;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanOptions#match…
695 …类名:ScanDuty;<br>方法or属性:enum ScanDuty<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanDuty|@ohos.bl…
696 …y;<br>方法or属性:SCAN_MODE_LOW_POWER = 0<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MOD…
697 …ty;<br>方法or属性:SCAN_MODE_BALANCED = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MOD…
698 …<br>方法or属性:SCAN_MODE_LOW_LATENCY = 2<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.ScanDuty#SCAN_MOD…
699 …:MatchMode;<br>方法or属性:enum MatchMode<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.MatchMode|@ohos.b…
700 …<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.MatchMode#MATCH_M…
701 …ode;<br>方法or属性:MATCH_MODE_STICKY = 2<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.MatchMode#MATCH_M…