Home
last modified time | relevance | path

Searched refs:bond_create_attempt (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dmetrics.rs18 fn bond_create_attempt(bt_addr: RawAddress, device_type: u32); in bond_create_attempt() function
59 pub fn bond_create_attempt(addr: RawAddress, device_type: BtDeviceType) { in bond_create_attempt() function
60 ffi::bond_create_attempt(addr, device_type as u32); in bond_create_attempt()
/packages/modules/Bluetooth/system/gd/rust/topshim/metrics/
Dmetrics_shim.h31 void bond_create_attempt(RawAddress addr, uint32_t device_type);
Dmetrics_shim.cc33 void bond_create_attempt(RawAddress addr, uint32_t device_type) { in bond_create_attempt() function
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs2430 metrics::bond_create_attempt(address, device_type.clone()); in create_bond()