Searched refs:bt_bond_state_t (Results 1 – 14 of 14) sorted by relevance
/packages/modules/Bluetooth/system/test/suite/adapter/ |
D | bluetooth_test.h | 109 bt_bond_state_t GetBondState(); 153 bt_bond_state_t bond_state_;
|
D | bluetooth_test.cc | 154 bt_bond_state_t BluetoothTest::GetBondState() { return bond_state_; } in GetBondState()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bluetooth.h | 482 } bt_bond_state_t; typedef 548 bt_bond_state_t state, 1020 struct formatter<bt_bond_state_t> : enum_formatter<bt_bond_state_t> {};
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bluetooth_interface.cc | 46 bt_bond_state_t /* state */, in invoke_bond_state_changed_cb() argument
|
/packages/modules/Bluetooth/system/btif/include/ |
D | mock_core_callbacks.h | 55 bt_bond_state_t /* state */, int /* fail_reason */) {},
|
D | core_callbacks.h | 49 bt_bond_state_t state, int fail_reason);
|
D | btif_common.h | 158 bt_bond_state_t state, int fail_reason);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 164 bt_bond_state_t state; 236 bt_bond_state_t state; 300 bt_bond_state_t state); 575 bt_bond_state_t state) { in bond_state_changed() 1178 bt_bond_state_t state = BT_BOND_STATE_NONE; in btif_dm_auth_cmpl_evt() 3571 bt_bond_state_t state = BT_BOND_STATE_NONE; in btif_dm_ble_auth_cmpl_evt() 4037 bt_bond_state_t state) { in btif_stats_add_bond_event()
|
D | bluetooth.cc | 1387 bt_bond_state_t state, int fail_reason) { in invoke_bond_state_changed_cb() 1389 [](bt_status_t status, RawAddress bd_addr, bt_bond_state_t state, in invoke_bond_state_changed_cb()
|
/packages/modules/Bluetooth/system/test/headless/ |
D | headless.cc | 158 [[maybe_unused]] bt_bond_state_t state, in bond_state_changed()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 95 impl From<bindings::bt_bond_state_t> for BtBondState { 96 fn from(item: bindings::bt_bond_state_t) -> Self { in from() 1097 u32 -> BtStatus, *mut RawAddress, bindings::bt_bond_state_t -> BtBondState, i32, {
|
/packages/modules/Bluetooth/system/gd/metrics/chromeos/ |
D | metrics_event.cc | 48 typedef bt_bond_state_t BtBondState;
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 156 bt_bond_state_t /* state */, in bond_state_changed_callback() argument
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 321 bt_bond_state_t state, in bond_state_changed_callback()
|