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

  /external/bluetooth/bluedroid/stack/include/
l2cdefs.h 274 #define L2CAP_FCR_SAR_BITS 0xC000 /* Mask to get the SAR bits from control word */
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 490 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT],
499 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT],
694 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT],
    [all...]

Completed in 138 milliseconds