Home
last modified time | relevance | path

Searched refs:device_found (Results 1 – 7 of 7) sorted by relevance

/system/bt/bta/vc/
Ddevice.cc232 bool device_found = in IsEncryptionEnabled() local
234 LOG(INFO) << __func__ << ": found=" << static_cast<int>(device_found) in IsEncryptionEnabled()
236 return device_found && (sec_flag & BTM_SEC_FLAG_ENCRYPTED); in IsEncryptionEnabled()
/system/bt/btif/test/
Dbtif_stack_test.cc67 void device_found(int num_properties, bt_property_t* properties) { in device_found() function
130 .device_found_cb = device_found,
/system/bt/test/headless/
Dheadless.cc78 void device_found(int num_properties, bt_property_t* properties) { in device_found() function
151 .device_found_cb = device_found,
/system/bt/gd/rust/topshim/src/
Dbtif.rs254 pub device_found: Box<dyn Fn(i32, Vec<ffi::BtProperty>) + Send>, field
376 (cb.inner.device_found)(num_properties, properties); in device_found_callback()
/system/bt/gd/rust/linux/stack/btif_macros/src/
Dlib.rs123 device_found: Box::new(|_, _| {}), in btif_callbacks_generator()
/system/bt/tools/bdtool/
Dadapter.c111 void device_found(int num_properties, bt_property_t* property) { in device_found() function
/system/bt/gd/rust/linux/adapter/src/
Dmain.rs54 device_found: Box::new(move |count, props| { in make_context()