Home | History | Annotate | Download | only in dm

Lines Matching refs:bytes_to_copy

2763     UINT32                bytes_to_copy;
2774 bytes_to_copy = (p_result->length < (BD_NAME_LEN-1))
2776 memcpy(sec_event.cfm_req.bd_name, p_result->remote_bd_name, bytes_to_copy);
2795 bytes_to_copy = (p_result->length < (BD_NAME_LEN-1))
2797 memcpy(sec_event.pin_req.bd_name, p_result->remote_bd_name, bytes_to_copy);