Searched defs:ConnectionHandle (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | connections.rs | 45 pub type ConnectionHandle = u16; typedef 208 ) -> &mut HashMap<ConnectionHandle, NaiveDateTime> { in get_feature_pending_map() 219 handle: &ConnectionHandle, in process_remote_feat_cmd() 229 handle: ConnectionHandle, in process_disconnect_cmd() 346 handle: ConnectionHandle, in process_conn_complete_ev() 374 fn process_disconn_complete_ev(&mut self, handle: ConnectionHandle, packet: &Packet) { in process_disconn_complete_ev() 446 handle: ConnectionHandle, in process_sync_conn_complete_ev() 479 handle: ConnectionHandle, in process_le_conn_complete_ev() 571 handle: ConnectionHandle, in process_remote_feat_ev() 903 handle: ConnectionHandle, in process_handle_auth() [all …]
|
D | informational.rs | 19 type ConnectionHandle = u16; typedef 146 fn report_connection_start(&mut self, handle: ConnectionHandle, ts: NaiveDateTime) { in report_connection_start() 154 fn report_connection_end(&mut self, handle: ConnectionHandle, ts: NaiveDateTime) { in report_connection_end() 512 handle: &ConnectionHandle, in get_or_allocate_unknown_connection() 549 handle: ConnectionHandle, in report_connection_start() 561 handle: ConnectionHandle, in report_sco_connection_start() 591 fn report_connection_end(&mut self, handle: ConnectionHandle, ts: NaiveDateTime) { in report_connection_end() 661 handle: ConnectionHandle, in report_l2cap_conn_req() 673 handle: ConnectionHandle, in report_l2cap_conn_rsp() 689 handle: ConnectionHandle, in report_l2cap_disconn_rsp()
|