Home
last modified time | relevance | path

Searched refs:DisconnectionRequest (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/gd/l2cap/le/internal/
H A Dsignalling_manager.h70 static PendingCommand DisconnectionRequest(SignalId signal_id, Cid scid, Cid dcid) { in DisconnectionRequest() function
H A Dsignalling_manager.cc82 …PendingCommand pending_command = PendingCommand::DisconnectionRequest(next_signal_id_, scid, dcid); in SendDisconnectRequest()
/aosp12/system/bt/gd/l2cap/classic/cert/
H A Dcert_l2cap.py130 …assertThat(self._control_channel).emits(L2capMatchers.DisconnectionRequest(self._dcid, self._scid))
/aosp12/system/bt/gd/l2cap/
H A Dl2cap_packets.pdl410 packet DisconnectionRequest : Control (code = DISCONNECTION_REQUEST) {
/aosp12/system/bt/gd/cert/
H A Dmatchers.py285 def DisconnectionRequest(scid, dcid): member in L2capMatchers