Searched defs:BthhReportType (Results 1 – 7 of 7) sorted by relevance
/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() 151 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report() 157 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() 1057 report_type: BthhReportType, in get_hid_report_internal() 1074 report_type: BthhReportType, in set_hid_report_internal() 3219 report_type: BthhReportType, in get_hid_report() 3228 report_type: BthhReportType, in set_hid_report()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_qa.rs | 55 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report() 59 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String) { in set_hid_report()
|
D | iface_bluetooth.rs | 1079 report_type: BthhReportType, in get_hid_report() 1089 report_type: BthhReportType, in set_hid_report()
|
/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()
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | floss_enums.py | 284 class BthhReportType(enum.IntEnum): class
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 1088 report_type: BthhReportType, in get_hid_report() 1098 report_type: BthhReportType, in set_hid_report() 2553 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report() 2557 fn set_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report: String) { in set_hid_report()
|