HomeSort by relevance Sort by last modified time
    Searched full:l2cap (Results 51 - 75 of 122) sorted by null

1 23 4 5

  /external/bluetooth/bluedroid/include/
bt_target.h 549 /* Sends L2CAP packets to the peer and HCI messages to the controller. */
554 /* Sends L2CAP segmented packets in ERTM mode */
559 /* Receives L2CAP segmented packets in ERTM mode */
592 /* Used to send data to L2CAP. */
1215 ** L2CAP
1225 /* The maximum number of simultaneous links that L2CAP can support. */
1232 /* The maximum number of simultaneous channels that L2CAP can support. */
1237 /* The maximum number of simultaneous applications that can register with L2CAP. */
    [all...]
gki_target.h 270 /* The following is intended to be a reserved pool for L2CAP
285 ** Special pool used by l2cap retransmissions only. This size based on segment
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 21 * This file contains the L2CAP 1.2 Flow Control and retransmissions
160 /* offset points past the L2CAP header, but the CRC check includes it */
258 "--- L2CAP ERTM Stats for CID: 0x%04x Duration: %08ums", p_ccb->local_cid, dur);
343 L2CAP_TRACE_ERROR1 ("L2CAP - failed to clone buffer on HCI_ACL_POOL_ID Utilization: %u", GKI_poolutilization(pool));
372 L2CAP_TRACE_ERROR2 ("L2CAP - failed to clone buffer, Pool: %u Count: %u", pool, GKI_poolfreecount(pool));
470 /* length field in l2cap header has to include FCS length */
488 L2CAP_TRACE_EVENT6 ("L2CAP eRTM ReTx I-frame CID: 0x%04x Len: %u SAR: %s TxSeq: %u ReqSeq: %u F: %u",
497 L2CAP_TRACE_EVENT6 ("L2CAP eRTM Tx I-frame CID: 0x%04x Len: %u SAR: %-12s TxSeq: %u ReqSeq: %u F: %u",
561 /* Put in the L2CAP header */
593 L2CAP_TRACE_WARNING6 ("L2CAP eRTM Tx S-frame CID: 0x%04x ctrlword: 0x%04x Type: %s ReqSeq: %u P: %u F: %u"
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avdt_api.h 66 ** L2CAP packet header and HCI header.
239 UINT16 ctrl_mtu; /* L2CAP MTU of the AVDTP signaling channel */
306 UINT16 peer_mtu; /* Transport channel L2CAP MTU of the peer */
307 UINT16 lcid; /* L2CAP LCID for media channel */
403 UINT16 mtu; /* The L2CAP MTU of the transport channel */
404 UINT16 flush_to; /* The L2CAP flush timeout of the transport channel */
    [all...]
hiddefs.h 61 #define HID_L2CAP_CFG_FAIL (0x0400) /* L2CAP Configuration was rejected by peer */
uipc_msg.h 143 L2CAP Sync Message
263 UINT16 peer_mtu; /* L2CAP mtu of the peer device */
802 UINT8 l2c_bufs; /* the number of buffers queued to L2CAP */
803 UINT16 l2c_cid; /* L2CAP channel ID */
avct_api.h 184 ** is the last connection to a peer the L2CAP channel for AVCTP
217 ** is the last connection to a peer the L2CAP channel for AVCTP
  /external/bluetooth/bluedroid/stack/rfcomm/
port_utils.c 162 At first calculate how many whole packets it is. MAX L2CAP is 1691 + 4 overhead.
164 5 * 339 = 1695. Minus 4 bytes L2CAP header 1691. Minus RFCOMM 6 bytes header overhead 1685
167 1 * 1027 = 1027. Minus 4 bytes L2CAP header 1023. Minus RFCOMM 6 bytes header overhead 1017 */
176 RFCOMM_TRACE_DEBUG1 ("port_select_mtu selected %d based on l2cap PDU size", p_port->mtu);
rfc_int.h 221 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
222 tRFC_MCB *p_rfc_lcid_mcb[MAX_L2CAP_CHANNELS]; /* MCB based on the L2CAP's lcid */
  /external/chromium_org/device/bluetooth/
bluetooth_profile.h 47 // L2CAP PSM number.
  /external/bluetooth/bluedroid/stack/pan/
pan_utils.c 41 0x35, 0x06, /* data element sequence for L2CAP descriptor */
42 0x19, 0x01, 0x00, /* UUID for L2CAP - 0x0100 */
  /external/bluetooth/bluedroid/stack/sdp/
sdpint.h 225 tL2CAP_CFG_INFO l2cap_my_cfg; /* My L2CAP config */
230 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c 196 /* mask handle to distinguish it with L2CAP handle */
375 ** Description free the given L2CAP control block
543 /* use jv handle for l2cap bd address retrieval */
763 /* disconnect L2CAP connections */
    [all...]
  /external/bluetooth/bluedroid/stack/mcap/
mca_api.c 156 * If we don't, L2CAP rejects with security block (3),
164 MCA_TRACE_ERROR0 ("Failed to register to L2CAP");
873 ** This allows enough space in the buffer for the L2CAP header.
910 ** Description Get the L2CAP CID used by the given data channel handle.
912 ** Returns L2CAP channel ID if successful, otherwise 0.
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 44 #define BT_EVT_TO_BTU_L2C_EVT 0x0900 /* L2CAP event */
61 #define BT_EVT_TO_BTU_L2C_SEG_XMIT 0x1900 /* L2CAP segment(s) transmitted */
95 /* Obex Over L2CAP */
475 ** NOTE: if underlying L2CAP connection uses basic mode than it can use only BR/EDR.
476 ** For such L2CAP connections AMP connection the criteria provided by application
gki_target.h 264 /* The following is intended to be a reserved pool for L2CAP
279 ** Special pool used by l2cap retransmissions only. This size based on segment
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 413 ** psm - L2CAP PSM
451 ** psm - L2CAP PSM
490 ** psm - L2CAP PSM
748 ** Typically used by L2CAP to free up the service record used
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c     [all...]
bta_hl_int.h 48 /* L2CAP defualt parameters */
59 /* L2CAP FCS setting*/
530 UINT16 ctrl_psm; /* L2CAP PSM for the MCAP control channel */
531 UINT16 data_psm; /* L2CAP PSM for the MCAP data channel */
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_api.c 118 /* register PSM with L2CAP */
173 /* deregister PSM with L2CAP */
906 ** This allows enough space in the buffer for the L2CAP and
    [all...]
avdt_defs.h 134 #define AVDT_ALH_LCODE_NONE 0x00 /* No length field present. Take length from l2cap */
  /external/bluetooth/bluedroid/bta/av/
bta_av_int.h 138 /* check number of buffers queued at L2CAP when this amount of buffers are queued to L2CAP */
471 UINT16 l2c_cid; /* L2CAP channel ID */
494 UINT8 l2c_bufs; /* the number of buffers queued to L2CAP */
  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 77 /*rfc l2cap*/
  /external/bluetooth/bluedroid/main/
Android.mk 84 $(LOCAL_PATH)/../stack/l2cap \
  /external/bluetooth/bluedroid/stack/bnep/
bnep_int.h 170 tL2CAP_CFG_INFO l2cap_my_cfg; /* My L2CAP config */

Completed in 986 milliseconds

1 23 4 5