Home
last modified time | relevance | path

Searched defs:BthhReportType (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_qa.rs36 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8); in get_hid_report()
39 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String); in set_hid_report()
160 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report()
166 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String) { in set_hid_report()
Dbluetooth.rs294 report_type: BthhReportType, in get_hid_report()
302 report_type: BthhReportType, in set_hid_report()
953 report_type: BthhReportType, in get_hid_report_internal()
970 report_type: BthhReportType, in set_hid_report_internal()
3140 report_type: BthhReportType, in get_hid_report()
3149 report_type: BthhReportType, in set_hid_report()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_qa.rs57 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report()
61 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String) { in set_hid_report()
Diface_bluetooth.rs1086 report_type: BthhReportType, in get_hid_report()
1096 report_type: BthhReportType, in set_hid_report()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhid_host.rs86 pub enum BthhReportType { enum
388 report_type: BthhReportType, in get_report()
411 report_type: BthhReportType, in set_report()
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py284 class BthhReportType(enum.IntEnum): class
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1096 report_type: BthhReportType, in get_hid_report()
1106 report_type: BthhReportType, in set_hid_report()
2575 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report()
2579 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String) { in set_hid_report()