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.rs240 address_type: BtAddrType, in connect()
257 address_type: BtAddrType, in disconnect()
276 address_type: BtAddrType, in virtual_unplug()
293 address_type: BtAddrType, in set_info()
312 address_type: BtAddrType, in get_protocol()
331 address_type: BtAddrType, in set_protocol()
350 address_type: BtAddrType, in get_idle_time()
367 address_type: BtAddrType, in set_idle_time()
386 address_type: BtAddrType, in get_report()
409 address_type: BtAddrType, in set_report()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs212 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType; in get_remote_address_type()
1469 address_type: BtAddrType, in connection_state()
1478 address_type: BtAddrType, in hid_info()
1487 address_type: BtAddrType, in protocol_mode()
1497 address_type: BtAddrType, in idle_time()
1507 address_type: BtAddrType, in get_report()
1518 address_type: BtAddrType, in handshake()
2618 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType { in get_remote_address_type()
3064 address_type: BtAddrType, in connection_state()
3119 address_type: BtAddrType, in hid_info()
[all …]
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs385 pub enum BtAddrType { enum
394 impl From<u32> for BtAddrType { implementation
400 impl Into<u32> for BtAddrType { implementation
406 impl From<u8> for BtAddrType { implementation
412 impl Into<u8> for BtAddrType { implementation
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs685 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.rs950 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType { in get_remote_address_type()