Searched refs:bt_acl_state_t (Results 1 – 20 of 20) sorted by relevance
/packages/modules/Bluetooth/system/tools/bdtool/ |
D | adapter.c | 31 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/ |
D | bluetooth_test.h | 70 bt_acl_state_t GetAclState(); 119 bt_acl_state_t acl_state_;
|
D | bluetooth_test.cc | 117 bt_acl_state_t BluetoothTest::GetAclState() { return acl_state_; } in GetAclState()
|
/packages/modules/Bluetooth/system/service/ |
D | logging_helpers.h | 45 const char* BtAclText(const bt_acl_state_t state);
|
D | logging_helpers.cc | 135 const char* BtAclText(const bt_acl_state_t code) { in BtAclText()
|
D | bluetooth_interface.cc | 819 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()
|
D | adapter.cc | 694 bt_acl_state_t state, int transport_link_type, in AclStateChangedCallback()
|
/packages/modules/Bluetooth/system/test/headless/ |
D | interface.h | 15 bt_acl_state_t state;
|
D | headless.cc | 119 bt_acl_state_t state, int transport_link_type, in acl_state_changed()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bluetooth.h | 176 } bt_acl_state_t; typedef 470 bt_acl_state_t state,
|
/packages/modules/Bluetooth/system/service/hal/ |
D | fake_bluetooth_interface.h | 63 bt_acl_state_t state,
|
D | bluetooth_interface.cc | 165 bt_acl_state_t state, int transport_link_type, in AclStateChangedCallback() 453 bt_acl_state_t /* state */, int /* transport_link_type */, in AclStateChangedCallback() argument
|
D | bluetooth_interface.h | 77 bt_acl_state_t state,
|
D | fake_bluetooth_interface.cc | 150 bt_status_t status, const RawAddress& remote_bdaddr, bt_acl_state_t state, in NotifyAclStateChangedCallback()
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_common.h | 226 bt_acl_state_t state, int transport_link_type,
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bluetooth_interface.cc | 241 bt_acl_state_t state, int transport_link_type, in invoke_acl_state_changed_cb()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 112 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/ |
D | bluetooth.cc | 904 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/ |
D | btif_core_test.cc | 78 bt_acl_state_t state, int transport_link_type, in acl_state_changed_callback()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 369 bt_acl_state_t state, in acl_state_changed_callback()
|