Home
last modified time | relevance | path

Searched refs:bt_bond_state_t (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/test/suite/adapter/
Dbluetooth_test.h109 bt_bond_state_t GetBondState();
153 bt_bond_state_t bond_state_;
Dbluetooth_test.cc154 bt_bond_state_t BluetoothTest::GetBondState() { return bond_state_; } in GetBondState()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h482 } 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/
Dmock_bluetooth_interface.cc46 bt_bond_state_t /* state */, in invoke_bond_state_changed_cb() argument
/packages/modules/Bluetooth/system/btif/include/
Dmock_core_callbacks.h55 bt_bond_state_t /* state */, int /* fail_reason */) {},
Dcore_callbacks.h49 bt_bond_state_t state, int fail_reason);
Dbtif_common.h158 bt_bond_state_t state, int fail_reason);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc164 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()
Dbluetooth.cc1387 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/
Dheadless.cc158 [[maybe_unused]] bt_bond_state_t state, in bond_state_changed()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs95 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/
Dmetrics_event.cc48 typedef bt_bond_state_t BtBondState;
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc156 bt_bond_state_t /* state */, in bond_state_changed_callback() argument
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp321 bt_bond_state_t state, in bond_state_changed_callback()