Searched defs:port_handle (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/bta/ag/ |
D | bta_ag_rfc.c | 88 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_port_cback() 122 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_mgmt_cback() 196 static int bta_ag_data_cback(UINT16 port_handle, void *p_data, UINT16 len, UINT16 handle) in bta_ag_data_cback() 233 int bta_ag_data_cback_1(UINT16 port_handle, void *p_data, UINT16 len) in bta_ag_data_cback_1() 237 int bta_ag_data_cback_2(UINT16 port_handle, void *p_data, UINT16 len) in bta_ag_data_cback_2() 241 int bta_ag_data_cback_3(UINT16 port_handle, void *p_data, UINT16 len) in bta_ag_data_cback_3()
|
D | bta_ag_int.h | 207 UINT16 port_handle; member
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
D | port_api.c | 291 int PORT_SetEventCallback (UINT16 port_handle, tPORT_CALLBACK *p_port_cb) in PORT_SetEventCallback() 324 int PORT_ClearKeepHandleFlag (UINT16 port_handle) in PORT_ClearKeepHandleFlag() 352 int PORT_SetDataCallback (UINT16 port_handle, tPORT_DATA_CALLBACK *p_port_cb) in PORT_SetDataCallback() 388 int PORT_SetDataCOCallback (UINT16 port_handle, tPORT_DATA_CO_CALLBACK *p_port_cb) in PORT_SetDataCOCallback() 424 int PORT_SetEventMask (UINT16 port_handle, UINT32 mask) in PORT_SetEventMask()
|
/external/bluetooth/bluedroid/bta/jv/ |
D | bta_jv_act.c | 186 tBTA_JV_RFC_CB * bta_jv_alloc_rfc_cb(UINT16 port_handle, tBTA_JV_PCB **pp_pcb) in bta_jv_alloc_rfc_cb() 232 tBTA_JV_PCB * bta_jv_rfc_port_to_pcb(UINT16 port_handle) in bta_jv_rfc_port_to_pcb() 254 tBTA_JV_RFC_CB * bta_jv_rfc_port_to_cb(UINT16 port_handle) in bta_jv_rfc_port_to_cb() 1937 static int bta_jv_port_data_co_cback(UINT16 port_handle, UINT8 *buf, UINT16 len, int type) in bta_jv_port_data_co_cback() 1971 static void bta_jv_port_mgmt_cl_cback(UINT32 code, UINT16 port_handle) in bta_jv_port_mgmt_cl_cback() 2025 static void bta_jv_port_event_cl_cback(UINT32 code, UINT16 port_handle) in bta_jv_port_event_cl_cback() 2237 static void bta_jv_port_mgmt_sr_cback(UINT32 code, UINT16 port_handle) in bta_jv_port_mgmt_sr_cback() 2309 static void bta_jv_port_event_sr_cback(UINT32 code, UINT16 port_handle) in bta_jv_port_event_sr_cback()
|
D | bta_jv_int.h | 209 UINT16 port_handle; /* port handle */ member
|