mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal refactor
PiperOrigin-RevId: 815749899
This commit is contained in:
committed by
Copybara-Service
parent
a065584164
commit
cce45b745e
@@ -17,7 +17,7 @@
|
||||
#import "internal/platform/implementation/apple/Log/GNCLogger.h"
|
||||
#import "internal/platform/implementation/apple/Mediums/BLE/GNCBLEL2CAPConnection.h"
|
||||
#import "internal/platform/implementation/apple/utils.h"
|
||||
#include "internal/platform/implementation/ble_v2.h"
|
||||
#include "internal/platform/implementation/ble.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace apple {
|
||||
@@ -166,7 +166,7 @@ BleL2capSocket::BleL2capSocket(GNCBLEL2CAPConnection *connection)
|
||||
: BleL2capSocket(connection, BlePeripheral::DefaultBlePeripheral().GetUniqueId()) {}
|
||||
|
||||
BleL2capSocket::BleL2capSocket(GNCBLEL2CAPConnection *connection,
|
||||
api::ble_v2::BlePeripheral::UniqueId peripheral_id)
|
||||
api::ble::BlePeripheral::UniqueId peripheral_id)
|
||||
: input_stream_(std::make_unique<BleL2capInputStream>(connection)),
|
||||
output_stream_(std::make_unique<BleL2capOutputStream>(connection)),
|
||||
peripheral_id_(peripheral_id) {}
|
||||
|
||||
Reference in New Issue
Block a user