upstream changes applied to linux impl

This commit is contained in:
kidfromjupiter
2026-02-04 22:04:03 +00:00
parent 5ec5b2b10f
commit 4d2f34ccfb
50 changed files with 505 additions and 10803 deletions
@@ -184,7 +184,7 @@ void BleV2Socket::SetGattServer(
// Notify remote device via TX characteristic
absl::Status status = gatt_server_->NotifyCharacteristicChanged(
tx_char_, /*confirm=*/false, data);
tx_char_, /*confirm=*/false, ByteArray::FromStringView(data));
if (!status.ok()) {
LOG(WARNING) << "Failed to notify TX characteristic: "