Searched refs:bond_create_attempt (Results 1 – 4 of 4) sorted by relevance
18 fn bond_create_attempt(bt_addr: RawAddress, device_type: u32); in bond_create_attempt() function59 pub fn bond_create_attempt(addr: RawAddress, device_type: BtDeviceType) { in bond_create_attempt() function60 ffi::bond_create_attempt(addr, device_type as u32); in bond_create_attempt()
31 void bond_create_attempt(RawAddress addr, uint32_t device_type);
33 void bond_create_attempt(RawAddress addr, uint32_t device_type) { in bond_create_attempt() function
2430 metrics::bond_create_attempt(address, device_type.clone()); in create_bond()