/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 97 remote_device: BluetoothDevice, in on_device_properties_changed() 115 fn on_device_found(&mut self, remote_device: BluetoothDevice) { in on_device_found() 119 fn on_device_cleared(&mut self, remote_device: BluetoothDevice) { in on_device_cleared() 132 remote_device: BluetoothDevice, in on_ssp_request() 140 fn on_pin_request(&mut self, remote_device: BluetoothDevice, cod: u32, min_16_digit: bool) { in on_pin_request() 144 fn on_pin_display(&mut self, remote_device: BluetoothDevice, pincode: String) { in on_pin_display() 157 remote_device: BluetoothDevice, in on_sdp_search_complete() 188 fn on_device_connected(&mut self, remote_device: BluetoothDevice) { in on_device_connected() 196 fn on_device_disconnected(&mut self, remote_device: BluetoothDevice) { in on_device_disconnected() 204 fn on_device_connection_failed(&mut self, remote_device: BluetoothDevice, status: BtStatus) { in on_device_connection_failed() [all …]
|
D | iface_bluetooth_admin.rs | 38 device: BluetoothDevice, in on_device_policy_effect_changed()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 161 fn create_bond(&mut self, device: BluetoothDevice, transport: BtTransport) -> BtStatus; in create_bond() 170 fn get_bonded_devices(&self) -> Vec<BluetoothDevice>; in get_bonded_devices() 176 fn set_pin(&self, device: BluetoothDevice, accept: bool, pin_code: Vec<u8>) -> bool; in set_pin() 179 fn set_passkey(&self, device: BluetoothDevice, accept: bool, passkey: Vec<u8>) -> bool; in set_passkey() 182 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool; in set_pairing_confirmation() 194 fn set_remote_alias(&mut self, device: BluetoothDevice, new_alias: String); in set_remote_alias() 218 fn get_connected_devices(&self) -> Vec<BluetoothDevice>; in get_connected_devices() 233 fn sdp_search(&self, device: BluetoothDevice, uuid: Uuid) -> bool; in sdp_search() 336 pub struct BluetoothDevice { struct 341 impl BluetoothDevice { argument [all …]
|
D | bluetooth_admin.rs | 99 device: BluetoothDevice, in on_device_policy_effect_changed() 231 pub fn on_device_found(&mut self, remote_device: &BluetoothDevice) { in on_device_found() 240 pub fn on_device_cleared(&mut self, remote_device: &BluetoothDevice) { in on_device_cleared() 246 remote_device: &BluetoothDevice, in on_device_uuid_changed() 359 remote_device: BluetoothDevice, in on_device_properties_changed() 372 fn on_device_found(&mut self, remote_device: BluetoothDevice) { in on_device_found() 380 fn on_device_cleared(&mut self, remote_device: BluetoothDevice) { in on_device_cleared() 396 _remote_device: BluetoothDevice, in on_ssp_request() 402 fn on_pin_request(&mut self, _remote_device: BluetoothDevice, _cod: u32, _min_16_digit: bool) {} in on_pin_request() 403 fn on_pin_display(&mut self, _remote_device: BluetoothDevice, _pincode: String) {} in on_pin_display() [all …]
|
D | socket_manager.rs | 220 fn make_l2cap_channel(flags: i32, device: BluetoothDevice, psm: i32, is_le: bool) -> Self { in make_l2cap_channel() 237 fn make_rfcomm_channel(flags: i32, device: BluetoothDevice, uuid: Uuid) -> Self { in make_rfcomm_channel() 348 device: BluetoothDevice, in create_insecure_l2cap_channel() 356 device: BluetoothDevice, in create_insecure_l2cap_le_channel() 364 device: BluetoothDevice, in create_insecure_rfcomm_socket_to_service_record() 372 device: BluetoothDevice, in create_l2cap_channel() 380 device: BluetoothDevice, in create_l2cap_le_channel() 388 device: BluetoothDevice, in create_rfcomm_socket_to_service_record() 1359 device: BluetoothDevice, in create_insecure_l2cap_channel() 1374 device: BluetoothDevice, in create_insecure_l2cap_le_channel() [all …]
|
D | suspend.rs | 202 pub(crate) fn get_connected_audio_devices(&self) -> Vec<BluetoothDevice> { in get_connected_audio_devices()
|
D | bluetooth_media.rs | 2636 devices: &Vec<BluetoothDevice>, in filter_to_connected_audio_devices_from() 2637 ) -> Vec<BluetoothDevice> { in filter_to_connected_audio_devices_from()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 610 remote_device: BluetoothDevice, in on_device_properties_changed() 625 fn on_device_found(&mut self, remote_device: BluetoothDevice) {} in on_device_found() 628 fn on_device_cleared(&mut self, remote_device: BluetoothDevice) {} in on_device_cleared() 636 remote_device: BluetoothDevice, in on_ssp_request() 644 fn on_pin_request(&mut self, remote_device: BluetoothDevice, cod: u32, min_16_digit: bool) {} in on_pin_request() 647 fn on_pin_display(&mut self, remote_device: BluetoothDevice, pincode: String) {} in on_pin_display() 655 remote_device: BluetoothDevice, in on_sdp_search_complete() 676 fn on_device_connected(&mut self, remote_device: BluetoothDevice) {} in on_device_connected() 679 fn on_device_disconnected(&mut self, remote_device: BluetoothDevice) {} in on_device_disconnected() 682 fn on_device_connection_failed(&mut self, remote_device: BluetoothDevice, status: BtStatus) {} in on_device_connection_failed() [all …]
|
D | callbacks.rs | 139 remote_device: BluetoothDevice, in on_device_properties_changed() 163 fn on_device_found(&mut self, remote_device: BluetoothDevice) { in on_device_found() 178 fn on_device_cleared(&mut self, remote_device: BluetoothDevice) { in on_device_cleared() 205 remote_device: BluetoothDevice, in on_ssp_request() 244 fn on_pin_request(&mut self, remote_device: BluetoothDevice, _cod: u32, min_16_digit: bool) { in on_pin_request() 256 fn on_pin_display(&mut self, remote_device: BluetoothDevice, pincode: String) { in on_pin_display() 302 remote_device: BluetoothDevice, in on_sdp_search_complete() 369 fn on_device_connected(&mut self, remote_device: BluetoothDevice) { in on_device_connected() 373 fn on_device_disconnected(&mut self, remote_device: BluetoothDevice) { in on_device_disconnected() 381 fn on_device_connection_failed(&mut self, remote_device: BluetoothDevice, status: BtStatus) { in on_device_connection_failed() [all …]
|
D | main.rs | 319 fn connect_all_enabled_profiles(&mut self, device: BluetoothDevice) { in connect_all_enabled_profiles()
|
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothDevice.java | 94 public final class BluetoothDevice implements Parcelable, Attributable { class 1539 /*package*/ BluetoothDevice(String address, int addressType) { in BluetoothDevice() method in BluetoothDevice 1571 /*package*/ BluetoothDevice(String address) { in BluetoothDevice() method in BluetoothDevice 1584 /*package*/ BluetoothDevice(Parcel in) { in BluetoothDevice() method in BluetoothDevice
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Utils.kt | 346 fun BluetoothDevice.toByteString() = in Intent() method 349 fun BluetoothDevice.toConnection(transport: Int): Connection { in Intent() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/anc/data/repository/ |
H A D | AncSliceRepository.kt | 71 private fun BluetoothDevice.getExtraControlUri( in ancSlice() method
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/ |
D | PbapClientService.java | 129 Map<BluetoothDevice, PbapClientStateMachine> deviceMap) { in PbapClientService()
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | bluetooth_device.py | 52 class BluetoothDevice(object): class
|
/aosp_15_r20/external/autotest/server/cros/bluetooth/ |
H A D | bluetooth_device.py | 32 class BluetoothDevice(object): class
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.stubs.from-text/android_common/metalava/ |
D | stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/bluetooth/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.stubs/android_common/turbine-combined/ |
D | framework-bluetooth.stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/bluetooth/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.stubs.from-text/android_common/framework-bluetooth.stubs.from-text/ |
D | framework-bluetooth.stubs.from-text.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/bluetooth/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.stubs/android_common/combined/ |
D | framework-bluetooth.stubs.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/bluetooth/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common_apex33/turbine/ |
D | framework-bluetooth.jar | android/bluetooth/Attributable.class
<Unknown>
package android.bluetooth
public abstract android.bluetooth ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth-pre-jarjar/android_common/turbine/ |
D | framework-bluetooth-pre-jarjar.jar | android/bluetooth/Attributable.class
<Unknown>
package android.bluetooth
public abstract android.bluetooth ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common/turbine/ |
D | framework-bluetooth.jar | android/bluetooth/Attributable.class
<Unknown>
package android.bluetooth
public abstract android.bluetooth ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common_apex33/javac/ |
D | framework-bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/bluetooth/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common/javac/ |
D | framework-bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/bluetooth/
android/ ... |