Searched refs:DeviceFound (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/headless/scan/ |
D | scan.cc | 50 .callbacks = {Callback::RemoteDeviceProperties, Callback::DeviceFound}, in start_scan() 68 case Callback::DeviceFound: { in start_scan()
|
/packages/modules/Bluetooth/system/test/headless/ |
D | interface.h | 37 DeviceFound, enumerator 46 CASE_RETURN_TEXT(Callback::DeviceFound); in callback_text() 220 : callback_params_with_properties_t("device_found", Callback::DeviceFound, in device_found_params_t()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | adapter_service.rs | 55 BaseCallbacks::DeviceFound(_, properties) => { in get_bt_dispatcher() 192 BaseCallbacks::DeviceFound(_, properties) => { in fetch_events()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 1036 DeviceFound(i32, Vec<BluetoothProperty>), enumerator 1081 cb_variant!(BaseCb, device_found_cb -> BaseCallbacks::DeviceFound,
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 1404 #[btif_callback(DeviceFound)]
|