Searched defs:BtAddrType (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/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 …]
|
/aosp_15_r20/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() 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/ |
D | btif.rs | 392 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/ |
D | iface_bluetooth.rs | 690 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/ |
D | dbus_iface.rs | 958 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType { in get_remote_address_type()
|