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 307 #define CCB_FLAG_SENT_PENDING 0x02 /* already sent pending response */
    [all...]
l2c_utils.c 515 if (p_ccb->flags & CCB_FLAG_SENT_PENDING)
518 p_ccb->flags |= CCB_FLAG_SENT_PENDING;
    [all...]

Completed in 121 milliseconds