Searched refs:read_amount (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/bluetooth/bt-hci-broadcom/
H A Dbt-hci-broadcom.c249 size_t read_amount = (remaining > sizeof(buffer) ? sizeof(buffer) : remaining); local
251 if (read_amount < 3) {
257 status = zx_vmo_read(fw_vmo, buffer, offset, read_amount);
264 if (read_amount < length) {

Completed in 73 milliseconds