commit | 09c11722826faab2146df1b8e49faf7dbab689fd | [log] [tgz] |
---|---|---|
author | Sumit Deshmukh <sumitd@codeaurora.org> | Fri May 03 16:58:10 2019 +0530 |
committer | Sumit Deshmukh <sumitd@codeaurora.org> | Mon May 06 17:11:15 2019 +0530 |
tree | a00fa893e51e77345d206736d40ddc322949f040 | |
parent | 5c182e72a10a7d720f9697a4f33ea4fea6c8aae0 [diff] |
GATT: Ensure JNI callback object is valid before callback invocation. Use case: Perform BT ON/OFF in stress test. Issue: Bluetooth process cra_shes. Root Cause: When BT is turned OFF, JNI Callback object was set to NULL in cleanupNative. Fix: Guard callback invocation with NULL check. CRs-Fixed: 2447396 Change-Id: If931f0d95fa97426947f2eccb26c4cec48696b65