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

  /external/bluetooth/bluedroid/stack/include/
l2cdefs.h 132 #define L2CAP_SMP_CID 6
143 #define L2CAP_FIXED_CHNL_SMP_BIT (1 << L2CAP_SMP_CID) /* BLE Security Manager Supported */
  /external/bluetooth/bluedroid/stack/smp/
smp_l2c.c 65 L2CA_RegisterFixedChannel (L2CAP_SMP_CID, &fixed_reg);
smp_utils.c 92 if ((l2cap_ret = L2CA_SendFixedChnlData (L2CAP_SMP_CID, rem_bda, p_toL2CAP)) == L2CAP_DW_FAILED)
565 L2CA_RemoveFixedChnl (L2CAP_SMP_CID, p_cb->pairing_bda);
575 L2CA_RemoveFixedChnl (L2CAP_SMP_CID, p_cb->pairing_bda);
smp_api.c 146 if (!L2CA_ConnectFixedChnl (L2CAP_SMP_CID, bd_addr))
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c     [all...]
l2c_utils.c     [all...]

Completed in 71 milliseconds