Home
last modified time | relevance | path

Searched refs:send_f_rsp (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c415 BOOLEAN set_f_bit = p_fcrb->send_f_rsp; in prepare_I_frame()
417 p_fcrb->send_f_rsp = FALSE; in prepare_I_frame()
993 p_fcrb->send_f_rsp = TRUE; /* Set a flag in case an I-frame is pending */ in process_s_frame()
1024 if (p_fcrb->send_f_rsp) { in process_s_frame()
1033 p_fcrb->send_f_rsp = FALSE; in process_s_frame()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h190 BOOLEAN send_f_rsp; /* We need to send an F-bit response */ member