Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs100 remote_device: BluetoothDevice, in on_device_properties_changed()
118 fn on_device_found(&mut self, remote_device: BluetoothDevice) { in on_device_found()
122 fn on_device_cleared(&mut self, remote_device: BluetoothDevice) { in on_device_cleared()
135 remote_device: BluetoothDevice, in on_ssp_request()
143 fn on_pin_request(&mut self, remote_device: BluetoothDevice, cod: u32, min_16_digit: bool) { in on_pin_request()
147 fn on_pin_display(&mut self, remote_device: BluetoothDevice, pincode: String) { in on_pin_display()
160 remote_device: BluetoothDevice, in on_sdp_search_complete()
191 fn on_device_connected(&mut self, remote_device: BluetoothDevice) { in on_device_connected()
199 fn on_device_disconnected(&mut self, remote_device: BluetoothDevice) { in on_device_disconnected()
600 fn create_bond(&mut self, device: BluetoothDevice, transport: BtTransport) -> BtStatus { in create_bond()
[all …]
Diface_bluetooth_admin.rs36 device: BluetoothDevice, in on_device_policy_effect_changed()
/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()
337 pub struct BluetoothDevice { struct
342 impl BluetoothDevice { argument
[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()
1380 device: BluetoothDevice, in create_insecure_l2cap_channel()
1395 device: BluetoothDevice, in create_insecure_l2cap_le_channel()
[all …]
Dbluetooth_admin.rs56 device: BluetoothDevice, in on_device_policy_effect_changed()
157 pub fn on_device_found(&mut self, remote_device: &BluetoothDevice) { in on_device_found()
166 pub fn on_device_cleared(&mut self, remote_device: &BluetoothDevice) { in on_device_cleared()
172 remote_device: &BluetoothDevice, in on_remote_device_properties_changed()
Dsuspend.rs202 pub(crate) fn get_connected_audio_devices(&self) -> Vec<BluetoothDevice> { in get_connected_audio_devices()
Dbluetooth_media.rs2560 devices: &Vec<BluetoothDevice>, in filter_to_connected_audio_devices_from()
2561 ) -> Vec<BluetoothDevice> { in filter_to_connected_audio_devices_from()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
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()
200 remote_device: BluetoothDevice, in on_ssp_request()
242 fn on_pin_request(&mut self, remote_device: BluetoothDevice, _cod: u32, min_16_digit: bool) { in on_pin_request()
254 fn on_pin_display(&mut self, remote_device: BluetoothDevice, pincode: String) { in on_pin_display()
303 remote_device: BluetoothDevice, in on_sdp_search_complete()
370 fn on_device_connected(&mut self, remote_device: BluetoothDevice) { in on_device_connected()
374 fn on_device_disconnected(&mut self, remote_device: BluetoothDevice) { in on_device_disconnected()
496 device: BluetoothDevice, in on_device_policy_effect_changed()
Ddbus_iface.rs608 remote_device: BluetoothDevice, in on_device_properties_changed()
623 fn on_device_found(&mut self, remote_device: BluetoothDevice) {} in on_device_found()
626 fn on_device_cleared(&mut self, remote_device: BluetoothDevice) {} in on_device_cleared()
634 remote_device: BluetoothDevice, in on_ssp_request()
642 fn on_pin_request(&mut self, remote_device: BluetoothDevice, cod: u32, min_16_digit: bool) {} in on_pin_request()
645 fn on_pin_display(&mut self, remote_device: BluetoothDevice, pincode: String) {} in on_pin_display()
653 remote_device: BluetoothDevice, in on_sdp_search_complete()
673 fn on_device_connected(&mut self, remote_device: BluetoothDevice) {} in on_device_connected()
676 fn on_device_disconnected(&mut self, remote_device: BluetoothDevice) {} in on_device_disconnected()
865 fn create_bond(&mut self, device: BluetoothDevice, transport: BtTransport) -> BtStatus { in create_bond()
[all …]
Dmain.rs300 fn connect_all_enabled_profiles(&mut self, device: BluetoothDevice) { in connect_all_enabled_profiles()
/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
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java89 public final class BluetoothDevice implements Parcelable, Attributable { class
1419 /*package*/ BluetoothDevice(String address, int addressType) { in BluetoothDevice() method in BluetoothDevice
1450 /*package*/ BluetoothDevice(String address) { in BluetoothDevice() method in BluetoothDevice
1463 /*package*/ BluetoothDevice(Parcel in) { in BluetoothDevice() method in BluetoothDevice