Loading system/stack/l2cap/l2c_ble.cc +1 −0 Original line number Diff line number Diff line Loading @@ -262,6 +262,7 @@ bool l2cble_conn_comp(uint16_t handle, uint8_t role, const RawAddress& bda, return false; } } p_lcb->link_state = LST_CONNECTING; } else if (role == HCI_ROLE_CENTRAL && p_lcb->link_state != LST_CONNECTING) { LOG_ERROR( "Received le acl connection as role central but not in connecting " Loading Loading
system/stack/l2cap/l2c_ble.cc +1 −0 Original line number Diff line number Diff line Loading @@ -262,6 +262,7 @@ bool l2cble_conn_comp(uint16_t handle, uint8_t role, const RawAddress& bda, return false; } } p_lcb->link_state = LST_CONNECTING; } else if (role == HCI_ROLE_CENTRAL && p_lcb->link_state != LST_CONNECTING) { LOG_ERROR( "Received le acl connection as role central but not in connecting " Loading