HomeSort by relevance Sort by last modified time
    Searched refs:hci_handle (Results 1 - 13 of 13) sorted by null

  /external/libnfc-nci/src/nfa/hci/
nfa_hci_api.c 107 tNFA_STATUS NFA_HciGetGateAndPipeList (tNFA_HANDLE hci_handle)
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, UINT8 gate)
216 if ((NFA_HANDLE_GROUP_MASK & hci_handle) != NFA_HANDLE_GROUP_HCI
    [all...]
nfa_hci_act.c 86 nfa_hci_cb.app_in_use = p_evt_data->comm.hci_handle;
145 nfa_hci_cb.app_in_use = p_evt_data->comm.hci_handle;
301 evt_data.hci_register.hci_handle = (tNFA_HANDLE) (xx | NFA_HANDLE_GROUP_HCI);
426 if (pg->gate_owner == p_evt_data->get_gate_pipe_list.hci_handle)
470 nfa_hciu_send_to_app (NFA_HCI_GET_GATE_PIPE_LIST_EVT, &evt_data, p_evt_data->get_gate_pipe_list.hci_handle);
484 tNFA_HANDLE app_handle = p_evt_data->comm.hci_handle;
533 app_handle = p_evt_data->gate_dealloc.hci_handle;
603 UINT8 app_inx = p_evt_data->get_host_list.hci_handle & NFA_HANDLE_MASK;
605 nfa_hci_cb.app_in_use = p_evt_data->get_host_list.hci_handle;
633 ||(p_gate->gate_owner != p_evt_data->create_pipe.hci_handle) )
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 93 tNFA_HANDLE hci_handle; /* Handle assigned to the application */ member in struct:__anon7734
318 NFC_API extern tNFA_STATUS NFA_HciGetGateAndPipeList (tNFA_HANDLE hci_handle);
356 NFC_API extern tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_handle, UINT8 gate);
391 NFC_API extern tNFA_STATUS NFA_HciGetHostList (tNFA_HANDLE hci_handle);
413 NFC_API extern tNFA_STATUS NFA_HciCreatePipe (tNFA_HANDLE hci_handle,
431 NFC_API extern tNFA_STATUS NFA_HciOpenPipe (tNFA_HANDLE hci_handle, UINT8 pipe);
449 NFC_API extern tNFA_STATUS NFA_HciGetRegistry (tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 reg_inx);
467 NFC_API extern tNFA_STATUS NFA_HciSetRegistry (tNFA_HANDLE hci_handle,
488 NFC_API extern tNFA_STATUS NFA_HciSendCommand (tNFA_HANDLE hci_handle,
507 NFC_API extern tNFA_STATUS NFA_HciSendResponse (tNFA_HANDLE hci_handle,
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 113 tNFA_HANDLE hci_handle; member in struct:__anon7876
123 tNFA_HANDLE hci_handle; member in struct:__anon7877
131 tNFA_HANDLE hci_handle; member in struct:__anon7878
138 tNFA_HANDLE hci_handle; member in struct:__anon7879
146 tNFA_HANDLE hci_handle; member in struct:__anon7880
154 tNFA_HANDLE hci_handle; member in struct:__anon7881
162 tNFA_HANDLE hci_handle; member in struct:__anon7882
171 tNFA_HANDLE hci_handle; member in struct:__anon7883
182 tNFA_HANDLE hci_handle; member in struct:__anon7884
193 tNFA_HANDLE hci_handle; member in struct:__anon7885
202 tNFA_HANDLE hci_handle; member in struct:__anon7886
211 tNFA_HANDLE hci_handle; member in struct:__anon7887
220 tNFA_HANDLE hci_handle; member in struct:__anon7888
231 tNFA_HANDLE hci_handle; member in struct:__anon7889
245 tNFA_HANDLE hci_handle; member in struct:__anon7890
272 tNFA_HANDLE hci_handle; member in struct:__anon7893
283 tNFA_HANDLE hci_handle; member in struct:__anon7894
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 361 UINT16_TO_STREAM (p, p_ccb->hci_handle);
676 p->hci_handle = BTM_INVALID_HCI_HANDLE;
733 void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle)
743 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr, BT_TRANSPORT_BR_EDR)) == hci_handle))
767 void btm_sco_chk_pend_rolechange (UINT16 hci_handle)
777 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr, BT_TRANSPORT_BR_EDR)) == hci_handle))
    [all...]
btm_acl.c 122 ** Description This function returns the FIRST acl_db entry for the passed hci_handle.
127 UINT8 btm_handle_to_acl_index (UINT16 hci_handle)
134 if ((p->in_use) && (p->hci_handle == hci_handle))
210 UINT16 hci_handle, UINT8 link_role, tBT_TRANSPORT transport)
217 BTM_TRACE_DEBUG ("btm_acl_created hci_handle=%d link_role=%d transport=%d",
218 hci_handle,link_role, transport);
223 p->hci_handle = hci_handle;
240 p->hci_handle = hci_handle
3220 UINT16 hci_handle = BTM_GetHCIConnHandle(bd_addr, transport); local
    [all...]
btm_pm.c 335 if (btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[acl_ind].hci_handle, max_lat,
618 btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[link_ind].hci_handle, p_cb->max_lat,
638 if (btsnd_hcic_exit_sniff_mode(btm_cb.acl_db[link_ind].hci_handle))
644 if (btsnd_hcic_exit_park_mode(btm_cb.acl_db[link_ind].hci_handle))
656 if (btsnd_hcic_hold_mode (btm_cb.acl_db[link_ind].hci_handle,
664 if (btsnd_hcic_sniff_mode (btm_cb.acl_db[link_ind].hci_handle,
673 if (btsnd_hcic_park_mode (btm_cb.acl_db[link_ind].hci_handle,
782 ** hci_handle - connection handle associated with the change
789 void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval)
798 if ((xx = btm_handle_to_acl_index(hci_handle)) >= MAX_L2CAP_LINKS
    [all...]
btm_int.h 81 UINT16 hci_handle; member in struct:__anon5863
421 UINT16 hci_handle; /* HCI Handle */ member in struct:__anon5870
456 extern void btm_sco_chk_pend_rolechange (UINT16 hci_handle);
461 #define btm_sco_chk_pend_rolechange(hci_handle)
542 UINT16 hci_handle; /* Handle to connection when exists */ member in struct:__anon5875
    [all...]
btm_dev.c 85 p_dev_rec->hci_handle = BTM_GetHCIConnHandle (bd_addr, BT_TRANSPORT_BR_EDR);
324 p_dev_rec->hci_handle = BTM_GetHCIConnHandle (bd_addr, BT_TRANSPORT_BR_EDR);
422 && ((p_dev_rec->hci_handle == handle)
btm_sec.c     [all...]
btm_ble.c 95 p_dev_rec->hci_handle = BTM_GetHCIConnHandle (bd_addr, BT_TRANSPORT_BR_EDR);
    [all...]
btm_ble_gap.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 135 typedef BWL_PRE_PACKED_STRUCT union hci_handle { union

Completed in 350 milliseconds