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

  /system/bt/stack/include/
l2cdefs.h 315 #define L2CAP_FCR_S_FRAME_BIT 0x0001 /* Mask to check if a PDU is S-frame */
  /system/bt/stack/l2cap/
l2c_fcr.c 523 ctrl_word = (function_code << L2CAP_FCR_SUP_SHIFT) | L2CAP_FCR_S_FRAME_BIT;
625 if (ctrl_word & L2CAP_FCR_S_FRAME_BIT)
698 if ( (ctrl_word & L2CAP_FCR_P_BIT) && (ctrl_word & L2CAP_FCR_S_FRAME_BIT) )
723 if (ctrl_word & L2CAP_FCR_S_FRAME_BIT)
745 if (ctrl_word & L2CAP_FCR_S_FRAME_BIT)
    [all...]

Completed in 298 milliseconds