Home
last modified time | relevance | path

Searched refs:RespondCharacteristicRead (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_server.h42 virtual int RespondCharacteristicRead(
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_server_server.h40 int RespondCharacteristicRead(
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_server_proxy.h38 int RespondCharacteristicRead(
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_server.h230 virtual int RespondCharacteristicRead(const GattDevice &device, Characteristic &characteristic, int ret) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.h37 int RespondCharacteristicRead(const GattDevice &device, Characteristic &characteristic, int ret) override;
H A Dgatt_server_service.cpp79 void RespondCharacteristicRead(const GattDevice &device, uint16_t valueHandle, const GattValue &value,
276 int GattServerService::RespondCharacteristicRead(const GattDevice &device, Characteristic &characteristic, int ret) in RespondCharacteristicRead() function in OHOS::bluetooth::GattServerService
292 GetDispatcher()->PostTask(std::bind(&impl::RespondCharacteristicRead, in RespondCharacteristicRead()
320 GetDispatcher()->PostTask(std::bind(&impl::RespondCharacteristicRead, in RespondCharacteristicReadByUuid()
784 void GattServerService::impl::RespondCharacteristicRead( in RespondCharacteristicRead() function in OHOS::bluetooth::GattServerService::impl
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/
H A Ddevice_information_service.cpp67 service_.serverService_.RespondCharacteristicRead(device, result, GattStatus::GATT_SUCCESS);
72 service_.serverService_.RespondCharacteristicRead(device, result, GattStatus::GATT_FAILURE);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp87 int RespondCharacteristicRead(
556 int GattServer::impl::RespondCharacteristicRead( in RespondCharacteristicRead() function in OHOS::Bluetooth::RequestInformation::GattServer::impl
565 return proxy->RespondCharacteristicRead(device, &character, ret); in RespondCharacteristicRead()
569 return proxy->RespondCharacteristicRead(device, &character, ret); in RespondCharacteristicRead()
837 result = pimpl->RespondCharacteristicRead( in SendResponse()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp50 service_.serverService_.RespondCharacteristicRead(device, result, GattStatus::GATT_SUCCESS);
55 service_.serverService_.RespondCharacteristicRead(device, result, GattStatus::GATT_FAILURE);
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp387 int BluetoothGattServerServer::RespondCharacteristicRead( in RespondCharacteristicRead() function in OHOS::Bluetooth::BluetoothGattServerServer
405 int result = pimpl->serverService_->RespondCharacteristicRead((bluetooth::GattDevice)device, character, ret); in RespondCharacteristicRead()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_proxy.cpp153 int BluetoothGattServerProxy::RespondCharacteristicRead( in RespondCharacteristicRead() function in OHOS::Bluetooth::BluetoothGattServerProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_stub.cpp184 int result = RespondCharacteristicRead(*device, characteristic.get(), ret1); in RespondCharacteristicReadInner()

Completed in 8 milliseconds