/external/bluetooth/bluedroid/stack/include/ |
btu.h | 22 * implementations of L2CAP RFCOMM, SDP and the BTIf run as one GKI task. The
|
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 */
|
obx_api.h | 453 UINT16 psm; /* The L2CAP PSM number that this server listens for incoming requests. 0, if do not wish to listen to connection from L2CAP. */ 685 ** Returns L2CAP channel ID. 728 ** The associated virtual PSM assigned by L2CAP is returned in p_psm [all...] |
gatt_api.h | 103 #define GATT_CONN_L2C_FAILURE 1 /* general L2cap failure */ 109 #define GATT_CONN_CANCEL L2CAP_CONN_CANCEL /* 0x0100 L2CAP connection cancelled */ [all...] |
/external/bluetooth/bluedroid/stack/rfcomm/ |
port_rfc.c | 220 /* Warning: result is also set to 4 when l2cap connection 221 fails due to l2cap connect cnf (no_resources) */ 466 /* If L2CAP's mtu less then RFCOMM's take it */ 513 /* If L2CAP's mtu less then RFCOMM's take it */ [all...] |
rfc_utils.c | 371 ** event received from the lower layer, typically L2CAP 468 /* handle queue if L2CAP not congested */
|
/external/bluetooth/bluedroid/stack/sdp/ |
sdp_server.c | 104 ** when any data is received from L2CAP, and dispatches the 286 /* Send the buffer through L2CAP */ 534 /* Send the buffer through L2CAP */ 831 /* Send the buffer through L2CAP */
|
sdp_utils.c | 323 /* Get a buffer to use to build and send the packet to L2CAP */ 353 /* Send the buffer through L2CAP */
|
/external/bluetooth/bluedroid/bta/av/ |
bta_av_aact.c | 430 /* We might have 2 SEP signallings(A2DP + VDP) with one peer device on one L2CAP. [all...] |
bta_av_act.c | [all...] |
/external/bluetooth/bluedroid/stack/btu/ |
btu_hcif.c | 23 * L2CAP, ScoMgr. On the transmit side, it manages the command 542 /* Get the L2CAP numbers */ 687 /* passing request to l2cap */ 723 /* If L2CAP doesn't know about it, send it to SCO */ [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
att_protocol.c | 352 ** Description Send message to L2CAP. 367 GATT_TRACE_ERROR1("ATT failed to pass msg:0x%0x to L2CAP",
|
gatt_int.h | 343 UINT16 att_lcid; /* L2CAP channel ID for ATT */
|
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_int.h | 187 /* JV L2CAP control block */
|
/external/bluetooth/bluedroid/stack/smp/ |
smp_int.h | 45 /* SMP L2CAP command code */
|
/external/bluetooth/bluedroid/bta/hh/ |
bta_hh_act.c | 79 /* Register with L2CAP */ 873 if ((reason & (HID_L2CAP_CONN_FAIL|HID_L2CAP_REQ_FAIL)) || /* Failure to initialize connection (page timeout or l2cap error) */ 875 (reason == HID_ERR_L2CAP_FAILED)) /* Failure creating l2cap connection */ [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_core.c | 612 /* init rfcomm & l2cap api */ 631 /* cleanup rfcomm & l2cap api */ 669 /* cleanup rfcomm & l2cap api */ [all...] |
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_scb_act.c | 448 case AVDT_ALH_LCODE_NONE: /* No length field present. Take length from l2cap */ 513 /* make sure it is the last fragment in l2cap packet */ [all...] |
/external/bluetooth/bluedroid/stack/avct/ |
avct_lcb.c | 388 ** Description Find the LCB associated with the L2CAP LCID
|
/external/bluetooth/bluedroid/stack/btm/ |
btm_dev.c | 311 ** Description This function is called by the L2CAP to check if remote
|
/external/bluetooth/bluedroid/stack/hid/ |
hidh_api.c | 288 /* Register with L2CAP */
|
/external/qemu/hw/ |
bt.h | 125 /* bt-l2cap.c */ [all...] |
/system/core/include/private/ |
android_filesystem_config.h | 87 #define AID_NET_BT 3002 /* bluetooth: create sco, rfcomm or l2cap sockets */
|
/external/bluetooth/bluedroid/bta/include/ |
bta_gatt_api.h | 167 #define BTA_GATT_CONN_L2C_FAILURE GATT_CONN_L2C_FAILURE /* general l2cap resource failure */ 173 #define BTA_GATT_CONN_CANCEL GATT_CONN_CANCEL /* 0x0100 L2CAP connection cancelled */ [all...] |
/external/bluetooth/bluedroid/main/ |
bte_logmsg.c | 120 "bt-l2cap",
|