/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:__anon23334 107 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon23335 116 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon23336 124 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon23337 133 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon23338 140 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon23339 147 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon23340 157 tNFA_HANDLE conn_handle; /* handle for data link connection * member in struct:__anon23341 164 tNFA_HANDLE conn_handle; \/* handle for data link connection *\/ member in struct:__anon23342 [all...] |
nfa_p2p_api.h | 107 tNFA_HANDLE conn_handle; member in struct:__anon23323 117 tNFA_HANDLE conn_handle; member in struct:__anon23324 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:__anon2825
|
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:__anon23509 117 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon23510 126 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon23511 136 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon23512 144 tNFA_HANDLE conn_handle; /* response code */ member in struct:__anon23513 218 tNFA_HANDLE conn_handle; /* connection handle for default server */ member in struct:__anon23517
|
nfa_p2p_int.h | 99 tNFA_HANDLE conn_handle; member in struct:__anon23468 108 tNFA_HANDLE conn_handle; member in struct:__anon23469 115 tNFA_HANDLE conn_handle; member in struct:__anon23470 143 tNFA_HANDLE conn_handle; member in struct:__anon23473 151 tNFA_HANDLE conn_handle; member in struct:__anon23474
|
/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...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble.c | 322 BOOLEAN BTM_IsBleConnection (UINT16 conn_handle) 328 BTM_TRACE_API1 ("BTM_IsBleConnection: conn_handle: %d", conn_handle); 330 xx = btm_handle_to_acl_index (conn_handle); [all...] |