Home
last modified time | relevance | path

Searched defs:hci_handle (Results 1 – 17 of 17) sorted by relevance

/system/nfc/src/nfa/hci/
Dnfa_hci_api.cc111 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/bt/test/mock/
Dmock_stack_btm_sco.cc46 bool btm_sco_removed(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_removed()
98 void btm_sco_chk_pend_rolechange(uint16_t hci_handle) { in btm_sco_chk_pend_rolechange()
101 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark()
109 uint16_t hci_handle, tBTM_ESCO_DATA* p_esco_data) { in btm_sco_connected()
112 void btm_sco_disc_chk_pend_for_modechange(uint16_t hci_handle) { in btm_sco_disc_chk_pend_for_modechange()
123 void btm_sco_on_disconnected(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_on_disconnected()
Dmock_stack_acl.cc61 bool BTM_IsAclConnectionUpFromHandle(uint16_t hci_handle) { in BTM_IsAclConnectionUpFromHandle()
65 bool BTM_IsBleConnection(uint16_t hci_handle) { in BTM_IsBleConnection()
102 bool acl_peer_supports_ble_2m_phy(uint16_t hci_handle) { in acl_peer_supports_ble_2m_phy()
106 bool acl_peer_supports_ble_coded_phy(uint16_t hci_handle) { in acl_peer_supports_ble_coded_phy()
115 bool acl_peer_supports_ble_packet_extension(uint16_t hci_handle) { in acl_peer_supports_ble_packet_extension()
130 bool acl_set_peer_le_features_from_handle(uint16_t hci_handle, in acl_set_peer_le_features_from_handle()
235 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index()
321 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, in btm_acl_created()
361 void btm_cont_rswitch_from_handle(uint16_t hci_handle) { in btm_cont_rswitch_from_handle()
Dmock_stack_acl_btm_pm.cc94 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
Dmock_stack_btm_ble.cc69 bool btm_ble_get_acl_remote_addr(uint16_t hci_handle, RawAddress& conn_addr, in btm_ble_get_acl_remote_addr()
Dmock_stack_btm_sec.cc292 void btm_sec_set_peer_sec_caps(uint16_t hci_handle, bool ssp_supported, in btm_sec_set_peer_sec_caps()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h128 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 …]
Dnfa_hci_api.h118 tNFA_HANDLE hci_handle; /* Handle assigned to the application */ member
/system/bt/stack/btm/
Dbtm_sco.cc496 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark()
528 void btm_sco_chk_pend_rolechange(uint16_t hci_handle) { in btm_sco_chk_pend_rolechange()
561 void btm_sco_disc_chk_pend_for_modechange(uint16_t hci_handle) { in btm_sco_disc_chk_pend_for_modechange()
686 uint16_t hci_handle, tBTM_ESCO_DATA* p_esco_data) { in btm_sco_connected()
856 bool btm_sco_removed(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_removed()
893 void btm_sco_on_disconnected(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_on_disconnected()
Dbtm_sco.h83 uint16_t hci_handle; /* HCI Handle */ member
Dbtm_ble.cc681 uint16_t hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_SetBleDataLength() local
2100 bool btm_ble_get_acl_remote_addr(uint16_t hci_handle, RawAddress& conn_addr, in btm_ble_get_acl_remote_addr()
Dsecurity_device_record.h212 uint16_t hci_handle; /* Handle to connection when exists */ member
Dbtm_sec.cc4880 void btm_sec_set_peer_sec_caps(uint16_t hci_handle, bool ssp_supported, in btm_sec_set_peer_sec_caps()
/system/bt/stack/acl/
Dbtm_acl.cc308 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index()
321 tACL_CONN* StackAclBtmAcl::acl_get_connection_from_handle(uint16_t hci_handle) { in acl_get_connection_from_handle()
365 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, in btm_acl_created()
1199 bool BTM_IsAclConnectionUpFromHandle(uint16_t hci_handle) { in BTM_IsAclConnectionUpFromHandle()
2118 void btm_cont_rswitch_from_handle(uint16_t hci_handle) { in btm_cont_rswitch_from_handle()
2352 bool BTM_IsBleConnection(uint16_t hci_handle) { in BTM_IsBleConnection()
2483 bool acl_peer_supports_ble_packet_extension(uint16_t hci_handle) { in acl_peer_supports_ble_packet_extension()
2496 bool acl_peer_supports_ble_2m_phy(uint16_t hci_handle) { in acl_peer_supports_ble_2m_phy()
2509 bool acl_peer_supports_ble_coded_phy(uint16_t hci_handle) { in acl_peer_supports_ble_coded_phy()
2536 bool acl_set_peer_le_features_from_handle(uint16_t hci_handle, in acl_set_peer_le_features_from_handle()
Dbtm_pm.cc715 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
Dacl.h196 uint16_t hci_handle; member
/system/bt/main/shim/
Dacl.cc1389 bool shim::legacy::Acl::HoldMode(uint16_t hci_handle, uint16_t max_interval, in HoldMode()
1396 bool shim::legacy::Acl::SniffMode(uint16_t hci_handle, uint16_t max_interval, in SniffMode()
1404 bool shim::legacy::Acl::ExitSniffMode(uint16_t hci_handle) { in ExitSniffMode()
1409 bool shim::legacy::Acl::SniffSubrating(uint16_t hci_handle, in SniffSubrating()