Home
last modified time | relevance | path

Searched defs:bond_state (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/metrics/
Dmetrics_shim.cc38 …RawAddress addr, uint32_t device_type, uint32_t status, uint32_t bond_state, int32_t fail_reason) { in bond_state_changed()
/packages/modules/Bluetooth/system/gd/metrics/linux/
Dmetrics.cc28 …RawAddress* addr, uint32_t device_type, uint32_t status, uint32_t bond_state, int32_t fail_reason)… in LogMetricsBondStateChanged()
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics.cc89 …RawAddress* addr, uint32_t device_type, uint32_t status, uint32_t bond_state, int32_t fail_reason)… in LogMetricsBondStateChanged()
Dmetrics_event.cc265 PairingState ToPairingState(uint32_t status, uint32_t bond_state, int32_t fail_reason) { in ToPairingState()
/packages/modules/Bluetooth/floss/pandora/floss/
Dadapter_client.py349 def _make_device(self, address, name, bond_state=None, connected=None): argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs374 pub bond_state: BtBondState, field
1414 fn bond_state( in bond_state() method
1849 fn bond_state( in bond_state() method
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc4118 const char* bond_state; in btif_debug_bond_event_dump() local