Loading system/stack/l2cap/l2c_ble.cc +2 −2 Original line number Diff line number Diff line Loading @@ -108,10 +108,10 @@ void l2cble_notify_le_connection(const RawAddress& bda) { if (get_btm_client_interface().peer.BTM_IsAclConnectionUp(bda, BT_TRANSPORT_LE) && p_lcb->link_state != LST_CONNECTED) { /* update link status */ p_lcb->link_state = LST_CONNECTED; // TODO Move this back into acl layer btm_establish_continue_from_address(bda, BT_TRANSPORT_LE); /* update l2cap link status and send callback */ p_lcb->link_state = LST_CONNECTED; /* send callback */ l2cu_process_fixed_chnl_resp(p_lcb); } Loading Loading
system/stack/l2cap/l2c_ble.cc +2 −2 Original line number Diff line number Diff line Loading @@ -108,10 +108,10 @@ void l2cble_notify_le_connection(const RawAddress& bda) { if (get_btm_client_interface().peer.BTM_IsAclConnectionUp(bda, BT_TRANSPORT_LE) && p_lcb->link_state != LST_CONNECTED) { /* update link status */ p_lcb->link_state = LST_CONNECTED; // TODO Move this back into acl layer btm_establish_continue_from_address(bda, BT_TRANSPORT_LE); /* update l2cap link status and send callback */ p_lcb->link_state = LST_CONNECTED; /* send callback */ l2cu_process_fixed_chnl_resp(p_lcb); } Loading