HomeSort by relevance Sort by last modified time
    Searched defs:hci_handle (Results 1 - 5 of 5) sorted by null

  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 93 tNFA_HANDLE hci_handle; /* Handle assigned to the application */ member in struct:__anon7734
318 NFC_API extern tNFA_STATUS NFA_HciGetGateAndPipeList (tNFA_HANDLE hci_handle);
356 NFC_API extern tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_handle, UINT8 gate);
391 NFC_API extern tNFA_STATUS NFA_HciGetHostList (tNFA_HANDLE hci_handle);
413 NFC_API extern tNFA_STATUS NFA_HciCreatePipe (tNFA_HANDLE hci_handle,
431 NFC_API extern tNFA_STATUS NFA_HciOpenPipe (tNFA_HANDLE hci_handle, UINT8 pipe);
449 NFC_API extern tNFA_STATUS NFA_HciGetRegistry (tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 reg_inx);
467 NFC_API extern tNFA_STATUS NFA_HciSetRegistry (tNFA_HANDLE hci_handle,
488 NFC_API extern tNFA_STATUS NFA_HciSendCommand (tNFA_HANDLE hci_handle,
507 NFC_API extern tNFA_STATUS NFA_HciSendResponse (tNFA_HANDLE hci_handle,
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 122 ** Description This function returns the FIRST acl_db entry for the passed hci_handle.
127 UINT8 btm_handle_to_acl_index (UINT16 hci_handle)
134 if ((p->in_use) && (p->hci_handle == hci_handle))
210 UINT16 hci_handle, UINT8 link_role, tBT_TRANSPORT transport)
217 BTM_TRACE_DEBUG ("btm_acl_created hci_handle=%d link_role=%d transport=%d",
218 hci_handle,link_role, transport);
223 p->hci_handle = hci_handle;
240 p->hci_handle = hci_handle
3220 UINT16 hci_handle = BTM_GetHCIConnHandle(bd_addr, transport); local
    [all...]
btm_int.h 81 UINT16 hci_handle; member in struct:__anon5863
421 UINT16 hci_handle; /* HCI Handle */ member in struct:__anon5870
456 extern void btm_sco_chk_pend_rolechange (UINT16 hci_handle);
461 #define btm_sco_chk_pend_rolechange(hci_handle)
542 UINT16 hci_handle; /* Handle to connection when exists */ member in struct:__anon5875
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 113 tNFA_HANDLE hci_handle; member in struct:__anon7876
123 tNFA_HANDLE hci_handle; member in struct:__anon7877
131 tNFA_HANDLE hci_handle; member in struct:__anon7878
138 tNFA_HANDLE hci_handle; member in struct:__anon7879
146 tNFA_HANDLE hci_handle; member in struct:__anon7880
154 tNFA_HANDLE hci_handle; member in struct:__anon7881
162 tNFA_HANDLE hci_handle; member in struct:__anon7882
171 tNFA_HANDLE hci_handle; member in struct:__anon7883
182 tNFA_HANDLE hci_handle; member in struct:__anon7884
193 tNFA_HANDLE hci_handle; member in struct:__anon7885
202 tNFA_HANDLE hci_handle; member in struct:__anon7886
211 tNFA_HANDLE hci_handle; member in struct:__anon7887
220 tNFA_HANDLE hci_handle; member in struct:__anon7888
231 tNFA_HANDLE hci_handle; member in struct:__anon7889
245 tNFA_HANDLE hci_handle; member in struct:__anon7890
272 tNFA_HANDLE hci_handle; member in struct:__anon7893
283 tNFA_HANDLE hci_handle; member in struct:__anon7894
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 135 typedef BWL_PRE_PACKED_STRUCT union hci_handle { union

Completed in 246 milliseconds