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

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_ts_frames.c 506 UINT8 *p_src, *p_dest; local
512 p_dest = (UINT8 *) (p_buf + 1) + L2CAP_MIN_OFFSET + RFCOMM_MIN_OFFSET + 2 + p_buf->len - 1;
515 *p_dest-- = *p_src--;
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 750 UINT8 *p_dest = params.param_buf; local
771 memcpy(p_dest, p, params.param_len); /* Fetch return info from HCI event message */
    [all...]

Completed in 134 milliseconds