Home
last modified time | relevance | path

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

/device/linaro/hikey/bluetooth/
Dbluetooth_hci.cc70 uint8_t* tmp_buffer = new uint8_t[tty_bytes]; in initialize() local
71 size_t bytes_read = TEMP_FAILURE_RETRY(read(fd, tmp_buffer, tty_bytes)); in initialize()
74 TEMP_FAILURE_RETRY(write(shim_fd, tmp_buffer, tty_bytes)); in initialize()
76 delete[] tmp_buffer; in initialize()