Home
last modified time | relevance | path

Searched refs:RespondCharacteristicWrite (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server.h44 virtual int RespondCharacteristicWrite(
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_server_server.h42 int RespondCharacteristicWrite(
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_server_proxy.h40 int RespondCharacteristicWrite(
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_server.h243 virtual int RespondCharacteristicWrite(const GattDevice &device, const Characteristic &characteristic, int ret) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.h39 int RespondCharacteristicWrite(const GattDevice &device, const Characteristic &characteristic, int ret) override;
H A Dgatt_server_service.cpp81 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 Dbluetooth_gatt_server.cpp89 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 Dbluetooth_gatt_server_server.cpp409 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 Dbluetooth_gatt_server_proxy.cpp172 int BluetoothGattServerProxy::RespondCharacteristicWrite( in RespondCharacteristicWrite() function in OHOS::Bluetooth::BluetoothGattServerProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_stub.cpp203 int result = RespondCharacteristicWrite(*device, *characteristic, ret1); in RespondCharacteristicWriteInner()

Completed in 7 milliseconds