Searched refs:ch_idx (Results 1 – 1 of 1) sorted by relevance
301 int ch_idx = (msg_id == MSG_HC_TO_STACK_HCI_EVT) ? CH_EVT : CH_ACL_IN; in userial_read() local303 ret = read(userial_cb.fd[ch_idx], p_buffer, (size_t)len); in userial_read()323 int ch_idx = (msg_id == MSG_STACK_TO_HC_HCI_CMD) ? CH_CMD : CH_ACL_OUT; in userial_write() local327 ret = write(userial_cb.fd[ch_idx], p_data+total, len); in userial_write()