Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_fcr.cc731 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()
Dl2c_ble.cc439 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()
Dl2c_int.h290 uint16_t ble_sdu_length; /* Length of unassembled sdu length*/ member
/packages/modules/Bluetooth/system/stack/test/
Dstack_l2cap_test.cc122 .ble_sdu_length = 0, /* Length of unassembled sdu length*/