Lines Matching refs:GattServer

396 | ohos.bluetooth | GattServer | off(type: "connectStateChange", callback?: Callback\<BLEConnectChan…
397 | ohos.bluetooth | GattServer | on(type: "connectStateChange", callback: Callback\<BLEConnectChange…
398 | ohos.bluetooth | GattServer | off(type: "descriptorWrite", callback?: Callback\<DescriptorWriteRe…
399 | ohos.bluetooth | GattServer | on(type: "descriptorWrite", callback: Callback\<DescriptorWriteReq>…
400 | ohos.bluetooth | GattServer | off(type: "descriptorRead", callback?: Callback\<DescriptorReadReq>…
401 | ohos.bluetooth | GattServer | on(type: "descriptorRead", callback: Callback\<DescriptorReadReq>):…
402 | ohos.bluetooth | GattServer | off(type: "characteristicWrite", callback?: Callback\<Characteristi…
403 | ohos.bluetooth | GattServer | on(type: "characteristicWrite", callback: Callback\<CharacteristicW…
404 | ohos.bluetooth | GattServer | off(type: "characteristicRead", callback?: Callback\<Characteristic…
405 | ohos.bluetooth | GattServer | on(type: "characteristicRead", callback: Callback\<CharacteristicRe…
406 | ohos.bluetooth | GattServer | sendResponse(serverResponse: ServerResponse): boolean; | 新增 |
407 | ohos.bluetooth | GattServer | notifyCharacteristicChanged(deviceId: string, notifyCharacteristic:…
408 | ohos.bluetooth | GattServer | close(): void; | 新增 |
409 | ohos.bluetooth | GattServer | removeService(serviceUuid: string): boolean; | 新增 |
410 | ohos.bluetooth | GattServer | addService(service: GattService): boolean; | 新增 |
411 | ohos.bluetooth | GattServer | stopAdvertising(): void; | 新增 |
412 | ohos.bluetooth | GattServer | startAdvertising(setting: AdvertiseSetting, advData: AdvertiseData,…
419 | ohos.bluetooth | BLE | createGattServer(): GattServer; | 新增 |