internal fix

PiperOrigin-RevId: 755993569
This commit is contained in:
Guogang Li
2025-05-07 13:55:38 -07:00
committed by Copybara-Service
parent ee9266b175
commit 94ddb09a7f
8 changed files with 16 additions and 40 deletions
@@ -180,7 +180,7 @@ Exception BleOutputStream::Close() {
BleSocket::BleSocket(id<GNCMConnection> connection)
: input_stream_(new BleInputStream()),
output_stream_(new BleOutputStream(connection)),
peripheral_(new EmptyBlePeripheral()) {}
peripheral_(&(BlePeripheral::DefaultBlePeripheral())) {}
BleSocket::BleSocket(id<GNCMConnection> connection, api::ble_v2::BlePeripheral *peripheral)
: input_stream_(new BleInputStream()),