Searched refs:bt_acl_state_t (Results 1 – 17 of 17) sorted by relevance
/system/bt/test/suite/adapter/ |
D | bluetooth_test.h | 64 bt_acl_state_t GetAclState(); 113 bt_acl_state_t acl_state_;
|
D | bluetooth_test.cc | 113 bt_acl_state_t BluetoothTest::GetAclState() { return acl_state_; } in GetAclState()
|
/system/bt/tools/bdtool/ |
D | adapter.c | 28 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/ |
D | logging_helpers.h | 44 const char* BtAclText(const bt_acl_state_t state);
|
D | logging_helpers.cc | 134 const char* BtAclText(const bt_acl_state_t code) { in BtAclText()
|
D | adapter.cc | 688 bt_acl_state_t state, in AclStateChangedCallback()
|
/system/bt/test/headless/ |
D | interface.h | 14 bt_acl_state_t state;
|
D | headless.cc | 106 bt_acl_state_t state, bt_hci_error_code_t hci_reason) { in acl_state_changed()
|
/system/bt/service/hal/ |
D | fake_bluetooth_interface.h | 60 bt_acl_state_t state,
|
D | bluetooth_interface.h | 75 bt_acl_state_t state,
|
D | bluetooth_interface.cc | 150 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
|
D | fake_bluetooth_interface.cc | 145 bt_status_t status, const RawAddress& remote_bdaddr, bt_acl_state_t state, in NotifyAclStateChangedCallback()
|
/system/bt/include/hardware/ |
D | bluetooth.h | 172 } bt_acl_state_t; typedef 442 bt_acl_state_t state,
|
/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()
|
/system/bt/btif/include/ |
D | btif_common.h | 216 bt_acl_state_t state, bt_hci_error_code_t hci_reason);
|
/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() 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/ |
D | btif_shim.cc | 132 …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()
|