Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs28 start_initiator: InitiatorType, in print_timestamps_and_initiator()
30 end_initiator: InitiatorType, in print_timestamps_and_initiator()
105 enum InitiatorType { enum
111 impl fmt::Display for InitiatorType { implementation
131 fn get_connection_initiator(&self) -> InitiatorType { in get_connection_initiator()
206 initiator: InitiatorType, in report_connection_end()
296 fn report_start(&mut self, initiator: InitiatorType, ts: NaiveDateTime) { in report_start()
301 fn report_end(&mut self, initiator: InitiatorType, ts: NaiveDateTime) { in report_end()
315 initiator: InitiatorType, in report_profile_start()
330 initiator: InitiatorType, in report_profile_end()
[all …]