Searched defs:bond_state_changed (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/tools/bdtool/ |
H A D | adapter.c | 83 void bond_state_changed(bt_status_t status, RawAddress* bdaddr, in bond_state_changed() function
|
/aosp12/system/bt/test/headless/ |
H A D | headless.cc | 99 void bond_state_changed(bt_status_t status, RawAddress* remote_bd_addr, in bond_state_changed() function
|
/aosp12/system/bt/btif/test/ |
H A D | btif_stack_test.cc | 88 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 D | btif.rs | 258 pub bond_state_changed: Box<dyn Fn(i32, ffi::RustRawAddress, i32) + Send>, field
|
/aosp12/system/bt/btif/src/ |
H A D | btif_dm.cc | 432 static void bond_state_changed(bt_status_t status, const RawAddress& bd_addr, in bond_state_changed() function
|