HomeSort by relevance Sort by last modified time
    Searched full:conn_handle (Results 51 - 62 of 62) sorted by null

1 23

  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
loc_api_common_xdr.c 942 if (!xdr_rpc_loc_server_connection_handle (xdrs, &objp->conn_handle))
954 if (!xdr_rpc_loc_server_connection_handle (xdrs, &objp->conn_handle))
1251 if (!xdr_rpc_loc_server_connection_handle (xdrs, &objp->conn_handle))
1275 if (!xdr_rpc_loc_server_connection_handle (xdrs, &objp->conn_handle))
    [all...]
  /system/bt/stack/btm/
btm_ble_multi_adv.c 758 UINT16 conn_handle; local
769 STREAM_TO_UINT16(conn_handle, p);
771 if ((idx = btm_handle_to_acl_index(conn_handle)) != MAX_L2CAP_LINKS)
btm_ble.c 297 BOOLEAN BTM_IsBleConnection (UINT16 conn_handle)
303 BTM_TRACE_API ("BTM_IsBleConnection: conn_handle: %d", conn_handle);
305 xx = btm_handle_to_acl_index (conn_handle);
    [all...]
btm_sec.c 92 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason, UINT16 conn_handle);
    [all...]
  /packages/apps/Nfc/nci/jni/
PeerToPeer.cpp     [all...]
  /system/bt/bta/ag/
bta_ag_int.h 256 UINT16 conn_handle; /* RFCOMM handle of connected service */ member in struct:__anon73147
bta_ag_cmd.c 402 PORT_WriteData(p_scb->conn_handle, buf, (UINT16) (p - buf), &len);
466 PORT_WriteData(p_scb->conn_handle, buf, (UINT16) (p - buf), &len);
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 375 NFC_API extern tNFA_STATUS NFA_HciDeallocGate (tNFA_HANDLE conn_handle, UINT8 gate);
  /system/bt/bta/dm/
bta_dm_int.h 785 UINT16 conn_handle; member in struct:__anon73252
    [all...]
bta_dm_act.c     [all...]
  /system/bt/stack/include/
hcimsgs.h     [all...]
  /system/bt/bta/hf_client/
bta_hf_client_at.c 191 PORT_WriteData(bta_hf_client_cb.scb.conn_handle, buf, buf_len, &len);
    [all...]

Completed in 737 milliseconds

1 23