Loading system/stack/btm/btm_ble.cc +7 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ #include "gap_api.h" #include "gatt_api.h" #include "hcimsgs.h" #include "log/log.h" #include "l2c_int.h" #include "osi/include/log.h" #include "osi/include/osi.h" Loading Loading @@ -1909,6 +1910,12 @@ uint8_t btm_proc_smp_cback(tSMP_EVT event, BD_ADDR bd_addr, } if (event == SMP_COMPLT_EVT) { p_dev_rec = btm_find_dev(bd_addr); if (p_dev_rec == NULL) { BTM_TRACE_ERROR("%s: p_dev_rec is NULL", __func__); android_errorWriteLog(0x534e4554, "120612744"); return 0; } BTM_TRACE_DEBUG( "evt=SMP_COMPLT_EVT before update sec_level=0x%x sec_flags=0x%x", p_data->cmplt.sec_level, p_dev_rec->sec_flags); Loading Loading
system/stack/btm/btm_ble.cc +7 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ #include "gap_api.h" #include "gatt_api.h" #include "hcimsgs.h" #include "log/log.h" #include "l2c_int.h" #include "osi/include/log.h" #include "osi/include/osi.h" Loading Loading @@ -1909,6 +1910,12 @@ uint8_t btm_proc_smp_cback(tSMP_EVT event, BD_ADDR bd_addr, } if (event == SMP_COMPLT_EVT) { p_dev_rec = btm_find_dev(bd_addr); if (p_dev_rec == NULL) { BTM_TRACE_ERROR("%s: p_dev_rec is NULL", __func__); android_errorWriteLog(0x534e4554, "120612744"); return 0; } BTM_TRACE_DEBUG( "evt=SMP_COMPLT_EVT before update sec_level=0x%x sec_flags=0x%x", p_data->cmplt.sec_level, p_dev_rec->sec_flags); Loading