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

  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 94 ** for server, new handle will be assigned for conn_handle
95 ** for client, handle used in NFA_SnepConnect () is returned in conn_handle
100 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon10337
106 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon10338
115 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon10339
123 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon10340
132 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon10341
139 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon10342
146 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon10343
156 tNFA_HANDLE conn_handle; /* handle for data link connection * member in struct:__anon10344
    [all...]
nfa_p2p_api.h 107 tNFA_HANDLE conn_handle; member in struct:__anon10326
117 tNFA_HANDLE conn_handle; member in struct:__anon10327
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,
nfa_hci_api.h 376 NFC_API extern tNFA_STATUS NFA_HciDeallocGate (tNFA_HANDLE conn_handle, UINT8 gate);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_rfc.c 96 if (port_handle != p_scb->conn_handle)
98 APPL_TRACE_DEBUG3("ag_port_cback ignoring handle:%d conn_handle = %d other handle = %d",
99 port_handle, p_scb->conn_handle, handle);
136 if ((code != PORT_SUCCESS) && (port_handle != p_scb->conn_handle))
144 if (p_scb->conn_handle) /* Outgoing connection */
146 if (port_handle == p_scb->conn_handle)
167 else if (port_handle == p_scb->conn_handle)
377 FALSE, BTA_AG_MTU, p_scb->peer_addr, &(p_scb->conn_handle),
380 bta_ag_setup_port(p_scb, p_scb->conn_handle);
381 APPL_TRACE_DEBUG1("bta_ag_rfc_do_open : conn_handle = %d", p_scb->conn_handle)
    [all...]
bta_ag_act.c 375 p_scb->conn_handle = 0;
411 if (p_scb->conn_handle != 0)
412 RFCOMM_RemoveConnection (p_scb->conn_handle);
460 p_scb->conn_handle = 0;
481 RFCOMM_RemoveServer(p_scb->conn_handle);
605 p_scb->conn_handle = p_data->rfc.port_handle;
610 APPL_TRACE_DEBUG2 ("bta_ag_rfc_acp_open: conn_service = %d conn_handle = %d",
611 p_scb->conn_service, p_scb->conn_handle);
647 if (PORT_ReadData(p_scb->conn_handle, buf, BTA_AG_RFC_READ_MAX, &len) != PORT_SUCCESS)
845 PORT_WriteData(p_scb->conn_handle, p_data_area, strlen(p_data_area), &len)
    [all...]
bta_ag_int.h 251 UINT16 conn_handle; /* RFCOMM handle of connected service */ member in struct:__anon2389
bta_ag_cmd.c 386 PORT_WriteData(p_scb->conn_handle, buf, (UINT16) (p - buf), &len);
450 PORT_WriteData(p_scb->conn_handle, buf, (UINT16) (p - buf), &len);
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_snep_int.h 107 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon10511
117 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon10512
126 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon10513
136 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon10514
144 tNFA_HANDLE conn_handle; /* response code */ member in struct:__anon10515
218 tNFA_HANDLE conn_handle; /* connection handle for default server */ member in struct:__anon10519
nfa_p2p_int.h 99 tNFA_HANDLE conn_handle; member in struct:__anon10470
108 tNFA_HANDLE conn_handle; member in struct:__anon10471
115 tNFA_HANDLE conn_handle; member in struct:__anon10472
143 tNFA_HANDLE conn_handle; member in struct:__anon10475
151 tNFA_HANDLE conn_handle; member in struct:__anon10476
  /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...]
  /packages/apps/Nfc/nci/jni/
PeerToPeer.cpp     [all...]

Completed in 1103 milliseconds