| /packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
| D | iface_bluetooth.rs | 95 fn on_device_found(&mut self, remote_device: BluetoothDevice) { in on_device_found() 99 fn on_device_cleared(&mut self, remote_device: BluetoothDevice) { in on_device_cleared() 109 remote_device: BluetoothDevice, in on_ssp_request() 117 fn on_pin_request(&mut self, remote_device: BluetoothDevice, cod: u32, min_16_digit: bool) { in on_pin_request() 121 fn on_pin_display(&mut self, remote_device: BluetoothDevice, pincode: String) { in on_pin_display() 131 remote_device: BluetoothDevice, in on_sdp_search_complete() 157 fn on_device_connected(&mut self, remote_device: BluetoothDevice) { in on_device_connected() 162 fn on_device_disconnected(&mut self, remote_device: BluetoothDevice) { in on_device_disconnected() 509 fn create_bond(&mut self, device: BluetoothDevice, transport: BtTransport) -> bool { in create_bond() 524 fn get_bonded_devices(&self) -> Vec<BluetoothDevice> { in get_bonded_devices() [all …]
|
| D | iface_bluetooth_admin.rs | 36 device: BluetoothDevice, in on_device_policy_effect_changed()
|
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
| D | bluetooth.rs | 136 fn create_bond(&mut self, device: BluetoothDevice, transport: BtTransport) -> bool; in create_bond() 145 fn get_bonded_devices(&self) -> Vec<BluetoothDevice>; in get_bonded_devices() 151 fn set_pin(&self, device: BluetoothDevice, accept: bool, pin_code: Vec<u8>) -> bool; in set_pin() 154 fn set_passkey(&self, device: BluetoothDevice, accept: bool, passkey: Vec<u8>) -> bool; in set_passkey() 157 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool; in set_pairing_confirmation() 169 fn set_remote_alias(&mut self, device: BluetoothDevice, new_alias: String); in set_remote_alias() 184 fn get_connected_devices(&self) -> Vec<BluetoothDevice>; in get_connected_devices() 199 fn sdp_search(&self, device: BluetoothDevice, uuid: Uuid128Bit) -> bool; in sdp_search() 275 pub struct BluetoothDevice { struct 280 impl BluetoothDevice { argument [all …]
|
| D | socket_manager.rs | 217 fn make_l2cap_channel(flags: i32, device: BluetoothDevice, psm: i32, is_le: bool) -> Self { in make_l2cap_channel() 234 fn make_rfcomm_channel(flags: i32, device: BluetoothDevice, uuid: Uuid) -> Self { in make_rfcomm_channel() 342 device: BluetoothDevice, in create_insecure_l2cap_channel() 350 device: BluetoothDevice, in create_insecure_l2cap_le_channel() 358 device: BluetoothDevice, in create_insecure_rfcomm_socket_to_service_record() 366 device: BluetoothDevice, in create_l2cap_channel() 374 device: BluetoothDevice, in create_l2cap_le_channel() 382 device: BluetoothDevice, in create_rfcomm_socket_to_service_record() 1329 device: BluetoothDevice, in create_insecure_l2cap_channel() 1344 device: BluetoothDevice, in create_insecure_l2cap_le_channel() [all …]
|
| D | bluetooth_admin.rs | 56 device: BluetoothDevice, in on_device_policy_effect_changed() 161 pub fn on_device_found(&mut self, remote_device: &BluetoothDevice) { in on_device_found() 170 pub fn on_device_cleared(&mut self, remote_device: &BluetoothDevice) { in on_device_cleared() 176 remote_device: &BluetoothDevice, in on_remote_device_properties_changed()
|
| D | suspend.rs | 171 pub(crate) fn get_connected_audio_devices(&self) -> Vec<BluetoothDevice> { in get_connected_audio_devices()
|
| D | bluetooth_media.rs | 1298 devices: &Vec<BluetoothDevice>, in filter_to_connected_audio_devices_from() 1299 ) -> Vec<BluetoothDevice> { in filter_to_connected_audio_devices_from()
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/ |
| D | BluetoothDevice.java | 34 public class BluetoothDevice { class 138 private BluetoothDevice(android.bluetooth.BluetoothDevice bluetoothDevice) { in BluetoothDevice() method in BluetoothDevice
|
| /packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
| D | dbus_iface.rs | 517 fn on_device_found(&mut self, remote_device: BluetoothDevice) {} in on_device_found() 520 fn on_device_cleared(&mut self, remote_device: BluetoothDevice) {} in on_device_cleared() 528 remote_device: BluetoothDevice, in on_ssp_request() 536 fn on_pin_request(&mut self, remote_device: BluetoothDevice, cod: u32, min_16_digit: bool) {} in on_pin_request() 539 fn on_pin_display(&mut self, remote_device: BluetoothDevice, pincode: String) {} in on_pin_display() 547 remote_device: BluetoothDevice, in on_sdp_search_complete() 567 fn on_device_connected(&mut self, remote_device: BluetoothDevice) {} in on_device_connected() 570 fn on_device_disconnected(&mut self, remote_device: BluetoothDevice) {} in on_device_disconnected() 745 fn create_bond(&mut self, device: BluetoothDevice, transport: BtTransport) -> bool { in create_bond() 760 fn get_bonded_devices(&self) -> Vec<BluetoothDevice> { in get_bonded_devices() [all …]
|
| D | callbacks.rs | 133 fn on_device_found(&mut self, remote_device: BluetoothDevice) { in on_device_found() 144 fn on_device_cleared(&mut self, remote_device: BluetoothDevice) { in on_device_cleared() 161 remote_device: BluetoothDevice, in on_ssp_request() 203 fn on_pin_request(&mut self, remote_device: BluetoothDevice, _cod: u32, min_16_digit: bool) { in on_pin_request() 215 fn on_pin_display(&mut self, remote_device: BluetoothDevice, pincode: String) { in on_pin_display() 260 remote_device: BluetoothDevice, in on_sdp_search_complete() 319 fn on_device_connected(&mut self, remote_device: BluetoothDevice) { in on_device_connected() 323 fn on_device_disconnected(&mut self, remote_device: BluetoothDevice) { in on_device_disconnected() 442 device: BluetoothDevice, in on_device_policy_effect_changed()
|
| D | main.rs | 252 fn connect_all_enabled_profiles(&mut self, device: BluetoothDevice) { in connect_all_enabled_profiles()
|
| /packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/ |
| D | Utils.kt | 345 fun BluetoothDevice.toByteString() = in Intent() method 348 fun BluetoothDevice.toConnection(transport: Int): Connection { in Intent() method
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothDevice.java | 97 public final class BluetoothDevice implements Parcelable, Attributable { class 1368 /*package*/ BluetoothDevice(String address, int addressType) { in BluetoothDevice() method in BluetoothDevice 1393 /*package*/ BluetoothDevice(String address) { in BluetoothDevice() method in BluetoothDevice 1406 /*package*/ BluetoothDevice(Parcel in) { in BluetoothDevice() method in BluetoothDevice
|
| /packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/ |
| D | BluetoothController.kt | 226 private fun BluetoothDevice.remoteDeviceToString(): String = "${this.name}-${this.address}" in remoteDeviceToString() method
|