Searched defs:hci_handle (Results 1 - 7 of 7) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_api.c106 tNFA_STATUS NFA_HciGetGateAndPipeList (tNFA_HANDLE hci_handle) argument
110 if ((NFA_HANDLE_GROUP_MASK & hci_handle) != NFA_HANDLE_GROUP_HCI)
112 NFA_TRACE_API1 ("NFA_HciGetGateAndPipeList (): Invalid hci_handle:0x%04x", hci_handle);
116 NFA_TRACE_API1 ("NFA_HciGetGateAndPipeList (): hci_handle:0x%04x", hci_handle);
123 p_msg->hci_handle = hci_handle;
211 tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_handle) argument
215 if ((NFA_HANDLE_GROUP_MASK & hci_handle) !
249 NFA_HciDeallocGate(tNFA_HANDLE hci_handle, UINT8 gate) argument
294 NFA_HciGetHostList(tNFA_HANDLE hci_handle) argument
341 NFA_HciCreatePipe(tNFA_HANDLE hci_handle, UINT8 source_gate_id, UINT8 dest_host, UINT8 dest_gate) argument
411 NFA_HciOpenPipe(tNFA_HANDLE hci_handle, UINT8 pipe) argument
461 NFA_HciGetRegistry(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 reg_inx) argument
511 NFA_HciSetRegistry(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 reg_inx, UINT8 data_size, UINT8 *p_data) argument
573 NFA_HciSendCommand(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 cmd_code, UINT16 cmd_size, UINT8 *p_data) argument
634 NFA_HciSendResponse(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 response, UINT8 data_size, UINT8 *p_data) argument
712 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
784 NFA_HciClosePipe(tNFA_HANDLE hci_handle, UINT8 pipe) argument
833 NFA_HciDeletePipe(tNFA_HANDLE hci_handle, UINT8 pipe) argument
879 NFA_HciAddStaticPipe(tNFA_HANDLE hci_handle, UINT8 host, UINT8 gate, UINT8 pipe) argument
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_pm.c335 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 Dbtm_sco.c358 UINT16_TO_STREAM (p, p_ccb->hci_handle);
674 p->hci_handle = BTM_INVALID_HCI_HANDLE;
731 void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle) argument
741 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr)) == hci_handle))
765 void btm_sco_chk_pend_rolechange (UINT16 hci_handle) argument
775 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr)) == hci_handle))
893 void btm_sco_connected (UINT8 hci_status, BD_ADDR bda, UINT16 hci_handle, argument
922 BTM_TRACE_API1("Role Change pending for HCI handle 0x%04x",hci_handle);
951 p->hci_handle = hci_handle;
1087 btm_sco_removed(UINT16 hci_handle, UINT8 reason) argument
[all...]
H A Dbtm_acl.c109 ** Description This function returns the FIRST acl_db entry for the passed hci_handle.
114 UINT8 btm_handle_to_acl_index (UINT16 hci_handle) argument
121 if ((p->in_use) && (p->hci_handle == hci_handle))
143 UINT16 hci_handle, UINT8 link_role, UINT8 is_le_link)
150 BTM_TRACE_DEBUG3 ("btm_acl_created hci_handle=%d link_role=%d is_le_link=%d",
151 hci_handle,link_role, is_le_link);
156 p->hci_handle = hci_handle;
173 p->hci_handle
142 btm_acl_created(BD_ADDR bda, DEV_CLASS dc, BD_NAME bdn, UINT16 hci_handle, UINT8 link_role, UINT8 is_le_link) argument
1904 btm_process_mode_change(UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) argument
1944 btm_process_clk_off_comp_evt(UINT16 hci_handle, UINT16 clock_offset) argument
2819 UINT16 hci_handle = BTM_GetHCIConnHandle(bd_addr); local
[all...]
H A Dbtm_int.h82 UINT16 hci_handle; member in struct:__anon1012
378 UINT16 hci_handle; /* HCI Handle */ member in struct:__anon1018
413 extern void btm_sco_chk_pend_rolechange (UINT16 hci_handle);
418 #define btm_sco_chk_pend_rolechange(hci_handle)
488 UINT16 hci_handle; /* Handle to connection when exists */ member in struct:__anon1023
919 UINT16 hci_handle, UINT8 link_role, UINT8 is_le_link);
929 extern UINT8 btm_handle_to_acl_index (UINT16 hci_handle);
935 extern void btm_process_clk_off_comp_evt (UINT16 hci_handle, UINT16 clock_offset);
953 extern void btm_process_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode,
963 extern void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT
[all...]
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h92 tNFA_HANDLE hci_handle; member in struct:__anon7576
316 NFC_API extern tNFA_STATUS NFA_HciGetGateAndPipeList (tNFA_HANDLE hci_handle);
355 NFC_API extern tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_handle);
390 NFC_API extern tNFA_STATUS NFA_HciGetHostList (tNFA_HANDLE hci_handle);
412 NFC_API extern tNFA_STATUS NFA_HciCreatePipe (tNFA_HANDLE hci_handle,
430 NFC_API extern tNFA_STATUS NFA_HciOpenPipe (tNFA_HANDLE hci_handle, UINT8 pipe);
448 NFC_API extern tNFA_STATUS NFA_HciGetRegistry (tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 reg_inx);
466 NFC_API extern tNFA_STATUS NFA_HciSetRegistry (tNFA_HANDLE hci_handle,
487 NFC_API extern tNFA_STATUS NFA_HciSendCommand (tNFA_HANDLE hci_handle,
506 NFC_API extern tNFA_STATUS NFA_HciSendResponse (tNFA_HANDLE hci_handle,
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h112 tNFA_HANDLE hci_handle; member in struct:__anon7715
122 tNFA_HANDLE hci_handle; member in struct:__anon7716
130 tNFA_HANDLE hci_handle; member in struct:__anon7717
137 tNFA_HANDLE hci_handle; member in struct:__anon7718
145 tNFA_HANDLE hci_handle; member in struct:__anon7719
153 tNFA_HANDLE hci_handle; member in struct:__anon7720
161 tNFA_HANDLE hci_handle; member in struct:__anon7721
170 tNFA_HANDLE hci_handle; member in struct:__anon7722
181 tNFA_HANDLE hci_handle; member in struct:__anon7723
192 tNFA_HANDLE hci_handle; member in struct:__anon7724
201 tNFA_HANDLE hci_handle; member in struct:__anon7725
210 tNFA_HANDLE hci_handle; member in struct:__anon7726
219 tNFA_HANDLE hci_handle; member in struct:__anon7727
230 tNFA_HANDLE hci_handle; member in struct:__anon7728
244 tNFA_HANDLE hci_handle; member in struct:__anon7729
271 tNFA_HANDLE hci_handle; member in struct:__anon7732
282 tNFA_HANDLE hci_handle; member in struct:__anon7733
[all...]

Completed in 91 milliseconds