Searched defs:BthhReportType (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_qa.rs | 36 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()
|
D | bluetooth.rs | 294 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/ |
D | iface_bluetooth_qa.rs | 57 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()
|
D | iface_bluetooth.rs | 1086 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/ |
D | hid_host.rs | 86 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/ |
D | floss_enums.py | 284 class BthhReportType(enum.IntEnum): class
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 1096 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()
|