Lines Matching refs:GattServer

134 |新增|NA|类名:BLE;<br>方法or属性:function createGattServer(): GattServer;|@ohos.bluetoothManager.d.ts|
141 |新增|NA|类名:GattServer;<br>方法or属性:startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;|@ohos.bluetoothManager.d.ts|
142 |新增|NA|类名:GattServer;<br>方法or属性:stopAdvertising(): void;|@ohos.bluetoothManager.d.ts|
143 |新增|NA|类名:GattServer;<br>方法or属性:addService(service: GattService): void;|@ohos.bluetoothManager.d.ts|
144 |新增|NA|类名:GattServer;<br>方法or属性:removeService(serviceUuid: string): void;|@ohos.bluetoothManager.d.ts|
145 |新增|NA|类名:GattServer;<br>方法or属性:close(): void;|@ohos.bluetoothManager.d.ts|
147 |新增|NA|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): void;|@ohos.bluetoothManager.d.ts|
148 |新增|NA|类名:GattServer;<br>方法or属性:sendResponse(serverResponse: ServerResponse): void;|@ohos.bluetoothManager.d.ts|
149 |新增|NA|类名:GattServer;<br>方法or属性:on(type: "characteristicRead", callback: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetoothManager.d.ts|
150 |新增|NA|类名:GattServer;<br>方法or属性:on(type: "characteristicWrite", callback: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
151 |新增|NA|类名:GattServer;<br>方法or属性:on(type: "descriptorRead", callback: Callback\<DescriptorReadRequest>): void;|@ohos.bluetoothManager.d.ts|
152 |新增|NA|类名:GattServer;<br>方法or属性:on(type: "descriptorWrite", callback: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
153 |新增|NA|类名:GattServer;<br>方法or属性:on(type: "connectStateChange", callback: Callback\<BLEConnectChangedState>): void;|@ohos.bluetoothManager.d.ts|
154 |新增|NA|类名:GattServer;<br>方法or属性:off(type: "characteristicRead", callback?: Callback\<CharacteristicReadRequest>): void;|@ohos.bluetoothManager.d.ts|
155 |新增|NA|类名:GattServer;<br>方法or属性:off(type: "characteristicWrite", callback?: Callback\<CharacteristicWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
156 |新增|NA|类名:GattServer;<br>方法or属性:off(type: "descriptorRead", callback?: Callback\<DescriptorReadRequest>): void;|@ohos.bluetoothManager.d.ts|
157 |新增|NA|类名:GattServer;<br>方法or属性:off(type: "descriptorWrite", callback?: Callback\<DescriptorWriteRequest>): void;|@ohos.bluetoothManager.d.ts|
158 |新增|NA|类名:GattServer;<br>方法or属性:off(type: "connectStateChange", callback?: Callback\<BLEConnectChangedState>): void;|@ohos.bluetoothManager.d.ts|
1014 |废弃版本有变化|类名:BLE;<br>方法or属性:function createGattServer(): GattServer;<br>旧版本信息:|类名:BLE;<br>方法or属性:function createGattServer(): GattServer;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.BLE.createGattServer|@ohos.bluetooth.d.ts|
1021 |废弃版本有变化|类名:GattServer;<br>方法or属性:interface GattServer<br>旧版本信息:|类名:GattServer;<br>方法or属性:interface GattServer<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer|@ohos.bluetooth.d.ts|
1022 |废弃版本有变化|类名:GattServer;<br>方法or属性:startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData, advResponse?: AdvertiseData): void;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#startAdvertising|@ohos.bluetooth.d.ts|
1023 |废弃版本有变化|类名:GattServer;<br>方法or属性:stopAdvertising(): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:stopAdvertising(): void;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#stopAdvertising|@ohos.bluetooth.d.ts|
1024 |废弃版本有变化|类名:GattServer;<br>方法or属性:addService(service: GattService): boolean;<br>旧版本信息:|类名:GattServer;<br>方法or属性:addService(service: GattService): boolean;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#addService|@ohos.bluetooth.d.ts|
1025 |废弃版本有变化|类名:GattServer;<br>方法or属性:removeService(serviceUuid: string): boolean;<br>旧版本信息:|类名:GattServer;<br>方法or属性:removeService(serviceUuid: string): boolean;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#removeService|@ohos.bluetooth.d.ts|
1026 |废弃版本有变化|类名:GattServer;<br>方法or属性:close(): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:close(): void;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#close|@ohos.bluetooth.d.ts|
1027 |废弃版本有变化|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;<br>旧版本信息:|类名:GattServer;<br>方法or属性:notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#notifyCharacteristicChanged|@ohos.bluetooth.d.ts|
1028 |废弃版本有变化|类名:GattServer;<br>方法or属性:sendResponse(serverResponse: ServerResponse): boolean;<br>旧版本信息:|类名:GattServer;<br>方法or属性:sendResponse(serverResponse: ServerResponse): boolean;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#sendResponse|@ohos.bluetooth.d.ts|
1029 |废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: "characteristicRead", callback: Callback\<CharacteristicReadReq>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: "characteristicRead", callback: Callback\<CharacteristicReadReq>): void;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#on#event:characteristicRead|@ohos.bluetooth.d.ts|
1030 |废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: "characteristicWrite", callback: Callback\<CharacteristicWriteReq>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: "characteristicWrite", callback: Callback\<CharacteristicWriteReq>): void;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#on#event:characteristicWrite|@ohos.bluetooth.d.ts|
1031 |废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: "descriptorRead", callback: Callback\<DescriptorReadReq>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: "descriptorRead", callback: Callback\<DescriptorReadReq>): void;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#on#event:descriptorRead|@ohos.bluetooth.d.ts|
1032 |废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: "descriptorWrite", callback: Callback\<DescriptorWriteReq>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: "descriptorWrite", callback: Callback\<DescriptorWriteReq>): void;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#on#event:descriptorWrite|@ohos.bluetooth.d.ts|
1033 |废弃版本有变化|类名:GattServer;<br>方法or属性:on(type: "connectStateChange", callback: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:on(type: "connectStateChange", callback: Callback\<BLEConnectChangedState>): void;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#on#event:connectStateChange|@ohos.bluetooth.d.ts|
1034 |废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: "characteristicRead", callback?: Callback\<CharacteristicReadReq>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: "characteristicRead", callback?: Callback\<CharacteristicReadReq>): void;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#off#event:characteristicRead|@ohos.bluetooth.d.ts|
1035 |废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: "characteristicWrite", callback?: Callback\<CharacteristicWriteReq>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: "characteristicWrite", callback?: Callback\<CharacteristicWriteReq>): void;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#off#event:characteristicWrite|@ohos.bluetooth.d.ts|
1036 |废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: "descriptorRead", callback?: Callback\<DescriptorReadReq>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: "descriptorRead", callback?: Callback\<DescriptorReadReq>): void;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#off#event:descriptorRead|@ohos.bluetooth.d.ts|
1037 |废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: "descriptorWrite", callback?: Callback\<DescriptorWriteReq>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: "descriptorWrite", callback?: Callback\<DescriptorWriteReq>): void;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#off#event:descriptorWrite|@ohos.bluetooth.d.ts|
1038 |废弃版本有变化|类名:GattServer;<br>方法or属性:off(type: "connectStateChange", callback?: Callback\<BLEConnectChangedState>): void;<br>旧版本信息:|类名:GattServer;<br>方法or属性:off(type: "connectStateChange", callback?: Callback\<BLEConnectChangedState>): void;<br>新版本信息:9<br>代替接口: ohos.bluetoothManager/bluetoothManager.GattServer#off#event:connectStateChange|@ohos.bluetooth.d.ts|
1717 |权限有变化|类名:GattServer;<br>方法or属性:on(type: "descriptorWrite", callback: Callback\<DescriptorWriteReq>): void;<br>旧版本信息:ohos.permission.USE_BLUETOOTH|类名:GattServer;<br>方法or属性:on(type: "descriptorWrite", callback: Callback\<DescriptorWriteReq>): void;<br>新版本信息:ohos.permission.USE_BLUETOOTH,ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts|