Searched defs:ConnectionHandle (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | connections.rs | 43 pub type ConnectionHandle = u16; typedef 206 ) -> &mut HashMap<ConnectionHandle, NaiveDateTime> { in get_feature_pending_map() 217 handle: &ConnectionHandle, in process_remote_feat_cmd() 227 handle: ConnectionHandle, in process_disconnect_cmd() 344 handle: ConnectionHandle, in process_conn_complete_ev() 372 fn process_disconn_complete_ev(&mut self, handle: ConnectionHandle, packet: &Packet) { in process_disconn_complete_ev() 444 handle: ConnectionHandle, in process_sync_conn_complete_ev() 477 handle: ConnectionHandle, in process_le_conn_complete_ev() 569 handle: ConnectionHandle, in process_remote_feat_ev() 879 handle: ConnectionHandle, in process_handle_auth() [all …]
|
D | informational.rs | 19 type ConnectionHandle = u16; typedef 175 handle: ConnectionHandle, in get_or_allocate_connection() 188 handle: ConnectionHandle, in report_connection_start() 205 handle: ConnectionHandle, in report_connection_end() 281 pub fn new(handle: ConnectionHandle, transport: Transport) -> Self { in new() 631 handle: ConnectionHandle, in get_or_allocate_unknown_connection() 642 handle: ConnectionHandle, in get_or_allocate_connection() 673 handle: ConnectionHandle, in report_connection_start() 686 handle: ConnectionHandle, in report_sco_connection_start() 716 fn report_connection_end(&mut self, handle: ConnectionHandle, ts: NaiveDateTime) { in report_connection_end() [all …]
|