Home
last modified time | relevance | path

Searched refs:disconnection_complete (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_acl_manager.py47 disconnection_complete = HciCaptures.DisconnectionCompleteCapture()
48 assertThat(self.connection_event_stream).emits(disconnection_complete)
49 self.disconnect_reason = disconnection_complete.get().reason
Dpy_le_acl_manager.py62 disconnection_complete = HciCaptures.DisconnectionCompleteCapture()
63 assertThat(self.connection_event_stream).emits(disconnection_complete, timeout=timeout)
64 self.disconnect_reason = disconnection_complete.get().reason
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso.cc128 pimpl_->iso_impl_->disconnection_complete(handle, reason); in HandleDisconnect()
Dbtm_iso_impl.h632 void disconnection_complete(uint16_t handle, uint8_t reason) { in disconnection_complete() function