Home | History | Annotate | Download | only in gatt

Lines Matching full:l2cap

81 **                  It clears out the control blocks, and registers with L2CAP.
101 /* First, register fixed L2CAP channel for ATT over BLE */
115 /* Now, register with L2CAP for ATT PSM over BR/EDR */
333 /* only connection on fix channel when the l2cap channel is already open */
376 ** Description This callback function is called by L2CAP to indicate that
460 ** Description This function is called when data is received from L2CAP.
487 GATT_TRACE_WARNING1 ("ATT - Ignored L2CAP data while in state: %d",
498 ** from L2CAP. This is the case where we are acting as a
518 /* no tcb available, reject L2CAP connection */
530 /* Send L2CAP connect rsp */
539 /* Send L2CAP config req */
552 ** Description This is the L2CAP connect confirm callback function.
577 /* Send L2CAP config req */
593 /* just in case the peer also accepts our connection - Send L2CAP disconnect req */
604 ** Description This is the L2CAP config confirm callback function.
649 /* Send L2CAP disconnect req */
660 ** Description This is the L2CAP config indication callback function.
680 /* send L2CAP configure response */
719 ** Description This is the L2CAP disconnect indication callback function.
735 /* send L2CAP disconnect response */
746 /* if ACL link is still up, no reason is logged, l2cap is disconnect from peer */
759 ** Description This is the L2CAP disconnect confirm callback function.
782 /* if ACL link is still up, no reason is logged, l2cap is disconnect from peer */
794 ** Description This is the L2CAP data indication callback function.
862 ** Description This function is called when data is received from L2CAP.
906 GATT_TRACE_ERROR1 ("ATT - Rcvd L2CAP data, unknown cmd: 0x%x", op_code);