Lines Matching refs:rfc_cb
269 p_port = &rfc_cb.port.port[handle - 1]; in RFCOMM_RemoveConnection()
298 tPORT* p_port = &rfc_cb.port.port[handle - 1]; in RFCOMM_RemoveServer()
341 p_port = &rfc_cb.port.port[port_handle - 1]; in PORT_SetEventCallback()
371 p_port = &rfc_cb.port.port[port_handle - 1]; in PORT_ClearKeepHandleFlag()
401 p_port = &rfc_cb.port.port[port_handle - 1]; in PORT_SetDataCOCallback()
433 p_port = &rfc_cb.port.port[port_handle - 1]; in PORT_SetEventMask()
462 tPORT* p_port = &rfc_cb.port.port[handle - 1]; in PORT_CheckConnection()
498 for (auto& multiplexer_cb : rfc_cb.port.rfc_mcb) { in PORT_IsOpening()
509 for (tPORT& port : rfc_cb.port.port) { in PORT_IsOpening()
553 p_port = &rfc_cb.port.port[handle - 1]; in PORT_SetState()
598 p_port = &rfc_cb.port.port[handle - 1]; in PORT_GetState()
638 p_port = &rfc_cb.port.port[handle - 1]; in PORT_FlowControl_MaxCredit()
709 p_port = &rfc_cb.port.port[handle - 1]; in PORT_ReadData()
862 p_port = &rfc_cb.port.port[handle - 1]; in PORT_WriteDataCO()
1021 p_port = &rfc_cb.port.port[handle - 1]; in PORT_WriteData()
1111 memset(&rfc_cb, 0, sizeof(tRFC_CB)); /* Init RFCOMM control block */ in RFCOMM_Init()
1115 rfc_cb.rfc.last_mux = MAX_BD_CONNECTIONS; in RFCOMM_Init()
1118 rfc_cb.trace_level = RFCOMM_INITIAL_TRACE_LEVEL; in RFCOMM_Init()
1120 rfc_cb.trace_level = BT_TRACE_LEVEL_NONE; /* No traces */ in RFCOMM_Init()
1137 if (new_level != 0xFF) rfc_cb.trace_level = new_level; in PORT_SetTraceLevel()
1139 return (rfc_cb.trace_level); in PORT_SetTraceLevel()