blob: 4ba56dee25d734054c6390a73ca2b0ad9160c661 [file] [edit]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
pub const AT_CMD_REQ_ATD: &[u8; 6] = &[0x41, 0x54, 0x44, 0x39, 0x31, 0x31];
pub const AT_CMD_RESP_NO_CARRIER: &[u8; 11] = &[0x4e, 0x4f, 0x20, 0x43, 0x41, 0x52, 0x52, 0x49, 0x45, 0x52, 0x0d];