Home
last modified time | relevance | path

Searched refs:bt_acl_state_t (Results 1 – 17 of 17) sorted by relevance

/system/bt/test/suite/adapter/
Dbluetooth_test.h64 bt_acl_state_t GetAclState();
113 bt_acl_state_t acl_state_;
Dbluetooth_test.cc113 bt_acl_state_t BluetoothTest::GetAclState() { return acl_state_; } in GetAclState()
/system/bt/tools/bdtool/
Dadapter.c28 static bt_acl_state_t acl_state;
54 bt_acl_state_t adapter_get_acl_state() { return acl_state; } in adapter_get_acl_state()
61 bt_acl_state_t state) { in acl_state_changed()
/system/bt/service/
Dlogging_helpers.h44 const char* BtAclText(const bt_acl_state_t state);
Dlogging_helpers.cc134 const char* BtAclText(const bt_acl_state_t code) { in BtAclText()
Dadapter.cc688 bt_acl_state_t state, in AclStateChangedCallback()
/system/bt/test/headless/
Dinterface.h14 bt_acl_state_t state;
Dheadless.cc106 bt_acl_state_t state, bt_hci_error_code_t hci_reason) { in acl_state_changed()
/system/bt/service/hal/
Dfake_bluetooth_interface.h60 bt_acl_state_t state,
Dbluetooth_interface.h75 bt_acl_state_t state,
Dbluetooth_interface.cc150 bt_acl_state_t state, bt_hci_error_code_t hci_reason) { in AclStateChangedCallback()
369 bt_acl_state_t /* state */, bt_hci_error_code_t /* hci_reason */) { in AclStateChangedCallback() argument
Dfake_bluetooth_interface.cc145 bt_status_t status, const RawAddress& remote_bdaddr, bt_acl_state_t state, in NotifyAclStateChangedCallback()
/system/bt/include/hardware/
Dbluetooth.h172 } bt_acl_state_t; typedef
442 bt_acl_state_t state,
/system/bt/btif/test/
Dbtif_stack_test.cc95 bt_acl_state_t state, bt_hci_error_code_t hci_reason) { in acl_state_changed()
/system/bt/btif/include/
Dbtif_common.h216 bt_acl_state_t state, bt_hci_error_code_t hci_reason);
/system/bt/btif/src/
Dbluetooth.cc800 bt_acl_state_t state, bt_hci_error_code_t hci_reason) { in invoke_acl_state_changed_cb()
804 [](bt_status_t status, RawAddress bd_addr, bt_acl_state_t state, in invoke_acl_state_changed_cb()
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc132 …bt_status_t status, RawAddress* remote_bd_addr, bt_acl_state_t state, bt_hci_error_code_t hci_reas… in acl_state_changed_cb()