Home
last modified time | relevance | path

Searched defs:port_handle (Results 1 – 7 of 7) sorted by relevance

/system/bt/bta/ag/
Dbta_ag_rfc.c88 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_port_cback()
120 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_mgmt_cback()
191 static int bta_ag_data_cback(UINT16 port_handle, void *p_data, UINT16 len, UINT16 handle) in bta_ag_data_cback()
230 int bta_ag_data_cback_1(UINT16 port_handle, void *p_data, UINT16 len) in bta_ag_data_cback_1()
234 int bta_ag_data_cback_2(UINT16 port_handle, void *p_data, UINT16 len) in bta_ag_data_cback_2()
238 int bta_ag_data_cback_3(UINT16 port_handle, void *p_data, UINT16 len) in bta_ag_data_cback_3()
Dbta_ag_int.h207 UINT16 port_handle; member
/system/bt/bta/hf_client/
Dbta_hf_client_rfc.c43 static void bta_hf_client_port_cback(UINT32 code, UINT16 port_handle) in bta_hf_client_port_cback()
71 static void bta_hf_client_mgmt_cback(UINT32 code, UINT16 port_handle) in bta_hf_client_mgmt_cback()
Dbta_hf_client_int.h111 UINT16 port_handle; member
/system/bt/stack/rfcomm/
Dport_api.c328 int PORT_SetEventCallback (UINT16 port_handle, tPORT_CALLBACK *p_port_cb) in PORT_SetEventCallback()
361 int PORT_ClearKeepHandleFlag (UINT16 port_handle) in PORT_ClearKeepHandleFlag()
389 int PORT_SetDataCallback (UINT16 port_handle, tPORT_DATA_CALLBACK *p_port_cb) in PORT_SetDataCallback()
425 int PORT_SetDataCOCallback (UINT16 port_handle, tPORT_DATA_CO_CALLBACK *p_port_cb) in PORT_SetDataCOCallback()
459 int PORT_SetEventMask (UINT16 port_handle, UINT32 mask) in PORT_SetEventMask()
/system/bt/bta/jv/
Dbta_jv_act.c187 tBTA_JV_RFC_CB * bta_jv_alloc_rfc_cb(UINT16 port_handle, tBTA_JV_PCB **pp_pcb) in bta_jv_alloc_rfc_cb()
233 tBTA_JV_PCB * bta_jv_rfc_port_to_pcb(UINT16 port_handle) in bta_jv_rfc_port_to_pcb()
255 tBTA_JV_RFC_CB * bta_jv_rfc_port_to_cb(UINT16 port_handle) in bta_jv_rfc_port_to_cb()
1437 static int bta_jv_port_data_co_cback(UINT16 port_handle, UINT8 *buf, UINT16 len, int type) in bta_jv_port_data_co_cback()
1470 static void bta_jv_port_mgmt_cl_cback(UINT32 code, UINT16 port_handle) in bta_jv_port_mgmt_cl_cback()
1524 static void bta_jv_port_event_cl_cback(UINT32 code, UINT16 port_handle) in bta_jv_port_event_cl_cback()
1704 static void bta_jv_port_mgmt_sr_cback(UINT32 code, UINT16 port_handle) in bta_jv_port_mgmt_sr_cback()
1774 static void bta_jv_port_event_sr_cback(UINT32 code, UINT16 port_handle) in bta_jv_port_event_sr_cback()
Dbta_jv_int.h142 UINT16 port_handle;/* port handle */ member