Lines Matching full:uint16
40 static void RFCOMM_ConnectInd (BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id);
41 static void RFCOMM_ConnectCnf (UINT16 lcid, UINT16 err);
42 static void RFCOMM_ConfigInd (UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
43 static void RFCOMM_ConfigCnf (UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
44 static void RFCOMM_DisconnectInd (UINT16 lcid, BOOLEAN is_clear);
46 static void RFCOMM_BufDataInd (UINT16 lcid, BT_HDR *p_buf);
47 static void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested);
88 void RFCOMM_ConnectInd (BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id)
107 rfc_timer_start(p_mcb, (UINT16)(GKI_get_tick_count()%10 + 2));
143 void RFCOMM_ConnectCnf (UINT16 lcid, UINT16 result)
158 UINT16 i;
215 void RFCOMM_ConfigInd (UINT16 lcid, tL2CAP_CFG_INFO *p_cfg)
238 void RFCOMM_ConfigCnf (UINT16 lcid, tL2CAP_CFG_INFO *p_cfg)
274 void RFCOMM_DisconnectInd (UINT16 lcid, BOOLEAN is_conf_needed)
303 void RFCOMM_BufDataInd (UINT16 lcid, BT_HDR *p_buf)
389 void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested)
412 tRFC_MCB *rfc_find_lcid_mcb (UINT16 lcid)
443 void rfc_save_lcid_mcb (tRFC_MCB *p_mcb, UINT16 lcid)