Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server.h46 virtual int RespondDescriptorRead(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_server_server.h44 int RespondDescriptorRead(
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_server_proxy.h42 int RespondDescriptorRead(
/ohos5.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 … in RespondDescriptorRead() function in OHOS::bluetooth::GattServerService
362 …&impl::RespondDescriptorRead, pimpl.get(), device, descriptor.handle_, sharedPtr, descriptor.lengt… in RespondDescriptorRead()
810 void GattServerService::impl::RespondDescriptorRead( in RespondDescriptorRead() function in OHOS::bluetooth::GattServerService::impl
/ohos5.0/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;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp93 int RespondDescriptorRead(
556 int GattServer::impl::RespondDescriptorRead( in RespondDescriptorRead() function in OHOS::Bluetooth::GattServer::impl
563 return proxy->RespondDescriptorRead(device, &desc, ret); in RespondDescriptorRead()
567 return proxy->RespondDescriptorRead(device, &desc, ret); in RespondDescriptorRead()
821 result = pimpl->RespondDescriptorRead( in SendResponse()
/ohos5.0/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()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_proxy.cpp194 int BluetoothGattServerProxy::RespondDescriptorRead( in RespondDescriptorRead() function in OHOS::Bluetooth::BluetoothGattServerProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_stub.cpp222 int result = RespondDescriptorRead(*device, descriptor.get(), ret1); in RespondDescriptorReadInner()