Lines Matching full:l2cap
164 * Transmits a packet over an L2CAP channel. This function only consumes the
266 * Processes an incoming L2CAP fragment.
268 * @param conn The connection the L2CAP fragment was sent
271 * the L2CAP fragment. This header has been
273 * @param om An mbuf containing the L2CAP data. If this is
274 * the first fragment, the L2CAP header is at
276 * fragments, the mbuf starts with L2CAP
278 * @param out_rx_cb If a full L2CAP packet has been received, a
282 * @param out_rx_buf If a full L2CAP packet has been received, this
283 * will point to the entire L2CAP packet. To
286 * @param out_reject_cid Indicates whether an L2CAP Command Reject
292 * @return 0 if a complete L2CAP packet has been received.
293 * BLE_HS_EAGAIN if a partial L2CAP packet has
320 /* Strip L2CAP header from the front of the mbuf. */ in ble_l2cap_rx()
332 BLE_HS_LOG(DEBUG, "rx on unknown L2CAP channel: %d\n", in ble_l2cap_rx()
350 /* Remember channel and length of L2CAP data for reassembly. */ in ble_l2cap_rx()
383 * Transmits the L2CAP payload contained in the specified mbuf. The supplied
386 * @param chan The L2CAP channel to transmit over.