/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server.h | 46 virtual int RespondDescriptorRead(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_server_server.h | 44 int RespondDescriptorRead(
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_server_proxy.h | 42 int RespondDescriptorRead(
|
/ohos5.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 … 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 D | interface_profile_gatt_server.h | 254 … virtual int RespondDescriptorRead(const GattDevice &device, Descriptor &descriptor, int ret) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 93 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 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()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_server_proxy.cpp | 194 int BluetoothGattServerProxy::RespondDescriptorRead( in RespondDescriptorRead() function in OHOS::Bluetooth::BluetoothGattServerProxy
|
/ohos5.0/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()
|