Home
last modified time | relevance | path

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

/aosp_15_r20/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 …]
/aosp_15_r20/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()
1553 address_type: BtAddrType, in connection_state()
1562 address_type: BtAddrType, in hid_info()
1571 address_type: BtAddrType, in protocol_mode()
1581 address_type: BtAddrType, in idle_time()
1591 address_type: BtAddrType, in get_report()
1602 address_type: BtAddrType, in handshake()
2638 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType { in get_remote_address_type()
2971 address_type: BtAddrType, in connection_state()
3040 address_type: BtAddrType, in hid_info()
[all …]
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs690 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType { in get_remote_address_type()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs958 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType { in get_remote_address_type()