commit | a8b93e5a56c1fb49751ff5500cc9063f05ca3e37 | [log] [tgz] |
---|---|---|
author | Arthur Hsu <arthurhsu@google.com> | Fri Jan 12 10:07:59 2018 -0800 |
committer | Arthur Hsu <arthurhsu@google.com> | Fri Jan 12 10:11:45 2018 -0800 |
tree | 6bf952d9c5b8b92dc8f153f6c4d2e5900dd8cda8 | |
parent | 3f9dfd50622df59fbf828b40d0629c00c4cd6625 [diff] |
GattServer: Check for null for mServerMap.connIdByAddress We check for null for mServerMap.connIdByAddress in every places except in SendResponse and SendNotification. This patch properly fixes that. Based on ag/1226721 Bug: 62409644 69965109 Test: Build ok Change-Id: I104f9d0749af389779ecc33b30e31715b17c21c1