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

  /system/bt/stack/include/
l2cdefs.h 146 #define L2CAP_SMP_CID 6
170 #define L2CAP_FIXED_CHNL_SMP_BIT (1 << L2CAP_SMP_CID)
  /system/bt/stack/smp/
smp_l2c.c 74 L2CA_RegisterFixedChannel (L2CAP_SMP_CID, &fixed_reg);
227 if (cid == L2CAP_SMP_CID)
smp_api.c 157 if (!L2CA_ConnectFixedChnl (L2CAP_SMP_CID, bd_addr))
smp_utils.c 287 UINT16 fixed_cid = L2CAP_SMP_CID;
867 L2CA_RemoveFixedChnl (L2CAP_SMP_CID, p_cb->pairing_bda);
    [all...]
  /system/bt/stack/l2cap/
l2c_api.c     [all...]
l2c_utils.c     [all...]

Completed in 588 milliseconds