Home
last modified time | relevance | path

Searched defs:bond_state_changed (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/tools/bdtool/
H A Dadapter.c83 void bond_state_changed(bt_status_t status, RawAddress* bdaddr, in bond_state_changed() function
/aosp12/system/bt/test/headless/
H A Dheadless.cc99 void bond_state_changed(bt_status_t status, RawAddress* remote_bd_addr, in bond_state_changed() function
/aosp12/system/bt/btif/test/
H A Dbtif_stack_test.cc88 void bond_state_changed(bt_status_t status, RawAddress* remote_bd_addr, in bond_state_changed() function
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs258 pub bond_state_changed: Box<dyn Fn(i32, ffi::RustRawAddress, i32) + Send>, field
/aosp12/system/bt/btif/src/
H A Dbtif_dm.cc432 static void bond_state_changed(bt_status_t status, const RawAddress& bd_addr, in bond_state_changed() function