Home
last modified time | relevance | path

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

/system/dev/bluetooth/bt-transport-uart/
A Dbt-transport-uart.c415 thrd_t read_thread; in hci_open_channel() local
416 thrd_create_with_name(&read_thread, hci_read_thread, hci, "bt_usb_read_thread"); in hci_open_channel()
418 thrd_detach(read_thread); in hci_open_channel()
/system/dev/bluetooth/bt-transport-usb/
A Dbt-transport-usb.c466 thrd_t read_thread; in hci_open_channel() local
467 thrd_create_with_name(&read_thread, hci_read_thread, hci, "bt_usb_read_thread"); in hci_open_channel()
469 thrd_detach(read_thread); in hci_open_channel()

Completed in 7 milliseconds