/system/nfc/src/nfa/hci/ |
D | nfa_hci_api.cc | 111 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/ |
D | mock_stack_btm_sco.cc | 46 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()
|
D | mock_stack_acl.cc | 61 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()
|
D | mock_stack_acl_btm_pm.cc | 94 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
|
D | mock_stack_btm_ble.cc | 69 bool btm_ble_get_acl_remote_addr(uint16_t hci_handle, RawAddress& conn_addr, in btm_ble_get_acl_remote_addr()
|
D | mock_stack_btm_sec.cc | 292 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/ |
D | nfa_hci_int.h | 128 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 …]
|
D | nfa_hci_api.h | 118 tNFA_HANDLE hci_handle; /* Handle assigned to the application */ member
|
/system/bt/stack/btm/ |
D | btm_sco.cc | 496 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()
|
D | btm_sco.h | 83 uint16_t hci_handle; /* HCI Handle */ member
|
D | btm_ble.cc | 681 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()
|
D | security_device_record.h | 212 uint16_t hci_handle; /* Handle to connection when exists */ member
|
D | btm_sec.cc | 4880 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/ |
D | btm_acl.cc | 308 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()
|
D | btm_pm.cc | 715 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, in btm_pm_proc_mode_change()
|
D | acl.h | 196 uint16_t hci_handle; member
|
/system/bt/main/shim/ |
D | acl.cc | 1389 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()
|