Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_fcr.cc506 void l2c_fcr_send_S_frame(tL2C_CCB* p_ccb, uint16_t function_code, in l2c_fcr_send_S_frame() argument
516 p_ccb->fcrb.s_frames_sent[function_code]++; in l2c_fcr_send_S_frame()
527 ctrl_word = (function_code << L2CAP_FCR_SUP_SHIFT) | L2CAP_FCR_S_FRAME_BIT; in l2c_fcr_send_S_frame()
Dl2c_int.h757 extern void l2c_fcr_send_S_frame(tL2C_CCB* p_ccb, uint16_t function_code,