Searched defs:hci_handle (Results 1 – 7 of 7) sorted by relevance
/system/nfc/src/nfa/hci/ |
D | nfa_hci_api.cc | 111 tNFA_STATUS NFA_HciGetGateAndPipeList(tNFA_HANDLE hci_handle) { in NFA_HciGetGateAndPipeList() 215 tNFA_STATUS NFA_HciAllocGate(tNFA_HANDLE hci_handle, uint8_t gate) { in NFA_HciAllocGate() 262 tNFA_STATUS NFA_HciDeallocGate(tNFA_HANDLE hci_handle, uint8_t gate) { in NFA_HciDeallocGate() 309 tNFA_STATUS NFA_HciGetHostList(tNFA_HANDLE hci_handle) { in NFA_HciGetHostList() 355 tNFA_STATUS NFA_HciCreatePipe(tNFA_HANDLE hci_handle, uint8_t source_gate_id, in NFA_HciCreatePipe() 422 tNFA_STATUS NFA_HciOpenPipe(tNFA_HANDLE hci_handle, uint8_t pipe) { in NFA_HciOpenPipe() 472 tNFA_STATUS NFA_HciGetRegistry(tNFA_HANDLE hci_handle, uint8_t pipe, in NFA_HciGetRegistry() 522 tNFA_STATUS NFA_HciSendCommand(tNFA_HANDLE hci_handle, uint8_t pipe, in NFA_HciSendCommand() 599 tNFA_STATUS NFA_HciSendEvent(tNFA_HANDLE hci_handle, uint8_t pipe, in NFA_HciSendEvent() 669 tNFA_STATUS NFA_HciClosePipe(tNFA_HANDLE hci_handle, uint8_t pipe) { in NFA_HciClosePipe() [all …]
|
/system/nfc/src/nfa/include/ |
D | nfa_hci_int.h | 128 tNFA_HANDLE hci_handle; member 137 tNFA_HANDLE hci_handle; member 144 tNFA_HANDLE hci_handle; member 150 tNFA_HANDLE hci_handle; member 157 tNFA_HANDLE hci_handle; member 164 tNFA_HANDLE hci_handle; member 171 tNFA_HANDLE hci_handle; member 179 tNFA_HANDLE hci_handle; member 189 tNFA_HANDLE hci_handle; member 199 tNFA_HANDLE hci_handle; member [all …]
|
D | nfa_hci_api.h | 118 tNFA_HANDLE hci_handle; /* Handle assigned to the application */ member
|
/system/bt/stack/btm/ |
D | btm_sco.cc | 585 void btm_sco_chk_pend_unpark(uint8_t hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark() 619 void btm_sco_chk_pend_rolechange(uint16_t hci_handle) { in btm_sco_chk_pend_rolechange() 654 void btm_sco_disc_chk_pend_for_modechange(uint16_t hci_handle) { in btm_sco_disc_chk_pend_for_modechange() 781 uint16_t hci_handle, tBTM_ESCO_DATA* p_esco_data) { in btm_sco_connected() 958 void btm_sco_removed(uint16_t hci_handle, uint8_t reason) { in btm_sco_removed()
|
D | btm_acl.cc | 120 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index() 192 uint16_t hci_handle, uint8_t link_role, in btm_acl_created() 1407 void btm_process_clk_off_comp_evt(uint16_t hci_handle, uint16_t clock_offset) { in btm_process_clk_off_comp_evt() 2479 uint16_t hci_handle = BTM_GetHCIConnHandle(bd_addr, transport); in btm_remove_acl() local
|
D | btm_pm.cc | 750 void btm_pm_proc_mode_change(uint8_t hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
|
D | btm_int_types.h | 64 uint16_t hci_handle; member 357 uint16_t hci_handle; /* HCI Handle */ member 471 uint16_t hci_handle; /* Handle to connection when exists */ member
|