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

  /external/bluetooth/bluedroid/stack/include/
l2cdefs.h 53 #define L2CAP_CONFIG_RSP_LEN 6 /* Dest CID, flags, result,data optional*/
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 631 if ((p_buf = l2cu_build_header (p_ccb->p_lcb, (UINT16)(L2CAP_CONFIG_RSP_LEN + cfg_len),
739 UINT16_TO_STREAM (p, L2CAP_CMD_OVERHEAD + L2CAP_CONFIG_RSP_LEN + rej_len);
746 UINT16_TO_STREAM (p, L2CAP_CONFIG_RSP_LEN + rej_len);
    [all...]

Completed in 165 milliseconds