/external/libnfc-nci/src/nfa/hci/ |
H A D | nfa_hci_api.c | 107 tNFA_STATUS NFA_HciGetGateAndPipeList (tNFA_HANDLE hci_handle) argument 111 if ((NFA_HANDLE_GROUP_MASK & hci_handle) != NFA_HANDLE_GROUP_HCI) 113 NFA_TRACE_API1 ("NFA_HciGetGateAndPipeList (): Invalid hci_handle:0x%04x", hci_handle); 117 NFA_TRACE_API1 ("NFA_HciGetGateAndPipeList (): hci_handle:0x%04x", hci_handle); 124 p_msg->hci_handle = hci_handle; 212 tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_handle) argument 216 if ((NFA_HANDLE_GROUP_MASK & hci_handle) ! 250 NFA_HciDeallocGate(tNFA_HANDLE hci_handle, UINT8 gate) argument 295 NFA_HciGetHostList(tNFA_HANDLE hci_handle) argument 342 NFA_HciCreatePipe(tNFA_HANDLE hci_handle, UINT8 source_gate_id, UINT8 dest_host, UINT8 dest_gate) argument 412 NFA_HciOpenPipe(tNFA_HANDLE hci_handle, UINT8 pipe) argument 462 NFA_HciGetRegistry(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 reg_inx) argument 512 NFA_HciSetRegistry(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 reg_inx, UINT8 data_size, UINT8 *p_data) argument 574 NFA_HciSendCommand(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 cmd_code, UINT16 cmd_size, UINT8 *p_data) argument 635 NFA_HciSendResponse(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 response, UINT8 data_size, UINT8 *p_data) argument 713 NFA_HciSendEvent(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 evt_code, UINT16 evt_size, UINT8 *p_data, UINT16 rsp_size, UINT8 *p_rsp_buf, UINT16 rsp_timeout) argument 785 NFA_HciClosePipe(tNFA_HANDLE hci_handle, UINT8 pipe) argument 834 NFA_HciDeletePipe(tNFA_HANDLE hci_handle, UINT8 pipe) argument 880 NFA_HciAddStaticPipe(tNFA_HANDLE hci_handle, UINT8 host, UINT8 gate, UINT8 pipe) argument [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
H A D | btm_pm.c | 335 if (btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[acl_ind].hci_handle, max_lat, 613 btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[link_ind].hci_handle, p_cb->max_lat, 633 if (btsnd_hcic_exit_sniff_mode(btm_cb.acl_db[link_ind].hci_handle)) 639 if (btsnd_hcic_exit_park_mode(btm_cb.acl_db[link_ind].hci_handle)) 651 if (btsnd_hcic_hold_mode (btm_cb.acl_db[link_ind].hci_handle, 659 if (btsnd_hcic_sniff_mode (btm_cb.acl_db[link_ind].hci_handle, 668 if (btsnd_hcic_park_mode (btm_cb.acl_db[link_ind].hci_handle, 777 ** hci_handle - connection handle associated with the change 784 void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) argument 793 if ((xx = btm_handle_to_acl_index(hci_handle)) > [all...] |
H A D | btm_sco.c | 356 UINT16_TO_STREAM (p, p_ccb->hci_handle); 669 p->hci_handle = BTM_INVALID_HCI_HANDLE; 726 void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle) argument 736 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr)) == hci_handle)) 760 void btm_sco_chk_pend_rolechange (UINT16 hci_handle) argument 770 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr)) == hci_handle)) 888 void btm_sco_connected (UINT8 hci_status, BD_ADDR bda, UINT16 hci_handle, argument 917 BTM_TRACE_API1("Role Change pending for HCI handle 0x%04x",hci_handle); 946 p->hci_handle = hci_handle; 1082 btm_sco_removed(UINT16 hci_handle, UINT8 reason) argument [all...] |
H A D | 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) argument 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 191 btm_acl_created(BD_ADDR bda, DEV_CLASS dc, BD_NAME bdn, UINT16 hci_handle, UINT8 link_role, UINT8 is_le_link) argument 2156 btm_process_mode_change(UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) argument 2196 btm_process_clk_off_comp_evt(UINT16 hci_handle, UINT16 clock_offset) argument 3130 UINT16 hci_handle = BTM_GetHCIConnHandle(bd_addr); local [all...] |
H A D | btm_int.h | 85 UINT16 hci_handle; member in struct:__anon1114 418 UINT16 hci_handle; /* HCI Handle */ member in struct:__anon1121 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:__anon1126 969 UINT16 hci_handle, UINT8 link_role, UINT8 is_le_link); 979 extern UINT8 btm_handle_to_acl_index (UINT16 hci_handle); 985 extern void btm_process_clk_off_comp_evt (UINT16 hci_handle, UINT16 clock_offset); 1003 extern void btm_process_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, 1013 extern void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT [all...] |
/external/libnfc-nci/src/nfa/include/ |
H A D | nfa_hci_api.h | 93 tNFA_HANDLE hci_handle; /* Handle assigned to the application */ member in struct:__anon20901 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/libnfc-nci/src/nfa/int/ |
H A D | nfa_hci_int.h | 113 tNFA_HANDLE hci_handle; member in struct:__anon21041 123 tNFA_HANDLE hci_handle; member in struct:__anon21042 131 tNFA_HANDLE hci_handle; member in struct:__anon21043 138 tNFA_HANDLE hci_handle; member in struct:__anon21044 146 tNFA_HANDLE hci_handle; member in struct:__anon21045 154 tNFA_HANDLE hci_handle; member in struct:__anon21046 162 tNFA_HANDLE hci_handle; member in struct:__anon21047 171 tNFA_HANDLE hci_handle; member in struct:__anon21048 182 tNFA_HANDLE hci_handle; member in struct:__anon21049 193 tNFA_HANDLE hci_handle; member in struct:__anon21050 202 tNFA_HANDLE hci_handle; member in struct:__anon21051 211 tNFA_HANDLE hci_handle; member in struct:__anon21052 220 tNFA_HANDLE hci_handle; member in struct:__anon21053 231 tNFA_HANDLE hci_handle; member in struct:__anon21054 245 tNFA_HANDLE hci_handle; member in struct:__anon21055 272 tNFA_HANDLE hci_handle; member in struct:__anon21058 283 tNFA_HANDLE hci_handle; member in struct:__anon21059 [all...] |