HomeSort by relevance Sort by last modified time
    Searched refs:L2CAP_ATT_CID (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/stack/include/
l2cdefs.h 130 #define L2CAP_ATT_CID 4
141 #define L2CAP_FIXED_CHNL_ATT_BIT (1 << L2CAP_ATT_CID) /* Attribute protocol Supported */
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 109 L2CA_RegisterFixedChannel (L2CAP_ATT_CID, &fixed_reg);
153 p_tcb->att_lcid = L2CAP_ATT_CID;
154 gatt_ret = L2CA_ConnectFixedChnl (L2CAP_ATT_CID, rem_bda);
189 if (p_tcb->att_lcid == L2CAP_ATT_CID)
194 ret = L2CA_RemoveFixedChnl (L2CAP_ATT_CID, rem_bda);
433 p_tcb->att_lcid = L2CAP_ATT_CID;
    [all...]
gatt_sr.c 408 (BOOLEAN)(p_tcb->att_lcid == L2CAP_ATT_CID),
907 if (p_tcb->att_lcid != L2CAP_ATT_CID)
    [all...]
att_protocol.c 360 if (p_tcb->att_lcid == L2CAP_ATT_CID)
361 l2cap_ret = L2CA_SendFixedChnlData (L2CAP_ATT_CID, p_tcb->peer_bda, p_toL2CAP);
gatt_api.c     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 277 if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
372 if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
l2c_api.c     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 446 if (!L2CA_ConnectFixedChnl(L2CAP_ATT_CID, bda))

Completed in 5200 milliseconds