Home
last modified time | relevance | path

Searched refs:CommandReject (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/l2cap/
Dl2cap_packets.pdl254 packet CommandReject : Control (code = COMMAND_REJECT) {
259 packet CommandRejectNotUnderstood : CommandReject (reason = COMMAND_NOT_UNDERSTOOD) {
262 packet CommandRejectMtuExceeded : CommandReject (reason = SIGNALING_MTU_EXCEEDED) {
266 packet CommandRejectInvalidCid : CommandReject (reason = INVALID_CID_IN_REQUEST) {
267 local_channel : 16, // Relative to the sender of the CommandReject
633 local_channel : 16, // Relative to the sender of the CommandReject
/system/bt/gd/cert/
Dmatchers.py297 def CommandReject(): member in L2capMatchers
/system/bt/gd/l2cap/classic/cert/
Dl2cap_test.py427 assertThat(self.cert_l2cap.get_control_channel()).emits(L2capMatchers.CommandReject())