GATT: Fix NPE issue while stop LE scan
Sometimes, the handler in ScanManager was set to be NULL in cleanup, but handleStopScan still use this handler to remove message. Need add protect code to avoid NPE crash. Change-Id: Ife496e0546fc085094ba476f6a7a6b3d150a770d CRs-Fixed: 1091300
Loading
Please register or sign in to comment