/aosp_15_r20/system/nfc/src/nfa/hci/ |
H A D | nfa_hci_api.cc | 108 tNFA_STATUS NFA_HciGetGateAndPipeList(tNFA_HANDLE hci_handle) { in NFA_HciGetGateAndPipeList() 209 tNFA_STATUS NFA_HciAllocGate(tNFA_HANDLE hci_handle, uint8_t gate) { in NFA_HciAllocGate() 254 tNFA_STATUS NFA_HciDeallocGate(tNFA_HANDLE hci_handle, uint8_t gate) { in NFA_HciDeallocGate() 299 tNFA_STATUS NFA_HciGetHostList(tNFA_HANDLE hci_handle) { in NFA_HciGetHostList() 343 tNFA_STATUS NFA_HciCreatePipe(tNFA_HANDLE hci_handle, uint8_t source_gate_id, in NFA_HciCreatePipe() 406 tNFA_STATUS NFA_HciOpenPipe(tNFA_HANDLE hci_handle, uint8_t pipe) { in NFA_HciOpenPipe() 454 tNFA_STATUS NFA_HciGetRegistry(tNFA_HANDLE hci_handle, uint8_t pipe, in NFA_HciGetRegistry() 502 tNFA_STATUS NFA_HciSendCommand(tNFA_HANDLE hci_handle, uint8_t pipe, in NFA_HciSendCommand() 575 tNFA_STATUS NFA_HciSendEvent(tNFA_HANDLE hci_handle, uint8_t pipe, in NFA_HciSendEvent() 641 tNFA_STATUS NFA_HciClosePipe(tNFA_HANDLE hci_handle, uint8_t pipe) { in NFA_HciClosePipe() [all …]
|
/aosp_15_r20/system/nfc/src/nfa/include/ |
H A D | nfa_hci_int.h | 130 tNFA_HANDLE hci_handle; member 139 tNFA_HANDLE hci_handle; member 146 tNFA_HANDLE hci_handle; member 152 tNFA_HANDLE hci_handle; member 159 tNFA_HANDLE hci_handle; member 166 tNFA_HANDLE hci_handle; member 173 tNFA_HANDLE hci_handle; member 181 tNFA_HANDLE hci_handle; member 191 tNFA_HANDLE hci_handle; member 201 tNFA_HANDLE hci_handle; member [all …]
|
H A D | nfa_hci_api.h | 118 tNFA_HANDLE hci_handle; /* Handle assigned to the application */ member
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_acl.cc | 130 bool BTM_IsBleConnection(uint16_t hci_handle) { in BTM_IsBleConnection() 152 bool acl_peer_supports_ble_2m_phy(uint16_t hci_handle) { in acl_peer_supports_ble_2m_phy() 156 bool acl_peer_supports_ble_coded_phy(uint16_t hci_handle) { in acl_peer_supports_ble_coded_phy() 172 bool acl_peer_supports_ble_packet_extension(uint16_t hci_handle) { in acl_peer_supports_ble_packet_extension() 195 bool acl_set_peer_le_features_from_handle(uint16_t hci_handle, const uint8_t* p) { in acl_set_peer_le_features_from_handle() 244 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index() 302 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, tHCI_ROLE link_role, in btm_acl_created() 339 void btm_cont_rswitch_from_handle(uint16_t hci_handle) { in btm_cont_rswitch_from_handle()
|
D | mock_stack_btm_ble.cc | 209 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 | 388 void btm_sec_set_peer_sec_caps(uint16_t hci_handle, bool ssp_supported, bool sc_supported, in btm_sec_set_peer_sec_caps()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco.cc | 835 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark() 865 void btm_sco_chk_pend_rolechange(uint16_t hci_handle) { in btm_sco_chk_pend_rolechange() 897 void btm_sco_disc_chk_pend_for_modechange(uint16_t hci_handle) { in btm_sco_disc_chk_pend_for_modechange() 996 void btm_sco_connected(const RawAddress& bda, uint16_t hci_handle, tBTM_ESCO_DATA* p_esco_data) { in btm_sco_connected() 1108 void btm_sco_connection_failed(tHCI_STATUS hci_status, const RawAddress& bda, uint16_t hci_handle, in btm_sco_connection_failed() 1234 bool btm_sco_removed(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_removed() 1263 void btm_sco_on_disconnected(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_on_disconnected()
|
D | btm_sec.cc | 270 static bool btm_sec_is_device_sc_downgrade(uint16_t hci_handle, bool secure_connections_supported) { in btm_sec_is_device_sc_downgrade() 302 static void btm_sec_store_device_sc_support(uint16_t hci_handle, in btm_sec_store_device_sc_support() 328 static bool btm_sec_is_session_key_size_downgrade(uint16_t hci_handle, uint8_t key_size) { in btm_sec_is_session_key_size_downgrade() 355 static void btm_sec_update_session_key_size(uint16_t hci_handle, uint8_t key_size) { in btm_sec_update_session_key_size() 5087 void btm_sec_set_peer_sec_caps(uint16_t hci_handle, bool ssp_supported, bool sc_supported, in btm_sec_set_peer_sec_caps()
|
D | btm_ble_sec.cc | 623 uint16_t hci_handle = in BTM_SetBleDataLength() local 1986 bool btm_ble_get_acl_remote_addr(uint16_t hci_handle, RawAddress& conn_addr, in btm_ble_get_acl_remote_addr()
|
D | btm_sco.h | 238 uint16_t hci_handle; /* HCI Handle */ member
|
D | security_device_record.h | 352 uint16_t hci_handle; /* Handle to BR/EDR ACL connection when exists */ variable
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 311 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index() 324 tACL_CONN* StackAclBtmAcl::acl_get_connection_from_handle(uint16_t hci_handle) { in acl_get_connection_from_handle() 375 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, tHCI_ROLE link_role, in btm_acl_created() 1966 void btm_cont_rswitch_from_handle(uint16_t hci_handle) { in btm_cont_rswitch_from_handle() 2123 bool BTM_IsBleConnection(uint16_t hci_handle) { in BTM_IsBleConnection() 2186 bool acl_peer_supports_ble_packet_extension(uint16_t hci_handle) { in acl_peer_supports_ble_packet_extension() 2197 bool acl_peer_supports_ble_2m_phy(uint16_t hci_handle) { in acl_peer_supports_ble_2m_phy() 2208 bool acl_peer_supports_ble_coded_phy(uint16_t hci_handle) { in acl_peer_supports_ble_coded_phy() 2234 bool acl_set_peer_le_features_from_handle(uint16_t hci_handle, const uint8_t* p) { in acl_set_peer_le_features_from_handle()
|
D | btm_pm.cc | 687 void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle, tHCI_MODE hci_mode, in btm_pm_proc_mode_change()
|
D | acl.h | 196 uint16_t hci_handle; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/ |
D | stack_acl_test.cc | 62 const uint16_t hci_handle = 0x123; in TEST_F() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | acl_api.cc | 190 void bluetooth::shim::ACL_LeSubrateRequest(uint16_t hci_handle, uint16_t subrate_min, in ACL_LeSubrateRequest()
|
D | acl.cc | 1706 void shim::Acl::LeSubrateRequest(uint16_t hci_handle, uint16_t subrate_min, uint16_t subrate_max, in LeSubrateRequest()
|