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

  /system/bt/stack/include/
l2cdefs.h 312 #define L2CAP_FCR_SAR_BITS 0xC000 /* Mask to get the SAR bits from control word */
  /system/bt/stack/l2cap/
l2c_fcr.c 470 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT],
479 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT],
652 SAR_types[(ctrl_word & L2CAP_FCR_SAR_BITS) >> L2CAP_FCR_SAR_BITS_SHIFT],
    [all...]

Completed in 59 milliseconds