Home
last modified time | relevance | path

Searched refs:WriteDescriptor (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_client.h249 virtual int WriteDescriptor(int appId, Descriptor &descriptor) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_client.h47 virtual int WriteDescriptor(int32_t appId, BluetoothGattDescriptor *descriptor) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_client.h349 int WriteDescriptor(GattDescriptor &descriptor);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_client_server.h47 int WriteDescriptor(int32_t appId, BluetoothGattDescriptor *descriptor) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.h45 int WriteDescriptor(int appId, Descriptor &descriptor) override;
H A Dgatt_client_service.cpp112 void WriteDescriptor(int appId, uint16_t handle, const GattValue &value, int length);
349 int GattClientService::WriteDescriptor(int appId, Descriptor &descriptor) in WriteDescriptor() function in OHOS::bluetooth::GattClientService
363 std::bind(&impl::WriteDescriptor, pimpl.get(), appId, descriptor.handle_, sharedPtr, descriptor.length_)); in WriteDescriptor()
766 void GattClientService::impl::WriteDescriptor(int appId, uint16_t handle, const GattValue &value, int length) in WriteDescriptor() function in OHOS::bluetooth::GattClientService::impl
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_client_proxy.h44 int WriteDescriptor(int32_t appId, BluetoothGattDescriptor *descriptor) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp452 int BluetoothGattClientServer::WriteDescriptor(int32_t appId, BluetoothGattDescriptor *descriptor) in WriteDescriptor() function in OHOS::Bluetooth::BluetoothGattClientServer
468 return pimpl->clientService_->WriteDescriptor(appId, desc); in WriteDescriptor()
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_client_test.cpp328 * @tc.name: WriteDescriptor
342 int result = client.WriteDescriptor(descriptor); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp907 result = proxy->WriteDescriptor(pimpl->applicationId_, &desc); in SetNotifyCharacteristicInner()
994 int GattClient::WriteDescriptor(GattDescriptor &descriptor) in WriteDescriptor() function in OHOS::Bluetooth::GattClient
1027 result = proxy->WriteDescriptor(pimpl->applicationId_, &desc); in WriteDescriptor()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_client_stub.cpp242 int result = WriteDescriptor(appId, descriptor.get()); in WriteDescriptorInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_client_proxy.cpp206 int BluetoothGattClientProxy::WriteDescriptor(int32_t appId, BluetoothGattDescriptor *descriptor) in WriteDescriptor() function in OHOS::Bluetooth::BluetoothGattClientProxy
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp635 ret = gattClient->WriteDescriptor(*descriptor); in WriteDescriptorValueEx()
793 int ret = client->WriteDescriptor(*descriptor); in WriteDescriptorValue()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp714 int result = client->WriteDescriptor(*tmpDescriptor); in BleGattcWriteDescriptor()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.cpp661 gattClientService->WriteDescriptor(appId_, *iter->second->config); in SetInputReportNotification()

Completed in 15 milliseconds