Skip to content

Commit

Permalink
Update src/platform/P6/BLEManagerImpl.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Smith <smides@google.com>
  • Loading branch information
woody-apple and smides-nest committed Oct 27, 2021
1 parent 423742c commit e1cccb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/P6/BLEManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ bool BLEManagerImpl::SendIndication(BLE_CONNECTION_OBJECT conId, const ChipBleUU
exit:
if (gatt_err != WICED_BT_GATT_SUCCESS)
{
ChipLogError(DeviceLayer, "BLEManagerImpl::SendIndication() failed: %ld", gatt_err);
ChipLogError(DeviceLayer, "BLEManagerImpl::SendNotification() failed: %ld", gatt_err);
return false;
}
else
Expand Down

0 comments on commit e1cccb2

Please sign in to comment.