Searched refs:PORT_SetEventCallback (Results 1 – 5 of 5) sorted by relevance
129 PORT_SetEventCallback(handle, bta_hf_client_port_cback); in bta_hf_client_setup_port()
261 extern int PORT_SetEventCallback (UINT16 port_handle,
264 PORT_SetEventCallback(handle, bta_ag_port_cback_tbl[i]); in bta_ag_setup_port()
1612 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()
328 int PORT_SetEventCallback (UINT16 port_handle, tPORT_CALLBACK *p_port_cb) in PORT_SetEventCallback() function