Home
last modified time | relevance | path

Searched refs:ble_sdu_length (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_fcr.cc728 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()
Dl2c_ble.cc593 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()
Dl2c_int.h297 uint16_t ble_sdu_length; /* Length of unassembled sdu length*/ member