Home
last modified time | relevance | path

Searched refs:transmitted_length (Results 1 – 1 of 1) sorted by relevance

/device/linaro/hikey/bluetooth/
Dhci_protocol.cc48 size_t transmitted_length = 0; in WriteSafely() local
51 TEMP_FAILURE_RETRY(write(fd, data + transmitted_length, length)); in WriteSafely()
64 transmitted_length += ret; in WriteSafely()
68 return transmitted_length; in WriteSafely()