Searched refs:device_found (Results 1 – 7 of 7) sorted by relevance
/system/bt/bta/vc/ |
D | device.cc | 232 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/ |
D | btif_stack_test.cc | 67 void device_found(int num_properties, bt_property_t* properties) { in device_found() function 130 .device_found_cb = device_found,
|
/system/bt/test/headless/ |
D | headless.cc | 78 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/ |
D | btif.rs | 254 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/ |
D | lib.rs | 123 device_found: Box::new(|_, _| {}), in btif_callbacks_generator()
|
/system/bt/tools/bdtool/ |
D | adapter.c | 111 void device_found(int num_properties, bt_property_t* property) { in device_found() function
|
/system/bt/gd/rust/linux/adapter/src/ |
D | main.rs | 54 device_found: Box::new(move |count, props| { in make_context()
|