/packages/modules/Nfc/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_api.cc | 109 tNFA_STATUS NFA_HciGetGateAndPipeList(tNFA_HANDLE hci_handle) { in NFA_HciGetGateAndPipeList() 212 tNFA_STATUS NFA_HciAllocGate(tNFA_HANDLE hci_handle, uint8_t gate) { in NFA_HciAllocGate() 259 tNFA_STATUS NFA_HciDeallocGate(tNFA_HANDLE hci_handle, uint8_t gate) { in NFA_HciDeallocGate() 306 tNFA_STATUS NFA_HciGetHostList(tNFA_HANDLE hci_handle) { in NFA_HciGetHostList() 351 tNFA_STATUS NFA_HciCreatePipe(tNFA_HANDLE hci_handle, uint8_t source_gate_id, in NFA_HciCreatePipe() 418 tNFA_STATUS NFA_HciOpenPipe(tNFA_HANDLE hci_handle, uint8_t pipe) { in NFA_HciOpenPipe() 467 tNFA_STATUS NFA_HciGetRegistry(tNFA_HANDLE hci_handle, uint8_t pipe, in NFA_HciGetRegistry() 516 tNFA_STATUS NFA_HciSendCommand(tNFA_HANDLE hci_handle, uint8_t pipe, in NFA_HciSendCommand() 592 tNFA_STATUS NFA_HciSendEvent(tNFA_HANDLE hci_handle, uint8_t pipe, in NFA_HciSendEvent() 660 tNFA_STATUS NFA_HciClosePipe(tNFA_HANDLE hci_handle, uint8_t pipe) { in NFA_HciClosePipe() [all …]
|
/packages/modules/Nfc/libnfc-nci/tests/src/ |
D | nfa_hci_api_test.cc | 39 tNFA_HANDLE hci_handle = 0x1000; in TEST_F() local 48 tNFA_HANDLE hci_handle = 0x1000; in TEST_F() local 57 tNFA_HANDLE hci_handle = 0x1000; in TEST_F() local 66 tNFA_HANDLE hci_handle = 0x1000; in TEST_F() local 85 tNFA_HANDLE hci_handle = 0x1000; in TEST_F() local 96 tNFA_HANDLE hci_handle = 0x1000; in TEST_F() local 120 tNFA_HANDLE hci_handle = 0x1000; in TEST_F() local 127 tNFA_HANDLE hci_handle = 0x1000; in TEST_F() local 134 tNFA_HANDLE hci_handle = 0x1000; in TEST_F() local 141 tNFA_HANDLE hci_handle = 0x1000; in TEST_F() local [all …]
|
D | nfa_hci_act_test.cc | 36 tNFA_HCI_EVENT_DATA* FillEventData(NFC_HDR* p_msg, uint8_t hci_handle) { in FillEventData() 108 tNFA_HCI_EVENT_DATA* FillEventData(NFC_HDR* p_msg, uint8_t hci_handle) { in FillEventData()
|
/packages/modules/Nfc/libnfc-nci/src/nfa/include/ |
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 …]
|
D | nfa_hci_api.h | 118 tNFA_HANDLE hci_handle; /* Handle assigned to the application */ member
|
/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 | 203 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 | 377 void btm_sec_set_peer_sec_caps(uint16_t hci_handle, bool ssp_supported, bool sc_supported, in btm_sec_set_peer_sec_caps()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco.cc | 829 void btm_sco_chk_pend_unpark(tHCI_STATUS hci_status, uint16_t hci_handle) { in btm_sco_chk_pend_unpark() 859 void btm_sco_chk_pend_rolechange(uint16_t hci_handle) { in btm_sco_chk_pend_rolechange() 891 void btm_sco_disc_chk_pend_for_modechange(uint16_t hci_handle) { in btm_sco_disc_chk_pend_for_modechange() 990 void btm_sco_connected(const RawAddress& bda, uint16_t hci_handle, tBTM_ESCO_DATA* p_esco_data) { in btm_sco_connected() 1100 void btm_sco_connection_failed(tHCI_STATUS hci_status, const RawAddress& bda, uint16_t hci_handle, in btm_sco_connection_failed() 1224 static bool btm_sco_removed(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_removed() 1253 static void btm_sco_on_disconnected(uint16_t hci_handle, tHCI_REASON reason) { in btm_sco_on_disconnected()
|
D | btm_sco.h | 238 uint16_t hci_handle; /* HCI Handle */ member
|
D | btm_sec.cc | 250 static void btm_sec_store_device_sc_support(uint16_t hci_handle, in btm_sec_store_device_sc_support() 276 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() 303 static void btm_sec_update_session_key_size(uint16_t hci_handle, uint8_t key_size) { in btm_sec_update_session_key_size() 5135 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 | 614 uint16_t hci_handle = in BTM_SetBleDataLength() local 2086 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 | 343 uint16_t hci_handle; /* Handle to BR/EDR ACL connection when exists */ variable
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_acl_test.cc | 62 const uint16_t hci_handle = 0x123; in TEST_F() local
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 307 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index() 320 tACL_CONN* StackAclBtmAcl::acl_get_connection_from_handle(uint16_t hci_handle) { in acl_get_connection_from_handle() 371 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, tHCI_ROLE link_role, in btm_acl_created() 1960 void btm_cont_rswitch_from_handle(uint16_t hci_handle) { in btm_cont_rswitch_from_handle() 2117 bool BTM_IsBleConnection(uint16_t hci_handle) { in BTM_IsBleConnection() 2180 bool acl_peer_supports_ble_packet_extension(uint16_t hci_handle) { in acl_peer_supports_ble_packet_extension() 2191 bool acl_peer_supports_ble_2m_phy(uint16_t hci_handle) { in acl_peer_supports_ble_2m_phy() 2202 bool acl_peer_supports_ble_coded_phy(uint16_t hci_handle) { in acl_peer_supports_ble_coded_phy() 2228 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 | 685 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
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_api.cc | 170 void bluetooth::shim::ACL_LeSubrateRequest(uint16_t hci_handle, uint16_t subrate_min, in ACL_LeSubrateRequest()
|
D | acl.cc | 1571 void shim::Acl::LeSubrateRequest(uint16_t hci_handle, uint16_t subrate_min, uint16_t subrate_max, in LeSubrateRequest()
|