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

  /system/bt/stack/include/
l2cdefs.h 147 #define L2CAP_SMP_BR_CID 7
173 #define L2CAP_FIXED_CHNL_SMP_BR_BIT (1 << L2CAP_SMP_BR_CID)
  /system/bt/stack/smp/
smp_l2c.c 79 L2CA_RegisterFixedChannel (L2CAP_SMP_BR_CID, &fixed_reg);
smp_api.c 202 if (!L2CA_ConnectFixedChnl (L2CAP_SMP_BR_CID, bd_addr))
smp_utils.c 291 fixed_cid = L2CAP_SMP_BR_CID;
865 L2CA_RemoveFixedChnl (L2CAP_SMP_BR_CID, p_cb->pairing_bda);
    [all...]

Completed in 96 milliseconds