• Home
  • Raw
  • Download

Lines Matching refs:cid

785 BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg)  in L2CA_ConfigReq()  argument
790 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu); in L2CA_ConfigReq()
793 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) in L2CA_ConfigReq()
795 L2CAP_TRACE_WARNING ("L2CAP - no CCB for L2CA_cfg_req, CID: %d", cid); in L2CA_ConfigReq()
835 BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) in L2CA_ConfigRsp() argument
840cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_pr… in L2CA_ConfigRsp()
843 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) in L2CA_ConfigRsp()
845 L2CAP_TRACE_WARNING ("L2CAP - no CCB for L2CA_cfg_rsp, CID: %d", cid); in L2CA_ConfigRsp()
878 BOOLEAN L2CA_DisconnectReq (UINT16 cid) in L2CA_DisconnectReq() argument
882 L2CAP_TRACE_API ("L2CA_DisconnectReq() CID: 0x%04x", cid); in L2CA_DisconnectReq()
885 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) in L2CA_DisconnectReq()
887 L2CAP_TRACE_WARNING ("L2CAP - no CCB for L2CA_disc_req, CID: %d", cid); in L2CA_DisconnectReq()
906 BOOLEAN L2CA_DisconnectRsp (UINT16 cid) in L2CA_DisconnectRsp() argument
910 L2CAP_TRACE_API ("L2CA_DisconnectRsp() CID: 0x%04x", cid); in L2CA_DisconnectRsp()
913 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) in L2CA_DisconnectRsp()
915 L2CAP_TRACE_WARNING ("L2CAP - no CCB for L2CA_disc_rsp, CID: %d", cid); in L2CA_DisconnectRsp()
1080 BOOLEAN L2CA_SetIdleTimeout (UINT16 cid, UINT16 timeout, BOOLEAN is_global) in L2CA_SetIdleTimeout() argument
1092 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) in L2CA_SetIdleTimeout()
1094 L2CAP_TRACE_WARNING ("L2CAP - no CCB for L2CA_SetIdleTimeout, CID: %d", cid); in L2CA_SetIdleTimeout()
1311 BOOLEAN L2CA_FlowControl (UINT16 cid, BOOLEAN data_enabled) in L2CA_FlowControl() argument
1316 L2CAP_TRACE_API ("L2CA_FlowControl(%d) CID: 0x%04x", on_off, cid); in L2CA_FlowControl()
1319 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) in L2CA_FlowControl()
1321 …_WARNING ("L2CAP - no CCB for L2CA_FlowControl, CID: 0x%04x data_enabled: %d", cid, data_enabled); in L2CA_FlowControl()
1355 BOOLEAN L2CA_SendTestSFrame (UINT16 cid, UINT8 sup_type, UINT8 back_track) in L2CA_SendTestSFrame() argument
1359 …L2CAP_TRACE_API ("L2CA_SendTestSFrame() CID: 0x%04x Type: 0x%02x back_track: %u", cid, sup_type… in L2CA_SendTestSFrame()
1362 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) in L2CA_SendTestSFrame()
1364 L2CAP_TRACE_WARNING ("L2CAP - no CCB for L2CA_SendTestSFrame, CID: %d", cid); in L2CA_SendTestSFrame()
1387 BOOLEAN L2CA_SetTxPriority (UINT16 cid, tL2CAP_CHNL_PRIORITY priority) in L2CA_SetTxPriority() argument
1391 L2CAP_TRACE_API ("L2CA_SetTxPriority() CID: 0x%04x, priority:%d", cid, priority); in L2CA_SetTxPriority()
1394 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) in L2CA_SetTxPriority()
1396 L2CAP_TRACE_WARNING ("L2CAP - no CCB for L2CA_SetTxPriority, CID: %d", cid); in L2CA_SetTxPriority()
1415 BOOLEAN L2CA_SetChnlDataRate (UINT16 cid, tL2CAP_CHNL_DATA_RATE tx, tL2CAP_CHNL_DATA_RATE rx) in L2CA_SetChnlDataRate() argument
1419 L2CAP_TRACE_API ("L2CA_SetChnlDataRate() CID: 0x%04x, tx:%d, rx:%d", cid, tx, rx); in L2CA_SetChnlDataRate()
1422 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) in L2CA_SetChnlDataRate()
1424 L2CAP_TRACE_WARNING ("L2CAP - no CCB for L2CA_SetChnlDataRate, CID: %d", cid); in L2CA_SetChnlDataRate()
2133 UINT8 L2CA_DataWrite (UINT16 cid, BT_HDR *p_data) in L2CA_DataWrite() argument
2135 L2CAP_TRACE_API ("L2CA_DataWrite() CID: 0x%04x Len: %d", cid, p_data->len); in L2CA_DataWrite()
2136 return l2c_data_write (cid, p_data, L2CAP_FLUSHABLE_CH_BASED); in L2CA_DataWrite()
2149 BOOLEAN L2CA_SetChnlFlushability (UINT16 cid, BOOLEAN is_flushable) in L2CA_SetChnlFlushability() argument
2156 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL) in L2CA_SetChnlFlushability()
2158 L2CAP_TRACE_WARNING ("L2CAP - no CCB for L2CA_SetChnlFlushability, CID: %d", cid); in L2CA_SetChnlFlushability()
2164 … L2CAP_TRACE_API ("L2CA_SetChnlFlushability() CID: 0x%04x is_flushable: %d", cid, is_flushable); in L2CA_SetChnlFlushability()
2186 UINT8 L2CA_DataWriteEx (UINT16 cid, BT_HDR *p_data, UINT16 flags) in L2CA_DataWriteEx() argument
2189 cid, p_data->len, flags); in L2CA_DataWriteEx()
2190 return l2c_data_write (cid, p_data, flags); in L2CA_DataWriteEx()