/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server.h | 46 virtual int RespondDescriptorRead(
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_server_server.h | 44 int RespondDescriptorRead(
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_server_proxy.h | 42 int RespondDescriptorRead(
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_server.h | 254 virtual int RespondDescriptorRead(const GattDevice &device, Descriptor &descriptor, int ret) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.h | 40 int RespondDescriptorRead(const GattDevice &device, Descriptor &descriptor, int ret) override;
|
H A D | gatt_server_service.cpp | 82 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 D | bluetooth_gatt_server.cpp | 90 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 D | bluetooth_gatt_server_server.cpp | 428 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 D | bluetooth_gatt_server_proxy.cpp | 191 int BluetoothGattServerProxy::RespondDescriptorRead( in RespondDescriptorRead() function in OHOS::Bluetooth::BluetoothGattServerProxy
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_stub.cpp | 222 int result = RespondDescriptorRead(*device, descriptor.get(), ret1); in RespondDescriptorReadInner()
|