Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server.h46 virtual int RespondDescriptorRead(
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_server_server.h44 int RespondDescriptorRead(
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_server_proxy.h42 int RespondDescriptorRead(
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_server.h254 virtual int RespondDescriptorRead(const GattDevice &device, Descriptor &descriptor, int ret) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.h40 int RespondDescriptorRead(const GattDevice &device, Descriptor &descriptor, int ret) override;
H A Dgatt_server_service.cpp82 void RespondDescriptorRead(
345 int GattServerService::RespondDescriptorRead(const GattDevice &device, Descriptor &descriptor, int ret) in RespondDescriptorRead() function in OHOS::bluetooth::GattServerService
362 &impl::RespondDescriptorRead, pimpl.get(), device, descriptor.handle_, sharedPtr, descriptor.length_, ret)); in RespondDescriptorRead()
810 void GattServerService::impl::RespondDescriptorRead( in RespondDescriptorRead() function in OHOS::bluetooth::GattServerService::impl
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp90 int RespondDescriptorRead(
580 int GattServer::impl::RespondDescriptorRead( in RespondDescriptorRead() function in OHOS::Bluetooth::RequestInformation::GattServer::impl
587 return proxy->RespondDescriptorRead(device, &desc, ret); in RespondDescriptorRead()
591 return proxy->RespondDescriptorRead(device, &desc, ret); in RespondDescriptorRead()
845 result = pimpl->RespondDescriptorRead( in SendResponse()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp428 int BluetoothGattServerServer::RespondDescriptorRead( in RespondDescriptorRead() function in OHOS::Bluetooth::BluetoothGattServerServer
446 int result = pimpl->serverService_->RespondDescriptorRead((bluetooth::GattDevice)device, desc, ret); in RespondDescriptorRead()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_proxy.cpp191 int BluetoothGattServerProxy::RespondDescriptorRead( in RespondDescriptorRead() function in OHOS::Bluetooth::BluetoothGattServerProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_stub.cpp222 int result = RespondDescriptorRead(*device, descriptor.get(), ret1); in RespondDescriptorReadInner()

Completed in 10 milliseconds