Searched refs:inx (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/rfcomm/ |
D | port_rfc.c | 71 p_mcb->port_inx[p_port->dlci] = p_port->inx; in port_open_continue() 170 p_port->p_callback (events, p_port->inx); in port_start_close() 178 p_port->p_mgmt_callback (PORT_CLOSED, p_port->inx); in port_start_close() 229 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx); in PORT_StartCnf() 233 p_port->p_mgmt_callback (PORT_START_FAILED, p_port->inx); in PORT_StartCnf() 309 p_mcb->port_inx[dlci] = p_port->inx; in PORT_ParNegInd() 443 p_mcb->port_inx[dlci] = p_port->inx; in PORT_DlcEstablishInd() 459 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx); in PORT_DlcEstablishInd() 463 p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx); in PORT_DlcEstablishInd() 505 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx); in PORT_DlcEstablishCnf() [all …]
|
D | port_utils.c | 79 p_port->inx = yy + 1; in port_allocate_port() 247 RFCOMM_TRACE_DEBUG ("port_release_port:Initialize handle:%d", p_port->inx); in port_release_port() 269 RFCOMM_TRACE_DEBUG ("port_release_port:Clean-up handle:%d", p_port->inx); in port_release_port() 320 UINT8 inx; in port_find_mcb_dlci_port() local 330 inx = p_mcb->port_inx[dlci]; in port_find_mcb_dlci_port() 331 if (inx == 0) { in port_find_mcb_dlci_port() 335 return (&rfc_cb.port.port[inx - 1]); in port_find_mcb_dlci_port()
|
D | port_api.c | 173 *p_handle = p_port->inx; in RFCOMM_CreateConnection() 824 p_port->p_callback (events, p_port->inx); in PORT_FlowControl() 895 p_port->p_callback (events, p_port->inx); 966 p_port->p_callback (events, p_port->inx); in PORT_FlowControl_GiveCredit() 1204 (p_port->p_callback)(events, p_port->inx); in PORT_Purge() 1402 p_port->p_callback (PORT_EV_ERR, p_port->inx); in port_write() 1482 (p_port->p_callback)(event, p_port->inx); in PORT_Write() 1598 (p_port->p_callback)(event, p_port->inx); in PORT_WriteDataCO() 1727 (p_port->p_callback)(event, p_port->inx); in PORT_WriteData()
|
D | rfc_l2cap_if.c | 339 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci] = p_port->inx; in RFCOMM_BufDataInd()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | port_int.h | 143 UINT8 inx; /* Index of this control block in the port_info array */ member
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/ |
D | btm_inq.c | 1163 UINT16 inx; in BTM_InqDbNext() local 1167 inx = (UINT16)((p_ent - btm_cb.btm_inq_vars.inq_db) + 1); in BTM_InqDbNext() 1169 for (p_ent = &btm_cb.btm_inq_vars.inq_db[inx]; inx < BTM_INQ_DB_SIZE; inx++, p_ent++) { in BTM_InqDbNext()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/av/ |
D | bta_av_act.c | 1447 UINT8 inx = (UINT8)p_tle->param; in bta_av_acp_sig_timer_cback() local 1451 if (inx < BTA_AV_NUM_STRS) { in bta_av_acp_sig_timer_cback() 1452 p_scb = p_cb->p_scb[inx]; in bta_av_acp_sig_timer_cback() 1465 p_cb->acp_sig_tmr.param = (UINT32)inx; in bta_av_acp_sig_timer_cback()
|