Home
last modified time | relevance | path

Searched defs:BtAddrType (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhid_host.rs251 address_type: BtAddrType, in connect()
269 address_type: BtAddrType, in disconnect()
289 address_type: BtAddrType, in virtual_unplug()
307 address_type: BtAddrType, in set_info()
327 address_type: BtAddrType, in get_protocol()
347 address_type: BtAddrType, in set_protocol()
367 address_type: BtAddrType, in get_idle_time()
385 address_type: BtAddrType, in set_idle_time()
405 address_type: BtAddrType, in get_report()
429 address_type: BtAddrType, in set_report()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs208 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType; in get_remote_address_type()
1571 address_type: BtAddrType, in connection_state()
1580 address_type: BtAddrType, in hid_info()
1589 address_type: BtAddrType, in protocol_mode()
1599 address_type: BtAddrType, in idle_time()
1609 address_type: BtAddrType, in get_report()
1620 address_type: BtAddrType, in handshake()
2682 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType { in get_remote_address_type()
3017 address_type: BtAddrType, in connection_state()
3085 address_type: BtAddrType, in hid_info()
[all …]
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs392 pub enum BtAddrType { enum
401 impl From<u32> for BtAddrType { implementation
407 impl Into<u32> for BtAddrType { implementation
413 impl From<u8> for BtAddrType { implementation
419 impl Into<u8> for BtAddrType { implementation
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs694 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType { in get_remote_address_type()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs961 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType { in get_remote_address_type()