Home
last modified time | relevance | path

Searched refs:PORT_SetEventCallback (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/hf_client/
Dbta_hf_client_rfc.c129 PORT_SetEventCallback(handle, bta_hf_client_port_cback); in bta_hf_client_setup_port()
/system/bt/stack/include/
Dport_api.h261 extern int PORT_SetEventCallback (UINT16 port_handle,
/system/bt/bta/ag/
Dbta_ag_rfc.c264 PORT_SetEventCallback(handle, bta_ag_port_cback_tbl[i]); in bta_ag_setup_port()
/system/bt/bta/jv/
Dbta_jv_act.c1612 PORT_SetEventCallback(handle, bta_jv_port_event_cl_cback); in bta_jv_rfcomm_connect()
1872 PORT_SetEventCallback(p_pcb->port_handle, bta_jv_port_event_sr_cback); in bta_jv_add_rfc_port()
1961 PORT_SetEventCallback(handle, bta_jv_port_event_sr_cback); in bta_jv_rfcomm_start_server()
/system/bt/stack/rfcomm/
Dport_api.c328 int PORT_SetEventCallback (UINT16 port_handle, tPORT_CALLBACK *p_port_cb) in PORT_SetEventCallback() function