Home
last modified time | relevance | path

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

/system/bt/test/suite/adapter/
Dbluetooth_test.h67 bt_bond_state_t GetBondState();
114 bt_bond_state_t bond_state_;
Dbluetooth_test.cc116 bt_bond_state_t BluetoothTest::GetBondState() { return bond_state_; } in GetBondState()
/system/bt/tools/bdtool/
Dadapter.c29 static bt_bond_state_t bond_state;
57 bt_bond_state_t adapter_get_bond_state() { return bond_state; } in adapter_get_bond_state()
84 bt_bond_state_t state) { in bond_state_changed()
/system/bt/service/hal/
Dbluetooth_interface.h72 bt_bond_state_t state);
Dbluetooth_interface.cc140 bt_bond_state_t state) { in BondStateChangedCallback()
363 bt_status_t status, RawAddress* remote_bd_addr, bt_bond_state_t state) { in BondStateChangedCallback()
/system/bt/include/hardware/
Dbluetooth.h370 } bt_bond_state_t; typedef
437 bt_bond_state_t state);
/system/bt/btif/test/
Dbtif_stack_test.cc89 bt_bond_state_t state) { in bond_state_changed()
/system/bt/btif/include/
Dbtif_common.h214 bt_bond_state_t state);
/system/bt/test/headless/
Dheadless.cc100 bt_bond_state_t state) { in bond_state_changed()
/system/bt/btif/src/
Dbtif_dm.cc117 bt_bond_state_t state;
171 bt_bond_state_t state;
226 bt_bond_state_t state);
433 bt_bond_state_t state) { in bond_state_changed()
908 bt_bond_state_t state = BT_BOND_STATE_NONE; in btif_dm_auth_cmpl_evt()
2641 bt_bond_state_t state = BT_BOND_STATE_NONE; in btif_dm_ble_auth_cmpl_evt()
3094 bt_bond_state_t state) { in btif_stats_add_bond_event()
Dbluetooth.cc788 bt_bond_state_t state) { in invoke_bond_state_changed_cb()
792 [](bt_status_t status, RawAddress bd_addr, bt_bond_state_t state) { in invoke_bond_state_changed_cb()
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc125 static void bond_state_changed_cb(bt_status_t status, RawAddress* remote_bd_addr, bt_bond_state_t s… in bond_state_changed_cb()
/system/bt/service/
Dadapter.cc677 bt_bond_state_t state) override { in BondStateChangedCallback()