Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:dlci

47  * Create DLCI using direction of service channel number
51 * @return DLCI
61 * @param dlci DLCI of this pcaket, RFCOMM_MX_DLCI for multiplexer control
64 uint8_t GetAddressField(bool ea, bool cr, uint8_t dlci);
78 * @param dlci DLCI to be configured
88 std::vector<uint8_t> CreateMccPnFrame(uint8_t dlci, uint8_t i_bits,
96 * @param dlci DLCI to be configured
104 std::vector<uint8_t> CreateMccMscFrame(uint8_t dlci, bool fc, bool rtc,
139 * @param dlci DLCI to be connected
144 std::vector<uint8_t> CreateQuickSabmPacket(uint8_t dlci, uint16_t l2cap_lcid,
150 * @param dlci DLCI to be connected
155 std::vector<uint8_t> CreateQuickUaPacket(uint8_t dlci, uint16_t l2cap_lcid,
159 * Create parameter negotiation packet used to setup parameters for a DLCI
162 * @param target_dlci DLCI to be configured
164 * @param rfc_mtu RFCOMM mtu to be used for DLCI
182 * @param dlci DLCI to be configured
193 std::vector<uint8_t> CreateQuickMscPacket(bool rfc_cr, uint8_t dlci,
202 * @param dlci DLCI of this packet
210 std::vector<uint8_t> CreateQuickDataPacket(uint8_t dlci, bool cr,
218 * @param dlci DLCI of this packet
226 std::vector<uint8_t> CreateQuickDataPacket(uint8_t dlci, bool cr,