Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Duserchan_bottom.c46 int user_chan_socket_open(unsigned short bt_dev_index) in user_chan_socket_open() argument
58 addr.hci_dev = bt_dev_index; in user_chan_socket_open()
Duserchan_bottom.h18 int user_chan_socket_open(unsigned short bt_dev_index);
Duserchan.c46 static unsigned short bt_dev_index; variable
309 LOG_DBG("hci%d", bt_dev_index); in uc_open()
315 uc->fd = user_chan_socket_open(bt_dev_index); in uc_open()
371 bt_dev_index = arg_hci_idx; in DT_INST_FOREACH_STATUS_OKAY()