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

  /external/qemu/hw/
bt-l2cap.c 197 L2CAP_CMD_HDR_SIZE + L2CAP_CMD_REJ_SIZE + plen);
199 params = (void *) (pkt + L2CAP_CMD_HDR_SIZE);
206 memcpy(pkt + L2CAP_CMD_HDR_SIZE + L2CAP_CMD_REJ_SIZE, data, plen);
230 L2CAP_CMD_HDR_SIZE + L2CAP_CONN_RSP_SIZE);
232 params = (void *) (pkt + L2CAP_CMD_HDR_SIZE);
254 L2CAP_CMD_HDR_SIZE + L2CAP_CONF_REQ_SIZE(len));
256 params = (void *) (pkt + L2CAP_CMD_HDR_SIZE);
282 L2CAP_CMD_HDR_SIZE + L2CAP_CONF_RSP_SIZE(len));
284 params = (void *) (pkt + L2CAP_CMD_HDR_SIZE);
307 L2CAP_CMD_HDR_SIZE + L2CAP_DISCONN_RSP_SIZE)
    [all...]
bt.h     [all...]

Completed in 26 milliseconds