Home
last modified time | relevance | path

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

/btstack/platform/daemon/src/
H A Dsocket_connection.h87 connection_t * socket_connection_open_tcp(const char *address, uint16_t port);
H A Dbtstack.c106 btstack_connection = socket_connection_open_tcp(daemon_tcp_address,daemon_tcp_port); in bt_open()
H A Dsocket_connection.c595 connection_t * socket_connection_open_tcp(const char *address, uint16_t port){ in socket_connection_open_tcp() function