Lines Matching full:received

216  * Process a received LL_PING_RSP control pdu.
849 * Process a received LL_PHY_RSP pdu
887 * Called when a LL_PHY_UPDATE_IND pdu is received
1214 * Called when LL_ENC_RSP is received by the master.
1232 /* Calculate session key now that we have received the ENC_RSP */ in ble_ll_ctrl_rx_enc_rsp()
1247 * Called when we have received a LL control encryption request PDU. This
1248 * should only be received by a slave.
1260 * NOTE: if this is received by a master we will silently discard the PDU
1348 * Called when a LL control pdu with opcode PAUSE_ENC_RSP is received.
1370 * Called when we have received a LL_CTRL_START_ENC_RSP.
1469 /* Set flag to denote we have sent/received this */ in ble_ll_ctrl_version_ind_make()
1529 * Called when we have received a LL_REJECT_IND or LL_REJECT_IND_EXT link
1543 /* Get error out of received PDU */ in ble_ll_ctrl_rx_reject_ind()
1637 * first packet received in connection event. Given that we increment in ble_ll_ctrl_rx_conn_update()
1725 /* If this is the first time we received remote features, try to start DLE */ in ble_ll_ctrl_rx_feature_req()
1764 * initiated a procedure we may have received its connection parameter in ble_ll_ctrl_rx_conn_param_req()
1806 /* Process the received connection parameter request */ in ble_ll_ctrl_rx_conn_param_req()
1838 /* Process the received connection parameter response */ in ble_ll_ctrl_rx_conn_param_rsp()
1882 * Called to process a received channel map request control pdu.
2163 * received the information dont start it. in ble_ll_ctrl_chk_proc_start()
2181 * NOTE: this function uses the received PDU for the response in some cases. If
2182 * the received PDU is not used it needs to be freed here.
2185 * pdu should be received by that role. Might make for less code...
2207 /* XXX: where do we validate length received and packet header length? in ble_ll_ctrl_rx_pdu()
2208 * do this in LL task when received. Someplace!!! What I mean in ble_ll_ctrl_rx_pdu()
2342 * Process the received data. If received data is invalid, we'll in ble_ll_ctrl_rx_pdu()
2365 /* If this is the first time we received remote features, try to start DLE */ in ble_ll_ctrl_rx_pdu()
2517 * This is called when we have a received a PDU during the ISR.