/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server.h | 48 virtual int RespondDescriptorWrite(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_server_server.h | 46 int RespondDescriptorWrite(
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_server_proxy.h | 44 int RespondDescriptorWrite(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.h | 41 …int RespondDescriptorWrite(const GattDevice &device, const Descriptor &descriptor, int ret) overri…
|
H A D | gatt_server_service.cpp | 84 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 D | interface_profile_gatt_server.h | 265 …virtual int RespondDescriptorWrite(const GattDevice &device, const Descriptor &descriptor, int ret…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 95 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 D | bluetooth_gatt_server_server.cpp | 450 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 D | bluetooth_gatt_server_proxy.cpp | 212 int BluetoothGattServerProxy::RespondDescriptorWrite( in RespondDescriptorWrite() function in OHOS::Bluetooth::BluetoothGattServerProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_stub.cpp | 241 int result = RespondDescriptorWrite(*device, *descriptor, ret1); in RespondDescriptorWriteInner()
|