Searched defs:hci_handle (Results 1 – 7 of 7) sorted by relevance
/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_api.c | 107 tNFA_STATUS NFA_HciGetGateAndPipeList (tNFA_HANDLE hci_handle) in NFA_HciGetGateAndPipeList() 212 tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_handle) in NFA_HciAllocGate() 250 tNFA_STATUS NFA_HciDeallocGate (tNFA_HANDLE hci_handle, UINT8 gate) in NFA_HciDeallocGate() 295 tNFA_STATUS NFA_HciGetHostList (tNFA_HANDLE hci_handle) in NFA_HciGetHostList() 342 tNFA_STATUS NFA_HciCreatePipe (tNFA_HANDLE hci_handle, in NFA_HciCreatePipe() 412 tNFA_STATUS NFA_HciOpenPipe (tNFA_HANDLE hci_handle, UINT8 pipe) in NFA_HciOpenPipe() 462 tNFA_STATUS NFA_HciGetRegistry (tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 reg_inx) in NFA_HciGetRegistry() 512 NFC_API extern tNFA_STATUS NFA_HciSetRegistry (tNFA_HANDLE hci_handle, in NFA_HciSetRegistry() 574 tNFA_STATUS NFA_HciSendCommand (tNFA_HANDLE hci_handle, in NFA_HciSendCommand() 635 NFC_API extern tNFA_STATUS NFA_HciSendResponse (tNFA_HANDLE hci_handle, in NFA_HciSendResponse() [all …]
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_hci_int.h | 113 tNFA_HANDLE hci_handle; member 123 tNFA_HANDLE hci_handle; member 131 tNFA_HANDLE hci_handle; member 138 tNFA_HANDLE hci_handle; member 146 tNFA_HANDLE hci_handle; member 154 tNFA_HANDLE hci_handle; member 162 tNFA_HANDLE hci_handle; member 171 tNFA_HANDLE hci_handle; member 182 tNFA_HANDLE hci_handle; member 193 tNFA_HANDLE hci_handle; member [all …]
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_sco.c | 726 void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle) in btm_sco_chk_pend_unpark() 760 void btm_sco_chk_pend_rolechange (UINT16 hci_handle) in btm_sco_chk_pend_rolechange() 888 void btm_sco_connected (UINT8 hci_status, BD_ADDR bda, UINT16 hci_handle, in btm_sco_connected() 1082 void btm_sco_removed (UINT16 hci_handle, UINT8 reason) in btm_sco_removed()
|
D | btm_acl.c | 119 UINT8 btm_handle_to_acl_index (UINT16 hci_handle) in btm_handle_to_acl_index() 146 UINT16 hci_handle, UINT8 link_role, UINT8 is_le_link) in btm_acl_created() 2106 void btm_process_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) in btm_process_mode_change() 2146 void btm_process_clk_off_comp_evt (UINT16 hci_handle, UINT16 clock_offset) in btm_process_clk_off_comp_evt() 3080 UINT16 hci_handle = BTM_GetHCIConnHandle(bd_addr); in btm_remove_acl() local
|
D | btm_pm.c | 784 void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) in btm_pm_proc_mode_change()
|
D | btm_int.h | 81 UINT16 hci_handle; member 400 UINT16 hci_handle; /* HCI Handle */ member 440 #define btm_sco_chk_pend_rolechange(hci_handle) argument 509 UINT16 hci_handle; /* Handle to connection when exists */ member 998 #define btm_sco_chk_pend_unpark(hci_status, hci_handle) argument
|
/external/libnfc-nci/src/nfa/include/ |
D | nfa_hci_api.h | 93 tNFA_HANDLE hci_handle; /* Handle assigned to the application */ member
|