Roll forward up to cl/353292511.

This commit is contained in:
hai007
2021-01-22 12:13:44 -08:00
parent 524bd1d2f3
commit 335b3a8d45
36 changed files with 592 additions and 155 deletions
+2 -1
View File
@@ -96,7 +96,8 @@ BluetoothBwuHandler::CreateUpgradedEndpointChannel(
return nullptr;
}
BluetoothSocket socket = bluetooth_medium_.Connect(device, service_name);
BluetoothSocket socket = bluetooth_medium_.Connect(
device, service_name, client->GetCancellationFlag(endpoint_id));
if (!socket.IsValid()) {
return nullptr;
}