Home
last modified time | relevance | path

Searched refs:RespondDescriptorWrite (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server.h48 virtual int RespondDescriptorWrite(
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_server_server.h46 int RespondDescriptorWrite(
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_server_proxy.h44 int RespondDescriptorWrite(
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_server.h265 virtual int RespondDescriptorWrite(const GattDevice &device, const Descriptor &descriptor, int ret) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.h41 int RespondDescriptorWrite(const GattDevice &device, const Descriptor &descriptor, int ret) override;
H A Dgatt_server_service.cpp84 void RespondDescriptorWrite(const GattDevice &device, uint16_t descriptorHandle, int ret);
367 int GattServerService::RespondDescriptorWrite(const GattDevice &device, const Descriptor &descriptor, int ret) in RespondDescriptorWrite() function in OHOS::bluetooth::GattServerService
378 GetDispatcher()->PostTask(std::bind(&impl::RespondDescriptorWrite, pimpl.get(), device, descriptor.handle_, ret)); in RespondDescriptorWrite()
821 void GattServerService::impl::RespondDescriptorWrite(const GattDevice &device, uint16_t DescriptorHandle, int ret) in RespondDescriptorWrite() function in OHOS::bluetooth::GattServerService::impl
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp92 int RespondDescriptorWrite(const bluetooth::GattDevice &device, uint16_t handle, int ret);
594 int GattServer::impl::RespondDescriptorWrite(const bluetooth::GattDevice &device, uint16_t handle, int ret) in RespondDescriptorWrite() function in OHOS::Bluetooth::RequestInformation::GattServer::impl
598 return proxy->RespondDescriptorWrite(device, (BluetoothGattDescriptor)bluetooth::Descriptor(handle), ret); in RespondDescriptorWrite()
849 result = pimpl->RespondDescriptorWrite(gattdevice, request->context_.descriptor_->GetHandle(), status); in SendResponse()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp450 int BluetoothGattServerServer::RespondDescriptorWrite( in RespondDescriptorWrite() function in OHOS::Bluetooth::BluetoothGattServerServer
464 int result = pimpl->serverService_->RespondDescriptorWrite( in RespondDescriptorWrite()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_proxy.cpp209 int BluetoothGattServerProxy::RespondDescriptorWrite( in RespondDescriptorWrite() function in OHOS::Bluetooth::BluetoothGattServerProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_stub.cpp241 int result = RespondDescriptorWrite(*device, *descriptor, ret1); in RespondDescriptorWriteInner()

Completed in 7 milliseconds