Remove usage of memset
As new structures contains C++ classes, using memset to initialize instances is risky. Instead, use zero-initialization to properly initialize class variables. Bug: 348559823 Bug: 273561907 Test: atest BluetoothInstrumentationTests w/o flags Change-Id: I9f0134200356ba462e109f42f74b24370e4ab7c6
Loading
Please register or sign in to comment