Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We are passing the same parameter two times, should take a look at it to see if ... #6188

Closed
todo bot opened this issue Apr 21, 2021 · 1 comment
Closed
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Apr 21, 2021

// TODO: We are passing the same parameter two times, should take a look at it to see if we can remove one of them.
mConnectionDelegate->NewConnection(this, this, connDiscriminator);
return BLE_NO_ERROR;
}
BLE_ERROR BleLayer::NewBleConnectionByObject(BLE_CONNECTION_OBJECT connObj)
{
VerifyOrReturnError(mState == kState_Initialized, BLE_ERROR_INCORRECT_STATE);
VerifyOrReturnError(mBleTransport != nullptr, BLE_ERROR_INCORRECT_STATE);


This issue was generated by todo based on a TODO comment in d937f7b when #5337 was merged. cc @erjiaqing.
@todo todo bot added the todo label Apr 21, 2021
@todo todo bot assigned erjiaqing Apr 21, 2021
@vivien-apple
Copy link
Contributor

Duplicate of #6190

@vivien-apple vivien-apple marked this as a duplicate of #6190 Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants