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

  /external/qemu/hw/
bt-l2cap.c 381 for (i = L2CAP_CID_ALLOC; i < L2CAP_CID_MAX; i ++)
458 if (unlikely(cid < L2CAP_CID_ALLOC)) {
463 if (likely(cid >= L2CAP_CID_ALLOC && cid < L2CAP_CID_MAX))
    [all...]
bt.h     [all...]

Completed in 26 milliseconds