Home
last modified time | relevance | path

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

/Zephyr-4.2.1/drivers/bluetooth/hci/
Duserchan_bottom.c103 int user_chan_unix_connect(char socket_path[]) in user_chan_unix_connect() argument
107 size_t socket_path_size = strlen(socket_path); in user_chan_unix_connect()
120 strcpy(addr.sun_path, socket_path); in user_chan_unix_connect()
Duserchan_bottom.h20 int user_chan_unix_connect(char socket_path[]);
Duserchan.c58 static char socket_path[UNIX_ADDR_BUFF_SIZE]; variable
376 LOG_DBG("hci socket %s", socket_path); in uc_open()
377 uc->fd = user_chan_unix_connect(socket_path); in uc_open()
472 strncpy(socket_path, &argv[offset], UNIX_ADDR_BUFF_SIZE - 1); in DT_INST_FOREACH_STATUS_OKAY()