Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server.h48 virtual int RespondDescriptorWrite(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_server_server.h46 int RespondDescriptorWrite(
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_server_proxy.h44 int RespondDescriptorWrite(
/ohos5.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) overri…
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 &descripto… in RespondDescriptorWrite() function in OHOS::bluetooth::GattServerService
378 …GetDispatcher()->PostTask(std::bind(&impl::RespondDescriptorWrite, pimpl.get(), device, descriptor… in RespondDescriptorWrite()
821 void GattServerService::impl::RespondDescriptorWrite(const GattDevice &device, uint16_t DescriptorH… in RespondDescriptorWrite() function in OHOS::bluetooth::GattServerService::impl
/ohos5.0/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…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp95 int RespondDescriptorWrite(const bluetooth::GattDevice &device, uint16_t handle, int ret);
570 int GattServer::impl::RespondDescriptorWrite(const bluetooth::GattDevice &device, uint16_t handle, … in RespondDescriptorWrite() function in OHOS::Bluetooth::GattServer::impl
574 …return proxy->RespondDescriptorWrite(device, (BluetoothGattDescriptor)bluetooth::Descriptor(handle… in RespondDescriptorWrite()
825 …result = pimpl->RespondDescriptorWrite(gattdevice, request->context_.descriptor_->GetHandle(), sta… in SendResponse()
/ohos5.0/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()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_proxy.cpp212 int BluetoothGattServerProxy::RespondDescriptorWrite( in RespondDescriptorWrite() function in OHOS::Bluetooth::BluetoothGattServerProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_stub.cpp241 int result = RespondDescriptorWrite(*device, *descriptor, ret1); in RespondDescriptorWriteInner()