Loading system/stack/btm/btm_sec.c +1 −0 Original line number Diff line number Diff line Loading @@ -3008,6 +3008,7 @@ static tBTM_STATUS btm_sec_dd_create_conn (tBTM_SEC_DEV_REC *p_dev_rec) if (p_lcb && (p_lcb->link_state == LST_CONNECTED || p_lcb->link_state == LST_CONNECTING)) { BTM_TRACE_WARNING("%s Connection already exists", __func__); btm_sec_change_pairing_state(BTM_PAIR_STATE_WAIT_PIN_REQ); return BTM_CMD_STARTED; } Loading Loading
system/stack/btm/btm_sec.c +1 −0 Original line number Diff line number Diff line Loading @@ -3008,6 +3008,7 @@ static tBTM_STATUS btm_sec_dd_create_conn (tBTM_SEC_DEV_REC *p_dev_rec) if (p_lcb && (p_lcb->link_state == LST_CONNECTED || p_lcb->link_state == LST_CONNECTING)) { BTM_TRACE_WARNING("%s Connection already exists", __func__); btm_sec_change_pairing_state(BTM_PAIR_STATE_WAIT_PIN_REQ); return BTM_CMD_STARTED; } Loading