Searched refs:ble_sdu_length (Results 1 – 4 of 4) sorted by relevance
731 p_ccb->ble_sdu_length = sdu_length; in l2c_lcc_proc_pdu()741 if (p_buf->len > (p_ccb->ble_sdu_length - p_data->len)) { in l2c_lcc_proc_pdu()743 p_ccb->ble_sdu_length - p_data->len); in l2c_lcc_proc_pdu()750 p_ccb->ble_sdu_length = 0; in l2c_lcc_proc_pdu()760 if (p_data->len == p_ccb->ble_sdu_length) { in l2c_lcc_proc_pdu()764 p_ccb->ble_sdu_length = 0; in l2c_lcc_proc_pdu()765 } else if (p_data->len < p_ccb->ble_sdu_length) { in l2c_lcc_proc_pdu()
439 temp_p_ccb->ble_sdu_length = 0; in l2cble_process_sig_cmd()590 temp_p_ccb->ble_sdu_length = 0; in l2cble_process_sig_cmd()787 p_ccb->ble_sdu_length = 0; in l2cble_process_sig_cmd()839 p_ccb->ble_sdu_length = 0; in l2cble_process_sig_cmd()
290 uint16_t ble_sdu_length; /* Length of unassembled sdu length*/ member
122 .ble_sdu_length = 0, /* Length of unassembled sdu length*/