OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:transmitted_length
(Results
1 - 2
of
2
) sorted by null
/system/bt/hci/src/
hci_hal_h4.c
155
uint16_t
transmitted_length
= 0;
local
158
OSI_NO_INTR(ret = write(uart_fd, data +
transmitted_length
, length));
168
transmitted_length
+= ret;
179
if (
transmitted_length
> 0)
180
--
transmitted_length
;
182
return
transmitted_length
;
hci_hal_mct.c
161
uint16_t
transmitted_length
= 0;
local
164
OSI_NO_INTR(ret = write(fd, data +
transmitted_length
, length));
168
return
transmitted_length
;
172
return
transmitted_length
;
174
transmitted_length
+= ret;
180
return
transmitted_length
;
Completed in 57 milliseconds