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

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c984 BOOLEAN L2CA_SendTestSFrame (UINT16 cid, UINT8 sup_type, UINT8 back_track) argument
988 L2CAP_TRACE_API3 ("L2CA_SendTestSFrame() CID: 0x%04x Type: 0x%02x back_track: %u", cid, sup_type, back_track);
1002 l2c_fcr_send_S_frame (p_ccb, (UINT16)(sup_type & 3), (UINT16)(sup_type & (L2CAP_FCR_P_BIT | L2CAP_FCR_F_BIT)));
H A Dl2c_fcr.c2515 ** sup_type - (L2CAP_FCR_SUP_RR or L2CAP_FCR_SUP_RNR)
2520 void L2CA_SendPolledSFrame (UINT16 cid, UINT16 sup_type) argument
2524 if (p_ccb && (sup_type == L2CAP_FCR_SUP_RR || sup_type == L2CAP_FCR_SUP_RNR))
2526 l2c_fcr_send_S_frame (p_ccb, sup_type, L2CAP_FCR_P_BIT);
2530 L2CAP_TRACE_ERROR2 ("L2CA_SendPolledSFrame(ERROR): sup_type %u, p_ccb 0x%07x",
2531 sup_type, (UINT32)p_ccb);
/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h1079 ** sup_type - (L2CAP_FCR_SUP_RR or L2CAP_FCR_SUP_RNR)
1084 L2C_API extern void L2CA_SendPolledSFrame (UINT16 cid, UINT16 sup_type);

Completed in 109 milliseconds