Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dsocket.h75 ssize_t socket_write(const socket_t *socket, const void *buf, size_t count);
/system/bt/osi/src/
Dsocket.c148 ssize_t socket_write(const socket_t *socket, const void *buf, size_t count) { in socket_write() function
160 return socket_write(socket, buf, count); in socket_write_and_transfer_fd()
/system/bt/btcore/src/
Dcounter.c393 socket_write(socket, dest, strlen(dest)); in output()