/external/libnfc-nci/src/nfa/include/ |
nfa_hci_api.h | 93 tNFA_HANDLE hci_handle; /* Handle assigned to the application */ member in struct:__anon20580 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:__anon804 418 UINT16 hci_handle; /* HCI Handle */ member in struct:__anon811 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:__anon816 [all...] |
/external/libnfc-nci/src/nfa/int/ |
nfa_hci_int.h | 113 tNFA_HANDLE hci_handle; member in struct:__anon20720 123 tNFA_HANDLE hci_handle; member in struct:__anon20721 131 tNFA_HANDLE hci_handle; member in struct:__anon20722 138 tNFA_HANDLE hci_handle; member in struct:__anon20723 146 tNFA_HANDLE hci_handle; member in struct:__anon20724 154 tNFA_HANDLE hci_handle; member in struct:__anon20725 162 tNFA_HANDLE hci_handle; member in struct:__anon20726 171 tNFA_HANDLE hci_handle; member in struct:__anon20727 182 tNFA_HANDLE hci_handle; member in struct:__anon20728 193 tNFA_HANDLE hci_handle; member in struct:__anon20729 202 tNFA_HANDLE hci_handle; member in struct:__anon20730 211 tNFA_HANDLE hci_handle; member in struct:__anon20731 220 tNFA_HANDLE hci_handle; member in struct:__anon20732 231 tNFA_HANDLE hci_handle; member in struct:__anon20733 245 tNFA_HANDLE hci_handle; member in struct:__anon20734 272 tNFA_HANDLE hci_handle; member in struct:__anon20737 283 tNFA_HANDLE hci_handle; member in struct:__anon20738 [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bt_amp_hci.h | 135 typedef BWL_PRE_PACKED_STRUCT union hci_handle { union
|