Searched refs:ble_sdu_length (Results 1 – 3 of 3) sorted by relevance
728 p_ccb->ble_sdu_length = sdu_length; in l2c_lcc_proc_pdu()734 if (p_buf->len > (p_ccb->ble_sdu_length - p_data->len)) { in l2c_lcc_proc_pdu()737 (p_ccb->ble_sdu_length - p_data->len)); in l2c_lcc_proc_pdu()745 p_ccb->ble_sdu_length = 0; in l2c_lcc_proc_pdu()755 if (p_data->len == p_ccb->ble_sdu_length) { in l2c_lcc_proc_pdu()759 p_ccb->ble_sdu_length = 0; in l2c_lcc_proc_pdu()760 } else if (p_data->len < p_ccb->ble_sdu_length) { in l2c_lcc_proc_pdu()
593 temp_p_ccb->ble_sdu_length = 0; in l2cble_process_sig_cmd()717 temp_p_ccb->ble_sdu_length = 0; in l2cble_process_sig_cmd()918 p_ccb->ble_sdu_length = 0; in l2cble_process_sig_cmd()974 p_ccb->ble_sdu_length = 0; in l2cble_process_sig_cmd()
297 uint16_t ble_sdu_length; /* Length of unassembled sdu length*/ member