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:__anon23296
318 NFC_API extern tNFA_STATUS NFA_HciGetGateAndPipeList (tNFA_HANDLE hci_handle);
357 NFC_API extern tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_handle);
392 NFC_API extern tNFA_STATUS NFA_HciGetHostList (tNFA_HANDLE hci_handle);
414 NFC_API extern tNFA_STATUS NFA_HciCreatePipe (tNFA_HANDLE hci_handle,
432 NFC_API extern tNFA_STATUS NFA_HciOpenPipe (tNFA_HANDLE hci_handle, UINT8 pipe);
450 NFC_API extern tNFA_STATUS NFA_HciGetRegistry (tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 reg_inx);
468 NFC_API extern tNFA_STATUS NFA_HciSetRegistry (tNFA_HANDLE hci_handle,
489 NFC_API extern tNFA_STATUS NFA_HciSendCommand (tNFA_HANDLE hci_handle,
508 NFC_API extern tNFA_STATUS NFA_HciSendResponse (tNFA_HANDLE hci_handle,
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 160 ** Description This function returns the FIRST acl_db entry for the passed hci_handle.
165 UINT8 btm_handle_to_acl_index (UINT16 hci_handle)
172 if ((p->in_use) && (p->hci_handle == hci_handle))
192 UINT16 hci_handle, UINT8 link_role, UINT8 is_le_link)
199 BTM_TRACE_DEBUG3 ("btm_acl_created hci_handle=%d link_role=%d is_le_link=%d",
200 hci_handle,link_role, is_le_link);
205 p->hci_handle = hci_handle;
223 p->hci_handle = hci_handle
3130 UINT16 hci_handle = BTM_GetHCIConnHandle(bd_addr); local
    [all...]
btm_int.h 85 UINT16 hci_handle; member in struct:__anon3520
418 UINT16 hci_handle; /* HCI Handle */ member in struct:__anon3527
453 extern void btm_sco_chk_pend_rolechange (UINT16 hci_handle);
458 #define btm_sco_chk_pend_rolechange(hci_handle)
527 UINT16 hci_handle; /* Handle to connection when exists */ member in struct:__anon3532
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 113 tNFA_HANDLE hci_handle; member in struct:__anon23436
123 tNFA_HANDLE hci_handle; member in struct:__anon23437
131 tNFA_HANDLE hci_handle; member in struct:__anon23438
138 tNFA_HANDLE hci_handle; member in struct:__anon23439
146 tNFA_HANDLE hci_handle; member in struct:__anon23440
154 tNFA_HANDLE hci_handle; member in struct:__anon23441
162 tNFA_HANDLE hci_handle; member in struct:__anon23442
171 tNFA_HANDLE hci_handle; member in struct:__anon23443
182 tNFA_HANDLE hci_handle; member in struct:__anon23444
193 tNFA_HANDLE hci_handle; member in struct:__anon23445
202 tNFA_HANDLE hci_handle; member in struct:__anon23446
211 tNFA_HANDLE hci_handle; member in struct:__anon23447
220 tNFA_HANDLE hci_handle; member in struct:__anon23448
231 tNFA_HANDLE hci_handle; member in struct:__anon23449
245 tNFA_HANDLE hci_handle; member in struct:__anon23450
272 tNFA_HANDLE hci_handle; member in struct:__anon23453
283 tNFA_HANDLE hci_handle; member in struct:__anon23454
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 135 typedef BWL_PRE_PACKED_STRUCT union hci_handle { union

Completed in 613 milliseconds