/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hid_host.rs | 3 BluetoothInterface, BtAddrType, BtStatus, BtTransport, RawAddress, SupportedProfiles, 110 ConnectionState(RawAddress, BtAddrType, BtTransport, BthhConnectionState), 111 VirtualUnplug(RawAddress, BtAddrType, BtTransport, BthhStatus), 112 HidInfo(RawAddress, BtAddrType, BtTransport, BthhHidInfo), 113 ProtocolMode(RawAddress, BtAddrType, BtTransport, BthhStatus, BthhProtocolMode), 114 IdleTime(RawAddress, BtAddrType, BtTransport, BthhStatus, i32), 115 GetReport(RawAddress, BtAddrType, BtTransport, BthhStatus, Vec<u8>, i32), 116 Handshake(RawAddress, BtAddrType, BtTransport, BthhStatus), 126 *mut RawAddress, u8 -> BtAddrType, u8 -> BtTransport, bindings::bthh_connection_state_t -> BthhConn… 130 *mut RawAddress, u8 -> BtAddrType, u8 -> BtTransport, bindings::bthh_status_t -> BthhStatus, { [all …]
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 385 pub enum BtAddrType { enum 394 impl From<u32> for BtAddrType { implementation 396 BtAddrType::from_u32(num).unwrap_or(BtAddrType::Unknown) in from() 400 impl Into<u32> for BtAddrType { implementation 406 impl From<u8> for BtAddrType { implementation 408 BtAddrType::from_u8(address_type).unwrap_or(BtAddrType::Unknown) in from() 412 impl Into<u8> for BtAddrType { implementation 589 RemoteAddrType(BtAddrType), 664 BluetoothProperty::RemoteAddrType(_) => mem::size_of::<BtAddrType>(), in get_len() 775 &BtAddrType::to_u32(addr_type).unwrap_or_default().to_ne_bytes(), in get_data_ptr() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 5 BtAddrType, BtBondState, BtConnectionDirection, BtConnectionState, BtDeviceType, BtDiscMode, 212 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType; in get_remote_address_type() argument 1062 BtAddrType::Public, in get_hid_report_internal() 1080 BtAddrType::Public, in set_hid_report_internal() 1096 BtAddrType::Public, in send_hid_data_internal() 1469 address_type: BtAddrType, in connection_state() argument 1478 address_type: BtAddrType, in hid_info() argument 1487 address_type: BtAddrType, in protocol_mode() argument 1497 address_type: BtAddrType, in idle_time() argument 1507 address_type: BtAddrType, in get_report() argument [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 2 BtAddrType, BtBondState, BtConnectionState, BtDeviceType, BtDiscMode, BtPropertyType, 175 impl_dbus_arg_enum!(BtAddrType); 685 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType { in get_remote_address_type() argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 4 BtAddrType, BtBondState, BtConnectionState, BtDeviceType, BtDiscMode, BtPropertyType, 88 impl_dbus_arg_enum!(BtAddrType); 950 fn get_remote_address_type(&self, device: BluetoothDevice) -> BtAddrType { in get_remote_address_type() argument
|