mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
upstream changes applied to linux impl
This commit is contained in:
@@ -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: "
|
||||
|
||||
Reference in New Issue
Block a user