Fix to avoid JNI crashes
For quick BT turn on/off cases there may be instances where callback from btif is triggered even before callback object is created or cleanup path may clear callback object just before stray btif callback call tries to access the same. These checks will help prevent those unwanted crashes. Change-Id: I9b793ed1d703ac616ed357694a365986707ee376
Loading
Please register or sign in to comment