Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c427 BOOLEAN set_f_bit = p_fcrb->send_f_rsp; in prepare_I_frame()
429 p_fcrb->send_f_rsp = FALSE; in prepare_I_frame()
1043 p_fcrb->send_f_rsp = TRUE; /* Set a flag in case an I-frame is pending */ in process_s_frame()
1075 if (p_fcrb->send_f_rsp) in process_s_frame()
1084 p_fcrb->send_f_rsp = FALSE; in process_s_frame()
Dl2c_int.h199 BOOLEAN send_f_rsp; /* We need to send an F-bit response */ member