Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Duserchan_bottom.h19 int user_chan_net_connect(char ip_addr[], unsigned int port);
Duserchan_bottom.c72 int user_chan_net_connect(char ip_addr[], unsigned int port) in user_chan_net_connect() function
Duserchan.c317 uc->fd = user_chan_net_connect(ip_addr, port); in uc_open()