Searched refs:fd_count (Results 1 – 1 of 1) sorted by relevance
231 int fd_count = lib_interface_->op(BT_VND_OP_USERIAL_OPEN, &fd_list); in Open() local233 if (fd_count < 1 || fd_count > CH_MAX - 1) { in Open()234 ALOGE("%s: fd_count %d is invalid!", __func__, fd_count); in Open()238 for (int i = 0; i < fd_count; i++) { in Open()250 if (fd_count == 1) { in Open()