Lines Matching refs:L2CAP_TRACE_WARNING
102 L2CAP_TRACE_WARNING("L2CAP - no RCB available, PSM: 0x%04x vPSM: 0x%04x", in L2CA_Register()
156 L2CAP_TRACE_WARNING("L2CAP - PSM: 0x%04x not found for deregistration", in L2CA_Deregister()
227 L2CAP_TRACE_WARNING("%s: supposedly-free PSM=%d have allocated rcb!", in L2CA_AllocateLePSM()
261 L2CAP_TRACE_WARNING("%s: PSM=%d was not allocated!", __func__, psm); in L2CA_FreeLePSM()
444 L2CAP_TRACE_WARNING("%s No BLE RCB available, PSM: 0x%04x vPSM: 0x%04x", in L2CA_RegisterLECoc()
471 L2CAP_TRACE_WARNING("%s PSM: 0x%04x not found for deregistration", __func__, in L2CA_DeregisterLECoc()
518 L2CAP_TRACE_WARNING("%s BTU not ready", __func__); in L2CA_ConnectLECocReq()
525 L2CAP_TRACE_WARNING("%s No BLE RCB, PSM: 0x%04x", __func__, psm); in L2CA_ConnectLECocReq()
537 L2CAP_TRACE_WARNING("%s conn not started for PSM: 0x%04x p_lcb: 0x%08x", in L2CA_ConnectLECocReq()
546 L2CAP_TRACE_WARNING("%s no CCB, PSM: 0x%04x", __func__, psm); in L2CA_ConnectLECocReq()
609 L2CAP_TRACE_WARNING("%s no LCB", __func__); in L2CA_ConnectLECocRsp()
616 L2CAP_TRACE_WARNING("%s no CCB", __func__); in L2CA_ConnectLECocRsp()
622 L2CAP_TRACE_WARNING("%s bad id. Expected: %d Got: %d", __func__, in L2CA_ConnectLECocRsp()
752 L2CAP_TRACE_WARNING("L2CAP - no LCB for L2CA_conn_rsp"); in L2CA_ErtmConnectRsp()
759 L2CAP_TRACE_WARNING("L2CAP - no CCB for L2CA_conn_rsp"); in L2CA_ErtmConnectRsp()
765 L2CAP_TRACE_WARNING("L2CAP - bad id in L2CA_conn_rsp. Exp: %d Got: %d", in L2CA_ErtmConnectRsp()
830 L2CAP_TRACE_WARNING("L2CAP - no CCB for L2CA_cfg_req, CID: %d", cid); in L2CA_ConfigReq()
844 L2CAP_TRACE_WARNING("L2CAP - adjust MTU: %u too large", p_cfg->mtu); in L2CA_ConfigReq()
880 L2CAP_TRACE_WARNING("L2CAP - no CCB for L2CA_cfg_rsp, CID: %d", cid); in L2CA_ConfigRsp()
919 L2CAP_TRACE_WARNING("L2CAP - no CCB for L2CA_disc_req, CID: %d", cid); in L2CA_DisconnectReq()
946 L2CAP_TRACE_WARNING("L2CAP - no CCB for L2CA_disc_rsp, CID: %d", cid); in L2CA_DisconnectRsp()
978 L2CAP_TRACE_WARNING("L2CAP - no LCB for L2CA_ping"); in L2CA_Ping()
992 L2CAP_TRACE_WARNING("L2CAP - rejected second L2CA_ping"); in L2CA_Ping()
999 L2CAP_TRACE_WARNING("L2CAP - L2CA_ping rejected - link disconnecting"); in L2CA_Ping()
1106 L2CAP_TRACE_WARNING("L2CAP - no CCB for L2CA_SetIdleTimeout, CID: %d", in L2CA_SetIdleTimeout()
1242 L2CAP_TRACE_WARNING("L2CAP loop req - BTU not ready"); in L2CA_LocalLoopbackReq()
1249 L2CAP_TRACE_WARNING("L2CAP - no RCB for L2CA_conn_req, PSM: %d", psm); in L2CA_LocalLoopbackReq()
1255 L2CAP_TRACE_WARNING("L2CAP - no LCB for L2CA_conn_req"); in L2CA_LocalLoopbackReq()
1265 L2CAP_TRACE_WARNING("L2CAP - no CCB for L2CA_conn_req"); in L2CA_LocalLoopbackReq()
1316 L2CAP_TRACE_WARNING( in L2CA_FlowControl()
1360 L2CAP_TRACE_WARNING("L2CAP - no CCB for L2CA_SendTestSFrame, CID: %d", cid); in L2CA_SendTestSFrame()
1395 L2CAP_TRACE_WARNING("L2CAP - no CCB for L2CA_SetTxPriority, CID: %d", cid); in L2CA_SetTxPriority()
1425 L2CAP_TRACE_WARNING("L2CAP - no CCB for L2CA_SetChnlDataRate, CID: %d", in L2CA_SetChnlDataRate()
1489 L2CAP_TRACE_WARNING( in L2CA_SetFlushTimeout()
1680 L2CAP_TRACE_WARNING("%s(0x%04x) - BTU not ready", __func__, fixed_cid); in L2CA_ConnectFixedChnl()
1712 L2CAP_TRACE_WARNING("%s(0x%04x) - LCB but no CCB", __func__, fixed_cid); in L2CA_ConnectFixedChnl()
1733 L2CAP_TRACE_WARNING("%s(0x%04x) - no LCB", __func__, fixed_cid); in L2CA_ConnectFixedChnl()
1742 L2CAP_TRACE_WARNING("%s(0x%04x) - no CCB", __func__, fixed_cid); in L2CA_ConnectFixedChnl()
1752 L2CAP_TRACE_WARNING("%s() - create connection failed", __func__); in L2CA_ConnectFixedChnl()
1797 L2CAP_TRACE_WARNING("L2CA_SendFixedChnlData(0x%04x) - BTU not ready", in L2CA_SendFixedChnlData()
1807 L2CAP_TRACE_WARNING("L2CA_SendFixedChnlData(0x%04x) - no LCB", fixed_cid); in L2CA_SendFixedChnlData()
1821 L2CAP_TRACE_WARNING( in L2CA_SendFixedChnlData()
1836 L2CAP_TRACE_WARNING("L2CA_SendFixedChnlData() - no CCB for chnl: 0x%4x", in L2CA_SendFixedChnlData()
2123 L2CAP_TRACE_WARNING("L2CAP - no CCB for L2CA_SetChnlFlushability, CID: %d", in L2CA_SetChnlFlushability()
2182 L2CAP_TRACE_WARNING( in L2CA_FlushChannel()