Lines Matching refs:warn
163 log::warn("L2CAP - no RCB available, PSM: 0x{:04x} vPSM: 0x{:04x}", psm, in L2CA_Register()
224 log::warn("L2CAP - PSM: 0x{:04x} not found for deregistration", psm); in L2CA_Deregister()
258 log::warn("supposedly-free PSM={} have allocated rcb!", psm); in L2CA_AllocateLePSM()
291 log::warn("PSM={} was not allocated!", psm); in L2CA_FreeLePSM()
321 log::warn("BTU not ready"); in L2CA_ConnectReq()
327 log::warn("no RCB, PSM=0x{:x}", psm); in L2CA_ConnectReq()
339 log::warn("connection not started for PSM=0x{:x}, p_lcb={}", psm, in L2CA_ConnectReq()
349 log::warn("no CCB, PSM=0x{:x}", psm); in L2CA_ConnectReq()
442 log::warn("No BLE RCB available, PSM: 0x{:04x} vPSM: 0x{:04x}", psm, in L2CA_RegisterLECoc()
471 log::warn("PSM: 0x{:04x} not found for deregistration", psm); in L2CA_DeregisterLECoc()
519 log::warn("BTU not ready"); in L2CA_ConnectLECocReq()
526 log::warn("No BLE RCB, PSM: 0x{:04x}", psm); in L2CA_ConnectLECocReq()
538 log::warn("conn not started for PSM: 0x{:04x} p_lcb: 0x{}", psm, in L2CA_ConnectLECocReq()
547 log::warn("no CCB, PSM: 0x{:04x}", psm); in L2CA_ConnectLECocReq()
636 log::warn("no LCB"); in L2CA_GetPeerLECocCredit()
675 log::warn("no LCB"); in L2CA_ConnectCreditBasedRsp()
691 log::warn("no CCB"); in L2CA_ConnectCreditBasedRsp()
703 log::warn("bad id. Expected: {} Got: {}", p_ccb->remote_id, id); in L2CA_ConnectCreditBasedRsp()
744 log::warn("BTU not ready"); in L2CA_ConnectCreditBasedReq()
749 log::warn("p_cfg is NULL"); in L2CA_ConnectCreditBasedReq()
756 log::warn("No BLE RCB, PSM: 0x{:04x}", psm); in L2CA_ConnectCreditBasedReq()
763 log::warn("No link available"); in L2CA_ConnectCreditBasedReq()
768 log::warn("incorrect link state: {}", p_lcb->link_state); in L2CA_ConnectCreditBasedReq()
776 log::warn("There is ongoing connection request, PSM: 0x{:04x}", psm); in L2CA_ConnectCreditBasedReq()
794 log::warn("no CCB, PSM: 0x{:04x}", psm); in L2CA_ConnectCreditBasedReq()
853 log::warn("L2CAP - empty lcids"); in L2CA_ReconfigCreditBasedConnsReq()
861 log::warn("L2CAP - no CCB for L2CA_cfg_req, CID: {}", cid); in L2CA_ReconfigCreditBasedConnsReq()
867 log::warn("L2CAP - MPS or MTU reduction, CID: {}", cid); in L2CA_ReconfigCreditBasedConnsReq()
873 log::warn("L2CAP - adjust MTU: {} too large", p_cfg->mtu); in L2CA_ReconfigCreditBasedConnsReq()
921 log::warn("L2CAP - no CCB for L2CA_disc_req, CID: {}", cid); in L2CA_DisconnectReq()
1020 log::warn("L2CAP - no LCB for L2CA_SetUseLatencyMode, BDA: {}", bd_addr); in L2CA_UseLatencyMode()
1076 log::warn("L2CAP - no CCB for L2CA_SetTxPriority, CID: {}", cid); in L2CA_SetTxPriority()
1106 log::warn("No BDA: {}", bd_addr); in L2CA_GetPeerFeatures()
1195 log::warn("Bt controller is not ready fixed_cid:0x{:04x}", fixed_cid); in L2CA_ConnectFixedChnl()
1223 log::warn("Unable to allocate fixed channel resource fixed_cid:0x{:04x}", in L2CA_ConnectFixedChnl()
1247 log::warn( in L2CA_ConnectFixedChnl()
1255 log::warn("Unable to allocate fixed channel resource fixed_cid:0x{:04x}", in L2CA_ConnectFixedChnl()
1264 log::warn( in L2CA_ConnectFixedChnl()
1302 log::warn("No service registered or invalid CID: 0x{:04x}", fixed_cid); in L2CA_SendFixedChnlData()
1308 log::warn("Controller is not ready CID: 0x{:04x}", fixed_cid); in L2CA_SendFixedChnlData()
1316 log::warn("Link is disconnecting or does not exist CID: 0x{:04x}", in L2CA_SendFixedChnlData()
1331 log::warn("Peer does not support fixed channel CID: 0x{:04x}", fixed_cid); in L2CA_SendFixedChnlData()
1341 log::warn("No channel control block found for CID: 0x{:4x}", fixed_cid); in L2CA_SendFixedChnlData()
1348 log::warn( in L2CA_SendFixedChnlData()
1416 log::warn("BDA: {} CID: 0x{:04x} not connected", rem_bda, fixed_cid); in L2CA_RemoveFixedChnl()
1465 log::warn("BDA: {} CID: 0x{:04x} not connected", rem_bda, kAttCid); in L2CA_SetLeGattTimeout()
1529 log::warn("L2CAP - no CCB for L2CA_SetChnlFlushability, CID: {}", cid); in L2CA_SetChnlFlushability()
1563 log::warn("L2CA_FlushChannel() abnormally returning 0 CID: 0x{:04x}", in L2CA_FlushChannel()