Lines Matching refs:GattServer

64 |新增|NA|模块名: ohos.bluetoothManager<br>类名: BLE<br>方法 or 属性: function createGattServer(): GattServer;|…
71 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer|@ohos.bluetoothManager.d.ts|
72 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: startAdvertising(setting: Advertis…
73 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: stopAdvertising(): void;|@ohos.blu…
74 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: addService(service: GattService): …
75 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: removeService(serviceUuid: string)…
76 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: close(): void;|@ohos.bluetoothMana…
77 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: notifyCharacteristicChanged(device…
78 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: sendResponse(serverResponse: Serve…
79 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: on(type: "characteristicRead", cal…
80 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: off(type: "characteristicRead", ca…
81 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: on(type: "characteristicWrite", ca…
82 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: off(type: "characteristicWrite", c…
83 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: on(type: "descriptorRead", callbac…
84 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: off(type: "descriptorRead", callba…
85 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: on(type: "descriptorWrite", callba…
86 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: off(type: "descriptorWrite", callb…
87 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: on(type: "connectStateChange", cal…
88 |新增|NA|模块名: ohos.bluetoothManager<br>类名: GattServer<br>方法 or 属性: off(type: "connectStateChange", ca…
454 …or 属性:function createGattServer(): GattServer;<br>废弃版本:N/A|类名:BLE<br>方法 or 属性:function createGattS…
461 |废弃版本有变化|类名:GattServer<br>废弃版本:N/A|类名:GattServer<br>废弃版本:9<br>代替接口:ohos.bluetoothManager/bluetoothM…
462GattServer<br>方法 or 属性:startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResp…
463GattServer<br>方法 or 属性:stopAdvertising(): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:stopAdvertis…
464GattServer<br>方法 or 属性:addService(service: GattService): boolean;<br>废弃版本:N/A|类名:GattServer<br>方法 …
465GattServer<br>方法 or 属性:removeService(serviceUuid: string): boolean;<br>废弃版本:N/A|类名:GattServer<br>方…
466GattServer<br>方法 or 属性:close(): void;<br>废弃版本:N/A|类名:GattServer<br>方法 or 属性:close(): void;<br>废弃版本…
467GattServer<br>方法 or 属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyC…
468GattServer<br>方法 or 属性:sendResponse(serverResponse: ServerResponse): boolean;<br>废弃版本:N/A|类名:GattS…
469GattServer<br>方法 or 属性:on(type: "characteristicRead", callback: Callback\<CharacteristicReadReq>):…
470GattServer<br>方法 or 属性:off(type: "characteristicRead", callback?: Callback\<CharacteristicReadReq>…
471GattServer<br>方法 or 属性:on(type: "characteristicWrite", callback: Callback\<CharacteristicWriteReq>…
472GattServer<br>方法 or 属性:off(type: "characteristicWrite", callback?: Callback\<CharacteristicWriteRe…
473GattServer<br>方法 or 属性:on(type: "descriptorRead", callback: Callback\<DescriptorReadReq>): void;<b…
474GattServer<br>方法 or 属性:off(type: "descriptorRead", callback?: Callback\<DescriptorReadReq>): void;…
475GattServer<br>方法 or 属性:on(type: "descriptorWrite", callback: Callback\<DescriptorWriteReq>): void;…
476GattServer<br>方法 or 属性:off(type: "descriptorWrite", callback?: Callback\<DescriptorWriteReq>): voi…
477GattServer<br>方法 or 属性:on(type: "connectStateChange", callback: Callback\<BLEConnectChangedState>)…
478GattServer<br>方法 or 属性:off(type: "connectStateChange", callback?: Callback\<BLEConnectChangedState…