/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_client.h | 45 …virtual int SignedWriteCharacteristic(int32_t appId, BluetoothGattCharacteristic *characteristic) …
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_client_server.h | 45 …int SignedWriteCharacteristic(int32_t appId, BluetoothGattCharacteristic *characteristic) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.h | 43 int SignedWriteCharacteristic(int appId, Characteristic &characteristic) override;
|
H A D | gatt_client_service.cpp | 110 void SignedWriteCharacteristic(int appId, uint16_t handle, const GattValue &value, int length); 317 int GattClientService::SignedWriteCharacteristic(int appId, Characteristic &characteristic) in SignedWriteCharacteristic() function in OHOS::bluetooth::GattClientService 328 GetDispatcher()->PostTask(std::bind(&impl::SignedWriteCharacteristic, in SignedWriteCharacteristic() 740 void GattClientService::impl::SignedWriteCharacteristic(int appId, uint16_t handle, const GattValue… in SignedWriteCharacteristic() function in OHOS::bluetooth::GattClientService::impl
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_client_proxy.h | 42 …int SignedWriteCharacteristic(int32_t appId, BluetoothGattCharacteristic *characteristic) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_client.h | 228 virtual int SignedWriteCharacteristic(int appId, Characteristic &characteristic) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_client_server.cpp | 422 int BluetoothGattClientServer::SignedWriteCharacteristic(int32_t appId, BluetoothGattCharacteristic… in SignedWriteCharacteristic() function in OHOS::Bluetooth::BluetoothGattClientServer 434 return pimpl->clientService_->SignedWriteCharacteristic(appId, character); in SignedWriteCharacteristic()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_client_stub.cpp | 208 int result = SignedWriteCharacteristic(appId, characteristic.get()); in SignedWriteCharacteristicInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_client_proxy.cpp | 173 int BluetoothGattClientProxy::SignedWriteCharacteristic(int32_t appId, BluetoothGattCharacteristic … in SignedWriteCharacteristic() function in OHOS::Bluetooth::BluetoothGattClientProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 998 result = proxy->SignedWriteCharacteristic(pimpl->applicationId_, &character); in WriteCharacteristic()
|