/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 51 fn on_device_found(&self, remote_device: BluetoothDevice) { in on_device_found() 55 fn on_device_cleared(&self, remote_device: BluetoothDevice) { in on_device_cleared() 65 remote_device: BluetoothDevice, in on_ssp_request() 89 fn on_device_connected(&self, remote_device: BluetoothDevice) { in on_device_connected() 94 fn on_device_disconnected(&self, remote_device: BluetoothDevice) { in on_device_disconnected() 209 fn create_bond(&self, device: BluetoothDevice, transport: BtTransport) -> bool { in create_bond() 224 fn get_bonded_devices(&self) -> Vec<BluetoothDevice> { in get_bonded_devices() 234 fn set_pin(&self, device: BluetoothDevice, accept: bool, pin_code: Vec<u8>) -> bool { in set_pin() 239 fn set_passkey(&self, device: BluetoothDevice, accept: bool, passkey: Vec<u8>) -> bool { in set_passkey() 244 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool { in set_pairing_confirmation() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 110 fn create_bond(&self, device: BluetoothDevice, transport: BtTransport) -> bool; in create_bond() 119 fn get_bonded_devices(&self) -> Vec<BluetoothDevice>; in get_bonded_devices() 125 fn set_pin(&self, device: BluetoothDevice, accept: bool, pin_code: Vec<u8>) -> bool; in set_pin() 128 fn set_passkey(&self, device: BluetoothDevice, accept: bool, passkey: Vec<u8>) -> bool; in set_passkey() 131 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool; in set_pairing_confirmation() 143 fn set_remote_alias(&mut self, device: BluetoothDevice, new_alias: String); in set_remote_alias() 161 fn sdp_search(&self, device: BluetoothDevice, uuid: Uuid128Bit) -> bool; in sdp_search() 172 pub struct BluetoothDevice { struct 177 impl BluetoothDevice { impl 178 pub(crate) fn new(address: String, name: String) -> BluetoothDevice { in new() [all …]
|
/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 | 184 fn on_device_found(&self, remote_device: BluetoothDevice) {} in on_device_found() 187 fn on_device_cleared(&self, remote_device: BluetoothDevice) {} in on_device_cleared() 195 remote_device: BluetoothDevice, in on_ssp_request() 229 fn on_device_connected(&self, remote_device: BluetoothDevice) {} in on_device_connected() 232 fn on_device_disconnected(&self, remote_device: BluetoothDevice) {} in on_device_disconnected() 358 fn create_bond(&self, device: BluetoothDevice, transport: BtTransport) -> bool { in create_bond() 373 fn get_bonded_devices(&self) -> Vec<BluetoothDevice> { in get_bonded_devices() 383 fn set_pin(&self, device: BluetoothDevice, accept: bool, pin_code: Vec<u8>) -> bool { in set_pin() 388 fn set_passkey(&self, device: BluetoothDevice, accept: bool, passkey: Vec<u8>) -> bool { in set_passkey() 393 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool { in set_pairing_confirmation() [all …]
|
D | callbacks.rs | 117 fn on_device_found(&self, remote_device: BluetoothDevice) { in on_device_found() 128 fn on_device_cleared(&self, remote_device: BluetoothDevice) { in on_device_cleared() 143 remote_device: BluetoothDevice, in on_ssp_request() 263 fn on_device_connected(&self, remote_device: BluetoothDevice) { in on_device_connected() 267 fn on_device_disconnected(&self, remote_device: BluetoothDevice) { in on_device_disconnected()
|
D | main.rs | 160 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 | 310 fun BluetoothDevice.toByteString() = in Intent() method 313 fun BluetoothDevice.toConnection(transport: Int): Connection { in Intent() method
|
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/ |
D | BluetoothController.kt | 233 private fun BluetoothDevice.remoteDeviceToString(): String = "${this.name}-${this.address}" in remoteDeviceToString() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothDevice.java | 94 public final class BluetoothDevice implements Parcelable, Attributable { class 1342 /*package*/ BluetoothDevice(String address, int addressType) { in BluetoothDevice() method in BluetoothDevice 1367 /*package*/ BluetoothDevice(String address) { in BluetoothDevice() method in BluetoothDevice
|