Home
last modified time | relevance | path

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

/aosp12/system/bt/bta/vc/
H A Ddevice.cc232 bool device_found = in IsEncryptionEnabled() local
/aosp12/system/bt/tools/bdtool/
H A Dadapter.c111 void device_found(int num_properties, bt_property_t* property) { in device_found() function
/aosp12/system/bt/test/headless/
H A Dheadless.cc78 void device_found(int num_properties, bt_property_t* properties) { in device_found() function
/aosp12/system/bt/btif/test/
H A Dbtif_stack_test.cc67 void device_found(int num_properties, bt_property_t* properties) { in device_found() function
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs254 pub device_found: Box<dyn Fn(i32, Vec<ffi::BtProperty>) + Send>, field