HomeSort by relevance Sort by last modified time
    Searched refs:hci_handle (Results 1 - 17 of 17) 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)
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)
458 nfa_hciu_send_to_app (NFA_HCI_GET_GATE_PIPE_LIST_EVT, &evt_data, p_evt_data->get_gate_pipe_list.hci_handle);
472 tNFA_HANDLE app_handle = p_evt_data->comm.hci_handle;
506 app_handle = p_evt_data->gate_dealloc.hci_handle;
576 UINT8 app_inx = p_evt_data->get_host_list.hci_handle & NFA_HANDLE_MASK;
578 nfa_hci_cb.app_in_use = p_evt_data->get_host_list.hci_handle;
604 if ((p_gate == NULL) || (p_gate->gate_owner != p_evt_data->create_pipe.hci_handle))
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
sco.h 44 uint16_t hci_handle; member in struct:sco_conninfo
rfcomm.h 36 uint16_t hci_handle; member in struct:rfcomm_conninfo
l2cap.h 50 uint16_t hci_handle; member in struct:l2cap_conninfo
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 93 tNFA_HANDLE hci_handle; /* Handle assigned to the application */ member in struct:__anon10297
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/
nfa_hci_int.h 113 tNFA_HANDLE hci_handle; member in struct:__anon10436
123 tNFA_HANDLE hci_handle; member in struct:__anon10437
131 tNFA_HANDLE hci_handle; member in struct:__anon10438
138 tNFA_HANDLE hci_handle; member in struct:__anon10439
146 tNFA_HANDLE hci_handle; member in struct:__anon10440
154 tNFA_HANDLE hci_handle; member in struct:__anon10441
162 tNFA_HANDLE hci_handle; member in struct:__anon10442
171 tNFA_HANDLE hci_handle; member in struct:__anon10443
182 tNFA_HANDLE hci_handle; member in struct:__anon10444
193 tNFA_HANDLE hci_handle; member in struct:__anon10445
202 tNFA_HANDLE hci_handle; member in struct:__anon10446
211 tNFA_HANDLE hci_handle; member in struct:__anon10447
220 tNFA_HANDLE hci_handle; member in struct:__anon10448
231 tNFA_HANDLE hci_handle; member in struct:__anon10449
245 tNFA_HANDLE hci_handle; member in struct:__anon10450
272 tNFA_HANDLE hci_handle; member in struct:__anon10453
283 tNFA_HANDLE hci_handle; member in struct:__anon10454
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
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)
736 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr)) == hci_handle))
760 void btm_sco_chk_pend_rolechange (UINT16 hci_handle)
770 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr)) == hci_handle))
    [all...]
btm_acl.c 114 ** Description This function returns the FIRST acl_db entry for the passed hci_handle.
119 UINT8 btm_handle_to_acl_index (UINT16 hci_handle)
126 if ((p->in_use) && (p->hci_handle == hci_handle))
146 UINT16 hci_handle, UINT8 link_role, UINT8 is_le_link)
153 BTM_TRACE_DEBUG3 ("btm_acl_created hci_handle=%d link_role=%d is_le_link=%d",
154 hci_handle,link_role, is_le_link);
159 p->hci_handle = hci_handle;
176 p->hci_handle = hci_handle
3080 UINT16 hci_handle = BTM_GetHCIConnHandle(bd_addr); local
    [all...]
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)
793 if ((xx = btm_handle_to_acl_index(hci_handle)) >= MAX_L2CAP_LINKS
    [all...]
btm_int.h 81 UINT16 hci_handle; member in struct:__anon3069
400 UINT16 hci_handle; /* HCI Handle */ member in struct:__anon3075
435 extern void btm_sco_chk_pend_rolechange (UINT16 hci_handle);
440 #define btm_sco_chk_pend_rolechange(hci_handle)
509 UINT16 hci_handle; /* Handle to connection when exists */ member in struct:__anon3080
    [all...]
btm_dev.c 82 p_dev_rec->hci_handle = BTM_GetHCIConnHandle (bd_addr);
281 p_dev_rec->hci_handle = BTM_GetHCIConnHandle (bd_addr);
379 && (p_dev_rec->hci_handle == handle))
btm_sec.c     [all...]
btm_ble.c 91 p_dev_rec->hci_handle = BTM_GetHCIConnHandle (bd_addr);
99 BTM_TRACE_DEBUG1 ("hci_handl=0x%x ", p_dev_rec->hci_handle );
    [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
  /packages/apps/Nfc/nci/jni/
SecureElement.cpp     [all...]

Completed in 145 milliseconds