Searched refs:data_buf_ptr (Results 1 – 1 of 1) sorted by relevance
84 uint8_t *data_buf_ptr = data_buf; in get_sf() local87 ret = isotp_recv(recv_ctx, data_buf_ptr++, 1, K_MSEC(1000)); in get_sf()89 ret = isotp_recv(recv_ctx, data_buf_ptr++, sizeof(data_buf) - 1, in get_sf()