HomeSort by relevance Sort by last modified time
    Searched refs:conn_handle (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 95 ** for server, new handle will be assigned for conn_handle
96 ** for client, handle used in NFA_SnepConnect () is returned in conn_handle
101 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon16238
107 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon16239
116 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon16240
124 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon16241
133 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon16242
140 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon16243
147 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon16244
157 tNFA_HANDLE conn_handle; /* handle for data link connection * member in struct:__anon16245
164 tNFA_HANDLE conn_handle; \/* handle for data link connection *\/ member in struct:__anon16246
    [all...]
nfa_p2p_api.h 107 tNFA_HANDLE conn_handle; member in struct:__anon16226
117 tNFA_HANDLE conn_handle; member in struct:__anon16227
264 NFC_API extern tNFA_STATUS NFA_P2pAcceptConn (tNFA_HANDLE conn_handle,
281 NFC_API extern tNFA_STATUS NFA_P2pRejectConn (tNFA_HANDLE conn_handle);
299 NFC_API extern tNFA_STATUS NFA_P2pDisconnect (tNFA_HANDLE conn_handle,
411 NFC_API extern tNFA_STATUS NFA_P2pSendData (tNFA_HANDLE conn_handle,
463 NFC_API extern tNFA_STATUS NFA_P2pSetLocalBusy (tNFA_HANDLE conn_handle,
  /system/bt/bta/hf_client/
bta_hf_client_rfc.c 48 if (port_handle != bta_hf_client_cb.scb.conn_handle)
50 APPL_TRACE_DEBUG("bta_hf_client_port_cback ignoring handle:%d conn_handle = %d",
51 port_handle, bta_hf_client_cb.scb.conn_handle);
75 APPL_TRACE_DEBUG("bta_hf_client_mgmt_cback : code = %d, port_handle = %d, conn_handle = %d, serv_handle = %d",
76 code, port_handle, bta_hf_client_cb.scb.conn_handle, bta_hf_client_cb.scb.serv_handle);
79 if ((code != PORT_SUCCESS) && (port_handle != bta_hf_client_cb.scb.conn_handle))
87 if ((bta_hf_client_cb.scb.conn_handle && (port_handle == bta_hf_client_cb.scb.conn_handle)) || /* outgoing connection */
99 else if (port_handle == bta_hf_client_cb.scb.conn_handle)
213 FALSE, BTA_HF_CLIENT_MTU, bta_hf_client_cb.scb.peer_addr, &(bta_hf_client_cb.scb.conn_handle),
    [all...]
bta_hf_client_act.c 299 bta_hf_client_cb.scb.conn_handle = p_data->rfc.port_handle;
323 bta_hf_client_cb.scb.conn_handle = 0;
417 bta_hf_client_cb.scb.conn_handle = 0;
509 while (PORT_ReadData(bta_hf_client_cb.scb.conn_handle, buf, BTA_HF_CLIENT_RFC_READ_MAX, &len) == PORT_SUCCESS)
bta_hf_client_sco.c 228 p_buf->layer_specific = bta_hf_client_cb.scb.conn_handle;
256 p_buf->layer_specific = bta_hf_client_cb.scb.conn_handle;;
  /system/bt/bta/ag/
bta_ag_rfc.c 96 if (port_handle != p_scb->conn_handle)
98 APPL_TRACE_DEBUG("ag_port_cback ignoring handle:%d conn_handle = %d other handle = %d",
99 port_handle, p_scb->conn_handle, handle);
133 if ((code != PORT_SUCCESS) && (port_handle != p_scb->conn_handle))
141 if (p_scb->conn_handle) /* Outgoing connection */
143 if (port_handle == p_scb->conn_handle)
164 else if (port_handle == p_scb->conn_handle)
374 FALSE, BTA_AG_MTU, p_scb->peer_addr, &(p_scb->conn_handle),
377 bta_ag_setup_port(p_scb, p_scb->conn_handle);
378 APPL_TRACE_DEBUG("bta_ag_rfc_do_open : conn_handle = %d", p_scb->conn_handle)
    [all...]
bta_ag_act.c 381 p_scb->conn_handle = 0;
468 p_scb->conn_handle = 0;
489 RFCOMM_RemoveServer(p_scb->conn_handle);
609 p_scb->conn_handle = p_data->rfc.port_handle;
614 APPL_TRACE_DEBUG ("bta_ag_rfc_acp_open: conn_service = %d conn_handle = %d",
615 p_scb->conn_service, p_scb->conn_handle);
654 if (PORT_ReadData(p_scb->conn_handle, buf, BTA_AG_RFC_READ_MAX, &len) != PORT_SUCCESS)
863 PORT_WriteData(p_scb->conn_handle, p_data_area, strlen(p_data_area), &len);
  /external/libnfc-nci/src/nfa/int/
nfa_snep_int.h 107 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon16414
117 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon16415
126 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon16416
136 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon16417
144 tNFA_HANDLE conn_handle; /* response code */ member in struct:__anon16418
218 tNFA_HANDLE conn_handle; /* connection handle for default server */ member in struct:__anon16422
nfa_p2p_int.h 99 tNFA_HANDLE conn_handle; member in struct:__anon16373
108 tNFA_HANDLE conn_handle; member in struct:__anon16374
115 tNFA_HANDLE conn_handle; member in struct:__anon16375
143 tNFA_HANDLE conn_handle; member in struct:__anon16378
151 tNFA_HANDLE conn_handle; member in struct:__anon16379
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_api.c 243 p_msg->conn_handle = handle;
298 p_msg->conn_handle = handle;
354 p_msg->conn_handle = handle;
742 p_msg->conn_handle = handle;
879 tNFA_STATUS NFA_P2pSetLocalBusy (tNFA_HANDLE conn_handle,
885 P2P_TRACE_API2 ("NFA_P2pSetLocalBusy (): conn_handle:0x%02X, is_busy:%d", conn_handle, is_busy);
887 xx = conn_handle & NFA_HANDLE_MASK;
910 p_msg->conn_handle = conn_handle;
    [all...]
nfa_p2p_act.c 333 evt_data.conn_req.conn_handle = (NFA_HANDLE_GROUP_P2P | NFA_P2P_HANDLE_FLAG_CONN | xx);
380 evt_data.connected.conn_handle = (NFA_HANDLE_GROUP_P2P | NFA_P2P_HANDLE_FLAG_CONN | xx);
862 xx = (UINT8) (p_msg->api_accept.conn_handle & NFA_HANDLE_MASK);
890 xx = (UINT8) (p_msg->api_reject.conn_handle & NFA_HANDLE_MASK);
920 xx = (UINT8) (p_msg->api_disconnect.conn_handle & NFA_HANDLE_MASK);
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 574 rpc_loc_server_connection_handle conn_handle;
579 rpc_loc_server_connection_handle conn_handle;
585 rpc_loc_server_connection_handle conn_handle;
791 rpc_loc_server_connection_handle conn_handle;
797 rpc_loc_server_connection_handle conn_handle;
810 rpc_loc_server_connection_handle conn_handle;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 574 rpc_loc_server_connection_handle conn_handle;
579 rpc_loc_server_connection_handle conn_handle;
585 rpc_loc_server_connection_handle conn_handle;
791 rpc_loc_server_connection_handle conn_handle;
797 rpc_loc_server_connection_handle conn_handle;
810 rpc_loc_server_connection_handle conn_handle;
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 574 rpc_loc_server_connection_handle conn_handle;
579 rpc_loc_server_connection_handle conn_handle;
585 rpc_loc_server_connection_handle conn_handle;
791 rpc_loc_server_connection_handle conn_handle;
797 rpc_loc_server_connection_handle conn_handle;
810 rpc_loc_server_connection_handle conn_handle;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 574 rpc_loc_server_connection_handle conn_handle;
579 rpc_loc_server_connection_handle conn_handle;
585 rpc_loc_server_connection_handle conn_handle;
791 rpc_loc_server_connection_handle conn_handle;
797 rpc_loc_server_connection_handle conn_handle;
810 rpc_loc_server_connection_handle conn_handle;
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 574 rpc_loc_server_connection_handle conn_handle;
579 rpc_loc_server_connection_handle conn_handle;
585 rpc_loc_server_connection_handle conn_handle;
791 rpc_loc_server_connection_handle conn_handle;
797 rpc_loc_server_connection_handle conn_handle;
810 rpc_loc_server_connection_handle conn_handle;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 530 rpc_loc_server_connection_handle conn_handle;
535 rpc_loc_server_connection_handle conn_handle;
719 rpc_loc_server_connection_handle conn_handle;
731 rpc_loc_server_connection_handle conn_handle;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 508 rpc_loc_server_connection_handle conn_handle;
513 rpc_loc_server_connection_handle conn_handle;
679 rpc_loc_server_connection_handle conn_handle;
691 rpc_loc_server_connection_handle conn_handle;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 530 rpc_loc_server_connection_handle conn_handle;
535 rpc_loc_server_connection_handle conn_handle;
719 rpc_loc_server_connection_handle conn_handle;
731 rpc_loc_server_connection_handle conn_handle;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 508 rpc_loc_server_connection_handle conn_handle;
513 rpc_loc_server_connection_handle conn_handle;
679 rpc_loc_server_connection_handle conn_handle;
691 rpc_loc_server_connection_handle conn_handle;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 530 rpc_loc_server_connection_handle conn_handle;
535 rpc_loc_server_connection_handle conn_handle;
719 rpc_loc_server_connection_handle conn_handle;
731 rpc_loc_server_connection_handle conn_handle;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 508 rpc_loc_server_connection_handle conn_handle;
513 rpc_loc_server_connection_handle conn_handle;
679 rpc_loc_server_connection_handle conn_handle;
691 rpc_loc_server_connection_handle conn_handle;
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 584 rpc_loc_server_connection_handle conn_handle; member in struct:rpc_loc_server_open_req_s_type
590 rpc_loc_server_connection_handle conn_handle; member in struct:rpc_loc_server_multi_open_req_s_type
597 rpc_loc_server_connection_handle conn_handle; member in struct:rpc_loc_server_close_req_s_type
829 rpc_loc_server_connection_handle conn_handle; member in struct:rpc_loc_server_open_status_s_type
836 rpc_loc_server_connection_handle conn_handle; member in struct:rpc_loc_server_multi_open_status_s_type
851 rpc_loc_server_connection_handle conn_handle; member in struct:rpc_loc_server_close_status_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]

Completed in 609 milliseconds

1 2 3