Searched refs:hci_reason (Results 1 – 13 of 13) sorted by relevance
/system/bt/test/headless/ |
D | headless.cc | 106 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()
|
D | interface.h | 15 bt_hci_error_code_t hci_reason; member
|
/system/bt/service/hal/ |
D | fake_bluetooth_interface.cc | 146 bt_hci_error_code_t hci_reason) { in NotifyAclStateChangedCallback() argument 148 observer.AclStateChangedCallback(status, remote_bdaddr, state, hci_reason); in NotifyAclStateChangedCallback()
|
D | fake_bluetooth_interface.h | 61 bt_hci_error_code_t hci_reason);
|
D | bluetooth_interface.cc | 150 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()
|
D | bluetooth_interface.h | 76 bt_hci_error_code_t hci_reason);
|
/system/bt/gd/rust/topshim/src/ |
D | btif.rs | 236 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/ |
D | bluetooth.cc | 800 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/ |
D | btif_shim.cc | 132 …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/ |
D | btif_stack_test.cc | 95 bt_acl_state_t state, bt_hci_error_code_t hci_reason) { in acl_state_changed() argument
|
/system/bt/btif/include/ |
D | btif_common.h | 216 bt_acl_state_t state, bt_hci_error_code_t hci_reason);
|
/system/bt/include/hardware/ |
D | bluetooth.h | 443 bt_hci_error_code_t hci_reason);
|
/system/bt/service/ |
D | adapter.cc | 689 bt_hci_error_code_t hci_reason) override { in AclStateChangedCallback() argument
|