Home
last modified time | relevance | path

Searched defs:BluetoothDevice (Results 1 – 25 of 211) sorted by relevance

123456789

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs97 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 …]
Diface_bluetooth_admin.rs38 device: BluetoothDevice, in on_device_policy_effect_changed()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs161 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 …]
Dbluetooth_admin.rs99 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 …]
Dsocket_manager.rs220 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 …]
Dsuspend.rs202 pub(crate) fn get_connected_audio_devices(&self) -> Vec<BluetoothDevice> { in get_connected_audio_devices()
Dbluetooth_media.rs2636 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/
Ddbus_iface.rs610 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 …]
Dcallbacks.rs139 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 …]
Dmain.rs319 fn connect_all_enabled_profiles(&mut self, device: BluetoothDevice) { in connect_all_enabled_profiles()
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java94 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/
DUtils.kt346 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 DAncSliceRepository.kt71 private fun BluetoothDevice.getExtraControlUri( in ancSlice() method
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientService.java129 Map<BluetoothDevice, PbapClientStateMachine> deviceMap) { in PbapClientService()
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_device.py52 class BluetoothDevice(object): class
/aosp_15_r20/external/autotest/server/cros/bluetooth/
H A Dbluetooth_device.py32 class BluetoothDevice(object): class
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.stubs.from-text/android_common/metalava/
Dstubs.jarMETA-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/
Dframework-bluetooth.stubs.jarMETA-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/
Dframework-bluetooth.stubs.from-text.jarMETA-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/
Dframework-bluetooth.stubs.jarMETA-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/
Dframework-bluetooth.jarandroid/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/
Dframework-bluetooth-pre-jarjar.jarandroid/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/
Dframework-bluetooth.jarandroid/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/
Dframework-bluetooth.jarMETA-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/
Dframework-bluetooth.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/bluetooth/ android/ ...

123456789