/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server.h | 44 virtual int RespondCharacteristicWrite(
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_server_server.h | 42 int RespondCharacteristicWrite(
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_server_proxy.h | 40 int RespondCharacteristicWrite(
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_server.h | 243 virtual int RespondCharacteristicWrite(const GattDevice &device, const Characteristic &characteristic, int ret) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.h | 39 int RespondCharacteristicWrite(const GattDevice &device, const Characteristic &characteristic, int ret) override;
|
H A D | gatt_server_service.cpp | 81 void RespondCharacteristicWrite(const GattDevice &device, uint16_t characteristicHandle, int ret); 331 int GattServerService::RespondCharacteristicWrite( in RespondCharacteristicWrite() function in OHOS::bluetooth::GattServerService 340 std::bind(&impl::RespondCharacteristicWrite, pimpl.get(), device, characteristic.valueHandle_, ret)); in RespondCharacteristicWrite() 799 void GattServerService::impl::RespondCharacteristicWrite( in RespondCharacteristicWrite() function in OHOS::bluetooth::GattServerService::impl
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 89 int RespondCharacteristicWrite(const bluetooth::GattDevice &device, uint16_t handle, int ret); 572 int GattServer::impl::RespondCharacteristicWrite(const bluetooth::GattDevice &device, uint16_t handle, int ret) in RespondCharacteristicWrite() function in OHOS::Bluetooth::RequestInformation::GattServer::impl 576 return proxy->RespondCharacteristicWrite( in RespondCharacteristicWrite() 841 result = pimpl->RespondCharacteristicWrite( in SendResponse()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_server_server.cpp | 409 int BluetoothGattServerServer::RespondCharacteristicWrite( in RespondCharacteristicWrite() function in OHOS::Bluetooth::BluetoothGattServerServer 423 int result = pimpl->serverService_->RespondCharacteristicWrite( in RespondCharacteristicWrite()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_server_proxy.cpp | 172 int BluetoothGattServerProxy::RespondCharacteristicWrite( in RespondCharacteristicWrite() function in OHOS::Bluetooth::BluetoothGattServerProxy
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_stub.cpp | 203 int result = RespondCharacteristicWrite(*device, *characteristic, ret1); in RespondCharacteristicWriteInner()
|