Home
last modified time | relevance | path

Searched refs:rfc_cong (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/jv/
Dbta_jv_act.cc1316 evt_data.rfc_cong.cong = p_pcb->cong; in bta_jv_port_event_cl_cback()
1317 evt_data.rfc_cong.handle = p_cb->handle; in bta_jv_port_event_cl_cback()
1318 evt_data.rfc_cong.status = BTA_JV_SUCCESS; in bta_jv_port_event_cl_cback()
1544 evt_data.rfc_cong.cong = p_pcb->cong; in bta_jv_port_event_sr_cback()
1545 evt_data.rfc_cong.handle = p_cb->handle; in bta_jv_port_event_sr_cback()
1546 evt_data.rfc_cong.status = BTA_JV_SUCCESS; in bta_jv_port_event_sr_cback()
/system/bt/bta/include/
Dbta_jv_api.h359 tBTA_JV_RFCOMM_CONG rfc_cong; /* BTA_JV_RFCOMM_CONG_EVT */ member
/system/bt/btif/src/
Dbtif_sock_rfc.cc663 on_rfc_outgoing_congest(&p_data->rfc_cong, rfcomm_slot_id); in rfcomm_cback()