Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_api.c984 BOOLEAN L2CA_SendTestSFrame (UINT16 cid, UINT8 sup_type, UINT8 back_track) in L2CA_SendTestSFrame() argument
988 …I3 ("L2CA_SendTestSFrame() CID: 0x%04x Type: 0x%02x back_track: %u", cid, sup_type, back_track); in L2CA_SendTestSFrame()
1002 …l2c_fcr_send_S_frame (p_ccb, (UINT16)(sup_type & 3), (UINT16)(sup_type & (L2CAP_FCR_P_BIT | L2CAP_… in L2CA_SendTestSFrame()
Dl2c_fcr.c2520 void L2CA_SendPolledSFrame (UINT16 cid, UINT16 sup_type) in L2CA_SendPolledSFrame() argument
2524 if (p_ccb && (sup_type == L2CAP_FCR_SUP_RR || sup_type == L2CAP_FCR_SUP_RNR)) in L2CA_SendPolledSFrame()
2526 l2c_fcr_send_S_frame (p_ccb, sup_type, L2CAP_FCR_P_BIT); in L2CA_SendPolledSFrame()
2531 sup_type, (UINT32)p_ccb); in L2CA_SendPolledSFrame()
/external/bluetooth/bluedroid/stack/include/
Dl2c_api.h1084 L2C_API extern void L2CA_SendPolledSFrame (UINT16 cid, UINT16 sup_type);