Searched refs:disconnection_complete (Results 1 – 4 of 4) sorted by relevance
46 disconnection_complete = HciCaptures.DisconnectionCompleteCapture()47 assertThat(self.connection_event_stream).emits(disconnection_complete)48 self.disconnect_reason = disconnection_complete.get().GetReason()
56 disconnection_complete = HciCaptures.DisconnectionCompleteCapture()57 assertThat(self.connection_event_stream).emits(disconnection_complete)58 self.disconnect_reason = disconnection_complete.get().GetReason()
117 pimpl_->iso_impl_->disconnection_complete(handle, reason); in HandleDisconnect()
449 void disconnection_complete(uint16_t handle, uint8_t reason) { in disconnection_complete() function