/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
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() 393 fn on_device_key_missing(&mut self, remote_device: BluetoothDevice) {} in on_device_key_missing() 397 _remote_device: BluetoothDevice, in on_ssp_request() 403 fn on_pin_request(&mut self, _remote_device: BluetoothDevice, _cod: u32, _min_16_digit: bool) {} in on_pin_request() [all …]
|
D | bluetooth.rs | 157 fn create_bond(&mut self, device: BluetoothDevice, transport: BtTransport) -> BtStatus; in create_bond() 166 fn get_bonded_devices(&self) -> Vec<BluetoothDevice>; in get_bonded_devices() 172 fn set_pin(&self, device: BluetoothDevice, accept: bool, pin_code: Vec<u8>) -> bool; in set_pin() 175 fn set_passkey(&self, device: BluetoothDevice, accept: bool, passkey: Vec<u8>) -> bool; in set_passkey() 178 fn set_pairing_confirmation(&self, device: BluetoothDevice, accept: bool) -> bool; in set_pairing_confirmation() 190 fn set_remote_alias(&mut self, device: BluetoothDevice, new_alias: String); in set_remote_alias() 214 fn get_connected_devices(&self) -> Vec<BluetoothDevice>; in get_connected_devices() 229 fn sdp_search(&self, device: BluetoothDevice, uuid: Uuid) -> bool; in sdp_search() 332 pub struct BluetoothDevice { struct 337 impl BluetoothDevice { implementation [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 | 309 fn get_connected_audio_devices(&self) -> Vec<BluetoothDevice> { in get_connected_audio_devices() 509 fn on_device_connected(&mut self, _device: BluetoothDevice) {} in on_device_connected() 511 fn on_device_disconnected(&mut self, device: BluetoothDevice) { in on_device_disconnected() 520 fn on_device_connection_failed(&mut self, _device: BluetoothDevice, _status: BtStatus) {} in on_device_connection_failed()
|
D | bluetooth_media.rs | 2644 devices: &Vec<BluetoothDevice>, in filter_to_connected_audio_devices_from() 2645 ) -> Vec<BluetoothDevice> { in filter_to_connected_audio_devices_from()
|
/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() 123 fn on_device_key_missing(&mut self, remote_device: BluetoothDevice) { in on_device_key_missing() 136 remote_device: BluetoothDevice, in on_ssp_request() 144 fn on_pin_request(&mut self, remote_device: BluetoothDevice, cod: u32, min_16_digit: bool) { in on_pin_request() 148 fn on_pin_display(&mut self, remote_device: BluetoothDevice, pincode: String) { in on_pin_display() 161 remote_device: BluetoothDevice, in on_sdp_search_complete() 192 fn on_device_connected(&mut self, remote_device: BluetoothDevice) { in on_device_connected() 200 fn on_device_disconnected(&mut self, remote_device: BluetoothDevice) { in on_device_disconnected() [all …]
|
D | iface_bluetooth_admin.rs | 38 device: BluetoothDevice, in on_device_policy_effect_changed()
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
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() 197 fn on_device_key_missing(&mut self, remote_device: BluetoothDevice) { in on_device_key_missing() 213 remote_device: BluetoothDevice, in on_ssp_request() 252 fn on_pin_request(&mut self, remote_device: BluetoothDevice, _cod: u32, min_16_digit: bool) { in on_pin_request() 264 fn on_pin_display(&mut self, remote_device: BluetoothDevice, pincode: String) { in on_pin_display() 310 remote_device: BluetoothDevice, in on_sdp_search_complete() 377 fn on_device_connected(&mut self, remote_device: BluetoothDevice) { in on_device_connected() 381 fn on_device_disconnected(&mut self, remote_device: BluetoothDevice) { in on_device_disconnected() [all …]
|
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() 631 fn on_device_key_missing(&mut self, remote_device: BluetoothDevice) {} in on_device_key_missing() 639 remote_device: BluetoothDevice, in on_ssp_request() 647 fn on_pin_request(&mut self, remote_device: BluetoothDevice, cod: u32, min_16_digit: bool) {} in on_pin_request() 650 fn on_pin_display(&mut self, remote_device: BluetoothDevice, pincode: String) {} in on_pin_display() 658 remote_device: BluetoothDevice, in on_sdp_search_complete() 679 fn on_device_connected(&mut self, remote_device: BluetoothDevice) {} in on_device_connected() 682 fn on_device_disconnected(&mut self, remote_device: BluetoothDevice) {} in on_device_disconnected() [all …]
|
D | main.rs | 319 fn connect_all_enabled_profiles(&mut self, device: BluetoothDevice) { in connect_all_enabled_profiles()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamsProgressCategoryController.java | 637 private Map<BluetoothDevice, List<BluetoothLeBroadcastReceiveState>> getStreamSourcesByDevice( in getStreamSourcesByDevice() 647 private Map<BluetoothDevice, List<BluetoothLeBroadcastReceiveState>> getPausedSourcesByDevice( in getPausedSourcesByDevice()
|
/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
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothDevice.java | 94 public final class BluetoothDevice implements Parcelable, Attributable { class 1530 /*package*/ BluetoothDevice(String address, int addressType) { in BluetoothDevice() method in BluetoothDevice 1562 /*package*/ BluetoothDevice(String address) { in BluetoothDevice() method in BluetoothDevice 1575 /*package*/ BluetoothDevice(Parcel in) { in BluetoothDevice() method in BluetoothDevice
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/ |
D | PbapClientService.java | 145 Map<BluetoothDevice, PbapClientStateMachine> deviceMap) { in PbapClientService()
|