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

1 2 3

  /system/nfc/src/nfa/include/
nfa_snep_api.h 118 ** for server, new handle will be assigned for conn_handle
119 ** for client, handle used in NFA_SnepConnect () is returned in conn_handle
123 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon114812
128 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon114813
136 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon114814
143 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon114815
151 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon114816
157 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon114817
163 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon114818
173 tNFA_HANDLE conn_handle; /* handle for data link connection * member in struct:__anon114819
179 tNFA_HANDLE conn_handle; \/* handle for data link connection *\/ member in struct:__anon114820
    [all...]
nfa_p2p_api.h 121 tNFA_HANDLE conn_handle; member in struct:__anon114800
130 tNFA_HANDLE conn_handle; member in struct:__anon114801
276 extern tNFA_STATUS NFA_P2pAcceptConn(tNFA_HANDLE conn_handle, uint16_t miu,
292 extern tNFA_STATUS NFA_P2pRejectConn(tNFA_HANDLE conn_handle);
312 extern tNFA_STATUS NFA_P2pDisconnect(tNFA_HANDLE conn_handle, bool flush);
417 extern tNFA_STATUS NFA_P2pSendData(tNFA_HANDLE conn_handle, uint16_t length,
467 extern tNFA_STATUS NFA_P2pSetLocalBusy(tNFA_HANDLE conn_handle, bool is_busy);
  /system/bt/bta/hf_client/
bta_hf_client_rfc.cc 83 port_handle != client_cb->conn_handle) {
93 if (client_cb && port_handle == client_cb->conn_handle) { /* out conn */
116 client_cb->conn_handle = port_handle;
130 port_handle == client_cb->conn_handle) { /* code != PORT_SUC */
242 &(client_cb->conn_handle),
244 bta_hf_client_setup_port(client_cb->conn_handle);
245 APPL_TRACE_DEBUG("bta_hf_client_rfc_do_open : conn_handle = %d",
246 client_cb->conn_handle);
273 if (client_cb->conn_handle) {
274 RFCOMM_RemoveConnection(client_cb->conn_handle);
    [all...]
bta_hf_client_act.cc 175 APPL_TRACE_DEBUG("%s: conn_handle %d", __func__, client_cb->conn_handle);
178 if (PORT_SUCCESS != (status = PORT_CheckConnection(client_cb->conn_handle,
412 while (PORT_ReadData(client_cb->conn_handle, buf, BTA_HF_CLIENT_RFC_READ_MAX,
bta_hf_client_main.cc 522 uint16_t conn_handle = client_cb->conn_handle; local
524 APPL_TRACE_DEBUG("%s: cb rfc_handle %d alloc %d conn_handle %d", __func__,
525 handle, is_allocated, conn_handle);
527 if (is_allocated && conn_handle == handle) {
531 APPL_TRACE_WARNING("%s: no cb yet %d alloc %d conn_handle %d", __func__,
532 handle, is_allocated, conn_handle);
    [all...]
  /system/bt/bta/ag/
bta_ag_rfc.cc 85 if (port_handle != p_scb->conn_handle) {
87 "ag_port_cback ignoring handle:%d conn_handle = %d other handle = %d",
88 port_handle, p_scb->conn_handle, handle);
122 if ((code != PORT_SUCCESS) && (port_handle != p_scb->conn_handle)) {
128 if (p_scb->conn_handle) /* Outgoing connection */
130 if (port_handle == p_scb->conn_handle) found_handle = true;
148 else if (port_handle == p_scb->conn_handle) {
353 p_scb->peer_addr, &(p_scb->conn_handle),
356 bta_ag_setup_port(p_scb, p_scb->conn_handle);
357 APPL_TRACE_DEBUG("bta_ag_rfc_do_open : conn_handle = %d"
    [all...]
bta_ag_act.cc 341 p_scb->conn_handle = 0;
421 p_scb->conn_handle = 0;
439 RFCOMM_RemoveServer(p_scb->conn_handle);
556 p_scb->conn_handle = p_data->rfc.port_handle;
561 APPL_TRACE_DEBUG("bta_ag_rfc_acp_open: conn_service = %d conn_handle = %d",
562 p_scb->conn_service, p_scb->conn_handle);
596 if (PORT_ReadData(p_scb->conn_handle, buf, BTA_AG_RFC_READ_MAX, &len) !=
788 PORT_WriteData(p_scb->conn_handle, p_data_area, strlen(p_data_area), &len);
  /system/nfc/src/nfa/int/
nfa_snep_int.h 99 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon114979
108 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon114980
116 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon114981
125 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon114982
132 tNFA_HANDLE conn_handle; /* response code */ member in struct:__anon114983
209 tNFA_HANDLE conn_handle; /* connection handle for default server */ member in struct:__anon114987
nfa_p2p_int.h 92 tNFA_HANDLE conn_handle; member in struct:__anon114938
100 tNFA_HANDLE conn_handle; member in struct:__anon114939
106 tNFA_HANDLE conn_handle; member in struct:__anon114940
131 tNFA_HANDLE conn_handle; member in struct:__anon114943
138 tNFA_HANDLE conn_handle; member in struct:__anon114944
  /system/nfc/src/nfa/p2p/
nfa_p2p_api.c 238 p_msg->conn_handle = handle;
287 p_msg->conn_handle = handle;
340 p_msg->conn_handle = handle;
692 p_msg->conn_handle = handle;
816 tNFA_STATUS NFA_P2pSetLocalBusy(tNFA_HANDLE conn_handle, bool is_busy) {
820 P2P_TRACE_API2("NFA_P2pSetLocalBusy (): conn_handle:0x%02X, is_busy:%d",
821 conn_handle, is_busy);
823 xx = conn_handle & NFA_HANDLE_MASK;
841 p_msg->conn_handle = conn_handle;
    [all...]
nfa_p2p_act.c 306 evt_data.conn_req.conn_handle =
349 evt_data.connected.conn_handle =
783 xx = (uint8_t)(p_msg->api_accept.conn_handle & NFA_HANDLE_MASK);
811 xx = (uint8_t)(p_msg->api_reject.conn_handle & NFA_HANDLE_MASK);
841 xx = (uint8_t)(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;
  /system/bt/stack/include/
ble_advertiser.h 38 void btm_acl_update_conn_addr(uint16_t conn_handle, const RawAddress& address);
  /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;
  /system/bt/stack/btm/
ble_advertiser_hci_interface.cc 275 uint16_t conn_handle; local
286 STREAM_TO_UINT16(conn_handle, p);
292 observer->OnAdvertisingSetTerminated(change_reason, adv_inst, conn_handle,
671 uint16_t conn_handle; local
675 STREAM_TO_UINT16(conn_handle, p);
678 conn_handle = conn_handle & 0x0FFF; // only 12 bits meaningful
683 conn_handle,
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]

Completed in 384 milliseconds

1 2 3