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

  /external/bluetooth/bluedroid/stack/include/
l2cdefs.h 294 #define L2CAP_FCR_SEQ_MODULO 0x3F /* Mask for sequence numbers (range 0 - 63) */
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 445 p_fcrb->next_tx_seq = (p_fcrb->next_tx_seq + 1) & L2CAP_FCR_SEQ_MODULO;
    [all...]

Completed in 571 milliseconds