Home
last modified time | relevance | path

Searched refs:bt_bond_state_t (Results 1 – 9 of 9) 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.cc139 bt_bond_state_t state) { in BondStateChangedCallback()
342 bt_status_t status, RawAddress* remote_bd_addr, bt_bond_state_t state) { in BondStateChangedCallback()
/system/bt/include/hardware/
Dbluetooth.h299 } bt_bond_state_t; typedef
366 bt_bond_state_t state);
/system/bt/test/headless/
Dheadless.cc73 bt_bond_state_t state) { in bond_state_changed()
/system/bt/btif/src/
Dbtif_dm.cc116 bt_bond_state_t state;
186 bt_bond_state_t state;
243 bt_bond_state_t state);
295 static void btif_dm_send_bond_state_changed(RawAddress address, bt_bond_state_t bond_state) { in btif_dm_send_bond_state_changed()
296 do_in_jni_thread(FROM_HERE, base::BindOnce([](RawAddress address, bt_bond_state_t bond_state) { in btif_dm_send_bond_state_changed()
543 bt_bond_state_t state) { in bond_state_changed()
1104 bt_bond_state_t state = BT_BOND_STATE_NONE; in btif_dm_auth_cmpl_evt()
2944 bt_bond_state_t state = BT_BOND_STATE_NONE; in btif_dm_ble_auth_cmpl_evt()
3348 bt_bond_state_t state) { in btif_stats_add_bond_event()
/system/bt/service/
Dadapter.cc674 bt_bond_state_t state) override { in BondStateChangedCallback()