Searched refs:ble_sdu_length (Results 1 – 3 of 3) sorted by relevance
868 p_ccb->ble_sdu_length = sdu_length; in l2c_lcc_proc_pdu()874 if (p_buf->len > (p_ccb->ble_sdu_length - p_data->len)) { in l2c_lcc_proc_pdu()877 (p_ccb->ble_sdu_length - p_data->len)); in l2c_lcc_proc_pdu()885 p_ccb->ble_sdu_length = 0; in l2c_lcc_proc_pdu()895 if (p_data->len == p_ccb->ble_sdu_length) { in l2c_lcc_proc_pdu()899 p_ccb->ble_sdu_length = 0; in l2c_lcc_proc_pdu()900 } else if (p_data->len < p_ccb->ble_sdu_length) { in l2c_lcc_proc_pdu()
632 p_ccb->ble_sdu_length = 0; in l2cble_process_sig_cmd()686 p_ccb->ble_sdu_length = 0; in l2cble_process_sig_cmd()
281 uint16_t ble_sdu_length; /* Length of unassembled sdu length*/ member