Home
last modified time | relevance | path

Searched refs:bt_bond_state_t (Results 1 – 8 of 8) 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.h298 } bt_bond_state_t; typedef
365 bt_bond_state_t state);
/system/bt/btif/src/
Dbtif_dm.cc112 bt_bond_state_t state;
182 bt_bond_state_t state;
239 bt_bond_state_t state);
491 bt_bond_state_t state) { in bond_state_changed()
1043 bt_bond_state_t state = BT_BOND_STATE_NONE; in btif_dm_auth_cmpl_evt()
2851 bt_bond_state_t state = BT_BOND_STATE_NONE; in btif_dm_ble_auth_cmpl_evt()
3254 bt_bond_state_t state) { in btif_stats_add_bond_event()
/system/bt/service/
Dadapter.cc674 bt_bond_state_t state) override { in BondStateChangedCallback()