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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 306 #define CCB_FLAG_SENT_PENDING 0x02 /* already sent pending response */
    [all...]
l2c_utils.c 440 if (p_ccb->flags & CCB_FLAG_SENT_PENDING)
443 p_ccb->flags |= CCB_FLAG_SENT_PENDING;
    [all...]

Completed in 85 milliseconds