Searched defs:BtAddrType (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hid_host.rs | 240 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/ |
D | bluetooth.rs | 212 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/ |
D | btif.rs | 385 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/ |
D | iface_bluetooth.rs | 685 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType { in get_remote_address_type()
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 950 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType { in get_remote_address_type()
|