HomeSort by relevance Sort by last modified time
    Searched refs:L2CAP_SMP_CID (Results 1 - 4 of 4) 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 64 L2CA_RegisterFixedChannel (L2CAP_SMP_CID, &fixed_reg);
smp_utils.c 91 if ((l2cap_ret = L2CA_SendFixedChnlData (L2CAP_SMP_CID, rem_bda, p_toL2CAP)) == L2CAP_DW_FAILED)
546 L2CA_RemoveFixedChnl (L2CAP_SMP_CID, p_cb->pairing_bda);
556 L2CA_RemoveFixedChnl (L2CAP_SMP_CID, p_cb->pairing_bda);
smp_api.c 145 if (!L2CA_ConnectFixedChnl (L2CAP_SMP_CID, bd_addr))

Completed in 42 milliseconds