Home
last modified time | relevance | path

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

/btstack/platform/daemon/src/
H A Dbtstack_client.h72 #ifndef BTSTACK_UNIX
73 #define BTSTACK_UNIX "/tmp/BTstack" macro
H A Ddaemon.c1859 …Without the --tcp option, BTstack Server is listening on unix domain socket %s\n\n", BTSTACK_UNIX); in usage()
2026 printf("BTstack Server started on socket %s\n", BTSTACK_UNIX); in btstack_server_run()
2109 socket_connection_create_unix(BTSTACK_UNIX); in btstack_server_run()
H A Dsocket_connection.c704 strcpy(server.sun_path, BTSTACK_UNIX); in socket_connection_open_unix()
/btstack/port/mtk/
H A Dbtstack_config.h35 #define BTSTACK_UNIX "/data/btstack/BTstack" macro