Home
last modified time | relevance | path

Searched refs:hci_reason (Results 1 – 13 of 13) sorted by relevance

/system/bt/test/headless/
Dheadless.cc106 bt_acl_state_t state, bt_hci_error_code_t hci_reason) { in acl_state_changed() argument
114 .params.acl_state_changed.hci_reason = hci_reason, in acl_state_changed()
Dinterface.h15 bt_hci_error_code_t hci_reason; member
/system/bt/service/hal/
Dfake_bluetooth_interface.cc146 bt_hci_error_code_t hci_reason) { in NotifyAclStateChangedCallback() argument
148 observer.AclStateChangedCallback(status, remote_bdaddr, state, hci_reason); in NotifyAclStateChangedCallback()
Dfake_bluetooth_interface.h61 bt_hci_error_code_t hci_reason);
Dbluetooth_interface.cc150 bt_acl_state_t state, bt_hci_error_code_t hci_reason) { in AclStateChangedCallback() argument
158 << " - HCI_REASON: " << std::to_string(hci_reason); in AclStateChangedCallback()
160 AclStateChangedCallback(status, *remote_bd_addr, state, hci_reason)); in AclStateChangedCallback()
Dbluetooth_interface.h76 bt_hci_error_code_t hci_reason);
/system/bt/gd/rust/topshim/src/
Dbtif.rs236 hci_reason: i32, in acl_state_changed_callback()
417 hci_reason: i32, in acl_state_changed_callback()
419 (cb.inner.acl_state_changed)(status, remote_addr, state, hci_reason); in acl_state_changed_callback()
/system/bt/btif/src/
Dbluetooth.cc800 bt_acl_state_t state, bt_hci_error_code_t hci_reason) { in invoke_acl_state_changed_cb() argument
805 bt_hci_error_code_t hci_reason) { in invoke_acl_state_changed_cb() argument
807 state, hci_reason); in invoke_acl_state_changed_cb()
809 status, bd_addr, state, hci_reason)); in invoke_acl_state_changed_cb()
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc132 …tatus_t status, RawAddress* remote_bd_addr, bt_acl_state_t state, bt_hci_error_code_t hci_reason) { in acl_state_changed_cb() argument
135 rust::acl_state_changed_callback(*g_btif->GetCallbacks(), status, addr, state, hci_reason); in acl_state_changed_cb()
/system/bt/btif/test/
Dbtif_stack_test.cc95 bt_acl_state_t state, bt_hci_error_code_t hci_reason) { in acl_state_changed() argument
/system/bt/btif/include/
Dbtif_common.h216 bt_acl_state_t state, bt_hci_error_code_t hci_reason);
/system/bt/include/hardware/
Dbluetooth.h443 bt_hci_error_code_t hci_reason);
/system/bt/service/
Dadapter.cc689 bt_hci_error_code_t hci_reason) override { in AclStateChangedCallback() argument