Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/tools/bdtool/
Dadapter.c31 static bt_acl_state_t acl_state;
57 bt_acl_state_t adapter_get_acl_state() { return acl_state; } in adapter_get_acl_state()
64 bt_acl_state_t state) { in acl_state_changed()
/packages/modules/Bluetooth/system/test/suite/adapter/
Dbluetooth_test.h70 bt_acl_state_t GetAclState();
119 bt_acl_state_t acl_state_;
Dbluetooth_test.cc117 bt_acl_state_t BluetoothTest::GetAclState() { return acl_state_; } in GetAclState()
/packages/modules/Bluetooth/system/service/
Dlogging_helpers.h45 const char* BtAclText(const bt_acl_state_t state);
Dlogging_helpers.cc135 const char* BtAclText(const bt_acl_state_t code) { in BtAclText()
Dbluetooth_interface.cc819 bt_acl_state_t state, int transport_link_type, in invoke_acl_state_changed_cb()
824 [](bt_status_t status, RawAddress bd_addr, bt_acl_state_t state, in invoke_acl_state_changed_cb()
Dadapter.cc694 bt_acl_state_t state, int transport_link_type, in AclStateChangedCallback()
/packages/modules/Bluetooth/system/test/headless/
Dinterface.h15 bt_acl_state_t state;
Dheadless.cc119 bt_acl_state_t state, int transport_link_type, in acl_state_changed()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h176 } bt_acl_state_t; typedef
470 bt_acl_state_t state,
/packages/modules/Bluetooth/system/service/hal/
Dfake_bluetooth_interface.h63 bt_acl_state_t state,
Dbluetooth_interface.cc165 bt_acl_state_t state, int transport_link_type, in AclStateChangedCallback()
453 bt_acl_state_t /* state */, int /* transport_link_type */, in AclStateChangedCallback() argument
Dbluetooth_interface.h77 bt_acl_state_t state,
Dfake_bluetooth_interface.cc150 bt_status_t status, const RawAddress& remote_bdaddr, bt_acl_state_t state, in NotifyAclStateChangedCallback()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_common.h226 bt_acl_state_t state, int transport_link_type,
/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc241 bt_acl_state_t state, int transport_link_type, in invoke_acl_state_changed_cb()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs112 impl From<bindings::bt_acl_state_t> for BtAclState {
113 fn from(item: bindings::bt_acl_state_t) -> Self { in from()
768 u32 -> BtStatus, *mut FfiAddress, bindings::bt_acl_state_t -> BtAclState, i32 -> BtTransport, bindi…
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc904 bt_acl_state_t state, int transport_link_type, in invoke_acl_state_changed_cb()
909 [](bt_status_t status, RawAddress bd_addr, bt_acl_state_t state, in invoke_acl_state_changed_cb()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc78 bt_acl_state_t state, int transport_link_type, in acl_state_changed_callback()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp369 bt_acl_state_t state, in acl_state_changed_callback()