Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c438 long arg_hci_idx = strtol(&argv[offset + 3], NULL, 10); in DT_INST_FOREACH_STATUS_OKAY() local
440 if (arg_hci_idx >= 0 && arg_hci_idx <= USHRT_MAX) { in DT_INST_FOREACH_STATUS_OKAY()
441 bt_dev_index = arg_hci_idx; in DT_INST_FOREACH_STATUS_OKAY()