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

  /system/bt/stack/l2cap/
l2c_int.h 309 #define CCB_FLAG_SENT_PENDING 0x02 /* already sent pending response */
    [all...]
l2c_utils.cc 483 if (p_ccb->flags & CCB_FLAG_SENT_PENDING)
486 p_ccb->flags |= CCB_FLAG_SENT_PENDING;
    [all...]

Completed in 124 milliseconds