/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server.h | 42 virtual int RespondCharacteristicRead(
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_server_server.h | 40 int RespondCharacteristicRead(
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_server_proxy.h | 38 int RespondCharacteristicRead(
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_server.h | 230 virtual int RespondCharacteristicRead(const GattDevice &device, Characteristic &characteristic, int ret) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.h | 37 int RespondCharacteristicRead(const GattDevice &device, Characteristic &characteristic, int ret) override;
|
H A D | gatt_server_service.cpp | 79 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 D | device_information_service.cpp | 67 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 D | bluetooth_gatt_server.cpp | 87 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 D | generic_access_service.cpp | 50 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 D | bluetooth_gatt_server_server.cpp | 387 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 D | bluetooth_gatt_server_proxy.cpp | 153 int BluetoothGattServerProxy::RespondCharacteristicRead( in RespondCharacteristicRead() function in OHOS::Bluetooth::BluetoothGattServerProxy
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_stub.cpp | 184 int result = RespondCharacteristicRead(*device, characteristic.get(), ret1); in RespondCharacteristicReadInner()
|