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 169 #define L2CAP_SMP_CID 6
193 #define L2CAP_FIXED_CHNL_SMP_BIT (1 << L2CAP_SMP_CID)
  /system/bt/stack/smp/
smp_l2c.cc 74 L2CA_RegisterFixedChannel(L2CAP_SMP_CID, &fixed_reg);
215 if (cid == L2CAP_SMP_CID) {
smp_api.cc 148 if (!L2CA_ConnectFixedChnl(L2CAP_SMP_CID, bd_addr)) {
smp_utils.cc 306 uint16_t fixed_cid = L2CAP_SMP_CID;
    [all...]
  /system/bt/stack/l2cap/
l2c_api.cc     [all...]
l2c_utils.cc     [all...]

Completed in 82 milliseconds