commit | 76e96a1446c188d20e69b11d29082b7e2f2e1745 | [log] [tgz] |
---|---|---|
author | Ajay Kumar <ajayku@codeaurora.org> | Thu Apr 17 11:33:18 2014 +0530 |
committer | Ajay Kumar <ajayku@codeaurora.org> | Thu Apr 17 11:33:18 2014 +0530 |
tree | 06b7590f063ea488de005d767a091efc20f73f4e | |
parent | 139f611d9e3e72fca1f3044c081fdee99c633f0e [diff] |
Bluetooth: NULL callback access avoidance While initializing for firmware we give the callback for SUCCESS or FAILURE but when the callback pointer itself is NULL we can not send the FAILURE msg using this pointer. We should only set the return value to ERROR.This is conrner case and it is crashing in BT on\off SnS. Change-Id: I3dcbcd64b56bc60fcb43d7b9266a7edc029edaad CRs-Fixed: 640408