Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_hal_mct.c66 int number_of_ports = vendor->send_command(VENDOR_OPEN_USERIAL, &uart_fds); in hal_open() local
68 if (number_of_ports != 2 && number_of_ports != 4) { in hal_open()
69 …G_TAG, "%s opened the wrong number of ports: got %d, expected 2 or 4.", __func__, number_of_ports); in hal_open()
Dhci_hal_h4.c73 int number_of_ports = vendor->send_command(VENDOR_OPEN_USERIAL, &fd_array); in hal_open() local
75 if (number_of_ports != 1) { in hal_open()
76 …OR(LOG_TAG, "%s opened the wrong number of ports: got %d, expected 1.", __func__, number_of_ports); in hal_open()