Home
last modified time | relevance | path

Searched defs:bond_create_attempt (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dmetrics.rs17 fn bond_create_attempt(bt_addr: RawAddress, device_type: u32); in bond_create_attempt() function
57 pub fn bond_create_attempt(addr: RawAddress, device_type: BtDeviceType) { in bond_create_attempt() function
/packages/modules/Bluetooth/system/gd/rust/topshim/metrics/
Dmetrics_shim.cc33 void bond_create_attempt(RawAddress addr, uint32_t device_type) { in bond_create_attempt() function