Searched refs:disconnection_complete (Results 1 – 4 of 4) sorted by relevance
47 disconnection_complete = HciCaptures.DisconnectionCompleteCapture()48 assertThat(self.connection_event_stream).emits(disconnection_complete)49 self.disconnect_reason = disconnection_complete.get().reason
62 disconnection_complete = HciCaptures.DisconnectionCompleteCapture()63 assertThat(self.connection_event_stream).emits(disconnection_complete, timeout=timeout)64 self.disconnect_reason = disconnection_complete.get().reason
128 pimpl_->iso_impl_->disconnection_complete(handle, reason); in HandleDisconnect()
632 void disconnection_complete(uint16_t handle, uint8_t reason) { in disconnection_complete() function