Lines Matching full:procedure
54 * 4) NOTE: there is a supported features procedure. However, in the case
67 * param request procedure and connection update procedure. This was
71 * used the request procedure and the update procedure and make sure I am doing
112 * Called to determine if a LL control procedure with an instant has
115 * If the function returns a 0 it means no conflicting procedure has
120 * @param req_ctrl_proc The procedure that the peer is trying to initiate
167 * Called to cancel a phy update procedure.
226 /* Stop the control procedure */ in ble_ll_ctrl_rx_ping_rsp()
460 /* Convert opcode to control procedure id */ in ble_ll_ctrl_proc_unk_rsp()
504 /* Stop the control procedure */ in ble_ll_ctrl_proc_unk_rsp()
521 * Callback when LL control procedure times out (for a given connection). If
532 /* Control procedure has timed out. Kill the connection */ in ble_ll_ctrl_proc_rsp_timer_cb()
545 /* Re-start timer. Control procedure timeout is 40 seconds */ in ble_ll_ctrl_start_rsp_timer()
575 /* Must check if we need to start host procedure */ in ble_ll_ctrl_phy_update_proc_complete()
718 * the event and if so send it. Stop control procedure if it is the in ble_ll_ctrl_phy_update_ind_make()
793 /* Check if we have already initiated a procedure with an instant */ in ble_ll_ctrl_rx_phy_req()
818 /* If there is a PHY update procedure pending cancel it */ in ble_ll_ctrl_rx_phy_req()
825 /* XXX: TODO: if we started another procedure with an instant in ble_ll_ctrl_rx_phy_req()
828 /* Respond to master's phy update procedure */ in ble_ll_ctrl_rx_phy_req()
872 * If not in the process of doing this control procedure something in ble_ll_ctrl_rx_phy_rsp()
912 * Reception stops the procedure response timer but does not in ble_ll_ctrl_rx_phy_update_ind()
913 * complete the procedure in ble_ll_ctrl_rx_phy_update_ind()
1390 /* If master, we are done. Stop control procedure and sent event to host */ in ble_ll_ctrl_rx_start_enc_rsp()
1399 /* Procedure has completed but slave needs to send START_ENC_RSP */ in ble_ll_ctrl_rx_start_enc_rsp()
1661 * exceeds the minimum, data length procedure needs to occur in ble_ll_ctrl_initiate_dle()
1764 * initiated a procedure we may have received its connection parameter in ble_ll_ctrl_rx_conn_param_req()
1773 * Check for procedure collision (Vol 6 PartB 5.3). If we are a slave in ble_ll_ctrl_rx_conn_param_req()
1775 * procedure as complete". This means send a connection update complete in ble_ll_ctrl_rx_conn_param_req()
1796 * update procedure we need to return an error in ble_ll_ctrl_rx_conn_param_req()
1825 * procedure and the master initiated one as well. If we do get in this in ble_ll_ctrl_rx_conn_param_rsp()
1827 * procedure when we reply. in ble_ll_ctrl_rx_conn_param_rsp()
1833 /* If we receive a response and no procedure is pending, just leave */ in ble_ll_ctrl_rx_conn_param_rsp()
1873 /* Stop the control procedure */ in ble_ll_ctrl_rx_version_ind()
1914 * Initiate LL control procedure.
1982 /* If we are already encrypted we do pause procedure */ in ble_ll_ctrl_proc_init()
2036 * Stops the LL control procedure indicated by 'ctrl_proc'.
2057 * Called to start the terminate procedure.
2085 * Called to start a LL control procedure except for the terminate procedure. We
2086 * always set the control procedure pending bit even if the control procedure
2102 /* Initiate the control procedure. */ in ble_ll_ctrl_proc_start()
2105 /* Set the current control procedure */ in ble_ll_ctrl_proc_start()
2108 /* Initialize the procedure response timeout */ in ble_ll_ctrl_proc_start()
2115 /* Set bitmask denoting control procedure is pending */ in ble_ll_ctrl_proc_start()
2120 * Called to determine if we need to start a LL control procedure for the given
2143 * If the terminate procedure has not started it means we were not in ble_ll_ctrl_chk_proc_start()
2152 /* If there is a running procedure or no pending, do nothing */ in ble_ll_ctrl_chk_proc_start()
2326 * If we have not started this procedure ourselves and it is in ble_ll_ctrl_rx_pdu()
2344 * control procedure to avoid timeout. in ble_ll_ctrl_rx_pdu()
2351 /* Stop the control procedure */ in ble_ll_ctrl_rx_pdu()
2361 /* XXX: check to see if ctrl procedure was running? Do we care? */ in ble_ll_ctrl_rx_pdu()
2370 /* Stop the control procedure */ in ble_ll_ctrl_rx_pdu()
2542 * peer wanted to start procedure which we already started. in ble_ll_ctrl_tx_done()
2543 * Let's wait for response and do not close procedure. */ in ble_ll_ctrl_tx_done()