Home
last modified time | relevance | path

Searched refs:BthhReportType (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_qa.rs6 use bt_topshim::profiles::hid_host::BthhReportType;
36 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8); in get_hid_report() argument
39 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String); in set_hid_report() argument
151 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report() argument
157 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String) { in set_hid_report() argument
Dlib.rs61 hid_host::{BthhReportType, HHCallbacks},
164 QaGetHidReport(RawAddress, BthhReportType, u8),
165 QaSetHidReport(RawAddress, BthhReportType, String),
Dbluetooth.rs15 BthhConnectionState, BthhHidInfo, BthhProtocolMode, BthhReportType, BthhStatus,
294 report_type: BthhReportType, in get_hid_report() argument
302 report_type: BthhReportType, in set_hid_report() argument
1057 report_type: BthhReportType, in get_hid_report_internal() argument
1074 report_type: BthhReportType, in set_hid_report_internal() argument
3219 report_type: BthhReportType, in get_hid_report() argument
3228 report_type: BthhReportType, in set_hid_report() argument
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_qa.rs9 use bt_topshim::profiles::hid_host::BthhReportType;
55 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report() argument
59 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String) { in set_hid_report() argument
Diface_bluetooth.rs11 use bt_topshim::profiles::hid_host::BthhReportType;
1043 impl_dbus_arg_enum!(BthhReportType);
1079 report_type: BthhReportType, in get_hid_report() argument
1089 report_type: BthhReportType, in set_hid_report() argument
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhid_host.rs86 pub enum BthhReportType { enum
92 impl From<BthhReportType> for bindings::bthh_report_type_t {
93 fn from(item: BthhReportType) -> Self { in from()
388 report_type: BthhReportType, in get_report() argument
411 report_type: BthhReportType, in set_report() argument
/packages/modules/Bluetooth/floss/pandora/server/
Dhid.py67 if request.report_type not in iter(floss_enums.BthhReportType):
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py284 class BthhReportType(enum.IntEnum): class
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs16 use bt_topshim::profiles::hid_host::BthhReportType;
1995 "Input" => BthhReportType::InputReport, in cmd_hid()
1996 "Output" => BthhReportType::OutputReport, in cmd_hid()
1997 "Feature" => BthhReportType::FeatureReport, in cmd_hid()
2015 "Input" => BthhReportType::InputReport, in cmd_hid()
2016 "Output" => BthhReportType::OutputReport, in cmd_hid()
2017 "Feature" => BthhReportType::FeatureReport, in cmd_hid()
Ddbus_iface.rs14 use bt_topshim::profiles::hid_host::BthhReportType;
113 impl_dbus_arg_enum!(BthhReportType);
1088 report_type: BthhReportType, in get_hid_report() argument
1098 report_type: BthhReportType, in set_hid_report() argument
2553 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report() argument
2557 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String) { in set_hid_report() argument